FormMain.Designer.cs 37 KB

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