FormMain.Designer.cs 34 KB

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