FormMain.Designer.cs 43 KB

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