FormMain.Designer.cs 53 KB

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