FormMain.Designer.cs 38 KB

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