FormMain.Designer.cs 85 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450
  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.SJournal = 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.GbxUserParameters = new System.Windows.Forms.GroupBox();
  71. this.BtnEditUserParameters = new System.Windows.Forms.Button();
  72. this.TbxConfirmNewPass = new ImpulseVision.EgoldsGoogleTextBox();
  73. this.TbxNewPass = new ImpulseVision.EgoldsGoogleTextBox();
  74. this.TbxOldPass = new ImpulseVision.EgoldsGoogleTextBox();
  75. this.TbxLogin = new ImpulseVision.EgoldsGoogleTextBox();
  76. this.GbxSystemParameters = new System.Windows.Forms.GroupBox();
  77. this.SwSaveSizeWindow = new ImpulseVision.EgoldsToggleSwitch();
  78. this.SwAutoRun = new ImpulseVision.EgoldsToggleSwitch();
  79. this.label14 = new System.Windows.Forms.Label();
  80. this.label2 = new System.Windows.Forms.Label();
  81. this.label11 = new System.Windows.Forms.Label();
  82. this.label3 = new System.Windows.Forms.Label();
  83. this.NumCountDaySaveLogFiles = new System.Windows.Forms.NumericUpDown();
  84. this.SwPositionWindow = new ImpulseVision.EgoldsToggleSwitch();
  85. this.label10 = new System.Windows.Forms.Label();
  86. this.RPanelSettings = new ImpulseVision.RPanel();
  87. this.LblTextSettings = new System.Windows.Forms.Label();
  88. this.TbVisits = new System.Windows.Forms.TabPage();
  89. this.CbxIsAuthentification = new System.Windows.Forms.CheckBox();
  90. this.CbxFilterDate = new System.Windows.Forms.CheckBox();
  91. this.label7 = new System.Windows.Forms.Label();
  92. this.PanelHeader = new System.Windows.Forms.Panel();
  93. this.RPanelTitleDate = new ImpulseVision.RPanel();
  94. this.label13 = new System.Windows.Forms.Label();
  95. this.RPanelTitleExit = new ImpulseVision.RPanel();
  96. this.label12 = new System.Windows.Forms.Label();
  97. this.RPanelTitleEntrance = new ImpulseVision.RPanel();
  98. this.label8 = new System.Windows.Forms.Label();
  99. this.RPanelForNameUser = new ImpulseVision.RPanel();
  100. this.LblTitleNameUser = new System.Windows.Forms.Label();
  101. this.TbxFindUser = new System.Windows.Forms.TextBox();
  102. this.TabJournal = new System.Windows.Forms.TableLayoutPanel();
  103. this.DtpFiniteDate = new System.Windows.Forms.DateTimePicker();
  104. this.CmbSortDate = new System.Windows.Forms.ComboBox();
  105. this.PanelPeriod = new System.Windows.Forms.Panel();
  106. this.DtpDateEnd = new System.Windows.Forms.DateTimePicker();
  107. this.DtpDateStart = new System.Windows.Forms.DateTimePicker();
  108. this.label6 = new System.Windows.Forms.Label();
  109. this.label5 = new System.Windows.Forms.Label();
  110. this.TbJournal = new System.Windows.Forms.TabPage();
  111. this.TabCard = new System.Windows.Forms.TableLayoutPanel();
  112. this.RPanelTitleJournal = new ImpulseVision.RPanel();
  113. this.label9 = new System.Windows.Forms.Label();
  114. this.ImList = new System.Windows.Forms.ImageList(this.components);
  115. this.TimerSaving = new System.Windows.Forms.Timer(this.components);
  116. this.TmAnim = new System.Windows.Forms.Timer(this.components);
  117. this.menuStrip1.SuspendLayout();
  118. this.ToolsMenu.SuspendLayout();
  119. this.statusStrip1.SuspendLayout();
  120. this.TabPages.SuspendLayout();
  121. this.TbUsers.SuspendLayout();
  122. this.RPanelUser.SuspendLayout();
  123. this.TbMain.SuspendLayout();
  124. this.TableLayoutWorks.SuspendLayout();
  125. ((System.ComponentModel.ISupportInitialize)(this.PbxEther)).BeginInit();
  126. this.panel1.SuspendLayout();
  127. this.RPanelForAddUser.SuspendLayout();
  128. this.TbSettings.SuspendLayout();
  129. this.GbxUserParameters.SuspendLayout();
  130. this.GbxSystemParameters.SuspendLayout();
  131. ((System.ComponentModel.ISupportInitialize)(this.NumCountDaySaveLogFiles)).BeginInit();
  132. this.RPanelSettings.SuspendLayout();
  133. this.TbVisits.SuspendLayout();
  134. this.PanelHeader.SuspendLayout();
  135. this.RPanelTitleDate.SuspendLayout();
  136. this.RPanelTitleExit.SuspendLayout();
  137. this.RPanelTitleEntrance.SuspendLayout();
  138. this.RPanelForNameUser.SuspendLayout();
  139. this.PanelPeriod.SuspendLayout();
  140. this.TbJournal.SuspendLayout();
  141. this.RPanelTitleJournal.SuspendLayout();
  142. this.SuspendLayout();
  143. //
  144. // menuStrip1
  145. //
  146. this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  147. this.MFile,
  148. this.MSettings});
  149. this.menuStrip1.Location = new System.Drawing.Point(0, 0);
  150. this.menuStrip1.Name = "menuStrip1";
  151. this.menuStrip1.Padding = new System.Windows.Forms.Padding(5, 2, 0, 2);
  152. this.menuStrip1.Size = new System.Drawing.Size(789, 24);
  153. this.menuStrip1.TabIndex = 0;
  154. this.menuStrip1.Text = "menuStrip1";
  155. //
  156. // MFile
  157. //
  158. this.MFile.Name = "MFile";
  159. this.MFile.Size = new System.Drawing.Size(63, 20);
  160. this.MFile.Text = "Главная";
  161. this.MFile.Click += new System.EventHandler(this.MMain_Click);
  162. //
  163. // MSettings
  164. //
  165. this.MSettings.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  166. this.toolStripMenuItem2,
  167. this.STools,
  168. this.toolStripMenuItem3,
  169. this.SJournal});
  170. this.MSettings.Name = "MSettings";
  171. this.MSettings.Size = new System.Drawing.Size(83, 20);
  172. this.MSettings.Text = "Параметры";
  173. //
  174. // toolStripMenuItem2
  175. //
  176. this.toolStripMenuItem2.Name = "toolStripMenuItem2";
  177. this.toolStripMenuItem2.Size = new System.Drawing.Size(203, 6);
  178. //
  179. // STools
  180. //
  181. this.STools.Name = "STools";
  182. this.STools.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
  183. | System.Windows.Forms.Keys.S)));
  184. this.STools.Size = new System.Drawing.Size(206, 22);
  185. this.STools.Text = "Настройки";
  186. this.STools.Click += new System.EventHandler(this.STools_Click);
  187. //
  188. // toolStripMenuItem3
  189. //
  190. this.toolStripMenuItem3.Name = "toolStripMenuItem3";
  191. this.toolStripMenuItem3.Size = new System.Drawing.Size(203, 6);
  192. //
  193. // SJournal
  194. //
  195. this.SJournal.Name = "SJournal";
  196. this.SJournal.Size = new System.Drawing.Size(206, 22);
  197. this.SJournal.Text = "Журнал отклонённых";
  198. this.SJournal.Click += new System.EventHandler(this.SJournal_Click);
  199. //
  200. // ToolsMenu
  201. //
  202. this.ToolsMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  203. this.TslSelCamText,
  204. this.CmbCams,
  205. this.toolStripSeparator1,
  206. this.BtnAddUser,
  207. this.BtnEditUser,
  208. this.toolStripSeparator2,
  209. this.BtnDelUser,
  210. this.BtnInfoTraffic});
  211. this.ToolsMenu.Location = new System.Drawing.Point(0, 24);
  212. this.ToolsMenu.Name = "ToolsMenu";
  213. this.ToolsMenu.Size = new System.Drawing.Size(789, 25);
  214. this.ToolsMenu.TabIndex = 1;
  215. this.ToolsMenu.Text = "toolStrip1";
  216. //
  217. // TslSelCamText
  218. //
  219. this.TslSelCamText.Name = "TslSelCamText";
  220. this.TslSelCamText.Size = new System.Drawing.Size(51, 22);
  221. this.TslSelCamText.Text = "Камера:";
  222. //
  223. // CmbCams
  224. //
  225. this.CmbCams.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  226. this.CmbCams.FlatStyle = System.Windows.Forms.FlatStyle.System;
  227. this.CmbCams.Name = "CmbCams";
  228. this.CmbCams.Size = new System.Drawing.Size(150, 25);
  229. this.CmbCams.SelectedIndexChanged += new System.EventHandler(this.CmbCams_SelectedIndexChanged);
  230. //
  231. // toolStripSeparator1
  232. //
  233. this.toolStripSeparator1.Name = "toolStripSeparator1";
  234. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
  235. //
  236. // BtnAddUser
  237. //
  238. this.BtnAddUser.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
  239. this.BtnAddUser.Image = global::ImpulseVision.Properties.Resources._392530_add_create_cross_new_plus_icon;
  240. this.BtnAddUser.ImageTransparentColor = System.Drawing.Color.Magenta;
  241. this.BtnAddUser.Name = "BtnAddUser";
  242. this.BtnAddUser.Size = new System.Drawing.Size(79, 22);
  243. this.BtnAddUser.Text = "Добавить";
  244. this.BtnAddUser.Click += new System.EventHandler(this.BtnAddUser_Click);
  245. //
  246. // BtnEditUser
  247. //
  248. this.BtnEditUser.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
  249. this.BtnEditUser.Image = global::ImpulseVision.Properties.Resources._8530613_edit_icon;
  250. this.BtnEditUser.ImageTransparentColor = System.Drawing.Color.Magenta;
  251. this.BtnEditUser.Name = "BtnEditUser";
  252. this.BtnEditUser.Size = new System.Drawing.Size(107, 22);
  253. this.BtnEditUser.Text = "Редактировать";
  254. this.BtnEditUser.Click += new System.EventHandler(this.BtnEditUser_Click);
  255. //
  256. // toolStripSeparator2
  257. //
  258. this.toolStripSeparator2.Name = "toolStripSeparator2";
  259. this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
  260. //
  261. // BtnDelUser
  262. //
  263. this.BtnDelUser.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
  264. this.BtnDelUser.Image = global::ImpulseVision.Properties.Resources._352303_delete_icon;
  265. this.BtnDelUser.ImageTransparentColor = System.Drawing.Color.Magenta;
  266. this.BtnDelUser.Name = "BtnDelUser";
  267. this.BtnDelUser.Size = new System.Drawing.Size(71, 22);
  268. this.BtnDelUser.Text = "Удалить";
  269. this.BtnDelUser.Click += new System.EventHandler(this.BtnDelUser_Click);
  270. //
  271. // BtnInfoTraffic
  272. //
  273. this.BtnInfoTraffic.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
  274. this.BtnInfoTraffic.Image = global::ImpulseVision.Properties.Resources._103515_text_document_information_icon;
  275. this.BtnInfoTraffic.ImageTransparentColor = System.Drawing.Color.Magenta;
  276. this.BtnInfoTraffic.Name = "BtnInfoTraffic";
  277. this.BtnInfoTraffic.Size = new System.Drawing.Size(92, 22);
  278. this.BtnInfoTraffic.Text = "Посещения";
  279. this.BtnInfoTraffic.Click += new System.EventHandler(this.BtnInfoTraffic_Click);
  280. //
  281. // statusStrip1
  282. //
  283. this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  284. this.TslStatus,
  285. this.ProgressOperation});
  286. this.statusStrip1.Location = new System.Drawing.Point(0, 440);
  287. this.statusStrip1.Name = "statusStrip1";
  288. this.statusStrip1.Padding = new System.Windows.Forms.Padding(1, 0, 11, 0);
  289. this.statusStrip1.Size = new System.Drawing.Size(789, 24);
  290. this.statusStrip1.TabIndex = 3;
  291. this.statusStrip1.Text = "statusStrip1";
  292. //
  293. // TslStatus
  294. //
  295. this.TslStatus.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(243)))), ((int)(((byte)(243)))));
  296. this.TslStatus.Name = "TslStatus";
  297. this.TslStatus.Size = new System.Drawing.Size(38, 19);
  298. this.TslStatus.Text = "Готов";
  299. //
  300. // ProgressOperation
  301. //
  302. this.ProgressOperation.Name = "ProgressOperation";
  303. this.ProgressOperation.Size = new System.Drawing.Size(100, 18);
  304. //
  305. // TimerNewCam
  306. //
  307. this.TimerNewCam.Enabled = true;
  308. this.TimerNewCam.Interval = 500;
  309. this.TimerNewCam.Tick += new System.EventHandler(this.TimerNewCam_Tick);
  310. //
  311. // TimerCheckTrain
  312. //
  313. this.TimerCheckTrain.Interval = 250;
  314. //
  315. // TabPages
  316. //
  317. this.TabPages.Controls.Add(this.TbUsers);
  318. this.TabPages.Controls.Add(this.TbMain);
  319. this.TabPages.Controls.Add(this.TbSettings);
  320. this.TabPages.Controls.Add(this.TbVisits);
  321. this.TabPages.Controls.Add(this.TbJournal);
  322. this.TabPages.Dock = System.Windows.Forms.DockStyle.Fill;
  323. this.TabPages.Location = new System.Drawing.Point(0, 49);
  324. this.TabPages.Name = "TabPages";
  325. this.TabPages.SelectedIndex = 0;
  326. this.TabPages.Size = new System.Drawing.Size(789, 391);
  327. this.TabPages.TabIndex = 4;
  328. //
  329. // TbUsers
  330. //
  331. this.TbUsers.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
  332. this.TbUsers.Controls.Add(this.TableUsers);
  333. this.TbUsers.Controls.Add(this.RPanelUser);
  334. this.TbUsers.Location = new System.Drawing.Point(4, 30);
  335. this.TbUsers.Name = "TbUsers";
  336. this.TbUsers.Size = new System.Drawing.Size(781, 357);
  337. this.TbUsers.TabIndex = 2;
  338. this.TbUsers.Text = "tabPage3";
  339. //
  340. // TableUsers
  341. //
  342. this.TableUsers.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  343. | System.Windows.Forms.AnchorStyles.Left)
  344. | System.Windows.Forms.AnchorStyles.Right)));
  345. this.TableUsers.AutoScroll = true;
  346. this.TableUsers.ColumnCount = 1;
  347. this.TableUsers.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  348. this.TableUsers.Location = new System.Drawing.Point(0, 31);
  349. this.TableUsers.Name = "TableUsers";
  350. this.TableUsers.RowCount = 1;
  351. this.TableUsers.RowStyles.Add(new System.Windows.Forms.RowStyle());
  352. this.TableUsers.Size = new System.Drawing.Size(781, 291);
  353. this.TableUsers.TabIndex = 7;
  354. //
  355. // RPanelUser
  356. //
  357. this.RPanelUser.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  358. | System.Windows.Forms.AnchorStyles.Right)));
  359. this.RPanelUser.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(104)))), ((int)(((byte)(112)))));
  360. this.RPanelUser.BackColorAdditional = System.Drawing.Color.Gray;
  361. this.RPanelUser.BackColorGradientEnabled = false;
  362. this.RPanelUser.BackColorGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
  363. this.RPanelUser.BorderColor = System.Drawing.Color.Tomato;
  364. this.RPanelUser.BorderColorEnabled = false;
  365. this.RPanelUser.BorderColorOnHover = System.Drawing.Color.Tomato;
  366. this.RPanelUser.BorderColorOnHoverEnabled = false;
  367. this.RPanelUser.Controls.Add(this.label4);
  368. this.RPanelUser.Cursor = System.Windows.Forms.Cursors.Default;
  369. this.RPanelUser.Font = new System.Drawing.Font("Verdana", 8.25F);
  370. this.RPanelUser.ForeColor = System.Drawing.Color.White;
  371. this.RPanelUser.Location = new System.Drawing.Point(3, 3);
  372. this.RPanelUser.Name = "RPanelUser";
  373. this.RPanelUser.RippleColor = System.Drawing.Color.Black;
  374. this.RPanelUser.RoundingEnable = true;
  375. this.RPanelUser.Size = new System.Drawing.Size(778, 25);
  376. this.RPanelUser.TabIndex = 6;
  377. this.RPanelUser.TextHover = null;
  378. this.RPanelUser.UseDownPressEffectOnClick = false;
  379. this.RPanelUser.UseRippleEffect = true;
  380. this.RPanelUser.UseZoomEffectOnHover = false;
  381. //
  382. // label4
  383. //
  384. this.label4.BackColor = System.Drawing.Color.Transparent;
  385. this.label4.Dock = System.Windows.Forms.DockStyle.Fill;
  386. this.label4.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  387. this.label4.ForeColor = System.Drawing.Color.White;
  388. this.label4.Location = new System.Drawing.Point(0, 0);
  389. this.label4.Name = "label4";
  390. this.label4.Size = new System.Drawing.Size(778, 25);
  391. this.label4.TabIndex = 5;
  392. this.label4.Text = "<Пользователи>";
  393. this.label4.TextAlign = System.Drawing.ContentAlignment.TopCenter;
  394. //
  395. // TbMain
  396. //
  397. this.TbMain.BackColor = System.Drawing.Color.White;
  398. this.TbMain.Controls.Add(this.TableLayoutWorks);
  399. this.TbMain.Location = new System.Drawing.Point(4, 30);
  400. this.TbMain.Name = "TbMain";
  401. this.TbMain.Padding = new System.Windows.Forms.Padding(3);
  402. this.TbMain.Size = new System.Drawing.Size(781, 357);
  403. this.TbMain.TabIndex = 0;
  404. this.TbMain.Text = "tabPage1";
  405. //
  406. // TableLayoutWorks
  407. //
  408. this.TableLayoutWorks.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
  409. this.TableLayoutWorks.ColumnCount = 2;
  410. this.TableLayoutWorks.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 256F));
  411. this.TableLayoutWorks.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 519F));
  412. this.TableLayoutWorks.Controls.Add(this.PbxEther, 1, 0);
  413. this.TableLayoutWorks.Controls.Add(this.panel1, 0, 0);
  414. this.TableLayoutWorks.Dock = System.Windows.Forms.DockStyle.Fill;
  415. this.TableLayoutWorks.Location = new System.Drawing.Point(3, 3);
  416. this.TableLayoutWorks.Name = "TableLayoutWorks";
  417. this.TableLayoutWorks.RowCount = 1;
  418. this.TableLayoutWorks.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  419. this.TableLayoutWorks.Size = new System.Drawing.Size(775, 351);
  420. this.TableLayoutWorks.TabIndex = 6;
  421. //
  422. // PbxEther
  423. //
  424. this.PbxEther.BackColor = System.Drawing.Color.Transparent;
  425. this.PbxEther.Dock = System.Windows.Forms.DockStyle.Fill;
  426. this.PbxEther.Location = new System.Drawing.Point(258, 3);
  427. this.PbxEther.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
  428. this.PbxEther.Name = "PbxEther";
  429. this.PbxEther.Size = new System.Drawing.Size(515, 345);
  430. this.PbxEther.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  431. this.PbxEther.TabIndex = 2;
  432. this.PbxEther.TabStop = false;
  433. //
  434. // panel1
  435. //
  436. this.panel1.BackColor = System.Drawing.Color.White;
  437. this.panel1.Controls.Add(this.TbxPhone);
  438. this.panel1.Controls.Add(this.TbxPasportNum);
  439. this.panel1.Controls.Add(this.TbxPasportSeria);
  440. this.panel1.Controls.Add(this.TbxPatronymic);
  441. this.panel1.Controls.Add(this.TbxFirstname);
  442. this.panel1.Controls.Add(this.RPanelForAddUser);
  443. this.panel1.Controls.Add(this.TbxLastname);
  444. this.panel1.Controls.Add(this.BtnSave);
  445. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  446. this.panel1.Location = new System.Drawing.Point(3, 3);
  447. this.panel1.Name = "panel1";
  448. this.panel1.Size = new System.Drawing.Size(250, 345);
  449. this.panel1.TabIndex = 0;
  450. //
  451. // TbxPhone
  452. //
  453. this.TbxPhone.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
  454. this.TbxPhone.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(137)))), ((int)(((byte)(60)))), ((int)(((byte)(143)))));
  455. this.TbxPhone.BorderColorNotActive = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(136)))), ((int)(((byte)(144)))));
  456. this.TbxPhone.Cursor = System.Windows.Forms.Cursors.IBeam;
  457. this.TbxPhone.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  458. this.TbxPhone.FontTextPreview = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
  459. this.TbxPhone.ForeColor = System.Drawing.Color.Black;
  460. this.TbxPhone.Location = new System.Drawing.Point(7, 258);
  461. this.TbxPhone.Name = "TbxPhone";
  462. this.TbxPhone.SelectionStart = 0;
  463. this.TbxPhone.Size = new System.Drawing.Size(236, 40);
  464. this.TbxPhone.TabIndex = 10;
  465. this.TbxPhone.TextInput = "";
  466. this.TbxPhone.TextPreview = "Телефон";
  467. this.TbxPhone.UseSystemPasswordChar = false;
  468. //
  469. // TbxPasportNum
  470. //
  471. this.TbxPasportNum.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
  472. this.TbxPasportNum.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(137)))), ((int)(((byte)(60)))), ((int)(((byte)(143)))));
  473. this.TbxPasportNum.BorderColorNotActive = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(136)))), ((int)(((byte)(144)))));
  474. this.TbxPasportNum.Cursor = System.Windows.Forms.Cursors.IBeam;
  475. this.TbxPasportNum.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  476. this.TbxPasportNum.FontTextPreview = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
  477. this.TbxPasportNum.ForeColor = System.Drawing.Color.Black;
  478. this.TbxPasportNum.Location = new System.Drawing.Point(7, 212);
  479. this.TbxPasportNum.Name = "TbxPasportNum";
  480. this.TbxPasportNum.SelectionStart = 0;
  481. this.TbxPasportNum.Size = new System.Drawing.Size(236, 40);
  482. this.TbxPasportNum.TabIndex = 9;
  483. this.TbxPasportNum.TextInput = "";
  484. this.TbxPasportNum.TextPreview = "Номер паспорта";
  485. this.TbxPasportNum.UseSystemPasswordChar = false;
  486. //
  487. // TbxPasportSeria
  488. //
  489. this.TbxPasportSeria.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
  490. this.TbxPasportSeria.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(137)))), ((int)(((byte)(60)))), ((int)(((byte)(143)))));
  491. this.TbxPasportSeria.BorderColorNotActive = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(136)))), ((int)(((byte)(144)))));
  492. this.TbxPasportSeria.Cursor = System.Windows.Forms.Cursors.IBeam;
  493. this.TbxPasportSeria.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  494. this.TbxPasportSeria.FontTextPreview = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
  495. this.TbxPasportSeria.ForeColor = System.Drawing.Color.Black;
  496. this.TbxPasportSeria.Location = new System.Drawing.Point(7, 166);
  497. this.TbxPasportSeria.Name = "TbxPasportSeria";
  498. this.TbxPasportSeria.SelectionStart = 0;
  499. this.TbxPasportSeria.Size = new System.Drawing.Size(236, 40);
  500. this.TbxPasportSeria.TabIndex = 8;
  501. this.TbxPasportSeria.TextInput = "";
  502. this.TbxPasportSeria.TextPreview = "Серия паспорта";
  503. this.TbxPasportSeria.UseSystemPasswordChar = false;
  504. //
  505. // TbxPatronymic
  506. //
  507. this.TbxPatronymic.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
  508. this.TbxPatronymic.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(137)))), ((int)(((byte)(60)))), ((int)(((byte)(143)))));
  509. this.TbxPatronymic.BorderColorNotActive = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(136)))), ((int)(((byte)(144)))));
  510. this.TbxPatronymic.Cursor = System.Windows.Forms.Cursors.IBeam;
  511. this.TbxPatronymic.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  512. this.TbxPatronymic.FontTextPreview = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
  513. this.TbxPatronymic.ForeColor = System.Drawing.Color.Black;
  514. this.TbxPatronymic.Location = new System.Drawing.Point(7, 120);
  515. this.TbxPatronymic.Name = "TbxPatronymic";
  516. this.TbxPatronymic.SelectionStart = 0;
  517. this.TbxPatronymic.Size = new System.Drawing.Size(236, 40);
  518. this.TbxPatronymic.TabIndex = 7;
  519. this.TbxPatronymic.TextInput = "";
  520. this.TbxPatronymic.TextPreview = "Отчество";
  521. this.TbxPatronymic.UseSystemPasswordChar = false;
  522. //
  523. // TbxFirstname
  524. //
  525. this.TbxFirstname.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
  526. this.TbxFirstname.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(137)))), ((int)(((byte)(60)))), ((int)(((byte)(143)))));
  527. this.TbxFirstname.BorderColorNotActive = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(136)))), ((int)(((byte)(144)))));
  528. this.TbxFirstname.Cursor = System.Windows.Forms.Cursors.IBeam;
  529. this.TbxFirstname.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  530. this.TbxFirstname.FontTextPreview = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
  531. this.TbxFirstname.ForeColor = System.Drawing.Color.Black;
  532. this.TbxFirstname.Location = new System.Drawing.Point(7, 74);
  533. this.TbxFirstname.Name = "TbxFirstname";
  534. this.TbxFirstname.SelectionStart = 0;
  535. this.TbxFirstname.Size = new System.Drawing.Size(236, 40);
  536. this.TbxFirstname.TabIndex = 6;
  537. this.TbxFirstname.TextInput = "";
  538. this.TbxFirstname.TextPreview = "Имя";
  539. this.TbxFirstname.UseSystemPasswordChar = false;
  540. //
  541. // RPanelForAddUser
  542. //
  543. this.RPanelForAddUser.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  544. | System.Windows.Forms.AnchorStyles.Right)));
  545. this.RPanelForAddUser.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(104)))), ((int)(((byte)(112)))));
  546. this.RPanelForAddUser.BackColorAdditional = System.Drawing.Color.Gray;
  547. this.RPanelForAddUser.BackColorGradientEnabled = false;
  548. this.RPanelForAddUser.BackColorGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
  549. this.RPanelForAddUser.BorderColor = System.Drawing.Color.Tomato;
  550. this.RPanelForAddUser.BorderColorEnabled = false;
  551. this.RPanelForAddUser.BorderColorOnHover = System.Drawing.Color.Tomato;
  552. this.RPanelForAddUser.BorderColorOnHoverEnabled = false;
  553. this.RPanelForAddUser.Controls.Add(this.label1);
  554. this.RPanelForAddUser.Cursor = System.Windows.Forms.Cursors.Default;
  555. this.RPanelForAddUser.Font = new System.Drawing.Font("Verdana", 8.25F);
  556. this.RPanelForAddUser.ForeColor = System.Drawing.Color.White;
  557. this.RPanelForAddUser.Location = new System.Drawing.Point(3, 3);
  558. this.RPanelForAddUser.Name = "RPanelForAddUser";
  559. this.RPanelForAddUser.RippleColor = System.Drawing.Color.Black;
  560. this.RPanelForAddUser.RoundingEnable = true;
  561. this.RPanelForAddUser.Size = new System.Drawing.Size(244, 25);
  562. this.RPanelForAddUser.TabIndex = 5;
  563. this.RPanelForAddUser.TextHover = null;
  564. this.RPanelForAddUser.UseDownPressEffectOnClick = false;
  565. this.RPanelForAddUser.UseRippleEffect = true;
  566. this.RPanelForAddUser.UseZoomEffectOnHover = false;
  567. //
  568. // label1
  569. //
  570. this.label1.BackColor = System.Drawing.Color.Transparent;
  571. this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
  572. this.label1.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  573. this.label1.ForeColor = System.Drawing.Color.White;
  574. this.label1.Location = new System.Drawing.Point(0, 0);
  575. this.label1.Name = "label1";
  576. this.label1.Size = new System.Drawing.Size(244, 25);
  577. this.label1.TabIndex = 0;
  578. this.label1.Text = "Добавление пользователя:";
  579. this.label1.TextAlign = System.Drawing.ContentAlignment.TopCenter;
  580. //
  581. // TbxLastname
  582. //
  583. this.TbxLastname.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
  584. this.TbxLastname.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(137)))), ((int)(((byte)(60)))), ((int)(((byte)(143)))));
  585. this.TbxLastname.BorderColorNotActive = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(136)))), ((int)(((byte)(144)))));
  586. this.TbxLastname.Cursor = System.Windows.Forms.Cursors.IBeam;
  587. this.TbxLastname.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  588. this.TbxLastname.FontTextPreview = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
  589. this.TbxLastname.ForeColor = System.Drawing.Color.Black;
  590. this.TbxLastname.Location = new System.Drawing.Point(7, 28);
  591. this.TbxLastname.Name = "TbxLastname";
  592. this.TbxLastname.SelectionStart = 0;
  593. this.TbxLastname.Size = new System.Drawing.Size(236, 40);
  594. this.TbxLastname.TabIndex = 4;
  595. this.TbxLastname.TextInput = "";
  596. this.TbxLastname.TextPreview = "Фамилия";
  597. this.TbxLastname.UseSystemPasswordChar = false;
  598. //
  599. // BtnSave
  600. //
  601. this.BtnSave.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(136)))), ((int)(((byte)(144)))));
  602. this.BtnSave.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  603. this.BtnSave.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(255)))), ((int)(((byte)(248)))));
  604. this.BtnSave.Location = new System.Drawing.Point(7, 307);
  605. this.BtnSave.Name = "BtnSave";
  606. this.BtnSave.Size = new System.Drawing.Size(236, 35);
  607. this.BtnSave.TabIndex = 3;
  608. this.BtnSave.Text = "Добавить";
  609. this.BtnSave.UseVisualStyleBackColor = false;
  610. this.BtnSave.Click += new System.EventHandler(this.BtnSave_Click);
  611. //
  612. // TbSettings
  613. //
  614. this.TbSettings.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
  615. this.TbSettings.Controls.Add(this.GbxUserParameters);
  616. this.TbSettings.Controls.Add(this.GbxSystemParameters);
  617. this.TbSettings.Controls.Add(this.RPanelSettings);
  618. this.TbSettings.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  619. this.TbSettings.Location = new System.Drawing.Point(4, 30);
  620. this.TbSettings.Name = "TbSettings";
  621. this.TbSettings.Padding = new System.Windows.Forms.Padding(3);
  622. this.TbSettings.Size = new System.Drawing.Size(781, 357);
  623. this.TbSettings.TabIndex = 1;
  624. this.TbSettings.Text = "tabPage2";
  625. //
  626. // GbxUserParameters
  627. //
  628. this.GbxUserParameters.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  629. | System.Windows.Forms.AnchorStyles.Left)
  630. | System.Windows.Forms.AnchorStyles.Right)));
  631. this.GbxUserParameters.Controls.Add(this.BtnEditUserParameters);
  632. this.GbxUserParameters.Controls.Add(this.TbxConfirmNewPass);
  633. this.GbxUserParameters.Controls.Add(this.TbxNewPass);
  634. this.GbxUserParameters.Controls.Add(this.TbxOldPass);
  635. this.GbxUserParameters.Controls.Add(this.TbxLogin);
  636. this.GbxUserParameters.Location = new System.Drawing.Point(543, 37);
  637. this.GbxUserParameters.Name = "GbxUserParameters";
  638. this.GbxUserParameters.Size = new System.Drawing.Size(232, 314);
  639. this.GbxUserParameters.TabIndex = 12;
  640. this.GbxUserParameters.TabStop = false;
  641. this.GbxUserParameters.Text = "Параметры пользователя";
  642. //
  643. // BtnEditUserParameters
  644. //
  645. this.BtnEditUserParameters.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  646. this.BtnEditUserParameters.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(136)))), ((int)(((byte)(144)))));
  647. this.BtnEditUserParameters.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  648. this.BtnEditUserParameters.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(255)))), ((int)(((byte)(248)))));
  649. this.BtnEditUserParameters.Location = new System.Drawing.Point(6, 273);
  650. this.BtnEditUserParameters.Name = "BtnEditUserParameters";
  651. this.BtnEditUserParameters.Size = new System.Drawing.Size(220, 35);
  652. this.BtnEditUserParameters.TabIndex = 11;
  653. this.BtnEditUserParameters.Text = "Изменить";
  654. this.BtnEditUserParameters.UseVisualStyleBackColor = false;
  655. //
  656. // TbxConfirmNewPass
  657. //
  658. this.TbxConfirmNewPass.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  659. | System.Windows.Forms.AnchorStyles.Right)));
  660. this.TbxConfirmNewPass.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
  661. this.TbxConfirmNewPass.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(137)))), ((int)(((byte)(60)))), ((int)(((byte)(143)))));
  662. this.TbxConfirmNewPass.BorderColorNotActive = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(136)))), ((int)(((byte)(144)))));
  663. this.TbxConfirmNewPass.Cursor = System.Windows.Forms.Cursors.IBeam;
  664. this.TbxConfirmNewPass.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  665. this.TbxConfirmNewPass.FontTextPreview = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
  666. this.TbxConfirmNewPass.ForeColor = System.Drawing.Color.Black;
  667. this.TbxConfirmNewPass.Location = new System.Drawing.Point(6, 166);
  668. this.TbxConfirmNewPass.Name = "TbxConfirmNewPass";
  669. this.TbxConfirmNewPass.SelectionStart = 0;
  670. this.TbxConfirmNewPass.Size = new System.Drawing.Size(220, 40);
  671. this.TbxConfirmNewPass.TabIndex = 10;
  672. this.TbxConfirmNewPass.TextInput = "";
  673. this.TbxConfirmNewPass.TextPreview = "Подтверждение пароля";
  674. this.TbxConfirmNewPass.UseSystemPasswordChar = false;
  675. //
  676. // TbxNewPass
  677. //
  678. this.TbxNewPass.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  679. | System.Windows.Forms.AnchorStyles.Right)));
  680. this.TbxNewPass.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
  681. this.TbxNewPass.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(137)))), ((int)(((byte)(60)))), ((int)(((byte)(143)))));
  682. this.TbxNewPass.BorderColorNotActive = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(136)))), ((int)(((byte)(144)))));
  683. this.TbxNewPass.Cursor = System.Windows.Forms.Cursors.IBeam;
  684. this.TbxNewPass.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  685. this.TbxNewPass.FontTextPreview = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
  686. this.TbxNewPass.ForeColor = System.Drawing.Color.Black;
  687. this.TbxNewPass.Location = new System.Drawing.Point(6, 120);
  688. this.TbxNewPass.Name = "TbxNewPass";
  689. this.TbxNewPass.SelectionStart = 0;
  690. this.TbxNewPass.Size = new System.Drawing.Size(220, 40);
  691. this.TbxNewPass.TabIndex = 9;
  692. this.TbxNewPass.TextInput = "";
  693. this.TbxNewPass.TextPreview = "Новый пароль";
  694. this.TbxNewPass.UseSystemPasswordChar = false;
  695. //
  696. // TbxOldPass
  697. //
  698. this.TbxOldPass.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  699. | System.Windows.Forms.AnchorStyles.Right)));
  700. this.TbxOldPass.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
  701. this.TbxOldPass.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(137)))), ((int)(((byte)(60)))), ((int)(((byte)(143)))));
  702. this.TbxOldPass.BorderColorNotActive = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(136)))), ((int)(((byte)(144)))));
  703. this.TbxOldPass.Cursor = System.Windows.Forms.Cursors.IBeam;
  704. this.TbxOldPass.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  705. this.TbxOldPass.FontTextPreview = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
  706. this.TbxOldPass.ForeColor = System.Drawing.Color.Black;
  707. this.TbxOldPass.Location = new System.Drawing.Point(6, 74);
  708. this.TbxOldPass.Name = "TbxOldPass";
  709. this.TbxOldPass.SelectionStart = 0;
  710. this.TbxOldPass.Size = new System.Drawing.Size(220, 40);
  711. this.TbxOldPass.TabIndex = 8;
  712. this.TbxOldPass.TextInput = "";
  713. this.TbxOldPass.TextPreview = "Старый пароль";
  714. this.TbxOldPass.UseSystemPasswordChar = false;
  715. //
  716. // TbxLogin
  717. //
  718. this.TbxLogin.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  719. | System.Windows.Forms.AnchorStyles.Right)));
  720. this.TbxLogin.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
  721. this.TbxLogin.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(137)))), ((int)(((byte)(60)))), ((int)(((byte)(143)))));
  722. this.TbxLogin.BorderColorNotActive = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(136)))), ((int)(((byte)(144)))));
  723. this.TbxLogin.Cursor = System.Windows.Forms.Cursors.IBeam;
  724. this.TbxLogin.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  725. this.TbxLogin.FontTextPreview = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
  726. this.TbxLogin.ForeColor = System.Drawing.Color.Black;
  727. this.TbxLogin.Location = new System.Drawing.Point(6, 28);
  728. this.TbxLogin.Name = "TbxLogin";
  729. this.TbxLogin.SelectionStart = 0;
  730. this.TbxLogin.Size = new System.Drawing.Size(220, 40);
  731. this.TbxLogin.TabIndex = 7;
  732. this.TbxLogin.TextInput = "";
  733. this.TbxLogin.TextPreview = "Логин";
  734. this.TbxLogin.UseSystemPasswordChar = false;
  735. //
  736. // GbxSystemParameters
  737. //
  738. this.GbxSystemParameters.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  739. | System.Windows.Forms.AnchorStyles.Left)));
  740. this.GbxSystemParameters.Controls.Add(this.SwSaveSizeWindow);
  741. this.GbxSystemParameters.Controls.Add(this.SwAutoRun);
  742. this.GbxSystemParameters.Controls.Add(this.label14);
  743. this.GbxSystemParameters.Controls.Add(this.label2);
  744. this.GbxSystemParameters.Controls.Add(this.label11);
  745. this.GbxSystemParameters.Controls.Add(this.label3);
  746. this.GbxSystemParameters.Controls.Add(this.NumCountDaySaveLogFiles);
  747. this.GbxSystemParameters.Controls.Add(this.SwPositionWindow);
  748. this.GbxSystemParameters.Controls.Add(this.label10);
  749. this.GbxSystemParameters.Location = new System.Drawing.Point(8, 37);
  750. this.GbxSystemParameters.Name = "GbxSystemParameters";
  751. this.GbxSystemParameters.Size = new System.Drawing.Size(529, 314);
  752. this.GbxSystemParameters.TabIndex = 11;
  753. this.GbxSystemParameters.TabStop = false;
  754. this.GbxSystemParameters.Text = "Параметры системы";
  755. //
  756. // SwSaveSizeWindow
  757. //
  758. this.SwSaveSizeWindow.BackColor = System.Drawing.Color.White;
  759. this.SwSaveSizeWindow.BackColorOFF = System.Drawing.Color.Silver;
  760. this.SwSaveSizeWindow.BackColorON = System.Drawing.Color.LimeGreen;
  761. this.SwSaveSizeWindow.Checked = false;
  762. this.SwSaveSizeWindow.Cursor = System.Windows.Forms.Cursors.Hand;
  763. this.SwSaveSizeWindow.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  764. this.SwSaveSizeWindow.Location = new System.Drawing.Point(401, 113);
  765. this.SwSaveSizeWindow.Name = "SwSaveSizeWindow";
  766. this.SwSaveSizeWindow.Size = new System.Drawing.Size(43, 15);
  767. this.SwSaveSizeWindow.TabIndex = 10;
  768. this.SwSaveSizeWindow.TextOnChecked = "";
  769. //
  770. // SwAutoRun
  771. //
  772. this.SwAutoRun.BackColor = System.Drawing.Color.White;
  773. this.SwAutoRun.BackColorOFF = System.Drawing.Color.Silver;
  774. this.SwAutoRun.BackColorON = System.Drawing.Color.LimeGreen;
  775. this.SwAutoRun.Checked = false;
  776. this.SwAutoRun.Cursor = System.Windows.Forms.Cursors.Hand;
  777. this.SwAutoRun.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  778. this.SwAutoRun.Location = new System.Drawing.Point(401, 38);
  779. this.SwAutoRun.Name = "SwAutoRun";
  780. this.SwAutoRun.Size = new System.Drawing.Size(43, 15);
  781. this.SwAutoRun.TabIndex = 1;
  782. this.SwAutoRun.TextOnChecked = "";
  783. //
  784. // label14
  785. //
  786. this.label14.AutoSize = true;
  787. this.label14.Location = new System.Drawing.Point(6, 107);
  788. this.label14.Name = "label14";
  789. this.label14.Size = new System.Drawing.Size(312, 21);
  790. this.label14.TabIndex = 9;
  791. this.label14.Text = "Сохранять размеры окна приложения";
  792. //
  793. // label2
  794. //
  795. this.label2.AutoSize = true;
  796. this.label2.Location = new System.Drawing.Point(6, 34);
  797. this.label2.Name = "label2";
  798. this.label2.Size = new System.Drawing.Size(336, 21);
  799. this.label2.TabIndex = 3;
  800. this.label2.Text = "Запускать приложение вместе с Windows";
  801. //
  802. // label11
  803. //
  804. this.label11.AutoSize = true;
  805. this.label11.Location = new System.Drawing.Point(472, 147);
  806. this.label11.Name = "label11";
  807. this.label11.Size = new System.Drawing.Size(49, 21);
  808. this.label11.TabIndex = 8;
  809. this.label11.Text = "дней";
  810. //
  811. // label3
  812. //
  813. this.label3.AutoSize = true;
  814. this.label3.Location = new System.Drawing.Point(6, 71);
  815. this.label3.Name = "label3";
  816. this.label3.Size = new System.Drawing.Size(365, 21);
  817. this.label3.TabIndex = 4;
  818. this.label3.Text = "Сохранять положение окна при перезапуске";
  819. //
  820. // NumCountDaySaveLogFiles
  821. //
  822. this.NumCountDaySaveLogFiles.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  823. this.NumCountDaySaveLogFiles.Location = new System.Drawing.Point(403, 145);
  824. this.NumCountDaySaveLogFiles.Maximum = new decimal(new int[] {
  825. 30,
  826. 0,
  827. 0,
  828. 0});
  829. this.NumCountDaySaveLogFiles.Minimum = new decimal(new int[] {
  830. 2,
  831. 0,
  832. 0,
  833. 0});
  834. this.NumCountDaySaveLogFiles.Name = "NumCountDaySaveLogFiles";
  835. this.NumCountDaySaveLogFiles.ReadOnly = true;
  836. this.NumCountDaySaveLogFiles.Size = new System.Drawing.Size(63, 29);
  837. this.NumCountDaySaveLogFiles.TabIndex = 7;
  838. this.NumCountDaySaveLogFiles.Value = new decimal(new int[] {
  839. 2,
  840. 0,
  841. 0,
  842. 0});
  843. //
  844. // SwPositionWindow
  845. //
  846. this.SwPositionWindow.BackColor = System.Drawing.Color.White;
  847. this.SwPositionWindow.BackColorOFF = System.Drawing.Color.Silver;
  848. this.SwPositionWindow.BackColorON = System.Drawing.Color.LimeGreen;
  849. this.SwPositionWindow.Checked = false;
  850. this.SwPositionWindow.Cursor = System.Windows.Forms.Cursors.Hand;
  851. this.SwPositionWindow.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  852. this.SwPositionWindow.Location = new System.Drawing.Point(401, 75);
  853. this.SwPositionWindow.Name = "SwPositionWindow";
  854. this.SwPositionWindow.Size = new System.Drawing.Size(43, 15);
  855. this.SwPositionWindow.TabIndex = 5;
  856. this.SwPositionWindow.TextOnChecked = "";
  857. //
  858. // label10
  859. //
  860. this.label10.AutoSize = true;
  861. this.label10.Location = new System.Drawing.Point(8, 147);
  862. this.label10.Name = "label10";
  863. this.label10.Size = new System.Drawing.Size(203, 21);
  864. this.label10.TabIndex = 6;
  865. this.label10.Text = "Хранить файлы журнала";
  866. //
  867. // RPanelSettings
  868. //
  869. this.RPanelSettings.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  870. | System.Windows.Forms.AnchorStyles.Right)));
  871. this.RPanelSettings.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(104)))), ((int)(((byte)(112)))));
  872. this.RPanelSettings.BackColorAdditional = System.Drawing.Color.Gray;
  873. this.RPanelSettings.BackColorGradientEnabled = false;
  874. this.RPanelSettings.BackColorGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
  875. this.RPanelSettings.BorderColor = System.Drawing.Color.Tomato;
  876. this.RPanelSettings.BorderColorEnabled = false;
  877. this.RPanelSettings.BorderColorOnHover = System.Drawing.Color.Tomato;
  878. this.RPanelSettings.BorderColorOnHoverEnabled = false;
  879. this.RPanelSettings.Controls.Add(this.LblTextSettings);
  880. this.RPanelSettings.Cursor = System.Windows.Forms.Cursors.Default;
  881. this.RPanelSettings.Font = new System.Drawing.Font("Verdana", 8.25F);
  882. this.RPanelSettings.ForeColor = System.Drawing.Color.White;
  883. this.RPanelSettings.Location = new System.Drawing.Point(3, 6);
  884. this.RPanelSettings.Name = "RPanelSettings";
  885. this.RPanelSettings.RippleColor = System.Drawing.Color.Black;
  886. this.RPanelSettings.RoundingEnable = true;
  887. this.RPanelSettings.Size = new System.Drawing.Size(775, 25);
  888. this.RPanelSettings.TabIndex = 2;
  889. this.RPanelSettings.TextHover = null;
  890. this.RPanelSettings.UseDownPressEffectOnClick = false;
  891. this.RPanelSettings.UseRippleEffect = true;
  892. this.RPanelSettings.UseZoomEffectOnHover = false;
  893. //
  894. // LblTextSettings
  895. //
  896. this.LblTextSettings.BackColor = System.Drawing.Color.Transparent;
  897. this.LblTextSettings.Dock = System.Windows.Forms.DockStyle.Fill;
  898. this.LblTextSettings.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  899. this.LblTextSettings.ForeColor = System.Drawing.Color.White;
  900. this.LblTextSettings.Location = new System.Drawing.Point(0, 0);
  901. this.LblTextSettings.Name = "LblTextSettings";
  902. this.LblTextSettings.Size = new System.Drawing.Size(775, 25);
  903. this.LblTextSettings.TabIndex = 0;
  904. this.LblTextSettings.Text = "<Настройки>";
  905. this.LblTextSettings.TextAlign = System.Drawing.ContentAlignment.TopCenter;
  906. //
  907. // TbVisits
  908. //
  909. this.TbVisits.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
  910. this.TbVisits.Controls.Add(this.CbxIsAuthentification);
  911. this.TbVisits.Controls.Add(this.CbxFilterDate);
  912. this.TbVisits.Controls.Add(this.label7);
  913. this.TbVisits.Controls.Add(this.PanelHeader);
  914. this.TbVisits.Controls.Add(this.TbxFindUser);
  915. this.TbVisits.Controls.Add(this.TabJournal);
  916. this.TbVisits.Controls.Add(this.DtpFiniteDate);
  917. this.TbVisits.Controls.Add(this.CmbSortDate);
  918. this.TbVisits.Controls.Add(this.PanelPeriod);
  919. this.TbVisits.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  920. this.TbVisits.Location = new System.Drawing.Point(4, 30);
  921. this.TbVisits.Name = "TbVisits";
  922. this.TbVisits.Size = new System.Drawing.Size(781, 357);
  923. this.TbVisits.TabIndex = 3;
  924. this.TbVisits.Text = "tabPage1";
  925. //
  926. // CbxIsAuthentification
  927. //
  928. this.CbxIsAuthentification.AutoSize = true;
  929. this.CbxIsAuthentification.Checked = true;
  930. this.CbxIsAuthentification.CheckState = System.Windows.Forms.CheckState.Checked;
  931. this.CbxIsAuthentification.Location = new System.Drawing.Point(557, 45);
  932. this.CbxIsAuthentification.Name = "CbxIsAuthentification";
  933. this.CbxIsAuthentification.Size = new System.Drawing.Size(219, 25);
  934. this.CbxIsAuthentification.TabIndex = 10;
  935. this.CbxIsAuthentification.Text = "Ложные распознавания";
  936. this.CbxIsAuthentification.UseVisualStyleBackColor = true;
  937. this.CbxIsAuthentification.CheckedChanged += new System.EventHandler(this.CbxIsAuthentification_CheckedChanged);
  938. //
  939. // CbxFilterDate
  940. //
  941. this.CbxFilterDate.AutoSize = true;
  942. this.CbxFilterDate.Checked = true;
  943. this.CbxFilterDate.CheckState = System.Windows.Forms.CheckState.Checked;
  944. this.CbxFilterDate.Location = new System.Drawing.Point(369, 44);
  945. this.CbxFilterDate.Name = "CbxFilterDate";
  946. this.CbxFilterDate.Size = new System.Drawing.Size(188, 25);
  947. this.CbxFilterDate.TabIndex = 9;
  948. this.CbxFilterDate.Text = "Фильтрация по дате";
  949. this.CbxFilterDate.UseVisualStyleBackColor = true;
  950. this.CbxFilterDate.CheckedChanged += new System.EventHandler(this.CbxFilterDate_CheckedChanged);
  951. //
  952. // label7
  953. //
  954. this.label7.AutoSize = true;
  955. this.label7.Location = new System.Drawing.Point(8, 44);
  956. this.label7.Name = "label7";
  957. this.label7.Size = new System.Drawing.Size(128, 21);
  958. this.label7.TabIndex = 6;
  959. this.label7.Text = "Поиск по ФИО:";
  960. //
  961. // PanelHeader
  962. //
  963. this.PanelHeader.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  964. | System.Windows.Forms.AnchorStyles.Right)));
  965. this.PanelHeader.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
  966. this.PanelHeader.Controls.Add(this.RPanelTitleDate);
  967. this.PanelHeader.Controls.Add(this.RPanelTitleExit);
  968. this.PanelHeader.Controls.Add(this.RPanelTitleEntrance);
  969. this.PanelHeader.Controls.Add(this.RPanelForNameUser);
  970. this.PanelHeader.Location = new System.Drawing.Point(0, 76);
  971. this.PanelHeader.Name = "PanelHeader";
  972. this.PanelHeader.Size = new System.Drawing.Size(781, 32);
  973. this.PanelHeader.TabIndex = 8;
  974. //
  975. // RPanelTitleDate
  976. //
  977. this.RPanelTitleDate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  978. this.RPanelTitleDate.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(104)))), ((int)(((byte)(112)))));
  979. this.RPanelTitleDate.BackColorAdditional = System.Drawing.Color.Gray;
  980. this.RPanelTitleDate.BackColorGradientEnabled = false;
  981. this.RPanelTitleDate.BackColorGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
  982. this.RPanelTitleDate.BorderColor = System.Drawing.Color.Tomato;
  983. this.RPanelTitleDate.BorderColorEnabled = false;
  984. this.RPanelTitleDate.BorderColorOnHover = System.Drawing.Color.Tomato;
  985. this.RPanelTitleDate.BorderColorOnHoverEnabled = false;
  986. this.RPanelTitleDate.Controls.Add(this.label13);
  987. this.RPanelTitleDate.Cursor = System.Windows.Forms.Cursors.Default;
  988. this.RPanelTitleDate.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  989. this.RPanelTitleDate.ForeColor = System.Drawing.Color.White;
  990. this.RPanelTitleDate.Location = new System.Drawing.Point(653, 3);
  991. this.RPanelTitleDate.Name = "RPanelTitleDate";
  992. this.RPanelTitleDate.RippleColor = System.Drawing.Color.Black;
  993. this.RPanelTitleDate.RoundingEnable = true;
  994. this.RPanelTitleDate.Size = new System.Drawing.Size(123, 25);
  995. this.RPanelTitleDate.TabIndex = 10;
  996. this.RPanelTitleDate.TextHover = null;
  997. this.RPanelTitleDate.UseDownPressEffectOnClick = false;
  998. this.RPanelTitleDate.UseRippleEffect = true;
  999. this.RPanelTitleDate.UseZoomEffectOnHover = false;
  1000. //
  1001. // label13
  1002. //
  1003. this.label13.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  1004. | System.Windows.Forms.AnchorStyles.Right)));
  1005. this.label13.Location = new System.Drawing.Point(5, 0);
  1006. this.label13.Name = "label13";
  1007. this.label13.Size = new System.Drawing.Size(115, 25);
  1008. this.label13.TabIndex = 0;
  1009. this.label13.Text = "Дата";
  1010. this.label13.TextAlign = System.Drawing.ContentAlignment.TopCenter;
  1011. //
  1012. // RPanelTitleExit
  1013. //
  1014. this.RPanelTitleExit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  1015. this.RPanelTitleExit.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(104)))), ((int)(((byte)(112)))));
  1016. this.RPanelTitleExit.BackColorAdditional = System.Drawing.Color.Gray;
  1017. this.RPanelTitleExit.BackColorGradientEnabled = false;
  1018. this.RPanelTitleExit.BackColorGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
  1019. this.RPanelTitleExit.BorderColor = System.Drawing.Color.Tomato;
  1020. this.RPanelTitleExit.BorderColorEnabled = false;
  1021. this.RPanelTitleExit.BorderColorOnHover = System.Drawing.Color.Tomato;
  1022. this.RPanelTitleExit.BorderColorOnHoverEnabled = false;
  1023. this.RPanelTitleExit.Controls.Add(this.label12);
  1024. this.RPanelTitleExit.Cursor = System.Windows.Forms.Cursors.Default;
  1025. this.RPanelTitleExit.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  1026. this.RPanelTitleExit.ForeColor = System.Drawing.Color.White;
  1027. this.RPanelTitleExit.Location = new System.Drawing.Point(547, 3);
  1028. this.RPanelTitleExit.Name = "RPanelTitleExit";
  1029. this.RPanelTitleExit.RippleColor = System.Drawing.Color.Black;
  1030. this.RPanelTitleExit.RoundingEnable = true;
  1031. this.RPanelTitleExit.Size = new System.Drawing.Size(105, 25);
  1032. this.RPanelTitleExit.TabIndex = 10;
  1033. this.RPanelTitleExit.TextHover = null;
  1034. this.RPanelTitleExit.UseDownPressEffectOnClick = false;
  1035. this.RPanelTitleExit.UseRippleEffect = true;
  1036. this.RPanelTitleExit.UseZoomEffectOnHover = false;
  1037. //
  1038. // label12
  1039. //
  1040. this.label12.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  1041. | System.Windows.Forms.AnchorStyles.Right)));
  1042. this.label12.Location = new System.Drawing.Point(5, 0);
  1043. this.label12.Name = "label12";
  1044. this.label12.Size = new System.Drawing.Size(97, 25);
  1045. this.label12.TabIndex = 0;
  1046. this.label12.Text = "Выход";
  1047. this.label12.TextAlign = System.Drawing.ContentAlignment.TopCenter;
  1048. //
  1049. // RPanelTitleEntrance
  1050. //
  1051. this.RPanelTitleEntrance.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  1052. this.RPanelTitleEntrance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(104)))), ((int)(((byte)(112)))));
  1053. this.RPanelTitleEntrance.BackColorAdditional = System.Drawing.Color.Gray;
  1054. this.RPanelTitleEntrance.BackColorGradientEnabled = false;
  1055. this.RPanelTitleEntrance.BackColorGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
  1056. this.RPanelTitleEntrance.BorderColor = System.Drawing.Color.Tomato;
  1057. this.RPanelTitleEntrance.BorderColorEnabled = false;
  1058. this.RPanelTitleEntrance.BorderColorOnHover = System.Drawing.Color.Tomato;
  1059. this.RPanelTitleEntrance.BorderColorOnHoverEnabled = false;
  1060. this.RPanelTitleEntrance.Controls.Add(this.label8);
  1061. this.RPanelTitleEntrance.Cursor = System.Windows.Forms.Cursors.Default;
  1062. this.RPanelTitleEntrance.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  1063. this.RPanelTitleEntrance.ForeColor = System.Drawing.Color.White;
  1064. this.RPanelTitleEntrance.Location = new System.Drawing.Point(441, 3);
  1065. this.RPanelTitleEntrance.Name = "RPanelTitleEntrance";
  1066. this.RPanelTitleEntrance.RippleColor = System.Drawing.Color.Black;
  1067. this.RPanelTitleEntrance.RoundingEnable = true;
  1068. this.RPanelTitleEntrance.Size = new System.Drawing.Size(105, 25);
  1069. this.RPanelTitleEntrance.TabIndex = 10;
  1070. this.RPanelTitleEntrance.TextHover = null;
  1071. this.RPanelTitleEntrance.UseDownPressEffectOnClick = false;
  1072. this.RPanelTitleEntrance.UseRippleEffect = true;
  1073. this.RPanelTitleEntrance.UseZoomEffectOnHover = false;
  1074. //
  1075. // label8
  1076. //
  1077. this.label8.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  1078. | System.Windows.Forms.AnchorStyles.Right)));
  1079. this.label8.Location = new System.Drawing.Point(5, 0);
  1080. this.label8.Name = "label8";
  1081. this.label8.Size = new System.Drawing.Size(97, 25);
  1082. this.label8.TabIndex = 0;
  1083. this.label8.Text = "Вход";
  1084. this.label8.TextAlign = System.Drawing.ContentAlignment.TopCenter;
  1085. //
  1086. // RPanelForNameUser
  1087. //
  1088. this.RPanelForNameUser.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  1089. | System.Windows.Forms.AnchorStyles.Right)));
  1090. this.RPanelForNameUser.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(104)))), ((int)(((byte)(112)))));
  1091. this.RPanelForNameUser.BackColorAdditional = System.Drawing.Color.Gray;
  1092. this.RPanelForNameUser.BackColorGradientEnabled = false;
  1093. this.RPanelForNameUser.BackColorGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
  1094. this.RPanelForNameUser.BorderColor = System.Drawing.Color.Tomato;
  1095. this.RPanelForNameUser.BorderColorEnabled = false;
  1096. this.RPanelForNameUser.BorderColorOnHover = System.Drawing.Color.Tomato;
  1097. this.RPanelForNameUser.BorderColorOnHoverEnabled = false;
  1098. this.RPanelForNameUser.Controls.Add(this.LblTitleNameUser);
  1099. this.RPanelForNameUser.Cursor = System.Windows.Forms.Cursors.Default;
  1100. this.RPanelForNameUser.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  1101. this.RPanelForNameUser.ForeColor = System.Drawing.Color.White;
  1102. this.RPanelForNameUser.Location = new System.Drawing.Point(3, 3);
  1103. this.RPanelForNameUser.Name = "RPanelForNameUser";
  1104. this.RPanelForNameUser.RippleColor = System.Drawing.Color.Black;
  1105. this.RPanelForNameUser.RoundingEnable = true;
  1106. this.RPanelForNameUser.Size = new System.Drawing.Size(437, 25);
  1107. this.RPanelForNameUser.TabIndex = 9;
  1108. this.RPanelForNameUser.TextHover = null;
  1109. this.RPanelForNameUser.UseDownPressEffectOnClick = false;
  1110. this.RPanelForNameUser.UseRippleEffect = true;
  1111. this.RPanelForNameUser.UseZoomEffectOnHover = false;
  1112. //
  1113. // LblTitleNameUser
  1114. //
  1115. this.LblTitleNameUser.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  1116. | System.Windows.Forms.AnchorStyles.Right)));
  1117. this.LblTitleNameUser.Location = new System.Drawing.Point(5, 0);
  1118. this.LblTitleNameUser.Name = "LblTitleNameUser";
  1119. this.LblTitleNameUser.Size = new System.Drawing.Size(429, 25);
  1120. this.LblTitleNameUser.TabIndex = 0;
  1121. this.LblTitleNameUser.Text = "Имя пользователя";
  1122. this.LblTitleNameUser.TextAlign = System.Drawing.ContentAlignment.TopCenter;
  1123. //
  1124. // TbxFindUser
  1125. //
  1126. this.TbxFindUser.Location = new System.Drawing.Point(142, 41);
  1127. this.TbxFindUser.Name = "TbxFindUser";
  1128. this.TbxFindUser.Size = new System.Drawing.Size(221, 29);
  1129. this.TbxFindUser.TabIndex = 7;
  1130. this.TbxFindUser.TextChanged += new System.EventHandler(this.TbxFindUser_TextChanged);
  1131. //
  1132. // TabJournal
  1133. //
  1134. this.TabJournal.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  1135. | System.Windows.Forms.AnchorStyles.Left)
  1136. | System.Windows.Forms.AnchorStyles.Right)));
  1137. this.TabJournal.AutoScroll = true;
  1138. this.TabJournal.ColumnCount = 1;
  1139. this.TabJournal.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  1140. this.TabJournal.Location = new System.Drawing.Point(0, 110);
  1141. this.TabJournal.Name = "TabJournal";
  1142. this.TabJournal.RowCount = 1;
  1143. this.TabJournal.RowStyles.Add(new System.Windows.Forms.RowStyle());
  1144. this.TabJournal.Size = new System.Drawing.Size(781, 276);
  1145. this.TabJournal.TabIndex = 5;
  1146. //
  1147. // DtpFiniteDate
  1148. //
  1149. this.DtpFiniteDate.Location = new System.Drawing.Point(182, 3);
  1150. this.DtpFiniteDate.Name = "DtpFiniteDate";
  1151. this.DtpFiniteDate.Size = new System.Drawing.Size(199, 29);
  1152. this.DtpFiniteDate.TabIndex = 1;
  1153. this.DtpFiniteDate.ValueChanged += new System.EventHandler(this.DtpFiniteDate_ValueChanged);
  1154. //
  1155. // CmbSortDate
  1156. //
  1157. this.CmbSortDate.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  1158. this.CmbSortDate.FormattingEnabled = true;
  1159. this.CmbSortDate.Items.AddRange(new object[] {
  1160. "Дата",
  1161. "Период"});
  1162. this.CmbSortDate.Location = new System.Drawing.Point(8, 3);
  1163. this.CmbSortDate.Name = "CmbSortDate";
  1164. this.CmbSortDate.Size = new System.Drawing.Size(168, 29);
  1165. this.CmbSortDate.TabIndex = 0;
  1166. this.CmbSortDate.SelectedIndexChanged += new System.EventHandler(this.CmbSortDate_SelectedIndexChanged);
  1167. //
  1168. // PanelPeriod
  1169. //
  1170. this.PanelPeriod.Controls.Add(this.DtpDateEnd);
  1171. this.PanelPeriod.Controls.Add(this.DtpDateStart);
  1172. this.PanelPeriod.Controls.Add(this.label6);
  1173. this.PanelPeriod.Controls.Add(this.label5);
  1174. this.PanelPeriod.Location = new System.Drawing.Point(168, -8);
  1175. this.PanelPeriod.Name = "PanelPeriod";
  1176. this.PanelPeriod.Size = new System.Drawing.Size(488, 51);
  1177. this.PanelPeriod.TabIndex = 3;
  1178. //
  1179. // DtpDateEnd
  1180. //
  1181. this.DtpDateEnd.Location = new System.Drawing.Point(279, 11);
  1182. this.DtpDateEnd.Name = "DtpDateEnd";
  1183. this.DtpDateEnd.Size = new System.Drawing.Size(199, 29);
  1184. this.DtpDateEnd.TabIndex = 7;
  1185. this.DtpDateEnd.ValueChanged += new System.EventHandler(this.DtpDateEnd_ValueChanged);
  1186. //
  1187. // DtpDateStart
  1188. //
  1189. this.DtpDateStart.Location = new System.Drawing.Point(36, 11);
  1190. this.DtpDateStart.Name = "DtpDateStart";
  1191. this.DtpDateStart.Size = new System.Drawing.Size(199, 29);
  1192. this.DtpDateStart.TabIndex = 6;
  1193. this.DtpDateStart.ValueChanged += new System.EventHandler(this.DtpDateStart_ValueChanged);
  1194. //
  1195. // label6
  1196. //
  1197. this.label6.AutoSize = true;
  1198. this.label6.Location = new System.Drawing.Point(10, 17);
  1199. this.label6.Name = "label6";
  1200. this.label6.Size = new System.Drawing.Size(20, 21);
  1201. this.label6.TabIndex = 4;
  1202. this.label6.Text = "С";
  1203. //
  1204. // label5
  1205. //
  1206. this.label5.AutoSize = true;
  1207. this.label5.Location = new System.Drawing.Point(241, 17);
  1208. this.label5.Name = "label5";
  1209. this.label5.Size = new System.Drawing.Size(32, 21);
  1210. this.label5.TabIndex = 5;
  1211. this.label5.Text = "По";
  1212. //
  1213. // TbJournal
  1214. //
  1215. this.TbJournal.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
  1216. this.TbJournal.Controls.Add(this.TabCard);
  1217. this.TbJournal.Controls.Add(this.RPanelTitleJournal);
  1218. this.TbJournal.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  1219. this.TbJournal.Location = new System.Drawing.Point(4, 30);
  1220. this.TbJournal.Name = "TbJournal";
  1221. this.TbJournal.Size = new System.Drawing.Size(781, 357);
  1222. this.TbJournal.TabIndex = 4;
  1223. this.TbJournal.Text = "tabPage1";
  1224. //
  1225. // TabCard
  1226. //
  1227. this.TabCard.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  1228. | System.Windows.Forms.AnchorStyles.Left)
  1229. | System.Windows.Forms.AnchorStyles.Right)));
  1230. this.TabCard.AutoScroll = true;
  1231. this.TabCard.ColumnCount = 5;
  1232. this.TabCard.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  1233. this.TabCard.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  1234. this.TabCard.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  1235. this.TabCard.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  1236. this.TabCard.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  1237. this.TabCard.Location = new System.Drawing.Point(3, 31);
  1238. this.TabCard.Name = "TabCard";
  1239. this.TabCard.RowCount = 1;
  1240. this.TabCard.RowStyles.Add(new System.Windows.Forms.RowStyle());
  1241. this.TabCard.Size = new System.Drawing.Size(775, 355);
  1242. this.TabCard.TabIndex = 8;
  1243. //
  1244. // RPanelTitleJournal
  1245. //
  1246. this.RPanelTitleJournal.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  1247. | System.Windows.Forms.AnchorStyles.Right)));
  1248. this.RPanelTitleJournal.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(104)))), ((int)(((byte)(112)))));
  1249. this.RPanelTitleJournal.BackColorAdditional = System.Drawing.Color.Gray;
  1250. this.RPanelTitleJournal.BackColorGradientEnabled = false;
  1251. this.RPanelTitleJournal.BackColorGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
  1252. this.RPanelTitleJournal.BorderColor = System.Drawing.Color.Tomato;
  1253. this.RPanelTitleJournal.BorderColorEnabled = false;
  1254. this.RPanelTitleJournal.BorderColorOnHover = System.Drawing.Color.Tomato;
  1255. this.RPanelTitleJournal.BorderColorOnHoverEnabled = false;
  1256. this.RPanelTitleJournal.Controls.Add(this.label9);
  1257. this.RPanelTitleJournal.Cursor = System.Windows.Forms.Cursors.Default;
  1258. this.RPanelTitleJournal.Font = new System.Drawing.Font("Verdana", 8.25F);
  1259. this.RPanelTitleJournal.ForeColor = System.Drawing.Color.White;
  1260. this.RPanelTitleJournal.Location = new System.Drawing.Point(3, 3);
  1261. this.RPanelTitleJournal.Name = "RPanelTitleJournal";
  1262. this.RPanelTitleJournal.RippleColor = System.Drawing.Color.Black;
  1263. this.RPanelTitleJournal.RoundingEnable = true;
  1264. this.RPanelTitleJournal.Size = new System.Drawing.Size(775, 25);
  1265. this.RPanelTitleJournal.TabIndex = 7;
  1266. this.RPanelTitleJournal.TextHover = null;
  1267. this.RPanelTitleJournal.UseDownPressEffectOnClick = false;
  1268. this.RPanelTitleJournal.UseRippleEffect = true;
  1269. this.RPanelTitleJournal.UseZoomEffectOnHover = false;
  1270. //
  1271. // label9
  1272. //
  1273. this.label9.BackColor = System.Drawing.Color.Transparent;
  1274. this.label9.Dock = System.Windows.Forms.DockStyle.Fill;
  1275. this.label9.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  1276. this.label9.ForeColor = System.Drawing.Color.White;
  1277. this.label9.Location = new System.Drawing.Point(0, 0);
  1278. this.label9.Name = "label9";
  1279. this.label9.Size = new System.Drawing.Size(775, 25);
  1280. this.label9.TabIndex = 5;
  1281. this.label9.Text = "<Журнал отклонённых>";
  1282. this.label9.TextAlign = System.Drawing.ContentAlignment.TopCenter;
  1283. //
  1284. // ImList
  1285. //
  1286. this.ImList.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
  1287. this.ImList.ImageSize = new System.Drawing.Size(100, 100);
  1288. this.ImList.TransparentColor = System.Drawing.Color.Transparent;
  1289. //
  1290. // TimerSaving
  1291. //
  1292. this.TimerSaving.Interval = 500;
  1293. this.TimerSaving.Tick += new System.EventHandler(this.TimerSaving_Tick);
  1294. //
  1295. // TmAnim
  1296. //
  1297. this.TmAnim.Interval = 25;
  1298. //
  1299. // FormMain
  1300. //
  1301. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F);
  1302. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1303. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
  1304. this.ClientSize = new System.Drawing.Size(789, 464);
  1305. this.Controls.Add(this.TabPages);
  1306. this.Controls.Add(this.statusStrip1);
  1307. this.Controls.Add(this.ToolsMenu);
  1308. this.Controls.Add(this.menuStrip1);
  1309. this.Font = new System.Drawing.Font("Segoe UI", 12F);
  1310. this.HelpButton = true;
  1311. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  1312. this.MainMenuStrip = this.menuStrip1;
  1313. this.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
  1314. this.MinimumSize = new System.Drawing.Size(805, 503);
  1315. this.Name = "FormMain";
  1316. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  1317. this.Text = "ImpulseVision";
  1318. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormMain_FormClosing);
  1319. this.Load += new System.EventHandler(this.FormMain_Load);
  1320. this.menuStrip1.ResumeLayout(false);
  1321. this.menuStrip1.PerformLayout();
  1322. this.ToolsMenu.ResumeLayout(false);
  1323. this.ToolsMenu.PerformLayout();
  1324. this.statusStrip1.ResumeLayout(false);
  1325. this.statusStrip1.PerformLayout();
  1326. this.TabPages.ResumeLayout(false);
  1327. this.TbUsers.ResumeLayout(false);
  1328. this.RPanelUser.ResumeLayout(false);
  1329. this.TbMain.ResumeLayout(false);
  1330. this.TableLayoutWorks.ResumeLayout(false);
  1331. ((System.ComponentModel.ISupportInitialize)(this.PbxEther)).EndInit();
  1332. this.panel1.ResumeLayout(false);
  1333. this.RPanelForAddUser.ResumeLayout(false);
  1334. this.TbSettings.ResumeLayout(false);
  1335. this.GbxUserParameters.ResumeLayout(false);
  1336. this.GbxSystemParameters.ResumeLayout(false);
  1337. this.GbxSystemParameters.PerformLayout();
  1338. ((System.ComponentModel.ISupportInitialize)(this.NumCountDaySaveLogFiles)).EndInit();
  1339. this.RPanelSettings.ResumeLayout(false);
  1340. this.TbVisits.ResumeLayout(false);
  1341. this.TbVisits.PerformLayout();
  1342. this.PanelHeader.ResumeLayout(false);
  1343. this.RPanelTitleDate.ResumeLayout(false);
  1344. this.RPanelTitleExit.ResumeLayout(false);
  1345. this.RPanelTitleEntrance.ResumeLayout(false);
  1346. this.RPanelForNameUser.ResumeLayout(false);
  1347. this.PanelPeriod.ResumeLayout(false);
  1348. this.PanelPeriod.PerformLayout();
  1349. this.TbJournal.ResumeLayout(false);
  1350. this.RPanelTitleJournal.ResumeLayout(false);
  1351. this.ResumeLayout(false);
  1352. this.PerformLayout();
  1353. }
  1354. #endregion
  1355. private System.Windows.Forms.MenuStrip menuStrip1;
  1356. private System.Windows.Forms.ToolStripMenuItem MFile;
  1357. private System.Windows.Forms.ToolStrip ToolsMenu;
  1358. private System.Windows.Forms.ToolStripLabel TslSelCamText;
  1359. private System.Windows.Forms.ToolStripComboBox CmbCams;
  1360. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  1361. private System.Windows.Forms.ToolStripButton BtnAddUser;
  1362. private System.Windows.Forms.ToolStripButton BtnEditUser;
  1363. private System.Windows.Forms.StatusStrip statusStrip1;
  1364. private System.Windows.Forms.ToolStripStatusLabel TslStatus;
  1365. private System.Windows.Forms.ToolStripProgressBar ProgressOperation;
  1366. private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
  1367. private System.Windows.Forms.ToolStripButton BtnDelUser;
  1368. private System.Windows.Forms.ToolStripMenuItem MSettings;
  1369. private System.Windows.Forms.ToolStripSeparator toolStripMenuItem2;
  1370. private System.Windows.Forms.ToolStripMenuItem STools;
  1371. private System.Windows.Forms.Timer TimerNewCam;
  1372. private System.Windows.Forms.Timer TimerCheckTrain;
  1373. private System.Windows.Forms.TabControl TabPages;
  1374. private System.Windows.Forms.TabPage TbMain;
  1375. private System.Windows.Forms.TableLayoutPanel TableLayoutWorks;
  1376. private System.Windows.Forms.PictureBox PbxEther;
  1377. private System.Windows.Forms.Panel panel1;
  1378. private System.Windows.Forms.Label label1;
  1379. private System.Windows.Forms.Button BtnSave;
  1380. private System.Windows.Forms.TabPage TbSettings;
  1381. private System.Windows.Forms.ToolStripSeparator toolStripMenuItem3;
  1382. private System.Windows.Forms.ToolStripMenuItem SJournal;
  1383. private System.Windows.Forms.TabPage TbUsers;
  1384. private System.Windows.Forms.Label LblTextSettings;
  1385. private System.Windows.Forms.ImageList ImList;
  1386. private System.Windows.Forms.Label label4;
  1387. private EgoldsGoogleTextBox TbxLastname;
  1388. private EgoldsToggleSwitch SwAutoRun;
  1389. private RPanel RPanelSettings;
  1390. private RPanel RPanelUser;
  1391. private RPanel RPanelForAddUser;
  1392. private System.Windows.Forms.TableLayoutPanel TableUsers;
  1393. private System.Windows.Forms.ToolStripButton BtnInfoTraffic;
  1394. private EgoldsToggleSwitch SwPositionWindow;
  1395. private System.Windows.Forms.Label label3;
  1396. private System.Windows.Forms.Label label2;
  1397. private EgoldsGoogleTextBox TbxPasportNum;
  1398. private EgoldsGoogleTextBox TbxPasportSeria;
  1399. private EgoldsGoogleTextBox TbxPatronymic;
  1400. private EgoldsGoogleTextBox TbxFirstname;
  1401. public System.Windows.Forms.Timer TimerSaving;
  1402. private EgoldsGoogleTextBox TbxPhone;
  1403. private System.Windows.Forms.TabPage TbVisits;
  1404. private System.Windows.Forms.DateTimePicker DtpFiniteDate;
  1405. private System.Windows.Forms.ComboBox CmbSortDate;
  1406. private System.Windows.Forms.Panel PanelPeriod;
  1407. private System.Windows.Forms.DateTimePicker DtpDateEnd;
  1408. private System.Windows.Forms.DateTimePicker DtpDateStart;
  1409. private System.Windows.Forms.Label label6;
  1410. private System.Windows.Forms.Label label5;
  1411. private System.Windows.Forms.Timer TmAnim;
  1412. private System.Windows.Forms.TableLayoutPanel TabJournal;
  1413. private System.Windows.Forms.TextBox TbxFindUser;
  1414. private System.Windows.Forms.Label label7;
  1415. private System.Windows.Forms.Panel PanelHeader;
  1416. private System.Windows.Forms.Label LblTitleNameUser;
  1417. private RPanel RPanelForNameUser;
  1418. private RPanel RPanelTitleDate;
  1419. private System.Windows.Forms.Label label13;
  1420. private RPanel RPanelTitleExit;
  1421. private System.Windows.Forms.Label label12;
  1422. private RPanel RPanelTitleEntrance;
  1423. private System.Windows.Forms.Label label8;
  1424. private System.Windows.Forms.TabPage TbJournal;
  1425. private RPanel RPanelTitleJournal;
  1426. private System.Windows.Forms.Label label9;
  1427. private System.Windows.Forms.TableLayoutPanel TabCard;
  1428. private System.Windows.Forms.Label label11;
  1429. private System.Windows.Forms.NumericUpDown NumCountDaySaveLogFiles;
  1430. private System.Windows.Forms.Label label10;
  1431. private System.Windows.Forms.CheckBox CbxIsAuthentification;
  1432. private System.Windows.Forms.CheckBox CbxFilterDate;
  1433. private System.Windows.Forms.GroupBox GbxSystemParameters;
  1434. private EgoldsToggleSwitch SwSaveSizeWindow;
  1435. private System.Windows.Forms.Label label14;
  1436. private System.Windows.Forms.GroupBox GbxUserParameters;
  1437. private EgoldsGoogleTextBox TbxConfirmNewPass;
  1438. private EgoldsGoogleTextBox TbxNewPass;
  1439. private EgoldsGoogleTextBox TbxOldPass;
  1440. private EgoldsGoogleTextBox TbxLogin;
  1441. private System.Windows.Forms.Button BtnEditUserParameters;
  1442. }
  1443. }