FormMain.Designer.cs 41 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750
  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.label7 = new System.Windows.Forms.Label();
  72. this.tabPage5 = new System.Windows.Forms.TabPage();
  73. this.label6 = new System.Windows.Forms.Label();
  74. this.SplitContainer = new System.Windows.Forms.SplitContainer();
  75. ((System.ComponentModel.ISupportInitialize)(this.PbxFaces)).BeginInit();
  76. this.PanelMenu.SuspendLayout();
  77. this.PanSettings.SuspendLayout();
  78. ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
  79. this.PanJournal.SuspendLayout();
  80. ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
  81. this.PanIdentification.SuspendLayout();
  82. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
  83. this.PanAdd.SuspendLayout();
  84. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  85. this.PanHome.SuspendLayout();
  86. ((System.ComponentModel.ISupportInitialize)(this.PbxLogoHome)).BeginInit();
  87. ((System.ComponentModel.ISupportInitialize)(this.PbxMenu)).BeginInit();
  88. this.TabPages.SuspendLayout();
  89. this.tabPage1.SuspendLayout();
  90. this.tabPage2.SuspendLayout();
  91. ((System.ComponentModel.ISupportInitialize)(this.PbxIdentification)).BeginInit();
  92. this.tabPage3.SuspendLayout();
  93. ((System.ComponentModel.ISupportInitialize)(this.DgbJournal)).BeginInit();
  94. this.tabPage4.SuspendLayout();
  95. this.tabPage5.SuspendLayout();
  96. ((System.ComponentModel.ISupportInitialize)(this.SplitContainer)).BeginInit();
  97. this.SplitContainer.Panel1.SuspendLayout();
  98. this.SplitContainer.Panel2.SuspendLayout();
  99. this.SplitContainer.SuspendLayout();
  100. this.SuspendLayout();
  101. //
  102. // PbxFaces
  103. //
  104. this.PbxFaces.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  105. | System.Windows.Forms.AnchorStyles.Left)
  106. | System.Windows.Forms.AnchorStyles.Right)));
  107. this.PbxFaces.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(102)))), ((int)(((byte)(110)))));
  108. this.PbxFaces.Location = new System.Drawing.Point(4, 5);
  109. this.PbxFaces.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  110. this.PbxFaces.Name = "PbxFaces";
  111. this.PbxFaces.Size = new System.Drawing.Size(188, 345);
  112. this.PbxFaces.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  113. this.PbxFaces.TabIndex = 0;
  114. this.PbxFaces.TabStop = false;
  115. //
  116. // BtnAdd
  117. //
  118. this.BtnAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  119. this.BtnAdd.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(166)))), ((int)(((byte)(64)))));
  120. this.BtnAdd.ForeColor = System.Drawing.Color.White;
  121. this.BtnAdd.Location = new System.Drawing.Point(200, 291);
  122. this.BtnAdd.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  123. this.BtnAdd.Name = "BtnAdd";
  124. this.BtnAdd.Size = new System.Drawing.Size(220, 37);
  125. this.BtnAdd.TabIndex = 1;
  126. this.BtnAdd.Text = "Добавить пользователя";
  127. this.BtnAdd.UseVisualStyleBackColor = false;
  128. this.BtnAdd.Click += new System.EventHandler(this.BtnAdd_Click);
  129. //
  130. // PanelMenu
  131. //
  132. this.PanelMenu.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(243)))), ((int)(((byte)(243)))));
  133. this.PanelMenu.Controls.Add(this.PanSettings);
  134. this.PanelMenu.Controls.Add(this.PanJournal);
  135. this.PanelMenu.Controls.Add(this.PanIdentification);
  136. this.PanelMenu.Controls.Add(this.PanAdd);
  137. this.PanelMenu.Controls.Add(this.PanHome);
  138. this.PanelMenu.Controls.Add(this.PbxMenu);
  139. this.PanelMenu.Dock = System.Windows.Forms.DockStyle.Fill;
  140. this.PanelMenu.Location = new System.Drawing.Point(0, 0);
  141. this.PanelMenu.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  142. this.PanelMenu.Name = "PanelMenu";
  143. this.PanelMenu.Size = new System.Drawing.Size(248, 389);
  144. this.PanelMenu.TabIndex = 3;
  145. //
  146. // PanSettings
  147. //
  148. this.PanSettings.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  149. | System.Windows.Forms.AnchorStyles.Right)));
  150. this.PanSettings.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(166)))), ((int)(((byte)(64)))));
  151. this.PanSettings.Controls.Add(this.BtnSettings);
  152. this.PanSettings.Controls.Add(this.pictureBox4);
  153. this.PanSettings.Location = new System.Drawing.Point(4, 246);
  154. this.PanSettings.Name = "PanSettings";
  155. this.PanSettings.Size = new System.Drawing.Size(241, 35);
  156. this.PanSettings.TabIndex = 3;
  157. //
  158. // BtnSettings
  159. //
  160. this.BtnSettings.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(166)))), ((int)(((byte)(64)))));
  161. this.BtnSettings.Dock = System.Windows.Forms.DockStyle.Fill;
  162. this.BtnSettings.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  163. this.BtnSettings.ForeColor = System.Drawing.Color.White;
  164. this.BtnSettings.Location = new System.Drawing.Point(41, 0);
  165. this.BtnSettings.Name = "BtnSettings";
  166. this.BtnSettings.Size = new System.Drawing.Size(200, 35);
  167. this.BtnSettings.TabIndex = 1;
  168. this.BtnSettings.Text = "Настройки";
  169. this.BtnSettings.UseVisualStyleBackColor = false;
  170. //
  171. // pictureBox4
  172. //
  173. this.pictureBox4.Dock = System.Windows.Forms.DockStyle.Left;
  174. this.pictureBox4.Image = global::T_FaceRecognizer.Properties.Resources.settingscog_87317;
  175. this.pictureBox4.Location = new System.Drawing.Point(0, 0);
  176. this.pictureBox4.Name = "pictureBox4";
  177. this.pictureBox4.Size = new System.Drawing.Size(41, 35);
  178. this.pictureBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  179. this.pictureBox4.TabIndex = 0;
  180. this.pictureBox4.TabStop = false;
  181. //
  182. // PanJournal
  183. //
  184. this.PanJournal.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  185. | System.Windows.Forms.AnchorStyles.Right)));
  186. this.PanJournal.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(166)))), ((int)(((byte)(64)))));
  187. this.PanJournal.Controls.Add(this.BtnJournal);
  188. this.PanJournal.Controls.Add(this.pictureBox3);
  189. this.PanJournal.Location = new System.Drawing.Point(4, 205);
  190. this.PanJournal.Name = "PanJournal";
  191. this.PanJournal.Size = new System.Drawing.Size(241, 35);
  192. this.PanJournal.TabIndex = 3;
  193. //
  194. // BtnJournal
  195. //
  196. this.BtnJournal.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(166)))), ((int)(((byte)(64)))));
  197. this.BtnJournal.Dock = System.Windows.Forms.DockStyle.Fill;
  198. this.BtnJournal.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  199. this.BtnJournal.ForeColor = System.Drawing.Color.White;
  200. this.BtnJournal.Location = new System.Drawing.Point(41, 0);
  201. this.BtnJournal.Name = "BtnJournal";
  202. this.BtnJournal.Size = new System.Drawing.Size(200, 35);
  203. this.BtnJournal.TabIndex = 1;
  204. this.BtnJournal.Text = "Журнал";
  205. this.BtnJournal.UseVisualStyleBackColor = false;
  206. this.BtnJournal.Click += new System.EventHandler(this.BtnJournal_Click);
  207. //
  208. // pictureBox3
  209. //
  210. this.pictureBox3.Dock = System.Windows.Forms.DockStyle.Left;
  211. this.pictureBox3.Image = global::T_FaceRecognizer.Properties.Resources.journal_text_icon_160013;
  212. this.pictureBox3.Location = new System.Drawing.Point(0, 0);
  213. this.pictureBox3.Name = "pictureBox3";
  214. this.pictureBox3.Size = new System.Drawing.Size(41, 35);
  215. this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  216. this.pictureBox3.TabIndex = 0;
  217. this.pictureBox3.TabStop = false;
  218. //
  219. // PanIdentification
  220. //
  221. this.PanIdentification.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  222. | System.Windows.Forms.AnchorStyles.Right)));
  223. this.PanIdentification.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(166)))), ((int)(((byte)(64)))));
  224. this.PanIdentification.Controls.Add(this.BtnIdent);
  225. this.PanIdentification.Controls.Add(this.pictureBox2);
  226. this.PanIdentification.Location = new System.Drawing.Point(4, 164);
  227. this.PanIdentification.Name = "PanIdentification";
  228. this.PanIdentification.Size = new System.Drawing.Size(241, 35);
  229. this.PanIdentification.TabIndex = 3;
  230. //
  231. // BtnIdent
  232. //
  233. this.BtnIdent.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(166)))), ((int)(((byte)(64)))));
  234. this.BtnIdent.Dock = System.Windows.Forms.DockStyle.Fill;
  235. this.BtnIdent.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  236. this.BtnIdent.ForeColor = System.Drawing.Color.White;
  237. this.BtnIdent.Location = new System.Drawing.Point(41, 0);
  238. this.BtnIdent.Name = "BtnIdent";
  239. this.BtnIdent.Size = new System.Drawing.Size(200, 35);
  240. this.BtnIdent.TabIndex = 1;
  241. this.BtnIdent.Text = "Идентификация";
  242. this.BtnIdent.UseVisualStyleBackColor = false;
  243. this.BtnIdent.Click += new System.EventHandler(this.BtnIdent_Click);
  244. //
  245. // pictureBox2
  246. //
  247. this.pictureBox2.Dock = System.Windows.Forms.DockStyle.Left;
  248. this.pictureBox2.Image = global::T_FaceRecognizer.Properties.Resources.explorationoffacerecognition_facescanning_exploraciondereconocimientoderostro_4589;
  249. this.pictureBox2.Location = new System.Drawing.Point(0, 0);
  250. this.pictureBox2.Name = "pictureBox2";
  251. this.pictureBox2.Size = new System.Drawing.Size(41, 35);
  252. this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  253. this.pictureBox2.TabIndex = 0;
  254. this.pictureBox2.TabStop = false;
  255. //
  256. // PanAdd
  257. //
  258. this.PanAdd.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  259. | System.Windows.Forms.AnchorStyles.Right)));
  260. this.PanAdd.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(166)))), ((int)(((byte)(64)))));
  261. this.PanAdd.Controls.Add(this.BtnAddUser);
  262. this.PanAdd.Controls.Add(this.pictureBox1);
  263. this.PanAdd.Location = new System.Drawing.Point(3, 123);
  264. this.PanAdd.Name = "PanAdd";
  265. this.PanAdd.Size = new System.Drawing.Size(241, 35);
  266. this.PanAdd.TabIndex = 2;
  267. //
  268. // BtnAddUser
  269. //
  270. this.BtnAddUser.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(166)))), ((int)(((byte)(64)))));
  271. this.BtnAddUser.Dock = System.Windows.Forms.DockStyle.Fill;
  272. this.BtnAddUser.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  273. this.BtnAddUser.ForeColor = System.Drawing.Color.White;
  274. this.BtnAddUser.Location = new System.Drawing.Point(41, 0);
  275. this.BtnAddUser.Name = "BtnAddUser";
  276. this.BtnAddUser.Size = new System.Drawing.Size(200, 35);
  277. this.BtnAddUser.TabIndex = 1;
  278. this.BtnAddUser.Text = "Добавить";
  279. this.BtnAddUser.UseVisualStyleBackColor = false;
  280. this.BtnAddUser.Click += new System.EventHandler(this.BtnAddUser_Click);
  281. //
  282. // pictureBox1
  283. //
  284. this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Left;
  285. this.pictureBox1.Image = global::T_FaceRecognizer.Properties.Resources.add_circle_create_expand_new_plus_icon_123218;
  286. this.pictureBox1.Location = new System.Drawing.Point(0, 0);
  287. this.pictureBox1.Name = "pictureBox1";
  288. this.pictureBox1.Size = new System.Drawing.Size(41, 35);
  289. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  290. this.pictureBox1.TabIndex = 0;
  291. this.pictureBox1.TabStop = false;
  292. //
  293. // PanHome
  294. //
  295. this.PanHome.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  296. | System.Windows.Forms.AnchorStyles.Right)));
  297. this.PanHome.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(166)))), ((int)(((byte)(64)))));
  298. this.PanHome.Controls.Add(this.BtnMain);
  299. this.PanHome.Controls.Add(this.PbxLogoHome);
  300. this.PanHome.Location = new System.Drawing.Point(3, 82);
  301. this.PanHome.Name = "PanHome";
  302. this.PanHome.Size = new System.Drawing.Size(241, 35);
  303. this.PanHome.TabIndex = 1;
  304. //
  305. // BtnMain
  306. //
  307. this.BtnMain.Dock = System.Windows.Forms.DockStyle.Fill;
  308. this.BtnMain.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  309. this.BtnMain.ForeColor = System.Drawing.Color.White;
  310. this.BtnMain.Location = new System.Drawing.Point(41, 0);
  311. this.BtnMain.Name = "BtnMain";
  312. this.BtnMain.Size = new System.Drawing.Size(200, 35);
  313. this.BtnMain.TabIndex = 1;
  314. this.BtnMain.Text = "Главная";
  315. this.BtnMain.UseVisualStyleBackColor = true;
  316. this.BtnMain.Click += new System.EventHandler(this.BtnMain_Click);
  317. //
  318. // PbxLogoHome
  319. //
  320. this.PbxLogoHome.Dock = System.Windows.Forms.DockStyle.Left;
  321. this.PbxLogoHome.Image = global::T_FaceRecognizer.Properties.Resources._3643769_building_home_house_main_menu_start_113416;
  322. this.PbxLogoHome.Location = new System.Drawing.Point(0, 0);
  323. this.PbxLogoHome.Name = "PbxLogoHome";
  324. this.PbxLogoHome.Size = new System.Drawing.Size(41, 35);
  325. this.PbxLogoHome.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  326. this.PbxLogoHome.TabIndex = 0;
  327. this.PbxLogoHome.TabStop = false;
  328. //
  329. // PbxMenu
  330. //
  331. this.PbxMenu.Image = global::T_FaceRecognizer.Properties.Resources.menu_button_icon_icons_com_72989;
  332. this.PbxMenu.Location = new System.Drawing.Point(4, 41);
  333. this.PbxMenu.Name = "PbxMenu";
  334. this.PbxMenu.Size = new System.Drawing.Size(40, 35);
  335. this.PbxMenu.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  336. this.PbxMenu.TabIndex = 0;
  337. this.PbxMenu.TabStop = false;
  338. this.PbxMenu.Click += new System.EventHandler(this.PbxMenu_Click);
  339. //
  340. // TabPages
  341. //
  342. this.TabPages.Controls.Add(this.tabPage1);
  343. this.TabPages.Controls.Add(this.tabPage2);
  344. this.TabPages.Controls.Add(this.tabPage3);
  345. this.TabPages.Controls.Add(this.tabPage4);
  346. this.TabPages.Controls.Add(this.tabPage5);
  347. this.TabPages.Dock = System.Windows.Forms.DockStyle.Fill;
  348. this.TabPages.Location = new System.Drawing.Point(0, 0);
  349. this.TabPages.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  350. this.TabPages.Multiline = true;
  351. this.TabPages.Name = "TabPages";
  352. this.TabPages.SelectedIndex = 0;
  353. this.TabPages.Size = new System.Drawing.Size(437, 389);
  354. this.TabPages.TabIndex = 4;
  355. //
  356. // tabPage1
  357. //
  358. this.tabPage1.BackColor = System.Drawing.Color.Transparent;
  359. this.tabPage1.Controls.Add(this.label5);
  360. this.tabPage1.Controls.Add(this.label4);
  361. this.tabPage1.Controls.Add(this.label3);
  362. this.tabPage1.Controls.Add(this.label2);
  363. this.tabPage1.Controls.Add(this.label1);
  364. this.tabPage1.Controls.Add(this.TbxMaskSnils);
  365. this.tabPage1.Controls.Add(this.TbxMaskPhone);
  366. this.tabPage1.Controls.Add(this.TbxPatronymic);
  367. this.tabPage1.Controls.Add(this.TbxName);
  368. this.tabPage1.Controls.Add(this.TbxLastname);
  369. this.tabPage1.Controls.Add(this.PbxFaces);
  370. this.tabPage1.Controls.Add(this.BtnAdd);
  371. this.tabPage1.Location = new System.Drawing.Point(4, 30);
  372. this.tabPage1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  373. this.tabPage1.Name = "tabPage1";
  374. this.tabPage1.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5);
  375. this.tabPage1.Size = new System.Drawing.Size(429, 355);
  376. this.tabPage1.TabIndex = 0;
  377. this.tabPage1.Text = "Add";
  378. //
  379. // label5
  380. //
  381. this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  382. this.label5.AutoSize = true;
  383. this.label5.BackColor = System.Drawing.Color.Transparent;
  384. this.label5.Location = new System.Drawing.Point(205, 230);
  385. this.label5.Name = "label5";
  386. this.label5.Size = new System.Drawing.Size(187, 21);
  387. this.label5.TabIndex = 11;
  388. this.label5.Text = "Номер снилс (11 цифр):";
  389. //
  390. // label4
  391. //
  392. this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  393. this.label4.AutoSize = true;
  394. this.label4.BackColor = System.Drawing.Color.Transparent;
  395. this.label4.Location = new System.Drawing.Point(204, 173);
  396. this.label4.Name = "label4";
  397. this.label4.Size = new System.Drawing.Size(191, 21);
  398. this.label4.TabIndex = 10;
  399. this.label4.Text = "Телефон (при наличии):";
  400. //
  401. // label3
  402. //
  403. this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  404. this.label3.AutoSize = true;
  405. this.label3.BackColor = System.Drawing.Color.Transparent;
  406. this.label3.Location = new System.Drawing.Point(204, 117);
  407. this.label3.Name = "label3";
  408. this.label3.Size = new System.Drawing.Size(85, 21);
  409. this.label3.TabIndex = 9;
  410. this.label3.Text = "Отчество:";
  411. //
  412. // label2
  413. //
  414. this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  415. this.label2.AutoSize = true;
  416. this.label2.BackColor = System.Drawing.Color.Transparent;
  417. this.label2.Location = new System.Drawing.Point(204, 61);
  418. this.label2.Name = "label2";
  419. this.label2.Size = new System.Drawing.Size(47, 21);
  420. this.label2.TabIndex = 8;
  421. this.label2.Text = "Имя:";
  422. //
  423. // label1
  424. //
  425. this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  426. this.label1.AutoSize = true;
  427. this.label1.BackColor = System.Drawing.Color.Transparent;
  428. this.label1.Location = new System.Drawing.Point(205, 5);
  429. this.label1.Name = "label1";
  430. this.label1.Size = new System.Drawing.Size(84, 21);
  431. this.label1.TabIndex = 7;
  432. this.label1.Text = "Фамилия:";
  433. //
  434. // TbxMaskSnils
  435. //
  436. this.TbxMaskSnils.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  437. this.TbxMaskSnils.Location = new System.Drawing.Point(200, 254);
  438. this.TbxMaskSnils.Mask = "00000000000";
  439. this.TbxMaskSnils.Name = "TbxMaskSnils";
  440. this.TbxMaskSnils.Size = new System.Drawing.Size(222, 29);
  441. this.TbxMaskSnils.TabIndex = 6;
  442. //
  443. // TbxMaskPhone
  444. //
  445. this.TbxMaskPhone.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  446. this.TbxMaskPhone.Location = new System.Drawing.Point(200, 198);
  447. this.TbxMaskPhone.Mask = "(999) 000-0000";
  448. this.TbxMaskPhone.Name = "TbxMaskPhone";
  449. this.TbxMaskPhone.Size = new System.Drawing.Size(222, 29);
  450. this.TbxMaskPhone.TabIndex = 5;
  451. //
  452. // TbxPatronymic
  453. //
  454. this.TbxPatronymic.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  455. this.TbxPatronymic.Location = new System.Drawing.Point(200, 141);
  456. this.TbxPatronymic.Name = "TbxPatronymic";
  457. this.TbxPatronymic.Size = new System.Drawing.Size(222, 29);
  458. this.TbxPatronymic.TabIndex = 4;
  459. //
  460. // TbxName
  461. //
  462. this.TbxName.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  463. this.TbxName.Location = new System.Drawing.Point(200, 85);
  464. this.TbxName.Name = "TbxName";
  465. this.TbxName.Size = new System.Drawing.Size(222, 29);
  466. this.TbxName.TabIndex = 3;
  467. //
  468. // TbxLastname
  469. //
  470. this.TbxLastname.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  471. this.TbxLastname.Location = new System.Drawing.Point(200, 29);
  472. this.TbxLastname.Name = "TbxLastname";
  473. this.TbxLastname.Size = new System.Drawing.Size(222, 29);
  474. this.TbxLastname.TabIndex = 2;
  475. //
  476. // tabPage2
  477. //
  478. this.tabPage2.Controls.Add(this.BtnIn);
  479. this.tabPage2.Controls.Add(this.BtnOut);
  480. this.tabPage2.Controls.Add(this.PbxIdentification);
  481. this.tabPage2.Location = new System.Drawing.Point(4, 30);
  482. this.tabPage2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  483. this.tabPage2.Name = "tabPage2";
  484. this.tabPage2.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5);
  485. this.tabPage2.Size = new System.Drawing.Size(429, 355);
  486. this.tabPage2.TabIndex = 1;
  487. this.tabPage2.Text = "Ident";
  488. this.tabPage2.UseVisualStyleBackColor = true;
  489. //
  490. // BtnIn
  491. //
  492. this.BtnIn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  493. this.BtnIn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(166)))), ((int)(((byte)(64)))));
  494. this.BtnIn.ForeColor = System.Drawing.Color.White;
  495. this.BtnIn.Location = new System.Drawing.Point(230, 297);
  496. this.BtnIn.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  497. this.BtnIn.Name = "BtnIn";
  498. this.BtnIn.Size = new System.Drawing.Size(190, 37);
  499. this.BtnIn.TabIndex = 3;
  500. this.BtnIn.Text = "Вход";
  501. this.BtnIn.UseVisualStyleBackColor = false;
  502. this.BtnIn.Click += new System.EventHandler(this.BtnIn_Click);
  503. //
  504. // BtnOut
  505. //
  506. this.BtnOut.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  507. this.BtnOut.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(166)))), ((int)(((byte)(64)))));
  508. this.BtnOut.ForeColor = System.Drawing.Color.White;
  509. this.BtnOut.Location = new System.Drawing.Point(8, 297);
  510. this.BtnOut.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  511. this.BtnOut.Name = "BtnOut";
  512. this.BtnOut.Size = new System.Drawing.Size(190, 37);
  513. this.BtnOut.TabIndex = 2;
  514. this.BtnOut.Text = "Выход";
  515. this.BtnOut.UseVisualStyleBackColor = false;
  516. this.BtnOut.Click += new System.EventHandler(this.BtnOut_Click);
  517. //
  518. // PbxIdentification
  519. //
  520. this.PbxIdentification.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  521. | System.Windows.Forms.AnchorStyles.Left)
  522. | System.Windows.Forms.AnchorStyles.Right)));
  523. this.PbxIdentification.BackColor = System.Drawing.Color.Black;
  524. this.PbxIdentification.Location = new System.Drawing.Point(4, 5);
  525. this.PbxIdentification.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  526. this.PbxIdentification.Name = "PbxIdentification";
  527. this.PbxIdentification.Size = new System.Drawing.Size(421, 282);
  528. this.PbxIdentification.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  529. this.PbxIdentification.TabIndex = 1;
  530. this.PbxIdentification.TabStop = false;
  531. //
  532. // tabPage3
  533. //
  534. this.tabPage3.Controls.Add(this.DgbJournal);
  535. this.tabPage3.Location = new System.Drawing.Point(4, 30);
  536. this.tabPage3.Name = "tabPage3";
  537. this.tabPage3.Size = new System.Drawing.Size(429, 355);
  538. this.tabPage3.TabIndex = 2;
  539. this.tabPage3.Text = "Journal";
  540. this.tabPage3.UseVisualStyleBackColor = true;
  541. //
  542. // DgbJournal
  543. //
  544. this.DgbJournal.AllowUserToAddRows = false;
  545. this.DgbJournal.AllowUserToDeleteRows = false;
  546. this.DgbJournal.AllowUserToResizeColumns = false;
  547. this.DgbJournal.AllowUserToResizeRows = false;
  548. this.DgbJournal.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  549. | System.Windows.Forms.AnchorStyles.Left)
  550. | System.Windows.Forms.AnchorStyles.Right)));
  551. this.DgbJournal.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(228)))), ((int)(((byte)(255)))), ((int)(((byte)(225)))));
  552. this.DgbJournal.BorderStyle = System.Windows.Forms.BorderStyle.None;
  553. this.DgbJournal.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.SingleHorizontal;
  554. this.DgbJournal.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  555. this.DgbJournal.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  556. this.Column1,
  557. this.Column2,
  558. this.Column3});
  559. this.DgbJournal.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(243)))), ((int)(((byte)(243)))));
  560. this.DgbJournal.Location = new System.Drawing.Point(3, 3);
  561. this.DgbJournal.MultiSelect = false;
  562. this.DgbJournal.Name = "DgbJournal";
  563. this.DgbJournal.ReadOnly = true;
  564. this.DgbJournal.RowHeadersVisible = false;
  565. this.DgbJournal.RowTemplate.DividerHeight = 5;
  566. this.DgbJournal.RowTemplate.Height = 35;
  567. this.DgbJournal.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  568. this.DgbJournal.Size = new System.Drawing.Size(423, 341);
  569. this.DgbJournal.TabIndex = 0;
  570. this.DgbJournal.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.DgbJournal_CellDoubleClick);
  571. //
  572. // Column1
  573. //
  574. this.Column1.HeaderText = "ID";
  575. this.Column1.Name = "Column1";
  576. this.Column1.ReadOnly = true;
  577. this.Column1.Visible = false;
  578. //
  579. // Column2
  580. //
  581. this.Column2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  582. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  583. this.Column2.DefaultCellStyle = dataGridViewCellStyle1;
  584. this.Column2.HeaderText = "Пользователь";
  585. this.Column2.Name = "Column2";
  586. this.Column2.ReadOnly = true;
  587. //
  588. // Column3
  589. //
  590. this.Column3.HeaderText = "Дата последнего посещения";
  591. this.Column3.Name = "Column3";
  592. this.Column3.ReadOnly = true;
  593. //
  594. // tabPage4
  595. //
  596. this.tabPage4.Controls.Add(this.label7);
  597. this.tabPage4.Location = new System.Drawing.Point(4, 22);
  598. this.tabPage4.Name = "tabPage4";
  599. this.tabPage4.Size = new System.Drawing.Size(429, 363);
  600. this.tabPage4.TabIndex = 3;
  601. this.tabPage4.Text = "Settings";
  602. this.tabPage4.UseVisualStyleBackColor = true;
  603. //
  604. // label7
  605. //
  606. this.label7.AutoSize = true;
  607. this.label7.Location = new System.Drawing.Point(3, 11);
  608. this.label7.Name = "label7";
  609. this.label7.Size = new System.Drawing.Size(282, 21);
  610. this.label7.TabIndex = 0;
  611. this.label7.Text = "Настроить выбор активной камеры";
  612. //
  613. // tabPage5
  614. //
  615. this.tabPage5.Controls.Add(this.label6);
  616. this.tabPage5.Location = new System.Drawing.Point(4, 22);
  617. this.tabPage5.Name = "tabPage5";
  618. this.tabPage5.Size = new System.Drawing.Size(429, 363);
  619. this.tabPage5.TabIndex = 4;
  620. this.tabPage5.Text = "Main";
  621. this.tabPage5.UseVisualStyleBackColor = true;
  622. //
  623. // label6
  624. //
  625. this.label6.AutoSize = true;
  626. this.label6.Location = new System.Drawing.Point(13, 11);
  627. this.label6.Name = "label6";
  628. this.label6.Size = new System.Drawing.Size(82, 21);
  629. this.label6.TabIndex = 0;
  630. this.label6.Text = "ГЛАВНАЯ";
  631. //
  632. // SplitContainer
  633. //
  634. this.SplitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
  635. this.SplitContainer.IsSplitterFixed = true;
  636. this.SplitContainer.Location = new System.Drawing.Point(0, 0);
  637. this.SplitContainer.Name = "SplitContainer";
  638. //
  639. // SplitContainer.Panel1
  640. //
  641. this.SplitContainer.Panel1.Controls.Add(this.PanelMenu);
  642. //
  643. // SplitContainer.Panel2
  644. //
  645. this.SplitContainer.Panel2.Controls.Add(this.TabPages);
  646. this.SplitContainer.Size = new System.Drawing.Size(689, 389);
  647. this.SplitContainer.SplitterDistance = 248;
  648. this.SplitContainer.TabIndex = 5;
  649. //
  650. // FormMain
  651. //
  652. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F);
  653. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  654. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(243)))), ((int)(((byte)(243)))));
  655. this.ClientSize = new System.Drawing.Size(689, 389);
  656. this.Controls.Add(this.SplitContainer);
  657. this.Font = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Bold);
  658. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  659. this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  660. this.Name = "FormMain";
  661. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  662. this.Text = "FaceTrack профессиональный";
  663. this.Load += new System.EventHandler(this.FormMain_Load);
  664. this.ResizeEnd += new System.EventHandler(this.FormMain_ResizeEnd);
  665. this.Resize += new System.EventHandler(this.FormMain_Resize);
  666. ((System.ComponentModel.ISupportInitialize)(this.PbxFaces)).EndInit();
  667. this.PanelMenu.ResumeLayout(false);
  668. this.PanSettings.ResumeLayout(false);
  669. ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
  670. this.PanJournal.ResumeLayout(false);
  671. ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
  672. this.PanIdentification.ResumeLayout(false);
  673. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
  674. this.PanAdd.ResumeLayout(false);
  675. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  676. this.PanHome.ResumeLayout(false);
  677. ((System.ComponentModel.ISupportInitialize)(this.PbxLogoHome)).EndInit();
  678. ((System.ComponentModel.ISupportInitialize)(this.PbxMenu)).EndInit();
  679. this.TabPages.ResumeLayout(false);
  680. this.tabPage1.ResumeLayout(false);
  681. this.tabPage1.PerformLayout();
  682. this.tabPage2.ResumeLayout(false);
  683. ((System.ComponentModel.ISupportInitialize)(this.PbxIdentification)).EndInit();
  684. this.tabPage3.ResumeLayout(false);
  685. ((System.ComponentModel.ISupportInitialize)(this.DgbJournal)).EndInit();
  686. this.tabPage4.ResumeLayout(false);
  687. this.tabPage4.PerformLayout();
  688. this.tabPage5.ResumeLayout(false);
  689. this.tabPage5.PerformLayout();
  690. this.SplitContainer.Panel1.ResumeLayout(false);
  691. this.SplitContainer.Panel2.ResumeLayout(false);
  692. ((System.ComponentModel.ISupportInitialize)(this.SplitContainer)).EndInit();
  693. this.SplitContainer.ResumeLayout(false);
  694. this.ResumeLayout(false);
  695. }
  696. #endregion
  697. private System.Windows.Forms.PictureBox PbxFaces;
  698. private System.Windows.Forms.Button BtnAdd;
  699. private System.Windows.Forms.Panel PanelMenu;
  700. private System.Windows.Forms.TabPage tabPage1;
  701. private System.Windows.Forms.TabPage tabPage2;
  702. private System.Windows.Forms.TabControl TabPages;
  703. private System.Windows.Forms.PictureBox PbxMenu;
  704. private System.Windows.Forms.SplitContainer SplitContainer;
  705. private System.Windows.Forms.Panel PanHome;
  706. private System.Windows.Forms.PictureBox PbxLogoHome;
  707. private System.Windows.Forms.Button BtnMain;
  708. private System.Windows.Forms.Panel PanAdd;
  709. private System.Windows.Forms.Button BtnAddUser;
  710. private System.Windows.Forms.PictureBox pictureBox1;
  711. private System.Windows.Forms.Panel PanSettings;
  712. private System.Windows.Forms.Button BtnSettings;
  713. private System.Windows.Forms.PictureBox pictureBox4;
  714. private System.Windows.Forms.Panel PanJournal;
  715. private System.Windows.Forms.Button BtnJournal;
  716. private System.Windows.Forms.PictureBox pictureBox3;
  717. private System.Windows.Forms.Panel PanIdentification;
  718. private System.Windows.Forms.Button BtnIdent;
  719. private System.Windows.Forms.PictureBox pictureBox2;
  720. private System.Windows.Forms.PictureBox PbxIdentification;
  721. private System.Windows.Forms.Button BtnIn;
  722. private System.Windows.Forms.Button BtnOut;
  723. private System.Windows.Forms.Label label5;
  724. private System.Windows.Forms.Label label4;
  725. private System.Windows.Forms.Label label3;
  726. private System.Windows.Forms.Label label2;
  727. private System.Windows.Forms.Label label1;
  728. private System.Windows.Forms.MaskedTextBox TbxMaskSnils;
  729. private System.Windows.Forms.MaskedTextBox TbxMaskPhone;
  730. private System.Windows.Forms.TextBox TbxPatronymic;
  731. private System.Windows.Forms.TextBox TbxName;
  732. private System.Windows.Forms.TextBox TbxLastname;
  733. private System.Windows.Forms.TabPage tabPage3;
  734. private System.Windows.Forms.TabPage tabPage4;
  735. private System.Windows.Forms.TabPage tabPage5;
  736. private System.Windows.Forms.Label label6;
  737. private System.Windows.Forms.Label label7;
  738. private System.Windows.Forms.DataGridView DgbJournal;
  739. private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
  740. private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
  741. private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
  742. }
  743. }