FormMain.Designer.cs 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627
  1. namespace ImpulseVision
  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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMain));
  30. this.menuStrip1 = new System.Windows.Forms.MenuStrip();
  31. this.MFile = new System.Windows.Forms.ToolStripMenuItem();
  32. this.MSettings = new System.Windows.Forms.ToolStripMenuItem();
  33. this.SOn = new System.Windows.Forms.ToolStripMenuItem();
  34. this.SOff = new System.Windows.Forms.ToolStripMenuItem();
  35. this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
  36. this.SAdd = new System.Windows.Forms.ToolStripMenuItem();
  37. this.SCheck = new System.Windows.Forms.ToolStripMenuItem();
  38. this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
  39. this.STools = new System.Windows.Forms.ToolStripMenuItem();
  40. this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripSeparator();
  41. this.SHistory = new System.Windows.Forms.ToolStripMenuItem();
  42. this.SUsers = new System.Windows.Forms.ToolStripMenuItem();
  43. this.ToolsMenu = new System.Windows.Forms.ToolStrip();
  44. this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
  45. this.CmbCams = new System.Windows.Forms.ToolStripComboBox();
  46. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  47. this.BtnOn = new System.Windows.Forms.ToolStripButton();
  48. this.BtnOff = new System.Windows.Forms.ToolStripButton();
  49. this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  50. this.BtnAdd = new System.Windows.Forms.ToolStripButton();
  51. this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
  52. this.BtnCheck = new System.Windows.Forms.ToolStripButton();
  53. this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
  54. this.BtnMain = new System.Windows.Forms.ToolStripButton();
  55. this.BtnUsers = new System.Windows.Forms.ToolStripButton();
  56. this.BtnHistory = new System.Windows.Forms.ToolStripButton();
  57. this.statusStrip1 = new System.Windows.Forms.StatusStrip();
  58. this.TslStatus = new System.Windows.Forms.ToolStripStatusLabel();
  59. this.ProgressTrain = new System.Windows.Forms.ToolStripProgressBar();
  60. this.TimerNewCam = new System.Windows.Forms.Timer(this.components);
  61. this.TimerCheckTrain = new System.Windows.Forms.Timer(this.components);
  62. this.TbPage = new System.Windows.Forms.TabControl();
  63. this.TbMain = new System.Windows.Forms.TabPage();
  64. this.TableLayoutWorks = new System.Windows.Forms.TableLayoutPanel();
  65. this.PbxEther = new System.Windows.Forms.PictureBox();
  66. this.panel1 = new System.Windows.Forms.Panel();
  67. this.label1 = new System.Windows.Forms.Label();
  68. this.BtnSave = new System.Windows.Forms.Button();
  69. this.TbSettings = new System.Windows.Forms.TabPage();
  70. this.label3 = new System.Windows.Forms.Label();
  71. this.TbUsers = new System.Windows.Forms.TabPage();
  72. this.label4 = new System.Windows.Forms.Label();
  73. this.LswView = new System.Windows.Forms.ListView();
  74. this.ImList = new System.Windows.Forms.ImageList(this.components);
  75. this.TbxName = new ImpulseVision.EgoldsGoogleTextBox();
  76. this.menuStrip1.SuspendLayout();
  77. this.ToolsMenu.SuspendLayout();
  78. this.statusStrip1.SuspendLayout();
  79. this.TbPage.SuspendLayout();
  80. this.TbMain.SuspendLayout();
  81. this.TableLayoutWorks.SuspendLayout();
  82. ((System.ComponentModel.ISupportInitialize)(this.PbxEther)).BeginInit();
  83. this.panel1.SuspendLayout();
  84. this.TbSettings.SuspendLayout();
  85. this.TbUsers.SuspendLayout();
  86. this.SuspendLayout();
  87. //
  88. // menuStrip1
  89. //
  90. this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  91. this.MFile,
  92. this.MSettings});
  93. this.menuStrip1.Location = new System.Drawing.Point(0, 0);
  94. this.menuStrip1.Name = "menuStrip1";
  95. this.menuStrip1.Padding = new System.Windows.Forms.Padding(5, 2, 0, 2);
  96. this.menuStrip1.Size = new System.Drawing.Size(731, 24);
  97. this.menuStrip1.TabIndex = 0;
  98. this.menuStrip1.Text = "menuStrip1";
  99. //
  100. // MFile
  101. //
  102. this.MFile.Name = "MFile";
  103. this.MFile.Size = new System.Drawing.Size(48, 20);
  104. this.MFile.Text = "Файл";
  105. //
  106. // MSettings
  107. //
  108. this.MSettings.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  109. this.SOn,
  110. this.SOff,
  111. this.toolStripMenuItem1,
  112. this.SAdd,
  113. this.SCheck,
  114. this.toolStripMenuItem2,
  115. this.STools,
  116. this.toolStripMenuItem3,
  117. this.SHistory,
  118. this.SUsers});
  119. this.MSettings.Name = "MSettings";
  120. this.MSettings.Size = new System.Drawing.Size(83, 20);
  121. this.MSettings.Text = "Параметры";
  122. //
  123. // SOn
  124. //
  125. this.SOn.Image = global::ImpulseVision.Properties.Resources._9042786_on_rounded_icon;
  126. this.SOn.Name = "SOn";
  127. this.SOn.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
  128. | System.Windows.Forms.Keys.O)));
  129. this.SOn.Size = new System.Drawing.Size(226, 22);
  130. this.SOn.Text = "Включить";
  131. this.SOn.Click += new System.EventHandler(this.BtnOn_Click);
  132. //
  133. // SOff
  134. //
  135. this.SOff.Image = global::ImpulseVision.Properties.Resources._9042863_off_rounded_icon;
  136. this.SOff.Name = "SOff";
  137. this.SOff.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
  138. | System.Windows.Forms.Keys.E)));
  139. this.SOff.Size = new System.Drawing.Size(226, 22);
  140. this.SOff.Text = "Выключить";
  141. this.SOff.Click += new System.EventHandler(this.BtnOff_Click);
  142. //
  143. // toolStripMenuItem1
  144. //
  145. this.toolStripMenuItem1.Name = "toolStripMenuItem1";
  146. this.toolStripMenuItem1.Size = new System.Drawing.Size(223, 6);
  147. //
  148. // SAdd
  149. //
  150. this.SAdd.Image = global::ImpulseVision.Properties.Resources._392530_add_create_cross_new_plus_icon;
  151. this.SAdd.Name = "SAdd";
  152. this.SAdd.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
  153. | System.Windows.Forms.Keys.A)));
  154. this.SAdd.Size = new System.Drawing.Size(226, 22);
  155. this.SAdd.Text = "Добавить";
  156. this.SAdd.Click += new System.EventHandler(this.BtnAdd_Click);
  157. //
  158. // SCheck
  159. //
  160. this.SCheck.Image = global::ImpulseVision.Properties.Resources._8666656_check_circle_icon;
  161. this.SCheck.Name = "SCheck";
  162. this.SCheck.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
  163. | System.Windows.Forms.Keys.C)));
  164. this.SCheck.Size = new System.Drawing.Size(226, 22);
  165. this.SCheck.Text = "Проверить";
  166. this.SCheck.Click += new System.EventHandler(this.BtnCheck_Click);
  167. //
  168. // toolStripMenuItem2
  169. //
  170. this.toolStripMenuItem2.Name = "toolStripMenuItem2";
  171. this.toolStripMenuItem2.Size = new System.Drawing.Size(223, 6);
  172. //
  173. // STools
  174. //
  175. this.STools.Name = "STools";
  176. this.STools.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
  177. | System.Windows.Forms.Keys.S)));
  178. this.STools.Size = new System.Drawing.Size(226, 22);
  179. this.STools.Text = "Настройки";
  180. this.STools.Click += new System.EventHandler(this.STools_Click);
  181. //
  182. // toolStripMenuItem3
  183. //
  184. this.toolStripMenuItem3.Name = "toolStripMenuItem3";
  185. this.toolStripMenuItem3.Size = new System.Drawing.Size(223, 6);
  186. //
  187. // SHistory
  188. //
  189. this.SHistory.Name = "SHistory";
  190. this.SHistory.Size = new System.Drawing.Size(226, 22);
  191. this.SHistory.Text = "История посещений";
  192. //
  193. // SUsers
  194. //
  195. this.SUsers.Name = "SUsers";
  196. this.SUsers.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
  197. | System.Windows.Forms.Keys.U)));
  198. this.SUsers.Size = new System.Drawing.Size(226, 22);
  199. this.SUsers.Text = "Пользователи";
  200. this.SUsers.Click += new System.EventHandler(this.SUsers_Click);
  201. //
  202. // ToolsMenu
  203. //
  204. this.ToolsMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  205. this.toolStripLabel1,
  206. this.CmbCams,
  207. this.toolStripSeparator1,
  208. this.BtnOn,
  209. this.BtnOff,
  210. this.toolStripSeparator2,
  211. this.BtnAdd,
  212. this.toolStripSeparator3,
  213. this.BtnCheck,
  214. this.toolStripSeparator4,
  215. this.BtnMain,
  216. this.BtnUsers,
  217. this.BtnHistory});
  218. this.ToolsMenu.Location = new System.Drawing.Point(0, 24);
  219. this.ToolsMenu.Name = "ToolsMenu";
  220. this.ToolsMenu.Size = new System.Drawing.Size(731, 25);
  221. this.ToolsMenu.TabIndex = 1;
  222. this.ToolsMenu.Text = "toolStrip1";
  223. //
  224. // toolStripLabel1
  225. //
  226. this.toolStripLabel1.Name = "toolStripLabel1";
  227. this.toolStripLabel1.Size = new System.Drawing.Size(51, 22);
  228. this.toolStripLabel1.Text = "Камера:";
  229. //
  230. // CmbCams
  231. //
  232. this.CmbCams.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  233. this.CmbCams.FlatStyle = System.Windows.Forms.FlatStyle.System;
  234. this.CmbCams.Name = "CmbCams";
  235. this.CmbCams.Size = new System.Drawing.Size(150, 25);
  236. this.CmbCams.SelectedIndexChanged += new System.EventHandler(this.CmbCams_SelectedIndexChanged);
  237. //
  238. // toolStripSeparator1
  239. //
  240. this.toolStripSeparator1.Name = "toolStripSeparator1";
  241. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
  242. //
  243. // BtnOn
  244. //
  245. this.BtnOn.BackColor = System.Drawing.Color.White;
  246. this.BtnOn.Image = global::ImpulseVision.Properties.Resources._9042786_on_rounded_icon;
  247. this.BtnOn.ImageTransparentColor = System.Drawing.Color.Magenta;
  248. this.BtnOn.Name = "BtnOn";
  249. this.BtnOn.Size = new System.Drawing.Size(82, 22);
  250. this.BtnOn.Text = "Включить";
  251. this.BtnOn.Click += new System.EventHandler(this.BtnOn_Click);
  252. //
  253. // BtnOff
  254. //
  255. this.BtnOff.BackColor = System.Drawing.Color.White;
  256. this.BtnOff.Image = global::ImpulseVision.Properties.Resources._9042863_off_rounded_icon;
  257. this.BtnOff.ImageTransparentColor = System.Drawing.Color.Magenta;
  258. this.BtnOff.Name = "BtnOff";
  259. this.BtnOff.Size = new System.Drawing.Size(91, 22);
  260. this.BtnOff.Text = "Выключить";
  261. this.BtnOff.Click += new System.EventHandler(this.BtnOff_Click);
  262. //
  263. // toolStripSeparator2
  264. //
  265. this.toolStripSeparator2.Name = "toolStripSeparator2";
  266. this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
  267. //
  268. // BtnAdd
  269. //
  270. this.BtnAdd.BackColor = System.Drawing.Color.White;
  271. this.BtnAdd.Image = global::ImpulseVision.Properties.Resources._392530_add_create_cross_new_plus_icon;
  272. this.BtnAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
  273. this.BtnAdd.Name = "BtnAdd";
  274. this.BtnAdd.Size = new System.Drawing.Size(79, 22);
  275. this.BtnAdd.Text = "Добавить";
  276. this.BtnAdd.Click += new System.EventHandler(this.BtnAdd_Click);
  277. //
  278. // toolStripSeparator3
  279. //
  280. this.toolStripSeparator3.Name = "toolStripSeparator3";
  281. this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
  282. //
  283. // BtnCheck
  284. //
  285. this.BtnCheck.BackColor = System.Drawing.Color.White;
  286. this.BtnCheck.Image = global::ImpulseVision.Properties.Resources._8666656_check_circle_icon;
  287. this.BtnCheck.ImageTransparentColor = System.Drawing.Color.Magenta;
  288. this.BtnCheck.Name = "BtnCheck";
  289. this.BtnCheck.Size = new System.Drawing.Size(87, 22);
  290. this.BtnCheck.Text = "Проверить";
  291. this.BtnCheck.Click += new System.EventHandler(this.BtnCheck_Click);
  292. //
  293. // toolStripSeparator4
  294. //
  295. this.toolStripSeparator4.Name = "toolStripSeparator4";
  296. this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
  297. //
  298. // BtnMain
  299. //
  300. this.BtnMain.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  301. this.BtnMain.Image = ((System.Drawing.Image)(resources.GetObject("BtnMain.Image")));
  302. this.BtnMain.ImageTransparentColor = System.Drawing.Color.Magenta;
  303. this.BtnMain.Name = "BtnMain";
  304. this.BtnMain.Size = new System.Drawing.Size(23, 22);
  305. this.BtnMain.Text = "toolStripButton1";
  306. //
  307. // BtnUsers
  308. //
  309. this.BtnUsers.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  310. this.BtnUsers.Image = ((System.Drawing.Image)(resources.GetObject("BtnUsers.Image")));
  311. this.BtnUsers.ImageTransparentColor = System.Drawing.Color.Magenta;
  312. this.BtnUsers.Name = "BtnUsers";
  313. this.BtnUsers.Size = new System.Drawing.Size(23, 22);
  314. this.BtnUsers.Text = "toolStripButton2";
  315. //
  316. // BtnHistory
  317. //
  318. this.BtnHistory.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  319. this.BtnHistory.Image = ((System.Drawing.Image)(resources.GetObject("BtnHistory.Image")));
  320. this.BtnHistory.ImageTransparentColor = System.Drawing.Color.Magenta;
  321. this.BtnHistory.Name = "BtnHistory";
  322. this.BtnHistory.Size = new System.Drawing.Size(23, 22);
  323. this.BtnHistory.Text = "toolStripButton3";
  324. //
  325. // statusStrip1
  326. //
  327. this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  328. this.TslStatus,
  329. this.ProgressTrain});
  330. this.statusStrip1.Location = new System.Drawing.Point(0, 368);
  331. this.statusStrip1.Name = "statusStrip1";
  332. this.statusStrip1.Padding = new System.Windows.Forms.Padding(1, 0, 11, 0);
  333. this.statusStrip1.Size = new System.Drawing.Size(731, 24);
  334. this.statusStrip1.TabIndex = 3;
  335. this.statusStrip1.Text = "statusStrip1";
  336. //
  337. // TslStatus
  338. //
  339. this.TslStatus.Name = "TslStatus";
  340. this.TslStatus.Size = new System.Drawing.Size(38, 19);
  341. this.TslStatus.Text = "Готов";
  342. //
  343. // ProgressTrain
  344. //
  345. this.ProgressTrain.Name = "ProgressTrain";
  346. this.ProgressTrain.Size = new System.Drawing.Size(100, 18);
  347. //
  348. // TimerNewCam
  349. //
  350. this.TimerNewCam.Enabled = true;
  351. this.TimerNewCam.Interval = 500;
  352. this.TimerNewCam.Tick += new System.EventHandler(this.TimerNewCam_Tick);
  353. //
  354. // TimerCheckTrain
  355. //
  356. this.TimerCheckTrain.Interval = 250;
  357. this.TimerCheckTrain.Tick += new System.EventHandler(this.TimerCheckTrain_Tick);
  358. //
  359. // TbPage
  360. //
  361. this.TbPage.Controls.Add(this.TbMain);
  362. this.TbPage.Controls.Add(this.TbSettings);
  363. this.TbPage.Controls.Add(this.TbUsers);
  364. this.TbPage.Dock = System.Windows.Forms.DockStyle.Fill;
  365. this.TbPage.Location = new System.Drawing.Point(0, 49);
  366. this.TbPage.Name = "TbPage";
  367. this.TbPage.SelectedIndex = 0;
  368. this.TbPage.Size = new System.Drawing.Size(731, 319);
  369. this.TbPage.TabIndex = 4;
  370. //
  371. // TbMain
  372. //
  373. this.TbMain.BackColor = System.Drawing.Color.White;
  374. this.TbMain.Controls.Add(this.TableLayoutWorks);
  375. this.TbMain.Location = new System.Drawing.Point(4, 30);
  376. this.TbMain.Name = "TbMain";
  377. this.TbMain.Padding = new System.Windows.Forms.Padding(3);
  378. this.TbMain.Size = new System.Drawing.Size(723, 285);
  379. this.TbMain.TabIndex = 0;
  380. this.TbMain.Text = "tabPage1";
  381. //
  382. // TableLayoutWorks
  383. //
  384. this.TableLayoutWorks.BackColor = System.Drawing.Color.White;
  385. this.TableLayoutWorks.ColumnCount = 2;
  386. this.TableLayoutWorks.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 256F));
  387. this.TableLayoutWorks.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 473F));
  388. this.TableLayoutWorks.Controls.Add(this.PbxEther, 1, 0);
  389. this.TableLayoutWorks.Controls.Add(this.panel1, 0, 0);
  390. this.TableLayoutWorks.Dock = System.Windows.Forms.DockStyle.Fill;
  391. this.TableLayoutWorks.Location = new System.Drawing.Point(3, 3);
  392. this.TableLayoutWorks.Name = "TableLayoutWorks";
  393. this.TableLayoutWorks.RowCount = 1;
  394. this.TableLayoutWorks.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  395. this.TableLayoutWorks.Size = new System.Drawing.Size(717, 279);
  396. this.TableLayoutWorks.TabIndex = 6;
  397. //
  398. // PbxEther
  399. //
  400. this.PbxEther.BackColor = System.Drawing.Color.Transparent;
  401. this.PbxEther.Dock = System.Windows.Forms.DockStyle.Fill;
  402. this.PbxEther.Location = new System.Drawing.Point(258, 3);
  403. this.PbxEther.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
  404. this.PbxEther.Name = "PbxEther";
  405. this.PbxEther.Size = new System.Drawing.Size(469, 273);
  406. this.PbxEther.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  407. this.PbxEther.TabIndex = 2;
  408. this.PbxEther.TabStop = false;
  409. this.PbxEther.Click += new System.EventHandler(this.PbxEther_Click_1);
  410. //
  411. // panel1
  412. //
  413. this.panel1.BackColor = System.Drawing.Color.White;
  414. this.panel1.Controls.Add(this.TbxName);
  415. this.panel1.Controls.Add(this.label1);
  416. this.panel1.Controls.Add(this.BtnSave);
  417. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  418. this.panel1.Location = new System.Drawing.Point(3, 3);
  419. this.panel1.Name = "panel1";
  420. this.panel1.Size = new System.Drawing.Size(250, 273);
  421. this.panel1.TabIndex = 0;
  422. //
  423. // label1
  424. //
  425. this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(227)))), ((int)(((byte)(222)))));
  426. this.label1.Dock = System.Windows.Forms.DockStyle.Top;
  427. this.label1.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  428. this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(45)))), ((int)(((byte)(66)))));
  429. this.label1.Location = new System.Drawing.Point(0, 0);
  430. this.label1.Name = "label1";
  431. this.label1.Size = new System.Drawing.Size(250, 25);
  432. this.label1.TabIndex = 0;
  433. this.label1.Text = "Добавление пользователя:";
  434. //
  435. // BtnSave
  436. //
  437. this.BtnSave.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(136)))), ((int)(((byte)(144)))));
  438. this.BtnSave.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  439. this.BtnSave.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(255)))), ((int)(((byte)(248)))));
  440. this.BtnSave.Location = new System.Drawing.Point(7, 74);
  441. this.BtnSave.Name = "BtnSave";
  442. this.BtnSave.Size = new System.Drawing.Size(236, 35);
  443. this.BtnSave.TabIndex = 3;
  444. this.BtnSave.Text = "Сохранить";
  445. this.BtnSave.UseVisualStyleBackColor = false;
  446. this.BtnSave.Click += new System.EventHandler(this.BtnSave_Click);
  447. //
  448. // TbSettings
  449. //
  450. this.TbSettings.BackColor = System.Drawing.Color.White;
  451. this.TbSettings.Controls.Add(this.label3);
  452. this.TbSettings.Location = new System.Drawing.Point(4, 30);
  453. this.TbSettings.Name = "TbSettings";
  454. this.TbSettings.Padding = new System.Windows.Forms.Padding(3);
  455. this.TbSettings.Size = new System.Drawing.Size(723, 285);
  456. this.TbSettings.TabIndex = 1;
  457. this.TbSettings.Text = "tabPage2";
  458. //
  459. // label3
  460. //
  461. this.label3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(227)))), ((int)(((byte)(222)))));
  462. this.label3.Dock = System.Windows.Forms.DockStyle.Top;
  463. this.label3.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  464. this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(45)))), ((int)(((byte)(66)))));
  465. this.label3.Location = new System.Drawing.Point(3, 3);
  466. this.label3.Name = "label3";
  467. this.label3.Size = new System.Drawing.Size(717, 24);
  468. this.label3.TabIndex = 0;
  469. this.label3.Text = "<Настройки>";
  470. this.label3.TextAlign = System.Drawing.ContentAlignment.TopCenter;
  471. //
  472. // TbUsers
  473. //
  474. this.TbUsers.BackColor = System.Drawing.Color.White;
  475. this.TbUsers.Controls.Add(this.label4);
  476. this.TbUsers.Controls.Add(this.LswView);
  477. this.TbUsers.Location = new System.Drawing.Point(4, 30);
  478. this.TbUsers.Name = "TbUsers";
  479. this.TbUsers.Size = new System.Drawing.Size(723, 285);
  480. this.TbUsers.TabIndex = 2;
  481. this.TbUsers.Text = "tabPage3";
  482. //
  483. // label4
  484. //
  485. this.label4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(227)))), ((int)(((byte)(222)))));
  486. this.label4.Dock = System.Windows.Forms.DockStyle.Top;
  487. this.label4.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  488. this.label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(45)))), ((int)(((byte)(66)))));
  489. this.label4.Location = new System.Drawing.Point(0, 0);
  490. this.label4.Name = "label4";
  491. this.label4.Size = new System.Drawing.Size(723, 24);
  492. this.label4.TabIndex = 5;
  493. this.label4.Text = "<Пользователи>";
  494. this.label4.TextAlign = System.Drawing.ContentAlignment.TopCenter;
  495. //
  496. // LswView
  497. //
  498. this.LswView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  499. | System.Windows.Forms.AnchorStyles.Left)
  500. | System.Windows.Forms.AnchorStyles.Right)));
  501. this.LswView.BorderStyle = System.Windows.Forms.BorderStyle.None;
  502. this.LswView.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  503. this.LswView.HideSelection = false;
  504. this.LswView.LabelEdit = true;
  505. this.LswView.LargeImageList = this.ImList;
  506. this.LswView.Location = new System.Drawing.Point(0, 27);
  507. this.LswView.Name = "LswView";
  508. this.LswView.Size = new System.Drawing.Size(723, 258);
  509. this.LswView.TabIndex = 3;
  510. this.LswView.UseCompatibleStateImageBehavior = false;
  511. //
  512. // ImList
  513. //
  514. this.ImList.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
  515. this.ImList.ImageSize = new System.Drawing.Size(100, 100);
  516. this.ImList.TransparentColor = System.Drawing.Color.Transparent;
  517. //
  518. // TbxName
  519. //
  520. this.TbxName.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(255)))), ((int)(((byte)(248)))));
  521. this.TbxName.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(137)))), ((int)(((byte)(60)))), ((int)(((byte)(143)))));
  522. this.TbxName.BorderColorNotActive = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(136)))), ((int)(((byte)(144)))));
  523. this.TbxName.Cursor = System.Windows.Forms.Cursors.IBeam;
  524. this.TbxName.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  525. this.TbxName.FontTextPreview = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
  526. this.TbxName.ForeColor = System.Drawing.Color.Black;
  527. this.TbxName.Location = new System.Drawing.Point(7, 28);
  528. this.TbxName.Name = "TbxName";
  529. this.TbxName.SelectionStart = 0;
  530. this.TbxName.Size = new System.Drawing.Size(236, 40);
  531. this.TbxName.TabIndex = 4;
  532. this.TbxName.TextInput = "";
  533. this.TbxName.TextPreview = "Имя пользователя";
  534. this.TbxName.UseSystemPasswordChar = false;
  535. //
  536. // FormMain
  537. //
  538. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F);
  539. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  540. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(255)))), ((int)(((byte)(248)))));
  541. this.ClientSize = new System.Drawing.Size(731, 392);
  542. this.Controls.Add(this.TbPage);
  543. this.Controls.Add(this.statusStrip1);
  544. this.Controls.Add(this.ToolsMenu);
  545. this.Controls.Add(this.menuStrip1);
  546. this.Font = new System.Drawing.Font("Segoe UI", 12F);
  547. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  548. this.MainMenuStrip = this.menuStrip1;
  549. this.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
  550. this.MinimumSize = new System.Drawing.Size(623, 401);
  551. this.Name = "FormMain";
  552. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  553. this.Text = "ImpulseVision";
  554. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormMain_FormClosing);
  555. this.Load += new System.EventHandler(this.FormMain_Load);
  556. this.menuStrip1.ResumeLayout(false);
  557. this.menuStrip1.PerformLayout();
  558. this.ToolsMenu.ResumeLayout(false);
  559. this.ToolsMenu.PerformLayout();
  560. this.statusStrip1.ResumeLayout(false);
  561. this.statusStrip1.PerformLayout();
  562. this.TbPage.ResumeLayout(false);
  563. this.TbMain.ResumeLayout(false);
  564. this.TableLayoutWorks.ResumeLayout(false);
  565. ((System.ComponentModel.ISupportInitialize)(this.PbxEther)).EndInit();
  566. this.panel1.ResumeLayout(false);
  567. this.TbSettings.ResumeLayout(false);
  568. this.TbUsers.ResumeLayout(false);
  569. this.ResumeLayout(false);
  570. this.PerformLayout();
  571. }
  572. #endregion
  573. private System.Windows.Forms.MenuStrip menuStrip1;
  574. private System.Windows.Forms.ToolStripMenuItem MFile;
  575. private System.Windows.Forms.ToolStrip ToolsMenu;
  576. private System.Windows.Forms.ToolStripLabel toolStripLabel1;
  577. private System.Windows.Forms.ToolStripComboBox CmbCams;
  578. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  579. private System.Windows.Forms.ToolStripButton BtnOn;
  580. private System.Windows.Forms.ToolStripButton BtnOff;
  581. private System.Windows.Forms.StatusStrip statusStrip1;
  582. private System.Windows.Forms.ToolStripStatusLabel TslStatus;
  583. private System.Windows.Forms.ToolStripProgressBar ProgressTrain;
  584. private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
  585. private System.Windows.Forms.ToolStripButton BtnAdd;
  586. private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
  587. private System.Windows.Forms.ToolStripButton BtnCheck;
  588. private System.Windows.Forms.ToolStripMenuItem MSettings;
  589. private System.Windows.Forms.ToolStripMenuItem SOn;
  590. private System.Windows.Forms.ToolStripMenuItem SOff;
  591. private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
  592. private System.Windows.Forms.ToolStripMenuItem SAdd;
  593. private System.Windows.Forms.ToolStripMenuItem SCheck;
  594. private System.Windows.Forms.ToolStripSeparator toolStripMenuItem2;
  595. private System.Windows.Forms.ToolStripMenuItem STools;
  596. private System.Windows.Forms.Timer TimerNewCam;
  597. private System.Windows.Forms.Timer TimerCheckTrain;
  598. private System.Windows.Forms.TabControl TbPage;
  599. private System.Windows.Forms.TabPage TbMain;
  600. private System.Windows.Forms.TableLayoutPanel TableLayoutWorks;
  601. private System.Windows.Forms.PictureBox PbxEther;
  602. private System.Windows.Forms.Panel panel1;
  603. private System.Windows.Forms.Label label1;
  604. private System.Windows.Forms.Button BtnSave;
  605. private System.Windows.Forms.TabPage TbSettings;
  606. private System.Windows.Forms.ToolStripSeparator toolStripMenuItem3;
  607. private System.Windows.Forms.ToolStripMenuItem SHistory;
  608. private System.Windows.Forms.ToolStripMenuItem SUsers;
  609. private System.Windows.Forms.TabPage TbUsers;
  610. private System.Windows.Forms.Label label3;
  611. private System.Windows.Forms.ImageList ImList;
  612. private System.Windows.Forms.Label label4;
  613. private System.Windows.Forms.ListView LswView;
  614. private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
  615. private System.Windows.Forms.ToolStripButton BtnMain;
  616. private System.Windows.Forms.ToolStripButton BtnUsers;
  617. private System.Windows.Forms.ToolStripButton BtnHistory;
  618. private EgoldsGoogleTextBox TbxName;
  619. }
  620. }