FormMain.Designer.cs 44 KB

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