FormMain.Designer.cs 53 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951
  1. namespace T_FaceRecognizer
  2. {
  3. partial class FormMain
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMain));
  31. this.PbxFaces = new System.Windows.Forms.PictureBox();
  32. this.BtnAdd = new System.Windows.Forms.Button();
  33. this.PanelMenu = new System.Windows.Forms.Panel();
  34. this.PanSettings = new System.Windows.Forms.Panel();
  35. this.BtnSettings = new System.Windows.Forms.Button();
  36. this.pictureBox4 = new System.Windows.Forms.PictureBox();
  37. this.PanJournal = new System.Windows.Forms.Panel();
  38. this.BtnJournal = new System.Windows.Forms.Button();
  39. this.pictureBox3 = new System.Windows.Forms.PictureBox();
  40. this.PanIdentification = new System.Windows.Forms.Panel();
  41. this.BtnIdent = new System.Windows.Forms.Button();
  42. this.pictureBox2 = new System.Windows.Forms.PictureBox();
  43. this.PanAdd = new System.Windows.Forms.Panel();
  44. this.BtnAddUser = new System.Windows.Forms.Button();
  45. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  46. this.PanHome = new System.Windows.Forms.Panel();
  47. this.BtnMain = new System.Windows.Forms.Button();
  48. this.PbxLogoHome = new System.Windows.Forms.PictureBox();
  49. this.PbxMenu = new System.Windows.Forms.PictureBox();
  50. this.TabPages = new System.Windows.Forms.TabControl();
  51. this.tabPage1 = new System.Windows.Forms.TabPage();
  52. this.label5 = new System.Windows.Forms.Label();
  53. this.label4 = new System.Windows.Forms.Label();
  54. this.label3 = new System.Windows.Forms.Label();
  55. this.label2 = new System.Windows.Forms.Label();
  56. this.label1 = new System.Windows.Forms.Label();
  57. this.TbxMaskSnils = new System.Windows.Forms.MaskedTextBox();
  58. this.TbxMaskPhone = new System.Windows.Forms.MaskedTextBox();
  59. this.TbxPatronymic = new System.Windows.Forms.TextBox();
  60. this.TbxName = new System.Windows.Forms.TextBox();
  61. this.TbxLastname = new System.Windows.Forms.TextBox();
  62. this.tabPage2 = new System.Windows.Forms.TabPage();
  63. this.BtnIn = new System.Windows.Forms.Button();
  64. this.BtnOut = new System.Windows.Forms.Button();
  65. this.PbxIdentification = new System.Windows.Forms.PictureBox();
  66. this.tabPage3 = new System.Windows.Forms.TabPage();
  67. this.label11 = new System.Windows.Forms.Label();
  68. this.TbxSearch = new System.Windows.Forms.TextBox();
  69. this.DgbJournal = new System.Windows.Forms.DataGridView();
  70. this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  71. this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  72. this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  73. this.tabPage4 = new System.Windows.Forms.TabPage();
  74. this.BtnSaveParameters = new System.Windows.Forms.Button();
  75. this.CbxSaveSizeForm = new System.Windows.Forms.CheckBox();
  76. this.CbxSaveLocationForm = new System.Windows.Forms.CheckBox();
  77. this.CmbCams = new System.Windows.Forms.ComboBox();
  78. this.label7 = new System.Windows.Forms.Label();
  79. this.tabPage5 = new System.Windows.Forms.TabPage();
  80. this.GbxInfo = new System.Windows.Forms.GroupBox();
  81. this.label10 = new System.Windows.Forms.Label();
  82. this.label9 = new System.Windows.Forms.Label();
  83. this.label8 = new System.Windows.Forms.Label();
  84. this.label6 = new System.Windows.Forms.Label();
  85. this.PanelTitle = new System.Windows.Forms.Panel();
  86. this.LblTitle = new System.Windows.Forms.Label();
  87. this.PbxLogo = new System.Windows.Forms.PictureBox();
  88. this.SplitContainer = new System.Windows.Forms.SplitContainer();
  89. this.TimerCamsControl = new System.Windows.Forms.Timer(this.components);
  90. ((System.ComponentModel.ISupportInitialize)(this.PbxFaces)).BeginInit();
  91. this.PanelMenu.SuspendLayout();
  92. this.PanSettings.SuspendLayout();
  93. ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
  94. this.PanJournal.SuspendLayout();
  95. ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
  96. this.PanIdentification.SuspendLayout();
  97. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
  98. this.PanAdd.SuspendLayout();
  99. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  100. this.PanHome.SuspendLayout();
  101. ((System.ComponentModel.ISupportInitialize)(this.PbxLogoHome)).BeginInit();
  102. ((System.ComponentModel.ISupportInitialize)(this.PbxMenu)).BeginInit();
  103. this.TabPages.SuspendLayout();
  104. this.tabPage1.SuspendLayout();
  105. this.tabPage2.SuspendLayout();
  106. ((System.ComponentModel.ISupportInitialize)(this.PbxIdentification)).BeginInit();
  107. this.tabPage3.SuspendLayout();
  108. ((System.ComponentModel.ISupportInitialize)(this.DgbJournal)).BeginInit();
  109. this.tabPage4.SuspendLayout();
  110. this.tabPage5.SuspendLayout();
  111. this.GbxInfo.SuspendLayout();
  112. this.PanelTitle.SuspendLayout();
  113. ((System.ComponentModel.ISupportInitialize)(this.PbxLogo)).BeginInit();
  114. ((System.ComponentModel.ISupportInitialize)(this.SplitContainer)).BeginInit();
  115. this.SplitContainer.Panel1.SuspendLayout();
  116. this.SplitContainer.Panel2.SuspendLayout();
  117. this.SplitContainer.SuspendLayout();
  118. this.SuspendLayout();
  119. //
  120. // PbxFaces
  121. //
  122. this.PbxFaces.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  123. | System.Windows.Forms.AnchorStyles.Left)
  124. | System.Windows.Forms.AnchorStyles.Right)));
  125. this.PbxFaces.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(102)))), ((int)(((byte)(110)))));
  126. this.PbxFaces.Location = new System.Drawing.Point(4, 5);
  127. this.PbxFaces.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  128. this.PbxFaces.Name = "PbxFaces";
  129. this.PbxFaces.Size = new System.Drawing.Size(188, 345);
  130. this.PbxFaces.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  131. this.PbxFaces.TabIndex = 0;
  132. this.PbxFaces.TabStop = false;
  133. //
  134. // BtnAdd
  135. //
  136. this.BtnAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  137. this.BtnAdd.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(166)))), ((int)(((byte)(64)))));
  138. this.BtnAdd.ForeColor = System.Drawing.Color.White;
  139. this.BtnAdd.Location = new System.Drawing.Point(200, 291);
  140. this.BtnAdd.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  141. this.BtnAdd.Name = "BtnAdd";
  142. this.BtnAdd.Size = new System.Drawing.Size(220, 37);
  143. this.BtnAdd.TabIndex = 1;
  144. this.BtnAdd.Text = "Добавить пользователя";
  145. this.BtnAdd.UseVisualStyleBackColor = false;
  146. this.BtnAdd.Click += new System.EventHandler(this.BtnAdd_Click);
  147. //
  148. // PanelMenu
  149. //
  150. this.PanelMenu.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(206)))), ((int)(((byte)(208)))), ((int)(((byte)(223)))));
  151. this.PanelMenu.Controls.Add(this.PanSettings);
  152. this.PanelMenu.Controls.Add(this.PanJournal);
  153. this.PanelMenu.Controls.Add(this.PanIdentification);
  154. this.PanelMenu.Controls.Add(this.PanAdd);
  155. this.PanelMenu.Controls.Add(this.PanHome);
  156. this.PanelMenu.Controls.Add(this.PbxMenu);
  157. this.PanelMenu.Dock = System.Windows.Forms.DockStyle.Fill;
  158. this.PanelMenu.Location = new System.Drawing.Point(0, 0);
  159. this.PanelMenu.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  160. this.PanelMenu.Name = "PanelMenu";
  161. this.PanelMenu.Size = new System.Drawing.Size(248, 389);
  162. this.PanelMenu.TabIndex = 3;
  163. this.PanelMenu.Paint += new System.Windows.Forms.PaintEventHandler(this.PanelMenu_Paint);
  164. //
  165. // PanSettings
  166. //
  167. this.PanSettings.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  168. | System.Windows.Forms.AnchorStyles.Right)));
  169. this.PanSettings.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(166)))), ((int)(((byte)(64)))));
  170. this.PanSettings.Controls.Add(this.BtnSettings);
  171. this.PanSettings.Controls.Add(this.pictureBox4);
  172. this.PanSettings.Location = new System.Drawing.Point(4, 246);
  173. this.PanSettings.Name = "PanSettings";
  174. this.PanSettings.Size = new System.Drawing.Size(241, 35);
  175. this.PanSettings.TabIndex = 3;
  176. //
  177. // BtnSettings
  178. //
  179. this.BtnSettings.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(166)))), ((int)(((byte)(64)))));
  180. this.BtnSettings.Dock = System.Windows.Forms.DockStyle.Fill;
  181. this.BtnSettings.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  182. this.BtnSettings.ForeColor = System.Drawing.Color.White;
  183. this.BtnSettings.Location = new System.Drawing.Point(41, 0);
  184. this.BtnSettings.Name = "BtnSettings";
  185. this.BtnSettings.Size = new System.Drawing.Size(200, 35);
  186. this.BtnSettings.TabIndex = 1;
  187. this.BtnSettings.Text = "Настройки";
  188. this.BtnSettings.UseVisualStyleBackColor = false;
  189. this.BtnSettings.Click += new System.EventHandler(this.BtnSettings_Click);
  190. //
  191. // pictureBox4
  192. //
  193. this.pictureBox4.Dock = System.Windows.Forms.DockStyle.Left;
  194. this.pictureBox4.Image = global::T_FaceRecognizer.Properties.Resources.settingscog_87317;
  195. this.pictureBox4.Location = new System.Drawing.Point(0, 0);
  196. this.pictureBox4.Name = "pictureBox4";
  197. this.pictureBox4.Size = new System.Drawing.Size(41, 35);
  198. this.pictureBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  199. this.pictureBox4.TabIndex = 0;
  200. this.pictureBox4.TabStop = false;
  201. this.pictureBox4.Click += new System.EventHandler(this.BtnSettings_Click);
  202. //
  203. // PanJournal
  204. //
  205. this.PanJournal.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  206. | System.Windows.Forms.AnchorStyles.Right)));
  207. this.PanJournal.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(166)))), ((int)(((byte)(64)))));
  208. this.PanJournal.Controls.Add(this.BtnJournal);
  209. this.PanJournal.Controls.Add(this.pictureBox3);
  210. this.PanJournal.Location = new System.Drawing.Point(4, 205);
  211. this.PanJournal.Name = "PanJournal";
  212. this.PanJournal.Size = new System.Drawing.Size(241, 35);
  213. this.PanJournal.TabIndex = 3;
  214. //
  215. // BtnJournal
  216. //
  217. this.BtnJournal.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(166)))), ((int)(((byte)(64)))));
  218. this.BtnJournal.Dock = System.Windows.Forms.DockStyle.Fill;
  219. this.BtnJournal.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  220. this.BtnJournal.ForeColor = System.Drawing.Color.White;
  221. this.BtnJournal.Location = new System.Drawing.Point(41, 0);
  222. this.BtnJournal.Name = "BtnJournal";
  223. this.BtnJournal.Size = new System.Drawing.Size(200, 35);
  224. this.BtnJournal.TabIndex = 1;
  225. this.BtnJournal.Text = "Журнал";
  226. this.BtnJournal.UseVisualStyleBackColor = false;
  227. this.BtnJournal.Click += new System.EventHandler(this.BtnJournal_Click);
  228. //
  229. // pictureBox3
  230. //
  231. this.pictureBox3.Dock = System.Windows.Forms.DockStyle.Left;
  232. this.pictureBox3.Image = global::T_FaceRecognizer.Properties.Resources.journal_text_icon_160013;
  233. this.pictureBox3.Location = new System.Drawing.Point(0, 0);
  234. this.pictureBox3.Name = "pictureBox3";
  235. this.pictureBox3.Size = new System.Drawing.Size(41, 35);
  236. this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  237. this.pictureBox3.TabIndex = 0;
  238. this.pictureBox3.TabStop = false;
  239. this.pictureBox3.Click += new System.EventHandler(this.BtnJournal_Click);
  240. //
  241. // PanIdentification
  242. //
  243. this.PanIdentification.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  244. | System.Windows.Forms.AnchorStyles.Right)));
  245. this.PanIdentification.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(166)))), ((int)(((byte)(64)))));
  246. this.PanIdentification.Controls.Add(this.BtnIdent);
  247. this.PanIdentification.Controls.Add(this.pictureBox2);
  248. this.PanIdentification.Location = new System.Drawing.Point(4, 164);
  249. this.PanIdentification.Name = "PanIdentification";
  250. this.PanIdentification.Size = new System.Drawing.Size(241, 35);
  251. this.PanIdentification.TabIndex = 3;
  252. //
  253. // BtnIdent
  254. //
  255. this.BtnIdent.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(166)))), ((int)(((byte)(64)))));
  256. this.BtnIdent.Dock = System.Windows.Forms.DockStyle.Fill;
  257. this.BtnIdent.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  258. this.BtnIdent.ForeColor = System.Drawing.Color.White;
  259. this.BtnIdent.Location = new System.Drawing.Point(41, 0);
  260. this.BtnIdent.Name = "BtnIdent";
  261. this.BtnIdent.Size = new System.Drawing.Size(200, 35);
  262. this.BtnIdent.TabIndex = 1;
  263. this.BtnIdent.Text = "Идентификация";
  264. this.BtnIdent.UseVisualStyleBackColor = false;
  265. this.BtnIdent.Click += new System.EventHandler(this.BtnIdent_Click);
  266. //
  267. // pictureBox2
  268. //
  269. this.pictureBox2.Dock = System.Windows.Forms.DockStyle.Left;
  270. this.pictureBox2.Image = global::T_FaceRecognizer.Properties.Resources.explorationoffacerecognition_facescanning_exploraciondereconocimientoderostro_4589;
  271. this.pictureBox2.Location = new System.Drawing.Point(0, 0);
  272. this.pictureBox2.Name = "pictureBox2";
  273. this.pictureBox2.Size = new System.Drawing.Size(41, 35);
  274. this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  275. this.pictureBox2.TabIndex = 0;
  276. this.pictureBox2.TabStop = false;
  277. this.pictureBox2.Click += new System.EventHandler(this.BtnIdent_Click);
  278. //
  279. // PanAdd
  280. //
  281. this.PanAdd.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  282. | System.Windows.Forms.AnchorStyles.Right)));
  283. this.PanAdd.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(166)))), ((int)(((byte)(64)))));
  284. this.PanAdd.Controls.Add(this.BtnAddUser);
  285. this.PanAdd.Controls.Add(this.pictureBox1);
  286. this.PanAdd.Location = new System.Drawing.Point(3, 123);
  287. this.PanAdd.Name = "PanAdd";
  288. this.PanAdd.Size = new System.Drawing.Size(241, 35);
  289. this.PanAdd.TabIndex = 2;
  290. //
  291. // BtnAddUser
  292. //
  293. this.BtnAddUser.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(166)))), ((int)(((byte)(64)))));
  294. this.BtnAddUser.Dock = System.Windows.Forms.DockStyle.Fill;
  295. this.BtnAddUser.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  296. this.BtnAddUser.ForeColor = System.Drawing.Color.White;
  297. this.BtnAddUser.Location = new System.Drawing.Point(41, 0);
  298. this.BtnAddUser.Name = "BtnAddUser";
  299. this.BtnAddUser.Size = new System.Drawing.Size(200, 35);
  300. this.BtnAddUser.TabIndex = 1;
  301. this.BtnAddUser.Text = "Добавить";
  302. this.BtnAddUser.UseVisualStyleBackColor = false;
  303. this.BtnAddUser.Click += new System.EventHandler(this.BtnAddUser_Click);
  304. //
  305. // pictureBox1
  306. //
  307. this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Left;
  308. this.pictureBox1.Image = global::T_FaceRecognizer.Properties.Resources.add_circle_create_expand_new_plus_icon_123218;
  309. this.pictureBox1.Location = new System.Drawing.Point(0, 0);
  310. this.pictureBox1.Name = "pictureBox1";
  311. this.pictureBox1.Size = new System.Drawing.Size(41, 35);
  312. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  313. this.pictureBox1.TabIndex = 0;
  314. this.pictureBox1.TabStop = false;
  315. this.pictureBox1.Click += new System.EventHandler(this.BtnAddUser_Click);
  316. //
  317. // PanHome
  318. //
  319. this.PanHome.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  320. | System.Windows.Forms.AnchorStyles.Right)));
  321. this.PanHome.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(166)))), ((int)(((byte)(64)))));
  322. this.PanHome.Controls.Add(this.BtnMain);
  323. this.PanHome.Controls.Add(this.PbxLogoHome);
  324. this.PanHome.Location = new System.Drawing.Point(3, 82);
  325. this.PanHome.Name = "PanHome";
  326. this.PanHome.Size = new System.Drawing.Size(241, 35);
  327. this.PanHome.TabIndex = 1;
  328. //
  329. // BtnMain
  330. //
  331. this.BtnMain.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  332. this.BtnMain.Dock = System.Windows.Forms.DockStyle.Fill;
  333. this.BtnMain.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  334. this.BtnMain.ForeColor = System.Drawing.Color.White;
  335. this.BtnMain.Location = new System.Drawing.Point(41, 0);
  336. this.BtnMain.Name = "BtnMain";
  337. this.BtnMain.Size = new System.Drawing.Size(200, 35);
  338. this.BtnMain.TabIndex = 1;
  339. this.BtnMain.Text = "Главная";
  340. this.BtnMain.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage;
  341. this.BtnMain.UseVisualStyleBackColor = true;
  342. this.BtnMain.Click += new System.EventHandler(this.BtnMain_Click);
  343. //
  344. // PbxLogoHome
  345. //
  346. this.PbxLogoHome.Dock = System.Windows.Forms.DockStyle.Left;
  347. this.PbxLogoHome.Image = global::T_FaceRecognizer.Properties.Resources._3643769_building_home_house_main_menu_start_113416;
  348. this.PbxLogoHome.Location = new System.Drawing.Point(0, 0);
  349. this.PbxLogoHome.Name = "PbxLogoHome";
  350. this.PbxLogoHome.Size = new System.Drawing.Size(41, 35);
  351. this.PbxLogoHome.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  352. this.PbxLogoHome.TabIndex = 0;
  353. this.PbxLogoHome.TabStop = false;
  354. this.PbxLogoHome.Click += new System.EventHandler(this.BtnMain_Click);
  355. //
  356. // PbxMenu
  357. //
  358. this.PbxMenu.Image = global::T_FaceRecognizer.Properties.Resources.menu_button_icon_icons_com_72989;
  359. this.PbxMenu.Location = new System.Drawing.Point(6, 46);
  360. this.PbxMenu.Name = "PbxMenu";
  361. this.PbxMenu.Size = new System.Drawing.Size(35, 30);
  362. this.PbxMenu.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  363. this.PbxMenu.TabIndex = 0;
  364. this.PbxMenu.TabStop = false;
  365. this.PbxMenu.Click += new System.EventHandler(this.PbxMenu_Click);
  366. //
  367. // TabPages
  368. //
  369. this.TabPages.Controls.Add(this.tabPage1);
  370. this.TabPages.Controls.Add(this.tabPage2);
  371. this.TabPages.Controls.Add(this.tabPage3);
  372. this.TabPages.Controls.Add(this.tabPage4);
  373. this.TabPages.Controls.Add(this.tabPage5);
  374. this.TabPages.Dock = System.Windows.Forms.DockStyle.Fill;
  375. this.TabPages.Location = new System.Drawing.Point(0, 0);
  376. this.TabPages.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  377. this.TabPages.Multiline = true;
  378. this.TabPages.Name = "TabPages";
  379. this.TabPages.SelectedIndex = 0;
  380. this.TabPages.Size = new System.Drawing.Size(437, 389);
  381. this.TabPages.TabIndex = 4;
  382. //
  383. // tabPage1
  384. //
  385. this.tabPage1.BackColor = System.Drawing.Color.Transparent;
  386. this.tabPage1.Controls.Add(this.label5);
  387. this.tabPage1.Controls.Add(this.label4);
  388. this.tabPage1.Controls.Add(this.label3);
  389. this.tabPage1.Controls.Add(this.label2);
  390. this.tabPage1.Controls.Add(this.label1);
  391. this.tabPage1.Controls.Add(this.TbxMaskSnils);
  392. this.tabPage1.Controls.Add(this.TbxMaskPhone);
  393. this.tabPage1.Controls.Add(this.TbxPatronymic);
  394. this.tabPage1.Controls.Add(this.TbxName);
  395. this.tabPage1.Controls.Add(this.TbxLastname);
  396. this.tabPage1.Controls.Add(this.PbxFaces);
  397. this.tabPage1.Controls.Add(this.BtnAdd);
  398. this.tabPage1.Location = new System.Drawing.Point(4, 30);
  399. this.tabPage1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  400. this.tabPage1.Name = "tabPage1";
  401. this.tabPage1.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5);
  402. this.tabPage1.Size = new System.Drawing.Size(429, 355);
  403. this.tabPage1.TabIndex = 0;
  404. this.tabPage1.Text = "Add";
  405. //
  406. // label5
  407. //
  408. this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  409. this.label5.AutoSize = true;
  410. this.label5.BackColor = System.Drawing.Color.Transparent;
  411. this.label5.Location = new System.Drawing.Point(205, 230);
  412. this.label5.Name = "label5";
  413. this.label5.Size = new System.Drawing.Size(187, 21);
  414. this.label5.TabIndex = 11;
  415. this.label5.Text = "Номер снилс (11 цифр):";
  416. //
  417. // label4
  418. //
  419. this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  420. this.label4.AutoSize = true;
  421. this.label4.BackColor = System.Drawing.Color.Transparent;
  422. this.label4.Location = new System.Drawing.Point(204, 173);
  423. this.label4.Name = "label4";
  424. this.label4.Size = new System.Drawing.Size(191, 21);
  425. this.label4.TabIndex = 10;
  426. this.label4.Text = "Телефон (при наличии):";
  427. //
  428. // label3
  429. //
  430. this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  431. this.label3.AutoSize = true;
  432. this.label3.BackColor = System.Drawing.Color.Transparent;
  433. this.label3.Location = new System.Drawing.Point(204, 117);
  434. this.label3.Name = "label3";
  435. this.label3.Size = new System.Drawing.Size(85, 21);
  436. this.label3.TabIndex = 9;
  437. this.label3.Text = "Отчество:";
  438. //
  439. // label2
  440. //
  441. this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  442. this.label2.AutoSize = true;
  443. this.label2.BackColor = System.Drawing.Color.Transparent;
  444. this.label2.Location = new System.Drawing.Point(204, 61);
  445. this.label2.Name = "label2";
  446. this.label2.Size = new System.Drawing.Size(47, 21);
  447. this.label2.TabIndex = 8;
  448. this.label2.Text = "Имя:";
  449. //
  450. // label1
  451. //
  452. this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  453. this.label1.AutoSize = true;
  454. this.label1.BackColor = System.Drawing.Color.Transparent;
  455. this.label1.Location = new System.Drawing.Point(205, 5);
  456. this.label1.Name = "label1";
  457. this.label1.Size = new System.Drawing.Size(84, 21);
  458. this.label1.TabIndex = 7;
  459. this.label1.Text = "Фамилия:";
  460. //
  461. // TbxMaskSnils
  462. //
  463. this.TbxMaskSnils.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  464. this.TbxMaskSnils.Location = new System.Drawing.Point(200, 254);
  465. this.TbxMaskSnils.Mask = "00000000000";
  466. this.TbxMaskSnils.Name = "TbxMaskSnils";
  467. this.TbxMaskSnils.Size = new System.Drawing.Size(222, 29);
  468. this.TbxMaskSnils.TabIndex = 6;
  469. //
  470. // TbxMaskPhone
  471. //
  472. this.TbxMaskPhone.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  473. this.TbxMaskPhone.Location = new System.Drawing.Point(200, 198);
  474. this.TbxMaskPhone.Mask = "(999) 000-0000";
  475. this.TbxMaskPhone.Name = "TbxMaskPhone";
  476. this.TbxMaskPhone.Size = new System.Drawing.Size(222, 29);
  477. this.TbxMaskPhone.TabIndex = 5;
  478. //
  479. // TbxPatronymic
  480. //
  481. this.TbxPatronymic.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  482. this.TbxPatronymic.Location = new System.Drawing.Point(200, 141);
  483. this.TbxPatronymic.Name = "TbxPatronymic";
  484. this.TbxPatronymic.Size = new System.Drawing.Size(222, 29);
  485. this.TbxPatronymic.TabIndex = 4;
  486. //
  487. // TbxName
  488. //
  489. this.TbxName.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  490. this.TbxName.Location = new System.Drawing.Point(200, 85);
  491. this.TbxName.Name = "TbxName";
  492. this.TbxName.Size = new System.Drawing.Size(222, 29);
  493. this.TbxName.TabIndex = 3;
  494. //
  495. // TbxLastname
  496. //
  497. this.TbxLastname.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  498. this.TbxLastname.Location = new System.Drawing.Point(200, 29);
  499. this.TbxLastname.Name = "TbxLastname";
  500. this.TbxLastname.Size = new System.Drawing.Size(222, 29);
  501. this.TbxLastname.TabIndex = 2;
  502. //
  503. // tabPage2
  504. //
  505. this.tabPage2.Controls.Add(this.BtnIn);
  506. this.tabPage2.Controls.Add(this.BtnOut);
  507. this.tabPage2.Controls.Add(this.PbxIdentification);
  508. this.tabPage2.Location = new System.Drawing.Point(4, 30);
  509. this.tabPage2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  510. this.tabPage2.Name = "tabPage2";
  511. this.tabPage2.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5);
  512. this.tabPage2.Size = new System.Drawing.Size(429, 355);
  513. this.tabPage2.TabIndex = 1;
  514. this.tabPage2.Text = "Ident";
  515. this.tabPage2.UseVisualStyleBackColor = true;
  516. //
  517. // BtnIn
  518. //
  519. this.BtnIn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  520. this.BtnIn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(166)))), ((int)(((byte)(64)))));
  521. this.BtnIn.ForeColor = System.Drawing.Color.White;
  522. this.BtnIn.Location = new System.Drawing.Point(235, 292);
  523. this.BtnIn.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  524. this.BtnIn.Name = "BtnIn";
  525. this.BtnIn.Size = new System.Drawing.Size(190, 37);
  526. this.BtnIn.TabIndex = 3;
  527. this.BtnIn.Text = "Вход";
  528. this.BtnIn.UseVisualStyleBackColor = false;
  529. this.BtnIn.Click += new System.EventHandler(this.BtnIn_Click);
  530. //
  531. // BtnOut
  532. //
  533. this.BtnOut.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  534. this.BtnOut.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(166)))), ((int)(((byte)(64)))));
  535. this.BtnOut.ForeColor = System.Drawing.Color.White;
  536. this.BtnOut.Location = new System.Drawing.Point(8, 292);
  537. this.BtnOut.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  538. this.BtnOut.Name = "BtnOut";
  539. this.BtnOut.Size = new System.Drawing.Size(190, 37);
  540. this.BtnOut.TabIndex = 2;
  541. this.BtnOut.Text = "Выход";
  542. this.BtnOut.UseVisualStyleBackColor = false;
  543. this.BtnOut.Click += new System.EventHandler(this.BtnOut_Click);
  544. //
  545. // PbxIdentification
  546. //
  547. this.PbxIdentification.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  548. | System.Windows.Forms.AnchorStyles.Left)
  549. | System.Windows.Forms.AnchorStyles.Right)));
  550. this.PbxIdentification.BackColor = System.Drawing.Color.Black;
  551. this.PbxIdentification.Location = new System.Drawing.Point(4, 5);
  552. this.PbxIdentification.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  553. this.PbxIdentification.Name = "PbxIdentification";
  554. this.PbxIdentification.Size = new System.Drawing.Size(421, 277);
  555. this.PbxIdentification.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  556. this.PbxIdentification.TabIndex = 1;
  557. this.PbxIdentification.TabStop = false;
  558. //
  559. // tabPage3
  560. //
  561. this.tabPage3.Controls.Add(this.label11);
  562. this.tabPage3.Controls.Add(this.TbxSearch);
  563. this.tabPage3.Controls.Add(this.DgbJournal);
  564. this.tabPage3.Location = new System.Drawing.Point(4, 30);
  565. this.tabPage3.Name = "tabPage3";
  566. this.tabPage3.Size = new System.Drawing.Size(429, 355);
  567. this.tabPage3.TabIndex = 2;
  568. this.tabPage3.Text = "Journal";
  569. this.tabPage3.UseVisualStyleBackColor = true;
  570. //
  571. // label11
  572. //
  573. this.label11.AutoSize = true;
  574. this.label11.Location = new System.Drawing.Point(4, 8);
  575. this.label11.Name = "label11";
  576. this.label11.Size = new System.Drawing.Size(129, 21);
  577. this.label11.TabIndex = 2;
  578. this.label11.Text = "Поиск по ФИО: ";
  579. //
  580. // TbxSearch
  581. //
  582. this.TbxSearch.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  583. | System.Windows.Forms.AnchorStyles.Right)));
  584. this.TbxSearch.Location = new System.Drawing.Point(139, 5);
  585. this.TbxSearch.Name = "TbxSearch";
  586. this.TbxSearch.Size = new System.Drawing.Size(282, 29);
  587. this.TbxSearch.TabIndex = 1;
  588. this.TbxSearch.TextChanged += new System.EventHandler(this.TbxSearch_TextChanged);
  589. //
  590. // DgbJournal
  591. //
  592. this.DgbJournal.AllowUserToAddRows = false;
  593. this.DgbJournal.AllowUserToDeleteRows = false;
  594. this.DgbJournal.AllowUserToResizeColumns = false;
  595. this.DgbJournal.AllowUserToResizeRows = false;
  596. this.DgbJournal.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  597. | System.Windows.Forms.AnchorStyles.Left)
  598. | System.Windows.Forms.AnchorStyles.Right)));
  599. this.DgbJournal.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(228)))), ((int)(((byte)(255)))), ((int)(((byte)(225)))));
  600. this.DgbJournal.BorderStyle = System.Windows.Forms.BorderStyle.None;
  601. this.DgbJournal.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.SingleHorizontal;
  602. this.DgbJournal.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  603. this.DgbJournal.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  604. this.Column1,
  605. this.Column2,
  606. this.Column3});
  607. this.DgbJournal.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(243)))), ((int)(((byte)(243)))));
  608. this.DgbJournal.Location = new System.Drawing.Point(3, 40);
  609. this.DgbJournal.MultiSelect = false;
  610. this.DgbJournal.Name = "DgbJournal";
  611. this.DgbJournal.ReadOnly = true;
  612. this.DgbJournal.RowHeadersVisible = false;
  613. this.DgbJournal.RowTemplate.DividerHeight = 5;
  614. this.DgbJournal.RowTemplate.Height = 35;
  615. this.DgbJournal.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  616. this.DgbJournal.Size = new System.Drawing.Size(423, 288);
  617. this.DgbJournal.TabIndex = 0;
  618. this.DgbJournal.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.DgbJournal_CellDoubleClick);
  619. //
  620. // Column1
  621. //
  622. this.Column1.HeaderText = "ID";
  623. this.Column1.Name = "Column1";
  624. this.Column1.ReadOnly = true;
  625. this.Column1.Visible = false;
  626. //
  627. // Column2
  628. //
  629. this.Column2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  630. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  631. this.Column2.DefaultCellStyle = dataGridViewCellStyle1;
  632. this.Column2.HeaderText = "Пользователь";
  633. this.Column2.Name = "Column2";
  634. this.Column2.ReadOnly = true;
  635. //
  636. // Column3
  637. //
  638. this.Column3.HeaderText = "Дата последнего посещения";
  639. this.Column3.Name = "Column3";
  640. this.Column3.ReadOnly = true;
  641. //
  642. // tabPage4
  643. //
  644. this.tabPage4.Controls.Add(this.BtnSaveParameters);
  645. this.tabPage4.Controls.Add(this.CbxSaveSizeForm);
  646. this.tabPage4.Controls.Add(this.CbxSaveLocationForm);
  647. this.tabPage4.Controls.Add(this.CmbCams);
  648. this.tabPage4.Controls.Add(this.label7);
  649. this.tabPage4.Location = new System.Drawing.Point(4, 30);
  650. this.tabPage4.Name = "tabPage4";
  651. this.tabPage4.Size = new System.Drawing.Size(429, 355);
  652. this.tabPage4.TabIndex = 3;
  653. this.tabPage4.Text = "Settings";
  654. this.tabPage4.UseVisualStyleBackColor = true;
  655. //
  656. // BtnSaveParameters
  657. //
  658. this.BtnSaveParameters.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  659. this.BtnSaveParameters.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(166)))), ((int)(((byte)(64)))));
  660. this.BtnSaveParameters.ForeColor = System.Drawing.Color.White;
  661. this.BtnSaveParameters.Location = new System.Drawing.Point(79, 292);
  662. this.BtnSaveParameters.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  663. this.BtnSaveParameters.Name = "BtnSaveParameters";
  664. this.BtnSaveParameters.Size = new System.Drawing.Size(341, 37);
  665. this.BtnSaveParameters.TabIndex = 4;
  666. this.BtnSaveParameters.Text = "Применить новые параметры";
  667. this.BtnSaveParameters.UseVisualStyleBackColor = false;
  668. this.BtnSaveParameters.Click += new System.EventHandler(this.BtnSaveParameters_Click);
  669. //
  670. // CbxSaveSizeForm
  671. //
  672. this.CbxSaveSizeForm.AutoSize = true;
  673. this.CbxSaveSizeForm.Location = new System.Drawing.Point(7, 93);
  674. this.CbxSaveSizeForm.Name = "CbxSaveSizeForm";
  675. this.CbxSaveSizeForm.Size = new System.Drawing.Size(219, 25);
  676. this.CbxSaveSizeForm.TabIndex = 3;
  677. this.CbxSaveSizeForm.Text = "Сохранять размеры окна";
  678. this.CbxSaveSizeForm.UseVisualStyleBackColor = true;
  679. //
  680. // CbxSaveLocationForm
  681. //
  682. this.CbxSaveLocationForm.AutoSize = true;
  683. this.CbxSaveLocationForm.Location = new System.Drawing.Point(7, 62);
  684. this.CbxSaveLocationForm.Name = "CbxSaveLocationForm";
  685. this.CbxSaveLocationForm.Size = new System.Drawing.Size(385, 25);
  686. this.CbxSaveLocationForm.TabIndex = 2;
  687. this.CbxSaveLocationForm.Text = "Сохранять положение окна после перезапуска";
  688. this.CbxSaveLocationForm.UseVisualStyleBackColor = true;
  689. //
  690. // CmbCams
  691. //
  692. this.CmbCams.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  693. this.CmbCams.FormattingEnabled = true;
  694. this.CmbCams.Location = new System.Drawing.Point(153, 8);
  695. this.CmbCams.Name = "CmbCams";
  696. this.CmbCams.Size = new System.Drawing.Size(239, 29);
  697. this.CmbCams.TabIndex = 1;
  698. this.CmbCams.SelectedIndexChanged += new System.EventHandler(this.CmbCams_SelectedIndexChanged);
  699. //
  700. // label7
  701. //
  702. this.label7.AutoSize = true;
  703. this.label7.Location = new System.Drawing.Point(3, 11);
  704. this.label7.Name = "label7";
  705. this.label7.Size = new System.Drawing.Size(144, 21);
  706. this.label7.TabIndex = 0;
  707. this.label7.Text = "Активная камера:";
  708. //
  709. // tabPage5
  710. //
  711. this.tabPage5.Controls.Add(this.GbxInfo);
  712. this.tabPage5.Controls.Add(this.PanelTitle);
  713. this.tabPage5.Location = new System.Drawing.Point(4, 30);
  714. this.tabPage5.Name = "tabPage5";
  715. this.tabPage5.Size = new System.Drawing.Size(429, 355);
  716. this.tabPage5.TabIndex = 4;
  717. this.tabPage5.Text = "Main";
  718. this.tabPage5.UseVisualStyleBackColor = true;
  719. //
  720. // GbxInfo
  721. //
  722. this.GbxInfo.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  723. | System.Windows.Forms.AnchorStyles.Left)
  724. | System.Windows.Forms.AnchorStyles.Right)));
  725. this.GbxInfo.Controls.Add(this.label10);
  726. this.GbxInfo.Controls.Add(this.label9);
  727. this.GbxInfo.Controls.Add(this.label8);
  728. this.GbxInfo.Controls.Add(this.label6);
  729. this.GbxInfo.Location = new System.Drawing.Point(6, 110);
  730. this.GbxInfo.Name = "GbxInfo";
  731. this.GbxInfo.Size = new System.Drawing.Size(415, 221);
  732. this.GbxInfo.TabIndex = 1;
  733. this.GbxInfo.TabStop = false;
  734. this.GbxInfo.Text = "О программе";
  735. //
  736. // label10
  737. //
  738. this.label10.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  739. | System.Windows.Forms.AnchorStyles.Right)));
  740. this.label10.Location = new System.Drawing.Point(6, 176);
  741. this.label10.Name = "label10";
  742. this.label10.Size = new System.Drawing.Size(403, 58);
  743. this.label10.TabIndex = 3;
  744. this.label10.Text = "• Настройка параметров приложения";
  745. //
  746. // label9
  747. //
  748. this.label9.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  749. | System.Windows.Forms.AnchorStyles.Right)));
  750. this.label9.Location = new System.Drawing.Point(6, 133);
  751. this.label9.Name = "label9";
  752. this.label9.Size = new System.Drawing.Size(403, 43);
  753. this.label9.TabIndex = 2;
  754. this.label9.Text = "• Просмотр журнала посещений для каждого пользователя";
  755. //
  756. // label8
  757. //
  758. this.label8.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  759. | System.Windows.Forms.AnchorStyles.Right)));
  760. this.label8.Location = new System.Drawing.Point(6, 88);
  761. this.label8.Name = "label8";
  762. this.label8.Size = new System.Drawing.Size(403, 45);
  763. this.label8.TabIndex = 1;
  764. this.label8.Text = "• Идентификация учащихся при входе и выходе из учебного заведения";
  765. //
  766. // label6
  767. //
  768. this.label6.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  769. | System.Windows.Forms.AnchorStyles.Right)));
  770. this.label6.Location = new System.Drawing.Point(6, 38);
  771. this.label6.Name = "label6";
  772. this.label6.Size = new System.Drawing.Size(388, 39);
  773. this.label6.TabIndex = 0;
  774. this.label6.Text = "• Простое добавление новых пользователей";
  775. //
  776. // PanelTitle
  777. //
  778. this.PanelTitle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(206)))), ((int)(((byte)(208)))), ((int)(((byte)(223)))));
  779. this.PanelTitle.Controls.Add(this.LblTitle);
  780. this.PanelTitle.Controls.Add(this.PbxLogo);
  781. this.PanelTitle.Dock = System.Windows.Forms.DockStyle.Top;
  782. this.PanelTitle.Location = new System.Drawing.Point(0, 0);
  783. this.PanelTitle.Name = "PanelTitle";
  784. this.PanelTitle.Size = new System.Drawing.Size(429, 100);
  785. this.PanelTitle.TabIndex = 0;
  786. //
  787. // LblTitle
  788. //
  789. this.LblTitle.Dock = System.Windows.Forms.DockStyle.Fill;
  790. this.LblTitle.Font = new System.Drawing.Font("Segoe UI", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  791. this.LblTitle.Location = new System.Drawing.Point(0, 0);
  792. this.LblTitle.Name = "LblTitle";
  793. this.LblTitle.Size = new System.Drawing.Size(325, 100);
  794. this.LblTitle.TabIndex = 1;
  795. this.LblTitle.Text = "FaceTrack профессиональный";
  796. this.LblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  797. //
  798. // PbxLogo
  799. //
  800. this.PbxLogo.Dock = System.Windows.Forms.DockStyle.Right;
  801. this.PbxLogo.Image = global::T_FaceRecognizer.Properties.Resources.FaceIcon;
  802. this.PbxLogo.Location = new System.Drawing.Point(325, 0);
  803. this.PbxLogo.Name = "PbxLogo";
  804. this.PbxLogo.Size = new System.Drawing.Size(104, 100);
  805. this.PbxLogo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  806. this.PbxLogo.TabIndex = 0;
  807. this.PbxLogo.TabStop = false;
  808. //
  809. // SplitContainer
  810. //
  811. this.SplitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
  812. this.SplitContainer.IsSplitterFixed = true;
  813. this.SplitContainer.Location = new System.Drawing.Point(0, 0);
  814. this.SplitContainer.Name = "SplitContainer";
  815. //
  816. // SplitContainer.Panel1
  817. //
  818. this.SplitContainer.Panel1.Controls.Add(this.PanelMenu);
  819. //
  820. // SplitContainer.Panel2
  821. //
  822. this.SplitContainer.Panel2.Controls.Add(this.TabPages);
  823. this.SplitContainer.Size = new System.Drawing.Size(689, 389);
  824. this.SplitContainer.SplitterDistance = 248;
  825. this.SplitContainer.TabIndex = 5;
  826. //
  827. // TimerCamsControl
  828. //
  829. this.TimerCamsControl.Enabled = true;
  830. this.TimerCamsControl.Tick += new System.EventHandler(this.TimerCamsControl_Tick);
  831. //
  832. // FormMain
  833. //
  834. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F);
  835. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  836. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(243)))), ((int)(((byte)(243)))));
  837. this.ClientSize = new System.Drawing.Size(689, 389);
  838. this.Controls.Add(this.SplitContainer);
  839. this.DoubleBuffered = true;
  840. this.Font = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Bold);
  841. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  842. this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  843. this.MinimumSize = new System.Drawing.Size(705, 428);
  844. this.Name = "FormMain";
  845. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  846. this.Text = "FaceTrack профессиональный";
  847. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormMain_FormClosing);
  848. this.Load += new System.EventHandler(this.FormMain_Load);
  849. this.Resize += new System.EventHandler(this.FormMain_Resize);
  850. ((System.ComponentModel.ISupportInitialize)(this.PbxFaces)).EndInit();
  851. this.PanelMenu.ResumeLayout(false);
  852. this.PanSettings.ResumeLayout(false);
  853. ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
  854. this.PanJournal.ResumeLayout(false);
  855. ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
  856. this.PanIdentification.ResumeLayout(false);
  857. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
  858. this.PanAdd.ResumeLayout(false);
  859. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  860. this.PanHome.ResumeLayout(false);
  861. ((System.ComponentModel.ISupportInitialize)(this.PbxLogoHome)).EndInit();
  862. ((System.ComponentModel.ISupportInitialize)(this.PbxMenu)).EndInit();
  863. this.TabPages.ResumeLayout(false);
  864. this.tabPage1.ResumeLayout(false);
  865. this.tabPage1.PerformLayout();
  866. this.tabPage2.ResumeLayout(false);
  867. ((System.ComponentModel.ISupportInitialize)(this.PbxIdentification)).EndInit();
  868. this.tabPage3.ResumeLayout(false);
  869. this.tabPage3.PerformLayout();
  870. ((System.ComponentModel.ISupportInitialize)(this.DgbJournal)).EndInit();
  871. this.tabPage4.ResumeLayout(false);
  872. this.tabPage4.PerformLayout();
  873. this.tabPage5.ResumeLayout(false);
  874. this.GbxInfo.ResumeLayout(false);
  875. this.PanelTitle.ResumeLayout(false);
  876. ((System.ComponentModel.ISupportInitialize)(this.PbxLogo)).EndInit();
  877. this.SplitContainer.Panel1.ResumeLayout(false);
  878. this.SplitContainer.Panel2.ResumeLayout(false);
  879. ((System.ComponentModel.ISupportInitialize)(this.SplitContainer)).EndInit();
  880. this.SplitContainer.ResumeLayout(false);
  881. this.ResumeLayout(false);
  882. }
  883. #endregion
  884. private System.Windows.Forms.PictureBox PbxFaces;
  885. private System.Windows.Forms.Button BtnAdd;
  886. private System.Windows.Forms.Panel PanelMenu;
  887. private System.Windows.Forms.TabPage tabPage1;
  888. private System.Windows.Forms.TabPage tabPage2;
  889. private System.Windows.Forms.TabControl TabPages;
  890. private System.Windows.Forms.PictureBox PbxMenu;
  891. private System.Windows.Forms.SplitContainer SplitContainer;
  892. private System.Windows.Forms.Panel PanHome;
  893. private System.Windows.Forms.PictureBox PbxLogoHome;
  894. private System.Windows.Forms.Button BtnMain;
  895. private System.Windows.Forms.Panel PanAdd;
  896. private System.Windows.Forms.Button BtnAddUser;
  897. private System.Windows.Forms.PictureBox pictureBox1;
  898. private System.Windows.Forms.Panel PanSettings;
  899. private System.Windows.Forms.Button BtnSettings;
  900. private System.Windows.Forms.PictureBox pictureBox4;
  901. private System.Windows.Forms.Panel PanJournal;
  902. private System.Windows.Forms.Button BtnJournal;
  903. private System.Windows.Forms.PictureBox pictureBox3;
  904. private System.Windows.Forms.Panel PanIdentification;
  905. private System.Windows.Forms.Button BtnIdent;
  906. private System.Windows.Forms.PictureBox pictureBox2;
  907. private System.Windows.Forms.PictureBox PbxIdentification;
  908. private System.Windows.Forms.Button BtnIn;
  909. private System.Windows.Forms.Button BtnOut;
  910. private System.Windows.Forms.Label label5;
  911. private System.Windows.Forms.Label label4;
  912. private System.Windows.Forms.Label label3;
  913. private System.Windows.Forms.Label label2;
  914. private System.Windows.Forms.Label label1;
  915. private System.Windows.Forms.MaskedTextBox TbxMaskSnils;
  916. private System.Windows.Forms.MaskedTextBox TbxMaskPhone;
  917. private System.Windows.Forms.TextBox TbxPatronymic;
  918. private System.Windows.Forms.TextBox TbxName;
  919. private System.Windows.Forms.TextBox TbxLastname;
  920. private System.Windows.Forms.TabPage tabPage3;
  921. private System.Windows.Forms.TabPage tabPage4;
  922. private System.Windows.Forms.TabPage tabPage5;
  923. private System.Windows.Forms.Label label7;
  924. private System.Windows.Forms.DataGridView DgbJournal;
  925. private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
  926. private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
  927. private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
  928. private System.Windows.Forms.ComboBox CmbCams;
  929. private System.Windows.Forms.CheckBox CbxSaveLocationForm;
  930. private System.Windows.Forms.CheckBox CbxSaveSizeForm;
  931. private System.Windows.Forms.Button BtnSaveParameters;
  932. private System.Windows.Forms.Panel PanelTitle;
  933. private System.Windows.Forms.Label LblTitle;
  934. private System.Windows.Forms.PictureBox PbxLogo;
  935. private System.Windows.Forms.GroupBox GbxInfo;
  936. private System.Windows.Forms.Label label10;
  937. private System.Windows.Forms.Label label9;
  938. private System.Windows.Forms.Label label8;
  939. private System.Windows.Forms.Label label6;
  940. private System.Windows.Forms.Label label11;
  941. private System.Windows.Forms.TextBox TbxSearch;
  942. private System.Windows.Forms.Timer TimerCamsControl;
  943. }
  944. }