FormMain.Designer.cs 54 KB

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