FormMain.Designer.cs 45 KB

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