FormMain.Designer.cs 88 KB

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