FormMain.Designer.cs 59 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035
  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.ProgressOperation = 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.PanelHeader = new System.Windows.Forms.Panel();
  78. this.label11 = new System.Windows.Forms.Label();
  79. this.label10 = new System.Windows.Forms.Label();
  80. this.TbxFindUser = new System.Windows.Forms.TextBox();
  81. this.label9 = new System.Windows.Forms.Label();
  82. this.label7 = new System.Windows.Forms.Label();
  83. this.label8 = new System.Windows.Forms.Label();
  84. this.TabJournal = new System.Windows.Forms.TableLayoutPanel();
  85. this.BtnJournal = new System.Windows.Forms.Button();
  86. this.DtpFiniteDate = new System.Windows.Forms.DateTimePicker();
  87. this.CmbSortDate = new System.Windows.Forms.ComboBox();
  88. this.PanelPeriod = new System.Windows.Forms.Panel();
  89. this.DtpDateEnd = new System.Windows.Forms.DateTimePicker();
  90. this.DtpDateStart = new System.Windows.Forms.DateTimePicker();
  91. this.label6 = new System.Windows.Forms.Label();
  92. this.label5 = new System.Windows.Forms.Label();
  93. this.ImList = new System.Windows.Forms.ImageList(this.components);
  94. this.TimerSaving = new System.Windows.Forms.Timer(this.components);
  95. this.TmAnim = new System.Windows.Forms.Timer(this.components);
  96. this.RPanelForNameUser = new ImpulseVision.RPanel();
  97. this.menuStrip1.SuspendLayout();
  98. this.ToolsMenu.SuspendLayout();
  99. this.statusStrip1.SuspendLayout();
  100. this.TabPages.SuspendLayout();
  101. this.TbUsers.SuspendLayout();
  102. this.RPanelUser.SuspendLayout();
  103. this.TbMain.SuspendLayout();
  104. this.TableLayoutWorks.SuspendLayout();
  105. ((System.ComponentModel.ISupportInitialize)(this.PbxEther)).BeginInit();
  106. this.panel1.SuspendLayout();
  107. this.RPanelForAddUser.SuspendLayout();
  108. this.TbSettings.SuspendLayout();
  109. this.RPanelSettings.SuspendLayout();
  110. this.TbVisits.SuspendLayout();
  111. this.PanelPeriod.SuspendLayout();
  112. this.RPanelForNameUser.SuspendLayout();
  113. this.SuspendLayout();
  114. //
  115. // menuStrip1
  116. //
  117. this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  118. this.MFile,
  119. this.MSettings});
  120. this.menuStrip1.Location = new System.Drawing.Point(0, 0);
  121. this.menuStrip1.Name = "menuStrip1";
  122. this.menuStrip1.Padding = new System.Windows.Forms.Padding(5, 2, 0, 2);
  123. this.menuStrip1.Size = new System.Drawing.Size(731, 24);
  124. this.menuStrip1.TabIndex = 0;
  125. this.menuStrip1.Text = "menuStrip1";
  126. //
  127. // MFile
  128. //
  129. this.MFile.Name = "MFile";
  130. this.MFile.Size = new System.Drawing.Size(63, 20);
  131. this.MFile.Text = "Главная";
  132. this.MFile.Click += new System.EventHandler(this.MMain_Click);
  133. //
  134. // MSettings
  135. //
  136. this.MSettings.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  137. this.toolStripMenuItem2,
  138. this.STools,
  139. this.toolStripMenuItem3,
  140. this.SHistory});
  141. this.MSettings.Name = "MSettings";
  142. this.MSettings.Size = new System.Drawing.Size(83, 20);
  143. this.MSettings.Text = "Параметры";
  144. //
  145. // toolStripMenuItem2
  146. //
  147. this.toolStripMenuItem2.Name = "toolStripMenuItem2";
  148. this.toolStripMenuItem2.Size = new System.Drawing.Size(203, 6);
  149. //
  150. // STools
  151. //
  152. this.STools.Name = "STools";
  153. this.STools.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
  154. | System.Windows.Forms.Keys.S)));
  155. this.STools.Size = new System.Drawing.Size(206, 22);
  156. this.STools.Text = "Настройки";
  157. this.STools.Click += new System.EventHandler(this.STools_Click);
  158. //
  159. // toolStripMenuItem3
  160. //
  161. this.toolStripMenuItem3.Name = "toolStripMenuItem3";
  162. this.toolStripMenuItem3.Size = new System.Drawing.Size(203, 6);
  163. //
  164. // SHistory
  165. //
  166. this.SHistory.Name = "SHistory";
  167. this.SHistory.Size = new System.Drawing.Size(206, 22);
  168. this.SHistory.Text = "История посещений";
  169. //
  170. // ToolsMenu
  171. //
  172. this.ToolsMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  173. this.TslSelCamText,
  174. this.CmbCams,
  175. this.toolStripSeparator1,
  176. this.BtnAddUser,
  177. this.BtnEditUser,
  178. this.toolStripSeparator2,
  179. this.BtnDelUser,
  180. this.BtnInfoTraffic});
  181. this.ToolsMenu.Location = new System.Drawing.Point(0, 24);
  182. this.ToolsMenu.Name = "ToolsMenu";
  183. this.ToolsMenu.Size = new System.Drawing.Size(731, 25);
  184. this.ToolsMenu.TabIndex = 1;
  185. this.ToolsMenu.Text = "toolStrip1";
  186. //
  187. // TslSelCamText
  188. //
  189. this.TslSelCamText.Name = "TslSelCamText";
  190. this.TslSelCamText.Size = new System.Drawing.Size(51, 22);
  191. this.TslSelCamText.Text = "Камера:";
  192. //
  193. // CmbCams
  194. //
  195. this.CmbCams.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  196. this.CmbCams.FlatStyle = System.Windows.Forms.FlatStyle.System;
  197. this.CmbCams.Name = "CmbCams";
  198. this.CmbCams.Size = new System.Drawing.Size(150, 25);
  199. this.CmbCams.SelectedIndexChanged += new System.EventHandler(this.CmbCams_SelectedIndexChanged);
  200. //
  201. // toolStripSeparator1
  202. //
  203. this.toolStripSeparator1.Name = "toolStripSeparator1";
  204. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
  205. //
  206. // BtnAddUser
  207. //
  208. this.BtnAddUser.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
  209. this.BtnAddUser.Image = global::ImpulseVision.Properties.Resources._392530_add_create_cross_new_plus_icon;
  210. this.BtnAddUser.ImageTransparentColor = System.Drawing.Color.Magenta;
  211. this.BtnAddUser.Name = "BtnAddUser";
  212. this.BtnAddUser.Size = new System.Drawing.Size(79, 22);
  213. this.BtnAddUser.Text = "Добавить";
  214. this.BtnAddUser.Click += new System.EventHandler(this.BtnAddUser_Click);
  215. //
  216. // BtnEditUser
  217. //
  218. this.BtnEditUser.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
  219. this.BtnEditUser.Image = global::ImpulseVision.Properties.Resources._8530613_edit_icon;
  220. this.BtnEditUser.ImageTransparentColor = System.Drawing.Color.Magenta;
  221. this.BtnEditUser.Name = "BtnEditUser";
  222. this.BtnEditUser.Size = new System.Drawing.Size(107, 22);
  223. this.BtnEditUser.Text = "Редактировать";
  224. this.BtnEditUser.Click += new System.EventHandler(this.BtnEditUser_Click);
  225. //
  226. // toolStripSeparator2
  227. //
  228. this.toolStripSeparator2.Name = "toolStripSeparator2";
  229. this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
  230. //
  231. // BtnDelUser
  232. //
  233. this.BtnDelUser.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
  234. this.BtnDelUser.Image = global::ImpulseVision.Properties.Resources._352303_delete_icon;
  235. this.BtnDelUser.ImageTransparentColor = System.Drawing.Color.Magenta;
  236. this.BtnDelUser.Name = "BtnDelUser";
  237. this.BtnDelUser.Size = new System.Drawing.Size(71, 22);
  238. this.BtnDelUser.Text = "Удалить";
  239. this.BtnDelUser.Click += new System.EventHandler(this.BtnDelUser_Click);
  240. //
  241. // BtnInfoTraffic
  242. //
  243. this.BtnInfoTraffic.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
  244. this.BtnInfoTraffic.Image = global::ImpulseVision.Properties.Resources._103515_text_document_information_icon;
  245. this.BtnInfoTraffic.ImageTransparentColor = System.Drawing.Color.Magenta;
  246. this.BtnInfoTraffic.Name = "BtnInfoTraffic";
  247. this.BtnInfoTraffic.Size = new System.Drawing.Size(92, 22);
  248. this.BtnInfoTraffic.Text = "Посещения";
  249. this.BtnInfoTraffic.Click += new System.EventHandler(this.BtnInfoTraffic_Click);
  250. //
  251. // statusStrip1
  252. //
  253. this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  254. this.TslStatus,
  255. this.ProgressOperation});
  256. this.statusStrip1.Location = new System.Drawing.Point(0, 440);
  257. this.statusStrip1.Name = "statusStrip1";
  258. this.statusStrip1.Padding = new System.Windows.Forms.Padding(1, 0, 11, 0);
  259. this.statusStrip1.Size = new System.Drawing.Size(731, 24);
  260. this.statusStrip1.TabIndex = 3;
  261. this.statusStrip1.Text = "statusStrip1";
  262. //
  263. // TslStatus
  264. //
  265. this.TslStatus.Name = "TslStatus";
  266. this.TslStatus.Size = new System.Drawing.Size(38, 19);
  267. this.TslStatus.Text = "Готов";
  268. //
  269. // ProgressOperation
  270. //
  271. this.ProgressOperation.Name = "ProgressOperation";
  272. this.ProgressOperation.Size = new System.Drawing.Size(100, 18);
  273. //
  274. // TimerNewCam
  275. //
  276. this.TimerNewCam.Enabled = true;
  277. this.TimerNewCam.Interval = 500;
  278. this.TimerNewCam.Tick += new System.EventHandler(this.TimerNewCam_Tick);
  279. //
  280. // TimerCheckTrain
  281. //
  282. this.TimerCheckTrain.Interval = 250;
  283. //
  284. // TabPages
  285. //
  286. this.TabPages.Controls.Add(this.TbUsers);
  287. this.TabPages.Controls.Add(this.TbMain);
  288. this.TabPages.Controls.Add(this.TbSettings);
  289. this.TabPages.Controls.Add(this.TbVisits);
  290. this.TabPages.Dock = System.Windows.Forms.DockStyle.Fill;
  291. this.TabPages.Location = new System.Drawing.Point(0, 49);
  292. this.TabPages.Name = "TabPages";
  293. this.TabPages.SelectedIndex = 0;
  294. this.TabPages.Size = new System.Drawing.Size(731, 391);
  295. this.TabPages.TabIndex = 4;
  296. //
  297. // TbUsers
  298. //
  299. this.TbUsers.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
  300. this.TbUsers.Controls.Add(this.TableUsers);
  301. this.TbUsers.Controls.Add(this.RPanelUser);
  302. this.TbUsers.Location = new System.Drawing.Point(4, 30);
  303. this.TbUsers.Name = "TbUsers";
  304. this.TbUsers.Size = new System.Drawing.Size(723, 357);
  305. this.TbUsers.TabIndex = 2;
  306. this.TbUsers.Text = "tabPage3";
  307. //
  308. // TableUsers
  309. //
  310. this.TableUsers.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  311. | System.Windows.Forms.AnchorStyles.Left)
  312. | System.Windows.Forms.AnchorStyles.Right)));
  313. this.TableUsers.AutoScroll = true;
  314. this.TableUsers.ColumnCount = 1;
  315. this.TableUsers.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  316. this.TableUsers.Location = new System.Drawing.Point(0, 31);
  317. this.TableUsers.Name = "TableUsers";
  318. this.TableUsers.RowCount = 1;
  319. this.TableUsers.RowStyles.Add(new System.Windows.Forms.RowStyle());
  320. this.TableUsers.Size = new System.Drawing.Size(723, 323);
  321. this.TableUsers.TabIndex = 7;
  322. //
  323. // RPanelUser
  324. //
  325. this.RPanelUser.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  326. | System.Windows.Forms.AnchorStyles.Right)));
  327. this.RPanelUser.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(104)))), ((int)(((byte)(112)))));
  328. this.RPanelUser.BackColorAdditional = System.Drawing.Color.Gray;
  329. this.RPanelUser.BackColorGradientEnabled = false;
  330. this.RPanelUser.BackColorGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
  331. this.RPanelUser.BorderColor = System.Drawing.Color.Tomato;
  332. this.RPanelUser.BorderColorEnabled = false;
  333. this.RPanelUser.BorderColorOnHover = System.Drawing.Color.Tomato;
  334. this.RPanelUser.BorderColorOnHoverEnabled = false;
  335. this.RPanelUser.Controls.Add(this.label4);
  336. this.RPanelUser.Cursor = System.Windows.Forms.Cursors.Default;
  337. this.RPanelUser.Font = new System.Drawing.Font("Verdana", 8.25F);
  338. this.RPanelUser.ForeColor = System.Drawing.Color.White;
  339. this.RPanelUser.Location = new System.Drawing.Point(3, 3);
  340. this.RPanelUser.Name = "RPanelUser";
  341. this.RPanelUser.RippleColor = System.Drawing.Color.Black;
  342. this.RPanelUser.RoundingEnable = true;
  343. this.RPanelUser.Size = new System.Drawing.Size(717, 25);
  344. this.RPanelUser.TabIndex = 6;
  345. this.RPanelUser.TextHover = null;
  346. this.RPanelUser.UseDownPressEffectOnClick = false;
  347. this.RPanelUser.UseRippleEffect = true;
  348. this.RPanelUser.UseZoomEffectOnHover = false;
  349. //
  350. // label4
  351. //
  352. this.label4.BackColor = System.Drawing.Color.Transparent;
  353. this.label4.Dock = System.Windows.Forms.DockStyle.Fill;
  354. this.label4.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  355. this.label4.ForeColor = System.Drawing.Color.White;
  356. this.label4.Location = new System.Drawing.Point(0, 0);
  357. this.label4.Name = "label4";
  358. this.label4.Size = new System.Drawing.Size(717, 25);
  359. this.label4.TabIndex = 5;
  360. this.label4.Text = "<Пользователи>";
  361. this.label4.TextAlign = System.Drawing.ContentAlignment.TopCenter;
  362. //
  363. // TbMain
  364. //
  365. this.TbMain.BackColor = System.Drawing.Color.White;
  366. this.TbMain.Controls.Add(this.TableLayoutWorks);
  367. this.TbMain.Location = new System.Drawing.Point(4, 30);
  368. this.TbMain.Name = "TbMain";
  369. this.TbMain.Padding = new System.Windows.Forms.Padding(3);
  370. this.TbMain.Size = new System.Drawing.Size(723, 357);
  371. this.TbMain.TabIndex = 0;
  372. this.TbMain.Text = "tabPage1";
  373. //
  374. // TableLayoutWorks
  375. //
  376. this.TableLayoutWorks.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
  377. this.TableLayoutWorks.ColumnCount = 2;
  378. this.TableLayoutWorks.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 256F));
  379. this.TableLayoutWorks.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 473F));
  380. this.TableLayoutWorks.Controls.Add(this.PbxEther, 1, 0);
  381. this.TableLayoutWorks.Controls.Add(this.panel1, 0, 0);
  382. this.TableLayoutWorks.Dock = System.Windows.Forms.DockStyle.Fill;
  383. this.TableLayoutWorks.Location = new System.Drawing.Point(3, 3);
  384. this.TableLayoutWorks.Name = "TableLayoutWorks";
  385. this.TableLayoutWorks.RowCount = 1;
  386. this.TableLayoutWorks.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  387. this.TableLayoutWorks.Size = new System.Drawing.Size(717, 351);
  388. this.TableLayoutWorks.TabIndex = 6;
  389. //
  390. // PbxEther
  391. //
  392. this.PbxEther.BackColor = System.Drawing.Color.Transparent;
  393. this.PbxEther.Dock = System.Windows.Forms.DockStyle.Fill;
  394. this.PbxEther.Location = new System.Drawing.Point(258, 3);
  395. this.PbxEther.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
  396. this.PbxEther.Name = "PbxEther";
  397. this.PbxEther.Size = new System.Drawing.Size(469, 345);
  398. this.PbxEther.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  399. this.PbxEther.TabIndex = 2;
  400. this.PbxEther.TabStop = false;
  401. this.PbxEther.Click += new System.EventHandler(this.PbxEther_Click_1);
  402. //
  403. // panel1
  404. //
  405. this.panel1.BackColor = System.Drawing.Color.White;
  406. this.panel1.Controls.Add(this.TbxPhone);
  407. this.panel1.Controls.Add(this.TbxPasportNum);
  408. this.panel1.Controls.Add(this.TbxPasportSeria);
  409. this.panel1.Controls.Add(this.TbxPatronymic);
  410. this.panel1.Controls.Add(this.TbxFirstname);
  411. this.panel1.Controls.Add(this.RPanelForAddUser);
  412. this.panel1.Controls.Add(this.TbxLastname);
  413. this.panel1.Controls.Add(this.BtnSave);
  414. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  415. this.panel1.Location = new System.Drawing.Point(3, 3);
  416. this.panel1.Name = "panel1";
  417. this.panel1.Size = new System.Drawing.Size(250, 345);
  418. this.panel1.TabIndex = 0;
  419. //
  420. // TbxPhone
  421. //
  422. this.TbxPhone.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
  423. this.TbxPhone.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(137)))), ((int)(((byte)(60)))), ((int)(((byte)(143)))));
  424. this.TbxPhone.BorderColorNotActive = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(136)))), ((int)(((byte)(144)))));
  425. this.TbxPhone.Cursor = System.Windows.Forms.Cursors.IBeam;
  426. this.TbxPhone.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  427. this.TbxPhone.FontTextPreview = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
  428. this.TbxPhone.ForeColor = System.Drawing.Color.Black;
  429. this.TbxPhone.Location = new System.Drawing.Point(7, 258);
  430. this.TbxPhone.Name = "TbxPhone";
  431. this.TbxPhone.SelectionStart = 0;
  432. this.TbxPhone.Size = new System.Drawing.Size(236, 40);
  433. this.TbxPhone.TabIndex = 10;
  434. this.TbxPhone.TextInput = "";
  435. this.TbxPhone.TextPreview = "Телефон";
  436. this.TbxPhone.UseSystemPasswordChar = false;
  437. //
  438. // TbxPasportNum
  439. //
  440. this.TbxPasportNum.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
  441. this.TbxPasportNum.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(137)))), ((int)(((byte)(60)))), ((int)(((byte)(143)))));
  442. this.TbxPasportNum.BorderColorNotActive = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(136)))), ((int)(((byte)(144)))));
  443. this.TbxPasportNum.Cursor = System.Windows.Forms.Cursors.IBeam;
  444. this.TbxPasportNum.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  445. this.TbxPasportNum.FontTextPreview = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
  446. this.TbxPasportNum.ForeColor = System.Drawing.Color.Black;
  447. this.TbxPasportNum.Location = new System.Drawing.Point(7, 212);
  448. this.TbxPasportNum.Name = "TbxPasportNum";
  449. this.TbxPasportNum.SelectionStart = 0;
  450. this.TbxPasportNum.Size = new System.Drawing.Size(236, 40);
  451. this.TbxPasportNum.TabIndex = 9;
  452. this.TbxPasportNum.TextInput = "";
  453. this.TbxPasportNum.TextPreview = "Номер паспорта";
  454. this.TbxPasportNum.UseSystemPasswordChar = false;
  455. //
  456. // TbxPasportSeria
  457. //
  458. this.TbxPasportSeria.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
  459. this.TbxPasportSeria.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(137)))), ((int)(((byte)(60)))), ((int)(((byte)(143)))));
  460. this.TbxPasportSeria.BorderColorNotActive = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(136)))), ((int)(((byte)(144)))));
  461. this.TbxPasportSeria.Cursor = System.Windows.Forms.Cursors.IBeam;
  462. this.TbxPasportSeria.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  463. this.TbxPasportSeria.FontTextPreview = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
  464. this.TbxPasportSeria.ForeColor = System.Drawing.Color.Black;
  465. this.TbxPasportSeria.Location = new System.Drawing.Point(7, 166);
  466. this.TbxPasportSeria.Name = "TbxPasportSeria";
  467. this.TbxPasportSeria.SelectionStart = 0;
  468. this.TbxPasportSeria.Size = new System.Drawing.Size(236, 40);
  469. this.TbxPasportSeria.TabIndex = 8;
  470. this.TbxPasportSeria.TextInput = "";
  471. this.TbxPasportSeria.TextPreview = "Серия паспорта";
  472. this.TbxPasportSeria.UseSystemPasswordChar = false;
  473. //
  474. // TbxPatronymic
  475. //
  476. this.TbxPatronymic.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
  477. this.TbxPatronymic.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(137)))), ((int)(((byte)(60)))), ((int)(((byte)(143)))));
  478. this.TbxPatronymic.BorderColorNotActive = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(136)))), ((int)(((byte)(144)))));
  479. this.TbxPatronymic.Cursor = System.Windows.Forms.Cursors.IBeam;
  480. this.TbxPatronymic.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  481. this.TbxPatronymic.FontTextPreview = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
  482. this.TbxPatronymic.ForeColor = System.Drawing.Color.Black;
  483. this.TbxPatronymic.Location = new System.Drawing.Point(7, 120);
  484. this.TbxPatronymic.Name = "TbxPatronymic";
  485. this.TbxPatronymic.SelectionStart = 0;
  486. this.TbxPatronymic.Size = new System.Drawing.Size(236, 40);
  487. this.TbxPatronymic.TabIndex = 7;
  488. this.TbxPatronymic.TextInput = "";
  489. this.TbxPatronymic.TextPreview = "Отчество";
  490. this.TbxPatronymic.UseSystemPasswordChar = false;
  491. //
  492. // TbxFirstname
  493. //
  494. this.TbxFirstname.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
  495. this.TbxFirstname.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(137)))), ((int)(((byte)(60)))), ((int)(((byte)(143)))));
  496. this.TbxFirstname.BorderColorNotActive = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(136)))), ((int)(((byte)(144)))));
  497. this.TbxFirstname.Cursor = System.Windows.Forms.Cursors.IBeam;
  498. this.TbxFirstname.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  499. this.TbxFirstname.FontTextPreview = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
  500. this.TbxFirstname.ForeColor = System.Drawing.Color.Black;
  501. this.TbxFirstname.Location = new System.Drawing.Point(7, 74);
  502. this.TbxFirstname.Name = "TbxFirstname";
  503. this.TbxFirstname.SelectionStart = 0;
  504. this.TbxFirstname.Size = new System.Drawing.Size(236, 40);
  505. this.TbxFirstname.TabIndex = 6;
  506. this.TbxFirstname.TextInput = "";
  507. this.TbxFirstname.TextPreview = "Имя";
  508. this.TbxFirstname.UseSystemPasswordChar = false;
  509. //
  510. // RPanelForAddUser
  511. //
  512. this.RPanelForAddUser.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  513. | System.Windows.Forms.AnchorStyles.Right)));
  514. this.RPanelForAddUser.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(104)))), ((int)(((byte)(112)))));
  515. this.RPanelForAddUser.BackColorAdditional = System.Drawing.Color.Gray;
  516. this.RPanelForAddUser.BackColorGradientEnabled = false;
  517. this.RPanelForAddUser.BackColorGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
  518. this.RPanelForAddUser.BorderColor = System.Drawing.Color.Tomato;
  519. this.RPanelForAddUser.BorderColorEnabled = false;
  520. this.RPanelForAddUser.BorderColorOnHover = System.Drawing.Color.Tomato;
  521. this.RPanelForAddUser.BorderColorOnHoverEnabled = false;
  522. this.RPanelForAddUser.Controls.Add(this.label1);
  523. this.RPanelForAddUser.Cursor = System.Windows.Forms.Cursors.Default;
  524. this.RPanelForAddUser.Font = new System.Drawing.Font("Verdana", 8.25F);
  525. this.RPanelForAddUser.ForeColor = System.Drawing.Color.White;
  526. this.RPanelForAddUser.Location = new System.Drawing.Point(3, 3);
  527. this.RPanelForAddUser.Name = "RPanelForAddUser";
  528. this.RPanelForAddUser.RippleColor = System.Drawing.Color.Black;
  529. this.RPanelForAddUser.RoundingEnable = true;
  530. this.RPanelForAddUser.Size = new System.Drawing.Size(244, 25);
  531. this.RPanelForAddUser.TabIndex = 5;
  532. this.RPanelForAddUser.TextHover = null;
  533. this.RPanelForAddUser.UseDownPressEffectOnClick = false;
  534. this.RPanelForAddUser.UseRippleEffect = true;
  535. this.RPanelForAddUser.UseZoomEffectOnHover = false;
  536. //
  537. // label1
  538. //
  539. this.label1.BackColor = System.Drawing.Color.Transparent;
  540. this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
  541. this.label1.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  542. this.label1.ForeColor = System.Drawing.Color.White;
  543. this.label1.Location = new System.Drawing.Point(0, 0);
  544. this.label1.Name = "label1";
  545. this.label1.Size = new System.Drawing.Size(244, 25);
  546. this.label1.TabIndex = 0;
  547. this.label1.Text = "Добавление пользователя:";
  548. this.label1.TextAlign = System.Drawing.ContentAlignment.TopCenter;
  549. //
  550. // TbxLastname
  551. //
  552. this.TbxLastname.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
  553. this.TbxLastname.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(137)))), ((int)(((byte)(60)))), ((int)(((byte)(143)))));
  554. this.TbxLastname.BorderColorNotActive = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(136)))), ((int)(((byte)(144)))));
  555. this.TbxLastname.Cursor = System.Windows.Forms.Cursors.IBeam;
  556. this.TbxLastname.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  557. this.TbxLastname.FontTextPreview = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
  558. this.TbxLastname.ForeColor = System.Drawing.Color.Black;
  559. this.TbxLastname.Location = new System.Drawing.Point(7, 28);
  560. this.TbxLastname.Name = "TbxLastname";
  561. this.TbxLastname.SelectionStart = 0;
  562. this.TbxLastname.Size = new System.Drawing.Size(236, 40);
  563. this.TbxLastname.TabIndex = 4;
  564. this.TbxLastname.TextInput = "";
  565. this.TbxLastname.TextPreview = "Фамилия";
  566. this.TbxLastname.UseSystemPasswordChar = false;
  567. //
  568. // BtnSave
  569. //
  570. this.BtnSave.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(136)))), ((int)(((byte)(144)))));
  571. this.BtnSave.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  572. this.BtnSave.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(255)))), ((int)(((byte)(248)))));
  573. this.BtnSave.Location = new System.Drawing.Point(7, 307);
  574. this.BtnSave.Name = "BtnSave";
  575. this.BtnSave.Size = new System.Drawing.Size(236, 35);
  576. this.BtnSave.TabIndex = 3;
  577. this.BtnSave.Text = "Добавить";
  578. this.BtnSave.UseVisualStyleBackColor = false;
  579. this.BtnSave.Click += new System.EventHandler(this.BtnSave_Click);
  580. //
  581. // TbSettings
  582. //
  583. this.TbSettings.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
  584. this.TbSettings.Controls.Add(this.SwPositionWindow);
  585. this.TbSettings.Controls.Add(this.label3);
  586. this.TbSettings.Controls.Add(this.label2);
  587. this.TbSettings.Controls.Add(this.RPanelSettings);
  588. this.TbSettings.Controls.Add(this.SwAutoLoad);
  589. this.TbSettings.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  590. this.TbSettings.Location = new System.Drawing.Point(4, 30);
  591. this.TbSettings.Name = "TbSettings";
  592. this.TbSettings.Padding = new System.Windows.Forms.Padding(3);
  593. this.TbSettings.Size = new System.Drawing.Size(723, 357);
  594. this.TbSettings.TabIndex = 1;
  595. this.TbSettings.Text = "tabPage2";
  596. //
  597. // SwPositionWindow
  598. //
  599. this.SwPositionWindow.BackColor = System.Drawing.Color.White;
  600. this.SwPositionWindow.BackColorOFF = System.Drawing.Color.Silver;
  601. this.SwPositionWindow.BackColorON = System.Drawing.Color.LimeGreen;
  602. this.SwPositionWindow.Checked = false;
  603. this.SwPositionWindow.Cursor = System.Windows.Forms.Cursors.Hand;
  604. this.SwPositionWindow.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  605. this.SwPositionWindow.Location = new System.Drawing.Point(403, 87);
  606. this.SwPositionWindow.Name = "SwPositionWindow";
  607. this.SwPositionWindow.Size = new System.Drawing.Size(43, 15);
  608. this.SwPositionWindow.TabIndex = 5;
  609. this.SwPositionWindow.TextOnChecked = "";
  610. //
  611. // label3
  612. //
  613. this.label3.AutoSize = true;
  614. this.label3.Location = new System.Drawing.Point(8, 83);
  615. this.label3.Name = "label3";
  616. this.label3.Size = new System.Drawing.Size(365, 21);
  617. this.label3.TabIndex = 4;
  618. this.label3.Text = "Сохранять положение окна при перезапуске";
  619. //
  620. // label2
  621. //
  622. this.label2.AutoSize = true;
  623. this.label2.Location = new System.Drawing.Point(8, 46);
  624. this.label2.Name = "label2";
  625. this.label2.Size = new System.Drawing.Size(340, 21);
  626. this.label2.TabIndex = 3;
  627. this.label2.Text = "Запускать приложение вместе с системой";
  628. //
  629. // RPanelSettings
  630. //
  631. this.RPanelSettings.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  632. | System.Windows.Forms.AnchorStyles.Right)));
  633. this.RPanelSettings.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(104)))), ((int)(((byte)(112)))));
  634. this.RPanelSettings.BackColorAdditional = System.Drawing.Color.Gray;
  635. this.RPanelSettings.BackColorGradientEnabled = false;
  636. this.RPanelSettings.BackColorGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
  637. this.RPanelSettings.BorderColor = System.Drawing.Color.Tomato;
  638. this.RPanelSettings.BorderColorEnabled = false;
  639. this.RPanelSettings.BorderColorOnHover = System.Drawing.Color.Tomato;
  640. this.RPanelSettings.BorderColorOnHoverEnabled = false;
  641. this.RPanelSettings.Controls.Add(this.LblTextSettings);
  642. this.RPanelSettings.Cursor = System.Windows.Forms.Cursors.Default;
  643. this.RPanelSettings.Font = new System.Drawing.Font("Verdana", 8.25F);
  644. this.RPanelSettings.ForeColor = System.Drawing.Color.White;
  645. this.RPanelSettings.Location = new System.Drawing.Point(3, 6);
  646. this.RPanelSettings.Name = "RPanelSettings";
  647. this.RPanelSettings.RippleColor = System.Drawing.Color.Black;
  648. this.RPanelSettings.RoundingEnable = true;
  649. this.RPanelSettings.Size = new System.Drawing.Size(717, 25);
  650. this.RPanelSettings.TabIndex = 2;
  651. this.RPanelSettings.TextHover = null;
  652. this.RPanelSettings.UseDownPressEffectOnClick = false;
  653. this.RPanelSettings.UseRippleEffect = true;
  654. this.RPanelSettings.UseZoomEffectOnHover = false;
  655. //
  656. // LblTextSettings
  657. //
  658. this.LblTextSettings.BackColor = System.Drawing.Color.Transparent;
  659. this.LblTextSettings.Dock = System.Windows.Forms.DockStyle.Fill;
  660. this.LblTextSettings.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  661. this.LblTextSettings.ForeColor = System.Drawing.Color.White;
  662. this.LblTextSettings.Location = new System.Drawing.Point(0, 0);
  663. this.LblTextSettings.Name = "LblTextSettings";
  664. this.LblTextSettings.Size = new System.Drawing.Size(717, 25);
  665. this.LblTextSettings.TabIndex = 0;
  666. this.LblTextSettings.Text = "<Настройки>";
  667. this.LblTextSettings.TextAlign = System.Drawing.ContentAlignment.TopCenter;
  668. //
  669. // SwAutoLoad
  670. //
  671. this.SwAutoLoad.BackColor = System.Drawing.Color.White;
  672. this.SwAutoLoad.BackColorOFF = System.Drawing.Color.Silver;
  673. this.SwAutoLoad.BackColorON = System.Drawing.Color.LimeGreen;
  674. this.SwAutoLoad.Checked = false;
  675. this.SwAutoLoad.Cursor = System.Windows.Forms.Cursors.Hand;
  676. this.SwAutoLoad.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  677. this.SwAutoLoad.Location = new System.Drawing.Point(403, 50);
  678. this.SwAutoLoad.Name = "SwAutoLoad";
  679. this.SwAutoLoad.Size = new System.Drawing.Size(43, 15);
  680. this.SwAutoLoad.TabIndex = 1;
  681. this.SwAutoLoad.TextOnChecked = "";
  682. //
  683. // TbVisits
  684. //
  685. this.TbVisits.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
  686. this.TbVisits.Controls.Add(this.RPanelForNameUser);
  687. this.TbVisits.Controls.Add(this.label11);
  688. this.TbVisits.Controls.Add(this.PanelHeader);
  689. this.TbVisits.Controls.Add(this.label10);
  690. this.TbVisits.Controls.Add(this.TbxFindUser);
  691. this.TbVisits.Controls.Add(this.label9);
  692. this.TbVisits.Controls.Add(this.label7);
  693. this.TbVisits.Controls.Add(this.TabJournal);
  694. this.TbVisits.Controls.Add(this.BtnJournal);
  695. this.TbVisits.Controls.Add(this.DtpFiniteDate);
  696. this.TbVisits.Controls.Add(this.CmbSortDate);
  697. this.TbVisits.Controls.Add(this.PanelPeriod);
  698. this.TbVisits.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  699. this.TbVisits.Location = new System.Drawing.Point(4, 30);
  700. this.TbVisits.Name = "TbVisits";
  701. this.TbVisits.Size = new System.Drawing.Size(723, 357);
  702. this.TbVisits.TabIndex = 3;
  703. this.TbVisits.Text = "tabPage1";
  704. //
  705. // PanelHeader
  706. //
  707. this.PanelHeader.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  708. | System.Windows.Forms.AnchorStyles.Right)));
  709. this.PanelHeader.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  710. this.PanelHeader.Location = new System.Drawing.Point(0, 49);
  711. this.PanelHeader.Name = "PanelHeader";
  712. this.PanelHeader.Size = new System.Drawing.Size(720, 26);
  713. this.PanelHeader.TabIndex = 8;
  714. //
  715. // label11
  716. //
  717. this.label11.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  718. this.label11.Location = new System.Drawing.Point(578, 78);
  719. this.label11.Name = "label11";
  720. this.label11.Size = new System.Drawing.Size(149, 26);
  721. this.label11.TabIndex = 3;
  722. this.label11.Text = "Дата";
  723. this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  724. //
  725. // label10
  726. //
  727. this.label10.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  728. this.label10.Location = new System.Drawing.Point(443, 78);
  729. this.label10.Name = "label10";
  730. this.label10.Size = new System.Drawing.Size(134, 26);
  731. this.label10.TabIndex = 2;
  732. this.label10.Text = "Время выхода";
  733. this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  734. //
  735. // TbxFindUser
  736. //
  737. this.TbxFindUser.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  738. this.TbxFindUser.Location = new System.Drawing.Point(143, 317);
  739. this.TbxFindUser.Name = "TbxFindUser";
  740. this.TbxFindUser.Size = new System.Drawing.Size(221, 29);
  741. this.TbxFindUser.TabIndex = 7;
  742. this.TbxFindUser.TextChanged += new System.EventHandler(this.TbxFindUser_TextChanged);
  743. //
  744. // label9
  745. //
  746. this.label9.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  747. this.label9.Location = new System.Drawing.Point(280, 78);
  748. this.label9.Name = "label9";
  749. this.label9.Size = new System.Drawing.Size(149, 26);
  750. this.label9.TabIndex = 1;
  751. this.label9.Text = "Время входа";
  752. this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  753. //
  754. // label7
  755. //
  756. this.label7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  757. this.label7.AutoSize = true;
  758. this.label7.Location = new System.Drawing.Point(9, 320);
  759. this.label7.Name = "label7";
  760. this.label7.Size = new System.Drawing.Size(128, 21);
  761. this.label7.TabIndex = 6;
  762. this.label7.Text = "Поиск по ФИО:";
  763. //
  764. // label8
  765. //
  766. this.label8.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  767. | System.Windows.Forms.AnchorStyles.Right)));
  768. this.label8.Location = new System.Drawing.Point(5, 0);
  769. this.label8.Name = "label8";
  770. this.label8.Size = new System.Drawing.Size(235, 25);
  771. this.label8.TabIndex = 0;
  772. this.label8.Text = "Имя пользователя";
  773. this.label8.TextAlign = System.Drawing.ContentAlignment.TopCenter;
  774. //
  775. // TabJournal
  776. //
  777. this.TabJournal.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  778. | System.Windows.Forms.AnchorStyles.Left)
  779. | System.Windows.Forms.AnchorStyles.Right)));
  780. this.TabJournal.AutoScroll = true;
  781. this.TabJournal.ColumnCount = 1;
  782. this.TabJournal.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  783. this.TabJournal.Location = new System.Drawing.Point(0, 131);
  784. this.TabJournal.Name = "TabJournal";
  785. this.TabJournal.RowCount = 1;
  786. this.TabJournal.RowStyles.Add(new System.Windows.Forms.RowStyle());
  787. this.TabJournal.Size = new System.Drawing.Size(723, 182);
  788. this.TabJournal.TabIndex = 5;
  789. //
  790. // BtnJournal
  791. //
  792. this.BtnJournal.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  793. this.BtnJournal.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(136)))), ((int)(((byte)(144)))));
  794. this.BtnJournal.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  795. this.BtnJournal.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(255)))), ((int)(((byte)(248)))));
  796. this.BtnJournal.Location = new System.Drawing.Point(434, 319);
  797. this.BtnJournal.Name = "BtnJournal";
  798. this.BtnJournal.Size = new System.Drawing.Size(281, 35);
  799. this.BtnJournal.TabIndex = 4;
  800. this.BtnJournal.Text = "Журнал нераспознанных";
  801. this.BtnJournal.UseVisualStyleBackColor = false;
  802. this.BtnJournal.Click += new System.EventHandler(this.BtnJournal_Click);
  803. //
  804. // DtpFiniteDate
  805. //
  806. this.DtpFiniteDate.Location = new System.Drawing.Point(182, 3);
  807. this.DtpFiniteDate.Name = "DtpFiniteDate";
  808. this.DtpFiniteDate.Size = new System.Drawing.Size(199, 29);
  809. this.DtpFiniteDate.TabIndex = 1;
  810. this.DtpFiniteDate.ValueChanged += new System.EventHandler(this.DtpFiniteDate_ValueChanged);
  811. //
  812. // CmbSortDate
  813. //
  814. this.CmbSortDate.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  815. this.CmbSortDate.FormattingEnabled = true;
  816. this.CmbSortDate.Items.AddRange(new object[] {
  817. "Дата",
  818. "Период"});
  819. this.CmbSortDate.Location = new System.Drawing.Point(8, 3);
  820. this.CmbSortDate.Name = "CmbSortDate";
  821. this.CmbSortDate.Size = new System.Drawing.Size(168, 29);
  822. this.CmbSortDate.TabIndex = 0;
  823. this.CmbSortDate.SelectedIndexChanged += new System.EventHandler(this.CmbSortDate_SelectedIndexChanged);
  824. //
  825. // PanelPeriod
  826. //
  827. this.PanelPeriod.Controls.Add(this.DtpDateEnd);
  828. this.PanelPeriod.Controls.Add(this.DtpDateStart);
  829. this.PanelPeriod.Controls.Add(this.label6);
  830. this.PanelPeriod.Controls.Add(this.label5);
  831. this.PanelPeriod.Location = new System.Drawing.Point(168, -8);
  832. this.PanelPeriod.Name = "PanelPeriod";
  833. this.PanelPeriod.Size = new System.Drawing.Size(488, 51);
  834. this.PanelPeriod.TabIndex = 3;
  835. //
  836. // DtpDateEnd
  837. //
  838. this.DtpDateEnd.Location = new System.Drawing.Point(279, 11);
  839. this.DtpDateEnd.Name = "DtpDateEnd";
  840. this.DtpDateEnd.Size = new System.Drawing.Size(199, 29);
  841. this.DtpDateEnd.TabIndex = 7;
  842. this.DtpDateEnd.ValueChanged += new System.EventHandler(this.DtpDateEnd_ValueChanged);
  843. //
  844. // DtpDateStart
  845. //
  846. this.DtpDateStart.Location = new System.Drawing.Point(36, 11);
  847. this.DtpDateStart.Name = "DtpDateStart";
  848. this.DtpDateStart.Size = new System.Drawing.Size(199, 29);
  849. this.DtpDateStart.TabIndex = 6;
  850. this.DtpDateStart.ValueChanged += new System.EventHandler(this.DtpDateStart_ValueChanged);
  851. //
  852. // label6
  853. //
  854. this.label6.AutoSize = true;
  855. this.label6.Location = new System.Drawing.Point(10, 17);
  856. this.label6.Name = "label6";
  857. this.label6.Size = new System.Drawing.Size(20, 21);
  858. this.label6.TabIndex = 4;
  859. this.label6.Text = "С";
  860. //
  861. // label5
  862. //
  863. this.label5.AutoSize = true;
  864. this.label5.Location = new System.Drawing.Point(241, 17);
  865. this.label5.Name = "label5";
  866. this.label5.Size = new System.Drawing.Size(32, 21);
  867. this.label5.TabIndex = 5;
  868. this.label5.Text = "По";
  869. //
  870. // ImList
  871. //
  872. this.ImList.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
  873. this.ImList.ImageSize = new System.Drawing.Size(100, 100);
  874. this.ImList.TransparentColor = System.Drawing.Color.Transparent;
  875. //
  876. // TimerSaving
  877. //
  878. this.TimerSaving.Interval = 500;
  879. this.TimerSaving.Tick += new System.EventHandler(this.TimerSaving_Tick);
  880. //
  881. // TmAnim
  882. //
  883. this.TmAnim.Interval = 25;
  884. this.TmAnim.Tick += new System.EventHandler(this.TmAnim_Tick);
  885. //
  886. // RPanelForNameUser
  887. //
  888. this.RPanelForNameUser.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  889. | System.Windows.Forms.AnchorStyles.Right)));
  890. this.RPanelForNameUser.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(104)))), ((int)(((byte)(112)))));
  891. this.RPanelForNameUser.BackColorAdditional = System.Drawing.Color.Gray;
  892. this.RPanelForNameUser.BackColorGradientEnabled = false;
  893. this.RPanelForNameUser.BackColorGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
  894. this.RPanelForNameUser.BorderColor = System.Drawing.Color.Tomato;
  895. this.RPanelForNameUser.BorderColorEnabled = false;
  896. this.RPanelForNameUser.BorderColorOnHover = System.Drawing.Color.Tomato;
  897. this.RPanelForNameUser.BorderColorOnHoverEnabled = false;
  898. this.RPanelForNameUser.Controls.Add(this.label8);
  899. this.RPanelForNameUser.Cursor = System.Windows.Forms.Cursors.Default;
  900. this.RPanelForNameUser.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  901. this.RPanelForNameUser.ForeColor = System.Drawing.Color.White;
  902. this.RPanelForNameUser.Location = new System.Drawing.Point(3, 98);
  903. this.RPanelForNameUser.Name = "RPanelForNameUser";
  904. this.RPanelForNameUser.RippleColor = System.Drawing.Color.Black;
  905. this.RPanelForNameUser.RoundingEnable = true;
  906. this.RPanelForNameUser.Size = new System.Drawing.Size(243, 25);
  907. this.RPanelForNameUser.TabIndex = 9;
  908. this.RPanelForNameUser.TextHover = null;
  909. this.RPanelForNameUser.UseDownPressEffectOnClick = false;
  910. this.RPanelForNameUser.UseRippleEffect = true;
  911. this.RPanelForNameUser.UseZoomEffectOnHover = false;
  912. //
  913. // FormMain
  914. //
  915. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F);
  916. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  917. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
  918. this.ClientSize = new System.Drawing.Size(731, 464);
  919. this.Controls.Add(this.TabPages);
  920. this.Controls.Add(this.statusStrip1);
  921. this.Controls.Add(this.ToolsMenu);
  922. this.Controls.Add(this.menuStrip1);
  923. this.Font = new System.Drawing.Font("Segoe UI", 12F);
  924. this.HelpButton = true;
  925. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  926. this.MainMenuStrip = this.menuStrip1;
  927. this.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
  928. this.MinimumSize = new System.Drawing.Size(747, 461);
  929. this.Name = "FormMain";
  930. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  931. this.Text = "ImpulseVision";
  932. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormMain_FormClosing);
  933. this.Load += new System.EventHandler(this.FormMain_Load);
  934. this.menuStrip1.ResumeLayout(false);
  935. this.menuStrip1.PerformLayout();
  936. this.ToolsMenu.ResumeLayout(false);
  937. this.ToolsMenu.PerformLayout();
  938. this.statusStrip1.ResumeLayout(false);
  939. this.statusStrip1.PerformLayout();
  940. this.TabPages.ResumeLayout(false);
  941. this.TbUsers.ResumeLayout(false);
  942. this.RPanelUser.ResumeLayout(false);
  943. this.TbMain.ResumeLayout(false);
  944. this.TableLayoutWorks.ResumeLayout(false);
  945. ((System.ComponentModel.ISupportInitialize)(this.PbxEther)).EndInit();
  946. this.panel1.ResumeLayout(false);
  947. this.RPanelForAddUser.ResumeLayout(false);
  948. this.TbSettings.ResumeLayout(false);
  949. this.TbSettings.PerformLayout();
  950. this.RPanelSettings.ResumeLayout(false);
  951. this.TbVisits.ResumeLayout(false);
  952. this.TbVisits.PerformLayout();
  953. this.PanelPeriod.ResumeLayout(false);
  954. this.PanelPeriod.PerformLayout();
  955. this.RPanelForNameUser.ResumeLayout(false);
  956. this.ResumeLayout(false);
  957. this.PerformLayout();
  958. }
  959. #endregion
  960. private System.Windows.Forms.MenuStrip menuStrip1;
  961. private System.Windows.Forms.ToolStripMenuItem MFile;
  962. private System.Windows.Forms.ToolStrip ToolsMenu;
  963. private System.Windows.Forms.ToolStripLabel TslSelCamText;
  964. private System.Windows.Forms.ToolStripComboBox CmbCams;
  965. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  966. private System.Windows.Forms.ToolStripButton BtnAddUser;
  967. private System.Windows.Forms.ToolStripButton BtnEditUser;
  968. private System.Windows.Forms.StatusStrip statusStrip1;
  969. private System.Windows.Forms.ToolStripStatusLabel TslStatus;
  970. private System.Windows.Forms.ToolStripProgressBar ProgressOperation;
  971. private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
  972. private System.Windows.Forms.ToolStripButton BtnDelUser;
  973. private System.Windows.Forms.ToolStripMenuItem MSettings;
  974. private System.Windows.Forms.ToolStripSeparator toolStripMenuItem2;
  975. private System.Windows.Forms.ToolStripMenuItem STools;
  976. private System.Windows.Forms.Timer TimerNewCam;
  977. private System.Windows.Forms.Timer TimerCheckTrain;
  978. private System.Windows.Forms.TabControl TabPages;
  979. private System.Windows.Forms.TabPage TbMain;
  980. private System.Windows.Forms.TableLayoutPanel TableLayoutWorks;
  981. private System.Windows.Forms.PictureBox PbxEther;
  982. private System.Windows.Forms.Panel panel1;
  983. private System.Windows.Forms.Label label1;
  984. private System.Windows.Forms.Button BtnSave;
  985. private System.Windows.Forms.TabPage TbSettings;
  986. private System.Windows.Forms.ToolStripSeparator toolStripMenuItem3;
  987. private System.Windows.Forms.ToolStripMenuItem SHistory;
  988. private System.Windows.Forms.TabPage TbUsers;
  989. private System.Windows.Forms.Label LblTextSettings;
  990. private System.Windows.Forms.ImageList ImList;
  991. private System.Windows.Forms.Label label4;
  992. private EgoldsGoogleTextBox TbxLastname;
  993. private EgoldsToggleSwitch SwAutoLoad;
  994. private RPanel RPanelSettings;
  995. private RPanel RPanelUser;
  996. private RPanel RPanelForAddUser;
  997. private System.Windows.Forms.TableLayoutPanel TableUsers;
  998. private System.Windows.Forms.ToolStripButton BtnInfoTraffic;
  999. private EgoldsToggleSwitch SwPositionWindow;
  1000. private System.Windows.Forms.Label label3;
  1001. private System.Windows.Forms.Label label2;
  1002. private EgoldsGoogleTextBox TbxPasportNum;
  1003. private EgoldsGoogleTextBox TbxPasportSeria;
  1004. private EgoldsGoogleTextBox TbxPatronymic;
  1005. private EgoldsGoogleTextBox TbxFirstname;
  1006. public System.Windows.Forms.Timer TimerSaving;
  1007. private EgoldsGoogleTextBox TbxPhone;
  1008. private System.Windows.Forms.TabPage TbVisits;
  1009. private System.Windows.Forms.DateTimePicker DtpFiniteDate;
  1010. private System.Windows.Forms.ComboBox CmbSortDate;
  1011. private System.Windows.Forms.Panel PanelPeriod;
  1012. private System.Windows.Forms.DateTimePicker DtpDateEnd;
  1013. private System.Windows.Forms.DateTimePicker DtpDateStart;
  1014. private System.Windows.Forms.Label label6;
  1015. private System.Windows.Forms.Label label5;
  1016. private System.Windows.Forms.Timer TmAnim;
  1017. private System.Windows.Forms.Button BtnJournal;
  1018. private System.Windows.Forms.TableLayoutPanel TabJournal;
  1019. private System.Windows.Forms.TextBox TbxFindUser;
  1020. private System.Windows.Forms.Label label7;
  1021. private System.Windows.Forms.Panel PanelHeader;
  1022. private System.Windows.Forms.Label label11;
  1023. private System.Windows.Forms.Label label10;
  1024. private System.Windows.Forms.Label label9;
  1025. private System.Windows.Forms.Label label8;
  1026. private RPanel RPanelForNameUser;
  1027. }
  1028. }