FormMain.Designer.cs 51 KB

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