FormMain.Designer.cs 88 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490
  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.BsAdministrator = new System.Windows.Forms.BindingSource(this.components);
  77. this.impulseVisionAppDataSet1 = new ImpulseVision.ImpulseVisionAppDataSet();
  78. this.GbxSystemParameters = new System.Windows.Forms.GroupBox();
  79. this.SwSaveSizeWindow = new ImpulseVision.EgoldsToggleSwitch();
  80. this.SwAutoRun = new ImpulseVision.EgoldsToggleSwitch();
  81. this.label14 = new System.Windows.Forms.Label();
  82. this.label2 = new System.Windows.Forms.Label();
  83. this.label11 = new System.Windows.Forms.Label();
  84. this.label3 = new System.Windows.Forms.Label();
  85. this.NumCountDaySaveLogFiles = new System.Windows.Forms.NumericUpDown();
  86. this.SwPositionWindow = new ImpulseVision.EgoldsToggleSwitch();
  87. this.label10 = new System.Windows.Forms.Label();
  88. this.RPanelSettings = new ImpulseVision.RPanel();
  89. this.LblTextSettings = new System.Windows.Forms.Label();
  90. this.TbVisits = new System.Windows.Forms.TabPage();
  91. this.CbxIsAuthentification = new System.Windows.Forms.CheckBox();
  92. this.CbxFilterDate = new System.Windows.Forms.CheckBox();
  93. this.label7 = new System.Windows.Forms.Label();
  94. this.PanelHeader = new System.Windows.Forms.Panel();
  95. this.RPanelTitleDate = new ImpulseVision.RPanel();
  96. this.label13 = new System.Windows.Forms.Label();
  97. this.RPanelTitleExit = new ImpulseVision.RPanel();
  98. this.label12 = new System.Windows.Forms.Label();
  99. this.RPanelTitleEntrance = new ImpulseVision.RPanel();
  100. this.label8 = new System.Windows.Forms.Label();
  101. this.RPanelForNameUser = new ImpulseVision.RPanel();
  102. this.LblTitleNameUser = new System.Windows.Forms.Label();
  103. this.TbxFindUser = new System.Windows.Forms.TextBox();
  104. this.TabJournal = new System.Windows.Forms.TableLayoutPanel();
  105. this.DtpFiniteDate = new System.Windows.Forms.DateTimePicker();
  106. this.CmbSortDate = new System.Windows.Forms.ComboBox();
  107. this.PanelPeriod = new System.Windows.Forms.Panel();
  108. this.DtpDateEnd = new System.Windows.Forms.DateTimePicker();
  109. this.DtpDateStart = new System.Windows.Forms.DateTimePicker();
  110. this.label6 = new System.Windows.Forms.Label();
  111. this.label5 = new System.Windows.Forms.Label();
  112. this.TbJournal = new System.Windows.Forms.TabPage();
  113. this.TabCard = new System.Windows.Forms.TableLayoutPanel();
  114. this.RPanelTitleJournal = new ImpulseVision.RPanel();
  115. this.label9 = new System.Windows.Forms.Label();
  116. this.ImList = new System.Windows.Forms.ImageList(this.components);
  117. this.TimerSaving = new System.Windows.Forms.Timer(this.components);
  118. this.TmAnim = new System.Windows.Forms.Timer(this.components);
  119. this.staffsTableAdapter = new ImpulseVision.ImpulseVisionAppDataSetTableAdapters.StaffsTableAdapter();
  120. this.LblAdminID = new System.Windows.Forms.Label();
  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, 291);
  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. //
  493. // TbxPasportSeria
  494. //
  495. this.TbxPasportSeria.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
  496. this.TbxPasportSeria.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(137)))), ((int)(((byte)(60)))), ((int)(((byte)(143)))));
  497. this.TbxPasportSeria.BorderColorNotActive = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(136)))), ((int)(((byte)(144)))));
  498. this.TbxPasportSeria.Cursor = System.Windows.Forms.Cursors.IBeam;
  499. this.TbxPasportSeria.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  500. this.TbxPasportSeria.FontTextPreview = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
  501. this.TbxPasportSeria.ForeColor = System.Drawing.Color.Black;
  502. this.TbxPasportSeria.Location = new System.Drawing.Point(7, 166);
  503. this.TbxPasportSeria.Name = "TbxPasportSeria";
  504. this.TbxPasportSeria.SelectionStart = 0;
  505. this.TbxPasportSeria.Size = new System.Drawing.Size(236, 40);
  506. this.TbxPasportSeria.TabIndex = 8;
  507. this.TbxPasportSeria.TextInput = "";
  508. this.TbxPasportSeria.TextPreview = "Серия паспорта";
  509. this.TbxPasportSeria.UseSystemPasswordChar = false;
  510. //
  511. // TbxPatronymic
  512. //
  513. this.TbxPatronymic.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
  514. this.TbxPatronymic.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(137)))), ((int)(((byte)(60)))), ((int)(((byte)(143)))));
  515. this.TbxPatronymic.BorderColorNotActive = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(136)))), ((int)(((byte)(144)))));
  516. this.TbxPatronymic.Cursor = System.Windows.Forms.Cursors.IBeam;
  517. this.TbxPatronymic.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  518. this.TbxPatronymic.FontTextPreview = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
  519. this.TbxPatronymic.ForeColor = System.Drawing.Color.Black;
  520. this.TbxPatronymic.Location = new System.Drawing.Point(7, 120);
  521. this.TbxPatronymic.Name = "TbxPatronymic";
  522. this.TbxPatronymic.SelectionStart = 0;
  523. this.TbxPatronymic.Size = new System.Drawing.Size(236, 40);
  524. this.TbxPatronymic.TabIndex = 7;
  525. this.TbxPatronymic.TextInput = "";
  526. this.TbxPatronymic.TextPreview = "Отчество";
  527. this.TbxPatronymic.UseSystemPasswordChar = false;
  528. //
  529. // TbxFirstname
  530. //
  531. this.TbxFirstname.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
  532. this.TbxFirstname.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(137)))), ((int)(((byte)(60)))), ((int)(((byte)(143)))));
  533. this.TbxFirstname.BorderColorNotActive = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(136)))), ((int)(((byte)(144)))));
  534. this.TbxFirstname.Cursor = System.Windows.Forms.Cursors.IBeam;
  535. this.TbxFirstname.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  536. this.TbxFirstname.FontTextPreview = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
  537. this.TbxFirstname.ForeColor = System.Drawing.Color.Black;
  538. this.TbxFirstname.Location = new System.Drawing.Point(7, 74);
  539. this.TbxFirstname.Name = "TbxFirstname";
  540. this.TbxFirstname.SelectionStart = 0;
  541. this.TbxFirstname.Size = new System.Drawing.Size(236, 40);
  542. this.TbxFirstname.TabIndex = 6;
  543. this.TbxFirstname.TextInput = "";
  544. this.TbxFirstname.TextPreview = "Имя";
  545. this.TbxFirstname.UseSystemPasswordChar = false;
  546. //
  547. // RPanelForAddUser
  548. //
  549. this.RPanelForAddUser.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  550. | System.Windows.Forms.AnchorStyles.Right)));
  551. this.RPanelForAddUser.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(104)))), ((int)(((byte)(112)))));
  552. this.RPanelForAddUser.BackColorAdditional = System.Drawing.Color.Gray;
  553. this.RPanelForAddUser.BackColorGradientEnabled = false;
  554. this.RPanelForAddUser.BackColorGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
  555. this.RPanelForAddUser.BorderColor = System.Drawing.Color.Tomato;
  556. this.RPanelForAddUser.BorderColorEnabled = false;
  557. this.RPanelForAddUser.BorderColorOnHover = System.Drawing.Color.Tomato;
  558. this.RPanelForAddUser.BorderColorOnHoverEnabled = false;
  559. this.RPanelForAddUser.Controls.Add(this.label1);
  560. this.RPanelForAddUser.Cursor = System.Windows.Forms.Cursors.Default;
  561. this.RPanelForAddUser.Font = new System.Drawing.Font("Verdana", 8.25F);
  562. this.RPanelForAddUser.ForeColor = System.Drawing.Color.White;
  563. this.RPanelForAddUser.Location = new System.Drawing.Point(3, 3);
  564. this.RPanelForAddUser.Name = "RPanelForAddUser";
  565. this.RPanelForAddUser.RippleColor = System.Drawing.Color.Black;
  566. this.RPanelForAddUser.RoundingEnable = true;
  567. this.RPanelForAddUser.Size = new System.Drawing.Size(244, 25);
  568. this.RPanelForAddUser.TabIndex = 5;
  569. this.RPanelForAddUser.TextHover = null;
  570. this.RPanelForAddUser.UseDownPressEffectOnClick = false;
  571. this.RPanelForAddUser.UseRippleEffect = true;
  572. this.RPanelForAddUser.UseZoomEffectOnHover = false;
  573. //
  574. // label1
  575. //
  576. this.label1.BackColor = System.Drawing.Color.Transparent;
  577. this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
  578. this.label1.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  579. this.label1.ForeColor = System.Drawing.Color.White;
  580. this.label1.Location = new System.Drawing.Point(0, 0);
  581. this.label1.Name = "label1";
  582. this.label1.Size = new System.Drawing.Size(244, 25);
  583. this.label1.TabIndex = 0;
  584. this.label1.Text = "Добавление пользователя:";
  585. this.label1.TextAlign = System.Drawing.ContentAlignment.TopCenter;
  586. //
  587. // TbxLastname
  588. //
  589. this.TbxLastname.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
  590. this.TbxLastname.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(137)))), ((int)(((byte)(60)))), ((int)(((byte)(143)))));
  591. this.TbxLastname.BorderColorNotActive = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(136)))), ((int)(((byte)(144)))));
  592. this.TbxLastname.Cursor = System.Windows.Forms.Cursors.IBeam;
  593. this.TbxLastname.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  594. this.TbxLastname.FontTextPreview = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
  595. this.TbxLastname.ForeColor = System.Drawing.Color.Black;
  596. this.TbxLastname.Location = new System.Drawing.Point(7, 28);
  597. this.TbxLastname.Name = "TbxLastname";
  598. this.TbxLastname.SelectionStart = 0;
  599. this.TbxLastname.Size = new System.Drawing.Size(236, 40);
  600. this.TbxLastname.TabIndex = 4;
  601. this.TbxLastname.TextInput = "";
  602. this.TbxLastname.TextPreview = "Фамилия";
  603. this.TbxLastname.UseSystemPasswordChar = false;
  604. //
  605. // BtnSave
  606. //
  607. this.BtnSave.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(136)))), ((int)(((byte)(144)))));
  608. this.BtnSave.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  609. this.BtnSave.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(255)))), ((int)(((byte)(248)))));
  610. this.BtnSave.Location = new System.Drawing.Point(7, 307);
  611. this.BtnSave.Name = "BtnSave";
  612. this.BtnSave.Size = new System.Drawing.Size(236, 35);
  613. this.BtnSave.TabIndex = 3;
  614. this.BtnSave.Text = "Добавить";
  615. this.BtnSave.UseVisualStyleBackColor = false;
  616. this.BtnSave.Click += new System.EventHandler(this.BtnSave_Click);
  617. //
  618. // TbSettings
  619. //
  620. this.TbSettings.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
  621. this.TbSettings.Controls.Add(this.GbxUserParameters);
  622. this.TbSettings.Controls.Add(this.GbxSystemParameters);
  623. this.TbSettings.Controls.Add(this.RPanelSettings);
  624. this.TbSettings.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  625. this.TbSettings.Location = new System.Drawing.Point(4, 30);
  626. this.TbSettings.Name = "TbSettings";
  627. this.TbSettings.Padding = new System.Windows.Forms.Padding(3);
  628. this.TbSettings.Size = new System.Drawing.Size(781, 357);
  629. this.TbSettings.TabIndex = 1;
  630. this.TbSettings.Text = "tabPage2";
  631. //
  632. // GbxUserParameters
  633. //
  634. this.GbxUserParameters.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  635. | System.Windows.Forms.AnchorStyles.Left)
  636. | System.Windows.Forms.AnchorStyles.Right)));
  637. this.GbxUserParameters.Controls.Add(this.LblAdminID);
  638. this.GbxUserParameters.Controls.Add(this.BtnEditUserParameters);
  639. this.GbxUserParameters.Controls.Add(this.TbxConfirmNewPass);
  640. this.GbxUserParameters.Controls.Add(this.TbxNewPass);
  641. this.GbxUserParameters.Controls.Add(this.TbxOldPass);
  642. this.GbxUserParameters.Controls.Add(this.TbxLogin);
  643. this.GbxUserParameters.Location = new System.Drawing.Point(543, 37);
  644. this.GbxUserParameters.Name = "GbxUserParameters";
  645. this.GbxUserParameters.Size = new System.Drawing.Size(232, 314);
  646. this.GbxUserParameters.TabIndex = 12;
  647. this.GbxUserParameters.TabStop = false;
  648. this.GbxUserParameters.Text = "Параметры пользователя";
  649. //
  650. // BtnEditUserParameters
  651. //
  652. this.BtnEditUserParameters.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  653. this.BtnEditUserParameters.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(136)))), ((int)(((byte)(144)))));
  654. this.BtnEditUserParameters.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  655. this.BtnEditUserParameters.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(255)))), ((int)(((byte)(248)))));
  656. this.BtnEditUserParameters.Location = new System.Drawing.Point(6, 273);
  657. this.BtnEditUserParameters.Name = "BtnEditUserParameters";
  658. this.BtnEditUserParameters.Size = new System.Drawing.Size(220, 35);
  659. this.BtnEditUserParameters.TabIndex = 11;
  660. this.BtnEditUserParameters.Text = "Изменить";
  661. this.BtnEditUserParameters.UseVisualStyleBackColor = false;
  662. this.BtnEditUserParameters.Click += new System.EventHandler(this.BtnEditUserParameters_Click);
  663. //
  664. // TbxConfirmNewPass
  665. //
  666. this.TbxConfirmNewPass.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  667. | System.Windows.Forms.AnchorStyles.Right)));
  668. this.TbxConfirmNewPass.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
  669. this.TbxConfirmNewPass.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(137)))), ((int)(((byte)(60)))), ((int)(((byte)(143)))));
  670. this.TbxConfirmNewPass.BorderColorNotActive = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(136)))), ((int)(((byte)(144)))));
  671. this.TbxConfirmNewPass.Cursor = System.Windows.Forms.Cursors.IBeam;
  672. this.TbxConfirmNewPass.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  673. this.TbxConfirmNewPass.FontTextPreview = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
  674. this.TbxConfirmNewPass.ForeColor = System.Drawing.Color.Black;
  675. this.TbxConfirmNewPass.Location = new System.Drawing.Point(6, 166);
  676. this.TbxConfirmNewPass.Name = "TbxConfirmNewPass";
  677. this.TbxConfirmNewPass.SelectionStart = 0;
  678. this.TbxConfirmNewPass.Size = new System.Drawing.Size(220, 40);
  679. this.TbxConfirmNewPass.TabIndex = 10;
  680. this.TbxConfirmNewPass.TextInput = "";
  681. this.TbxConfirmNewPass.TextPreview = "Подтверждение пароля";
  682. this.TbxConfirmNewPass.UseSystemPasswordChar = false;
  683. //
  684. // TbxNewPass
  685. //
  686. this.TbxNewPass.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  687. | System.Windows.Forms.AnchorStyles.Right)));
  688. this.TbxNewPass.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
  689. this.TbxNewPass.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(137)))), ((int)(((byte)(60)))), ((int)(((byte)(143)))));
  690. this.TbxNewPass.BorderColorNotActive = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(136)))), ((int)(((byte)(144)))));
  691. this.TbxNewPass.Cursor = System.Windows.Forms.Cursors.IBeam;
  692. this.TbxNewPass.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  693. this.TbxNewPass.FontTextPreview = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
  694. this.TbxNewPass.ForeColor = System.Drawing.Color.Black;
  695. this.TbxNewPass.Location = new System.Drawing.Point(6, 120);
  696. this.TbxNewPass.Name = "TbxNewPass";
  697. this.TbxNewPass.SelectionStart = 0;
  698. this.TbxNewPass.Size = new System.Drawing.Size(220, 40);
  699. this.TbxNewPass.TabIndex = 9;
  700. this.TbxNewPass.TextInput = "";
  701. this.TbxNewPass.TextPreview = "Новый пароль";
  702. this.TbxNewPass.UseSystemPasswordChar = false;
  703. //
  704. // TbxOldPass
  705. //
  706. this.TbxOldPass.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  707. | System.Windows.Forms.AnchorStyles.Right)));
  708. this.TbxOldPass.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
  709. this.TbxOldPass.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(137)))), ((int)(((byte)(60)))), ((int)(((byte)(143)))));
  710. this.TbxOldPass.BorderColorNotActive = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(136)))), ((int)(((byte)(144)))));
  711. this.TbxOldPass.Cursor = System.Windows.Forms.Cursors.IBeam;
  712. this.TbxOldPass.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  713. this.TbxOldPass.FontTextPreview = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
  714. this.TbxOldPass.ForeColor = System.Drawing.Color.Black;
  715. this.TbxOldPass.Location = new System.Drawing.Point(6, 74);
  716. this.TbxOldPass.Name = "TbxOldPass";
  717. this.TbxOldPass.SelectionStart = 0;
  718. this.TbxOldPass.Size = new System.Drawing.Size(220, 40);
  719. this.TbxOldPass.TabIndex = 8;
  720. this.TbxOldPass.TextInput = "";
  721. this.TbxOldPass.TextPreview = "Старый пароль";
  722. this.TbxOldPass.UseSystemPasswordChar = false;
  723. //
  724. // TbxLogin
  725. //
  726. this.TbxLogin.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  727. | System.Windows.Forms.AnchorStyles.Right)));
  728. this.TbxLogin.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
  729. this.TbxLogin.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(137)))), ((int)(((byte)(60)))), ((int)(((byte)(143)))));
  730. this.TbxLogin.BorderColorNotActive = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(136)))), ((int)(((byte)(144)))));
  731. this.TbxLogin.Cursor = System.Windows.Forms.Cursors.IBeam;
  732. this.TbxLogin.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsAdministrator, "Login", true));
  733. this.TbxLogin.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  734. this.TbxLogin.FontTextPreview = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
  735. this.TbxLogin.ForeColor = System.Drawing.Color.Black;
  736. this.TbxLogin.Location = new System.Drawing.Point(6, 28);
  737. this.TbxLogin.Name = "TbxLogin";
  738. this.TbxLogin.SelectionStart = 0;
  739. this.TbxLogin.Size = new System.Drawing.Size(220, 40);
  740. this.TbxLogin.TabIndex = 7;
  741. this.TbxLogin.TextInput = "";
  742. this.TbxLogin.TextPreview = "Логин";
  743. this.TbxLogin.UseSystemPasswordChar = false;
  744. //
  745. // BsAdministrator
  746. //
  747. this.BsAdministrator.DataMember = "Staffs";
  748. this.BsAdministrator.DataSource = this.impulseVisionAppDataSet1;
  749. //
  750. // impulseVisionAppDataSet1
  751. //
  752. this.impulseVisionAppDataSet1.DataSetName = "ImpulseVisionAppDataSet";
  753. this.impulseVisionAppDataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  754. //
  755. // GbxSystemParameters
  756. //
  757. this.GbxSystemParameters.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  758. | System.Windows.Forms.AnchorStyles.Left)));
  759. this.GbxSystemParameters.Controls.Add(this.SwSaveSizeWindow);
  760. this.GbxSystemParameters.Controls.Add(this.SwAutoRun);
  761. this.GbxSystemParameters.Controls.Add(this.label14);
  762. this.GbxSystemParameters.Controls.Add(this.label2);
  763. this.GbxSystemParameters.Controls.Add(this.label11);
  764. this.GbxSystemParameters.Controls.Add(this.label3);
  765. this.GbxSystemParameters.Controls.Add(this.NumCountDaySaveLogFiles);
  766. this.GbxSystemParameters.Controls.Add(this.SwPositionWindow);
  767. this.GbxSystemParameters.Controls.Add(this.label10);
  768. this.GbxSystemParameters.Location = new System.Drawing.Point(8, 37);
  769. this.GbxSystemParameters.Name = "GbxSystemParameters";
  770. this.GbxSystemParameters.Size = new System.Drawing.Size(529, 314);
  771. this.GbxSystemParameters.TabIndex = 11;
  772. this.GbxSystemParameters.TabStop = false;
  773. this.GbxSystemParameters.Text = "Параметры системы";
  774. //
  775. // SwSaveSizeWindow
  776. //
  777. this.SwSaveSizeWindow.BackColor = System.Drawing.Color.White;
  778. this.SwSaveSizeWindow.BackColorOFF = System.Drawing.Color.Silver;
  779. this.SwSaveSizeWindow.BackColorON = System.Drawing.Color.LimeGreen;
  780. this.SwSaveSizeWindow.Checked = false;
  781. this.SwSaveSizeWindow.Cursor = System.Windows.Forms.Cursors.Hand;
  782. this.SwSaveSizeWindow.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  783. this.SwSaveSizeWindow.Location = new System.Drawing.Point(401, 113);
  784. this.SwSaveSizeWindow.Name = "SwSaveSizeWindow";
  785. this.SwSaveSizeWindow.Size = new System.Drawing.Size(43, 15);
  786. this.SwSaveSizeWindow.TabIndex = 10;
  787. this.SwSaveSizeWindow.TextOnChecked = "";
  788. //
  789. // SwAutoRun
  790. //
  791. this.SwAutoRun.BackColor = System.Drawing.Color.White;
  792. this.SwAutoRun.BackColorOFF = System.Drawing.Color.Silver;
  793. this.SwAutoRun.BackColorON = System.Drawing.Color.LimeGreen;
  794. this.SwAutoRun.Checked = false;
  795. this.SwAutoRun.Cursor = System.Windows.Forms.Cursors.Hand;
  796. this.SwAutoRun.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  797. this.SwAutoRun.Location = new System.Drawing.Point(401, 38);
  798. this.SwAutoRun.Name = "SwAutoRun";
  799. this.SwAutoRun.Size = new System.Drawing.Size(43, 15);
  800. this.SwAutoRun.TabIndex = 1;
  801. this.SwAutoRun.TextOnChecked = "";
  802. //
  803. // label14
  804. //
  805. this.label14.AutoSize = true;
  806. this.label14.Location = new System.Drawing.Point(6, 107);
  807. this.label14.Name = "label14";
  808. this.label14.Size = new System.Drawing.Size(312, 21);
  809. this.label14.TabIndex = 9;
  810. this.label14.Text = "Сохранять размеры окна приложения";
  811. //
  812. // label2
  813. //
  814. this.label2.AutoSize = true;
  815. this.label2.Location = new System.Drawing.Point(6, 34);
  816. this.label2.Name = "label2";
  817. this.label2.Size = new System.Drawing.Size(336, 21);
  818. this.label2.TabIndex = 3;
  819. this.label2.Text = "Запускать приложение вместе с Windows";
  820. //
  821. // label11
  822. //
  823. this.label11.AutoSize = true;
  824. this.label11.Location = new System.Drawing.Point(472, 147);
  825. this.label11.Name = "label11";
  826. this.label11.Size = new System.Drawing.Size(49, 21);
  827. this.label11.TabIndex = 8;
  828. this.label11.Text = "дней";
  829. //
  830. // label3
  831. //
  832. this.label3.AutoSize = true;
  833. this.label3.Location = new System.Drawing.Point(6, 71);
  834. this.label3.Name = "label3";
  835. this.label3.Size = new System.Drawing.Size(365, 21);
  836. this.label3.TabIndex = 4;
  837. this.label3.Text = "Сохранять положение окна при перезапуске";
  838. //
  839. // NumCountDaySaveLogFiles
  840. //
  841. this.NumCountDaySaveLogFiles.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  842. this.NumCountDaySaveLogFiles.Location = new System.Drawing.Point(403, 145);
  843. this.NumCountDaySaveLogFiles.Maximum = new decimal(new int[] {
  844. 30,
  845. 0,
  846. 0,
  847. 0});
  848. this.NumCountDaySaveLogFiles.Minimum = new decimal(new int[] {
  849. 2,
  850. 0,
  851. 0,
  852. 0});
  853. this.NumCountDaySaveLogFiles.Name = "NumCountDaySaveLogFiles";
  854. this.NumCountDaySaveLogFiles.ReadOnly = true;
  855. this.NumCountDaySaveLogFiles.Size = new System.Drawing.Size(63, 29);
  856. this.NumCountDaySaveLogFiles.TabIndex = 7;
  857. this.NumCountDaySaveLogFiles.Value = new decimal(new int[] {
  858. 2,
  859. 0,
  860. 0,
  861. 0});
  862. //
  863. // SwPositionWindow
  864. //
  865. this.SwPositionWindow.BackColor = System.Drawing.Color.White;
  866. this.SwPositionWindow.BackColorOFF = System.Drawing.Color.Silver;
  867. this.SwPositionWindow.BackColorON = System.Drawing.Color.LimeGreen;
  868. this.SwPositionWindow.Checked = false;
  869. this.SwPositionWindow.Cursor = System.Windows.Forms.Cursors.Hand;
  870. this.SwPositionWindow.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  871. this.SwPositionWindow.Location = new System.Drawing.Point(401, 75);
  872. this.SwPositionWindow.Name = "SwPositionWindow";
  873. this.SwPositionWindow.Size = new System.Drawing.Size(43, 15);
  874. this.SwPositionWindow.TabIndex = 5;
  875. this.SwPositionWindow.TextOnChecked = "";
  876. //
  877. // label10
  878. //
  879. this.label10.AutoSize = true;
  880. this.label10.Location = new System.Drawing.Point(8, 147);
  881. this.label10.Name = "label10";
  882. this.label10.Size = new System.Drawing.Size(203, 21);
  883. this.label10.TabIndex = 6;
  884. this.label10.Text = "Хранить файлы журнала";
  885. //
  886. // RPanelSettings
  887. //
  888. this.RPanelSettings.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  889. | System.Windows.Forms.AnchorStyles.Right)));
  890. this.RPanelSettings.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(104)))), ((int)(((byte)(112)))));
  891. this.RPanelSettings.BackColorAdditional = System.Drawing.Color.Gray;
  892. this.RPanelSettings.BackColorGradientEnabled = false;
  893. this.RPanelSettings.BackColorGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
  894. this.RPanelSettings.BorderColor = System.Drawing.Color.Tomato;
  895. this.RPanelSettings.BorderColorEnabled = false;
  896. this.RPanelSettings.BorderColorOnHover = System.Drawing.Color.Tomato;
  897. this.RPanelSettings.BorderColorOnHoverEnabled = false;
  898. this.RPanelSettings.Controls.Add(this.LblTextSettings);
  899. this.RPanelSettings.Cursor = System.Windows.Forms.Cursors.Default;
  900. this.RPanelSettings.Font = new System.Drawing.Font("Verdana", 8.25F);
  901. this.RPanelSettings.ForeColor = System.Drawing.Color.White;
  902. this.RPanelSettings.Location = new System.Drawing.Point(3, 6);
  903. this.RPanelSettings.Name = "RPanelSettings";
  904. this.RPanelSettings.RippleColor = System.Drawing.Color.Black;
  905. this.RPanelSettings.RoundingEnable = true;
  906. this.RPanelSettings.Size = new System.Drawing.Size(775, 25);
  907. this.RPanelSettings.TabIndex = 2;
  908. this.RPanelSettings.TextHover = null;
  909. this.RPanelSettings.UseDownPressEffectOnClick = false;
  910. this.RPanelSettings.UseRippleEffect = true;
  911. this.RPanelSettings.UseZoomEffectOnHover = false;
  912. //
  913. // LblTextSettings
  914. //
  915. this.LblTextSettings.BackColor = System.Drawing.Color.Transparent;
  916. this.LblTextSettings.Dock = System.Windows.Forms.DockStyle.Fill;
  917. this.LblTextSettings.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  918. this.LblTextSettings.ForeColor = System.Drawing.Color.White;
  919. this.LblTextSettings.Location = new System.Drawing.Point(0, 0);
  920. this.LblTextSettings.Name = "LblTextSettings";
  921. this.LblTextSettings.Size = new System.Drawing.Size(775, 25);
  922. this.LblTextSettings.TabIndex = 0;
  923. this.LblTextSettings.Text = "<Настройки>";
  924. this.LblTextSettings.TextAlign = System.Drawing.ContentAlignment.TopCenter;
  925. //
  926. // TbVisits
  927. //
  928. this.TbVisits.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
  929. this.TbVisits.Controls.Add(this.CbxIsAuthentification);
  930. this.TbVisits.Controls.Add(this.CbxFilterDate);
  931. this.TbVisits.Controls.Add(this.label7);
  932. this.TbVisits.Controls.Add(this.PanelHeader);
  933. this.TbVisits.Controls.Add(this.TbxFindUser);
  934. this.TbVisits.Controls.Add(this.TabJournal);
  935. this.TbVisits.Controls.Add(this.DtpFiniteDate);
  936. this.TbVisits.Controls.Add(this.CmbSortDate);
  937. this.TbVisits.Controls.Add(this.PanelPeriod);
  938. this.TbVisits.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  939. this.TbVisits.Location = new System.Drawing.Point(4, 30);
  940. this.TbVisits.Name = "TbVisits";
  941. this.TbVisits.Size = new System.Drawing.Size(781, 357);
  942. this.TbVisits.TabIndex = 3;
  943. this.TbVisits.Text = "tabPage1";
  944. //
  945. // CbxIsAuthentification
  946. //
  947. this.CbxIsAuthentification.AutoSize = true;
  948. this.CbxIsAuthentification.Checked = true;
  949. this.CbxIsAuthentification.CheckState = System.Windows.Forms.CheckState.Checked;
  950. this.CbxIsAuthentification.Location = new System.Drawing.Point(557, 45);
  951. this.CbxIsAuthentification.Name = "CbxIsAuthentification";
  952. this.CbxIsAuthentification.Size = new System.Drawing.Size(219, 25);
  953. this.CbxIsAuthentification.TabIndex = 10;
  954. this.CbxIsAuthentification.Text = "Ложные распознавания";
  955. this.CbxIsAuthentification.UseVisualStyleBackColor = true;
  956. this.CbxIsAuthentification.CheckedChanged += new System.EventHandler(this.CbxIsAuthentification_CheckedChanged);
  957. //
  958. // CbxFilterDate
  959. //
  960. this.CbxFilterDate.AutoSize = true;
  961. this.CbxFilterDate.Checked = true;
  962. this.CbxFilterDate.CheckState = System.Windows.Forms.CheckState.Checked;
  963. this.CbxFilterDate.Location = new System.Drawing.Point(369, 44);
  964. this.CbxFilterDate.Name = "CbxFilterDate";
  965. this.CbxFilterDate.Size = new System.Drawing.Size(188, 25);
  966. this.CbxFilterDate.TabIndex = 9;
  967. this.CbxFilterDate.Text = "Фильтрация по дате";
  968. this.CbxFilterDate.UseVisualStyleBackColor = true;
  969. this.CbxFilterDate.CheckedChanged += new System.EventHandler(this.CbxFilterDate_CheckedChanged);
  970. //
  971. // label7
  972. //
  973. this.label7.AutoSize = true;
  974. this.label7.Location = new System.Drawing.Point(8, 44);
  975. this.label7.Name = "label7";
  976. this.label7.Size = new System.Drawing.Size(128, 21);
  977. this.label7.TabIndex = 6;
  978. this.label7.Text = "Поиск по ФИО:";
  979. //
  980. // PanelHeader
  981. //
  982. this.PanelHeader.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  983. | System.Windows.Forms.AnchorStyles.Right)));
  984. this.PanelHeader.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
  985. this.PanelHeader.Controls.Add(this.RPanelTitleDate);
  986. this.PanelHeader.Controls.Add(this.RPanelTitleExit);
  987. this.PanelHeader.Controls.Add(this.RPanelTitleEntrance);
  988. this.PanelHeader.Controls.Add(this.RPanelForNameUser);
  989. this.PanelHeader.Location = new System.Drawing.Point(0, 76);
  990. this.PanelHeader.Name = "PanelHeader";
  991. this.PanelHeader.Size = new System.Drawing.Size(781, 32);
  992. this.PanelHeader.TabIndex = 8;
  993. //
  994. // RPanelTitleDate
  995. //
  996. this.RPanelTitleDate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  997. this.RPanelTitleDate.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(104)))), ((int)(((byte)(112)))));
  998. this.RPanelTitleDate.BackColorAdditional = System.Drawing.Color.Gray;
  999. this.RPanelTitleDate.BackColorGradientEnabled = false;
  1000. this.RPanelTitleDate.BackColorGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
  1001. this.RPanelTitleDate.BorderColor = System.Drawing.Color.Tomato;
  1002. this.RPanelTitleDate.BorderColorEnabled = false;
  1003. this.RPanelTitleDate.BorderColorOnHover = System.Drawing.Color.Tomato;
  1004. this.RPanelTitleDate.BorderColorOnHoverEnabled = false;
  1005. this.RPanelTitleDate.Controls.Add(this.label13);
  1006. this.RPanelTitleDate.Cursor = System.Windows.Forms.Cursors.Default;
  1007. this.RPanelTitleDate.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  1008. this.RPanelTitleDate.ForeColor = System.Drawing.Color.White;
  1009. this.RPanelTitleDate.Location = new System.Drawing.Point(653, 3);
  1010. this.RPanelTitleDate.Name = "RPanelTitleDate";
  1011. this.RPanelTitleDate.RippleColor = System.Drawing.Color.Black;
  1012. this.RPanelTitleDate.RoundingEnable = true;
  1013. this.RPanelTitleDate.Size = new System.Drawing.Size(123, 25);
  1014. this.RPanelTitleDate.TabIndex = 10;
  1015. this.RPanelTitleDate.TextHover = null;
  1016. this.RPanelTitleDate.UseDownPressEffectOnClick = false;
  1017. this.RPanelTitleDate.UseRippleEffect = true;
  1018. this.RPanelTitleDate.UseZoomEffectOnHover = false;
  1019. //
  1020. // label13
  1021. //
  1022. this.label13.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  1023. | System.Windows.Forms.AnchorStyles.Right)));
  1024. this.label13.Location = new System.Drawing.Point(5, 0);
  1025. this.label13.Name = "label13";
  1026. this.label13.Size = new System.Drawing.Size(115, 25);
  1027. this.label13.TabIndex = 0;
  1028. this.label13.Text = "Дата";
  1029. this.label13.TextAlign = System.Drawing.ContentAlignment.TopCenter;
  1030. //
  1031. // RPanelTitleExit
  1032. //
  1033. this.RPanelTitleExit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  1034. this.RPanelTitleExit.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(104)))), ((int)(((byte)(112)))));
  1035. this.RPanelTitleExit.BackColorAdditional = System.Drawing.Color.Gray;
  1036. this.RPanelTitleExit.BackColorGradientEnabled = false;
  1037. this.RPanelTitleExit.BackColorGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
  1038. this.RPanelTitleExit.BorderColor = System.Drawing.Color.Tomato;
  1039. this.RPanelTitleExit.BorderColorEnabled = false;
  1040. this.RPanelTitleExit.BorderColorOnHover = System.Drawing.Color.Tomato;
  1041. this.RPanelTitleExit.BorderColorOnHoverEnabled = false;
  1042. this.RPanelTitleExit.Controls.Add(this.label12);
  1043. this.RPanelTitleExit.Cursor = System.Windows.Forms.Cursors.Default;
  1044. this.RPanelTitleExit.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  1045. this.RPanelTitleExit.ForeColor = System.Drawing.Color.White;
  1046. this.RPanelTitleExit.Location = new System.Drawing.Point(547, 3);
  1047. this.RPanelTitleExit.Name = "RPanelTitleExit";
  1048. this.RPanelTitleExit.RippleColor = System.Drawing.Color.Black;
  1049. this.RPanelTitleExit.RoundingEnable = true;
  1050. this.RPanelTitleExit.Size = new System.Drawing.Size(105, 25);
  1051. this.RPanelTitleExit.TabIndex = 10;
  1052. this.RPanelTitleExit.TextHover = null;
  1053. this.RPanelTitleExit.UseDownPressEffectOnClick = false;
  1054. this.RPanelTitleExit.UseRippleEffect = true;
  1055. this.RPanelTitleExit.UseZoomEffectOnHover = false;
  1056. //
  1057. // label12
  1058. //
  1059. this.label12.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  1060. | System.Windows.Forms.AnchorStyles.Right)));
  1061. this.label12.Location = new System.Drawing.Point(5, 0);
  1062. this.label12.Name = "label12";
  1063. this.label12.Size = new System.Drawing.Size(97, 25);
  1064. this.label12.TabIndex = 0;
  1065. this.label12.Text = "Выход";
  1066. this.label12.TextAlign = System.Drawing.ContentAlignment.TopCenter;
  1067. //
  1068. // RPanelTitleEntrance
  1069. //
  1070. this.RPanelTitleEntrance.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  1071. this.RPanelTitleEntrance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(104)))), ((int)(((byte)(112)))));
  1072. this.RPanelTitleEntrance.BackColorAdditional = System.Drawing.Color.Gray;
  1073. this.RPanelTitleEntrance.BackColorGradientEnabled = false;
  1074. this.RPanelTitleEntrance.BackColorGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
  1075. this.RPanelTitleEntrance.BorderColor = System.Drawing.Color.Tomato;
  1076. this.RPanelTitleEntrance.BorderColorEnabled = false;
  1077. this.RPanelTitleEntrance.BorderColorOnHover = System.Drawing.Color.Tomato;
  1078. this.RPanelTitleEntrance.BorderColorOnHoverEnabled = false;
  1079. this.RPanelTitleEntrance.Controls.Add(this.label8);
  1080. this.RPanelTitleEntrance.Cursor = System.Windows.Forms.Cursors.Default;
  1081. this.RPanelTitleEntrance.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  1082. this.RPanelTitleEntrance.ForeColor = System.Drawing.Color.White;
  1083. this.RPanelTitleEntrance.Location = new System.Drawing.Point(441, 3);
  1084. this.RPanelTitleEntrance.Name = "RPanelTitleEntrance";
  1085. this.RPanelTitleEntrance.RippleColor = System.Drawing.Color.Black;
  1086. this.RPanelTitleEntrance.RoundingEnable = true;
  1087. this.RPanelTitleEntrance.Size = new System.Drawing.Size(105, 25);
  1088. this.RPanelTitleEntrance.TabIndex = 10;
  1089. this.RPanelTitleEntrance.TextHover = null;
  1090. this.RPanelTitleEntrance.UseDownPressEffectOnClick = false;
  1091. this.RPanelTitleEntrance.UseRippleEffect = true;
  1092. this.RPanelTitleEntrance.UseZoomEffectOnHover = false;
  1093. //
  1094. // label8
  1095. //
  1096. this.label8.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  1097. | System.Windows.Forms.AnchorStyles.Right)));
  1098. this.label8.Location = new System.Drawing.Point(5, 0);
  1099. this.label8.Name = "label8";
  1100. this.label8.Size = new System.Drawing.Size(97, 25);
  1101. this.label8.TabIndex = 0;
  1102. this.label8.Text = "Вход";
  1103. this.label8.TextAlign = System.Drawing.ContentAlignment.TopCenter;
  1104. //
  1105. // RPanelForNameUser
  1106. //
  1107. this.RPanelForNameUser.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  1108. | System.Windows.Forms.AnchorStyles.Right)));
  1109. this.RPanelForNameUser.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(104)))), ((int)(((byte)(112)))));
  1110. this.RPanelForNameUser.BackColorAdditional = System.Drawing.Color.Gray;
  1111. this.RPanelForNameUser.BackColorGradientEnabled = false;
  1112. this.RPanelForNameUser.BackColorGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
  1113. this.RPanelForNameUser.BorderColor = System.Drawing.Color.Tomato;
  1114. this.RPanelForNameUser.BorderColorEnabled = false;
  1115. this.RPanelForNameUser.BorderColorOnHover = System.Drawing.Color.Tomato;
  1116. this.RPanelForNameUser.BorderColorOnHoverEnabled = false;
  1117. this.RPanelForNameUser.Controls.Add(this.LblTitleNameUser);
  1118. this.RPanelForNameUser.Cursor = System.Windows.Forms.Cursors.Default;
  1119. this.RPanelForNameUser.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  1120. this.RPanelForNameUser.ForeColor = System.Drawing.Color.White;
  1121. this.RPanelForNameUser.Location = new System.Drawing.Point(3, 3);
  1122. this.RPanelForNameUser.Name = "RPanelForNameUser";
  1123. this.RPanelForNameUser.RippleColor = System.Drawing.Color.Black;
  1124. this.RPanelForNameUser.RoundingEnable = true;
  1125. this.RPanelForNameUser.Size = new System.Drawing.Size(437, 25);
  1126. this.RPanelForNameUser.TabIndex = 9;
  1127. this.RPanelForNameUser.TextHover = null;
  1128. this.RPanelForNameUser.UseDownPressEffectOnClick = false;
  1129. this.RPanelForNameUser.UseRippleEffect = true;
  1130. this.RPanelForNameUser.UseZoomEffectOnHover = false;
  1131. //
  1132. // LblTitleNameUser
  1133. //
  1134. this.LblTitleNameUser.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  1135. | System.Windows.Forms.AnchorStyles.Right)));
  1136. this.LblTitleNameUser.Location = new System.Drawing.Point(5, 0);
  1137. this.LblTitleNameUser.Name = "LblTitleNameUser";
  1138. this.LblTitleNameUser.Size = new System.Drawing.Size(429, 25);
  1139. this.LblTitleNameUser.TabIndex = 0;
  1140. this.LblTitleNameUser.Text = "Имя пользователя";
  1141. this.LblTitleNameUser.TextAlign = System.Drawing.ContentAlignment.TopCenter;
  1142. //
  1143. // TbxFindUser
  1144. //
  1145. this.TbxFindUser.Location = new System.Drawing.Point(142, 41);
  1146. this.TbxFindUser.Name = "TbxFindUser";
  1147. this.TbxFindUser.Size = new System.Drawing.Size(221, 29);
  1148. this.TbxFindUser.TabIndex = 7;
  1149. this.TbxFindUser.TextChanged += new System.EventHandler(this.TbxFindUser_TextChanged);
  1150. //
  1151. // TabJournal
  1152. //
  1153. this.TabJournal.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  1154. | System.Windows.Forms.AnchorStyles.Left)
  1155. | System.Windows.Forms.AnchorStyles.Right)));
  1156. this.TabJournal.AutoScroll = true;
  1157. this.TabJournal.ColumnCount = 1;
  1158. this.TabJournal.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  1159. this.TabJournal.Location = new System.Drawing.Point(0, 110);
  1160. this.TabJournal.Name = "TabJournal";
  1161. this.TabJournal.RowCount = 1;
  1162. this.TabJournal.RowStyles.Add(new System.Windows.Forms.RowStyle());
  1163. this.TabJournal.Size = new System.Drawing.Size(781, 276);
  1164. this.TabJournal.TabIndex = 5;
  1165. //
  1166. // DtpFiniteDate
  1167. //
  1168. this.DtpFiniteDate.Location = new System.Drawing.Point(182, 3);
  1169. this.DtpFiniteDate.Name = "DtpFiniteDate";
  1170. this.DtpFiniteDate.Size = new System.Drawing.Size(199, 29);
  1171. this.DtpFiniteDate.TabIndex = 1;
  1172. this.DtpFiniteDate.ValueChanged += new System.EventHandler(this.DtpFiniteDate_ValueChanged);
  1173. //
  1174. // CmbSortDate
  1175. //
  1176. this.CmbSortDate.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  1177. this.CmbSortDate.FormattingEnabled = true;
  1178. this.CmbSortDate.Items.AddRange(new object[] {
  1179. "Дата",
  1180. "Период"});
  1181. this.CmbSortDate.Location = new System.Drawing.Point(8, 3);
  1182. this.CmbSortDate.Name = "CmbSortDate";
  1183. this.CmbSortDate.Size = new System.Drawing.Size(168, 29);
  1184. this.CmbSortDate.TabIndex = 0;
  1185. this.CmbSortDate.SelectedIndexChanged += new System.EventHandler(this.CmbSortDate_SelectedIndexChanged);
  1186. //
  1187. // PanelPeriod
  1188. //
  1189. this.PanelPeriod.Controls.Add(this.DtpDateEnd);
  1190. this.PanelPeriod.Controls.Add(this.DtpDateStart);
  1191. this.PanelPeriod.Controls.Add(this.label6);
  1192. this.PanelPeriod.Controls.Add(this.label5);
  1193. this.PanelPeriod.Location = new System.Drawing.Point(168, -8);
  1194. this.PanelPeriod.Name = "PanelPeriod";
  1195. this.PanelPeriod.Size = new System.Drawing.Size(488, 51);
  1196. this.PanelPeriod.TabIndex = 3;
  1197. //
  1198. // DtpDateEnd
  1199. //
  1200. this.DtpDateEnd.Location = new System.Drawing.Point(279, 11);
  1201. this.DtpDateEnd.Name = "DtpDateEnd";
  1202. this.DtpDateEnd.Size = new System.Drawing.Size(199, 29);
  1203. this.DtpDateEnd.TabIndex = 7;
  1204. this.DtpDateEnd.ValueChanged += new System.EventHandler(this.DtpDateEnd_ValueChanged);
  1205. //
  1206. // DtpDateStart
  1207. //
  1208. this.DtpDateStart.Location = new System.Drawing.Point(36, 11);
  1209. this.DtpDateStart.Name = "DtpDateStart";
  1210. this.DtpDateStart.Size = new System.Drawing.Size(199, 29);
  1211. this.DtpDateStart.TabIndex = 6;
  1212. this.DtpDateStart.ValueChanged += new System.EventHandler(this.DtpDateStart_ValueChanged);
  1213. //
  1214. // label6
  1215. //
  1216. this.label6.AutoSize = true;
  1217. this.label6.Location = new System.Drawing.Point(10, 17);
  1218. this.label6.Name = "label6";
  1219. this.label6.Size = new System.Drawing.Size(20, 21);
  1220. this.label6.TabIndex = 4;
  1221. this.label6.Text = "С";
  1222. //
  1223. // label5
  1224. //
  1225. this.label5.AutoSize = true;
  1226. this.label5.Location = new System.Drawing.Point(241, 17);
  1227. this.label5.Name = "label5";
  1228. this.label5.Size = new System.Drawing.Size(32, 21);
  1229. this.label5.TabIndex = 5;
  1230. this.label5.Text = "По";
  1231. //
  1232. // TbJournal
  1233. //
  1234. this.TbJournal.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
  1235. this.TbJournal.Controls.Add(this.TabCard);
  1236. this.TbJournal.Controls.Add(this.RPanelTitleJournal);
  1237. this.TbJournal.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  1238. this.TbJournal.Location = new System.Drawing.Point(4, 30);
  1239. this.TbJournal.Name = "TbJournal";
  1240. this.TbJournal.Size = new System.Drawing.Size(781, 357);
  1241. this.TbJournal.TabIndex = 4;
  1242. this.TbJournal.Text = "tabPage1";
  1243. //
  1244. // TabCard
  1245. //
  1246. this.TabCard.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  1247. | System.Windows.Forms.AnchorStyles.Left)
  1248. | System.Windows.Forms.AnchorStyles.Right)));
  1249. this.TabCard.AutoScroll = true;
  1250. this.TabCard.ColumnCount = 5;
  1251. this.TabCard.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  1252. this.TabCard.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  1253. this.TabCard.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  1254. this.TabCard.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  1255. this.TabCard.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  1256. this.TabCard.Location = new System.Drawing.Point(3, 31);
  1257. this.TabCard.Name = "TabCard";
  1258. this.TabCard.RowCount = 1;
  1259. this.TabCard.RowStyles.Add(new System.Windows.Forms.RowStyle());
  1260. this.TabCard.Size = new System.Drawing.Size(775, 355);
  1261. this.TabCard.TabIndex = 8;
  1262. //
  1263. // RPanelTitleJournal
  1264. //
  1265. this.RPanelTitleJournal.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  1266. | System.Windows.Forms.AnchorStyles.Right)));
  1267. this.RPanelTitleJournal.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(104)))), ((int)(((byte)(112)))));
  1268. this.RPanelTitleJournal.BackColorAdditional = System.Drawing.Color.Gray;
  1269. this.RPanelTitleJournal.BackColorGradientEnabled = false;
  1270. this.RPanelTitleJournal.BackColorGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
  1271. this.RPanelTitleJournal.BorderColor = System.Drawing.Color.Tomato;
  1272. this.RPanelTitleJournal.BorderColorEnabled = false;
  1273. this.RPanelTitleJournal.BorderColorOnHover = System.Drawing.Color.Tomato;
  1274. this.RPanelTitleJournal.BorderColorOnHoverEnabled = false;
  1275. this.RPanelTitleJournal.Controls.Add(this.label9);
  1276. this.RPanelTitleJournal.Cursor = System.Windows.Forms.Cursors.Default;
  1277. this.RPanelTitleJournal.Font = new System.Drawing.Font("Verdana", 8.25F);
  1278. this.RPanelTitleJournal.ForeColor = System.Drawing.Color.White;
  1279. this.RPanelTitleJournal.Location = new System.Drawing.Point(3, 3);
  1280. this.RPanelTitleJournal.Name = "RPanelTitleJournal";
  1281. this.RPanelTitleJournal.RippleColor = System.Drawing.Color.Black;
  1282. this.RPanelTitleJournal.RoundingEnable = true;
  1283. this.RPanelTitleJournal.Size = new System.Drawing.Size(775, 25);
  1284. this.RPanelTitleJournal.TabIndex = 7;
  1285. this.RPanelTitleJournal.TextHover = null;
  1286. this.RPanelTitleJournal.UseDownPressEffectOnClick = false;
  1287. this.RPanelTitleJournal.UseRippleEffect = true;
  1288. this.RPanelTitleJournal.UseZoomEffectOnHover = false;
  1289. //
  1290. // label9
  1291. //
  1292. this.label9.BackColor = System.Drawing.Color.Transparent;
  1293. this.label9.Dock = System.Windows.Forms.DockStyle.Fill;
  1294. this.label9.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  1295. this.label9.ForeColor = System.Drawing.Color.White;
  1296. this.label9.Location = new System.Drawing.Point(0, 0);
  1297. this.label9.Name = "label9";
  1298. this.label9.Size = new System.Drawing.Size(775, 25);
  1299. this.label9.TabIndex = 5;
  1300. this.label9.Text = "<Журнал отклонённых>";
  1301. this.label9.TextAlign = System.Drawing.ContentAlignment.TopCenter;
  1302. //
  1303. // ImList
  1304. //
  1305. this.ImList.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
  1306. this.ImList.ImageSize = new System.Drawing.Size(100, 100);
  1307. this.ImList.TransparentColor = System.Drawing.Color.Transparent;
  1308. //
  1309. // TimerSaving
  1310. //
  1311. this.TimerSaving.Interval = 500;
  1312. this.TimerSaving.Tick += new System.EventHandler(this.TimerSaving_Tick);
  1313. //
  1314. // TmAnim
  1315. //
  1316. this.TmAnim.Interval = 25;
  1317. //
  1318. // staffsTableAdapter
  1319. //
  1320. this.staffsTableAdapter.ClearBeforeFill = true;
  1321. //
  1322. // LblAdminID
  1323. //
  1324. this.LblAdminID.AutoSize = true;
  1325. this.LblAdminID.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsAdministrator, "ID", true));
  1326. this.LblAdminID.Location = new System.Drawing.Point(6, 209);
  1327. this.LblAdminID.Name = "LblAdminID";
  1328. this.LblAdminID.Size = new System.Drawing.Size(77, 21);
  1329. this.LblAdminID.TabIndex = 12;
  1330. this.LblAdminID.Text = "AdminID";
  1331. //
  1332. // FormMain
  1333. //
  1334. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F);
  1335. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1336. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
  1337. this.ClientSize = new System.Drawing.Size(789, 464);
  1338. this.Controls.Add(this.TabPages);
  1339. this.Controls.Add(this.statusStrip1);
  1340. this.Controls.Add(this.ToolsMenu);
  1341. this.Controls.Add(this.menuStrip1);
  1342. this.Font = new System.Drawing.Font("Segoe UI", 12F);
  1343. this.HelpButton = true;
  1344. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  1345. this.MainMenuStrip = this.menuStrip1;
  1346. this.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
  1347. this.MinimumSize = new System.Drawing.Size(805, 503);
  1348. this.Name = "FormMain";
  1349. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  1350. this.Text = "ImpulseVision";
  1351. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormMain_FormClosing);
  1352. this.Load += new System.EventHandler(this.FormMain_Load);
  1353. this.menuStrip1.ResumeLayout(false);
  1354. this.menuStrip1.PerformLayout();
  1355. this.ToolsMenu.ResumeLayout(false);
  1356. this.ToolsMenu.PerformLayout();
  1357. this.statusStrip1.ResumeLayout(false);
  1358. this.statusStrip1.PerformLayout();
  1359. this.TabPages.ResumeLayout(false);
  1360. this.TbUsers.ResumeLayout(false);
  1361. this.RPanelUser.ResumeLayout(false);
  1362. this.TbMain.ResumeLayout(false);
  1363. this.TableLayoutWorks.ResumeLayout(false);
  1364. ((System.ComponentModel.ISupportInitialize)(this.PbxEther)).EndInit();
  1365. this.panel1.ResumeLayout(false);
  1366. this.RPanelForAddUser.ResumeLayout(false);
  1367. this.TbSettings.ResumeLayout(false);
  1368. this.GbxUserParameters.ResumeLayout(false);
  1369. this.GbxUserParameters.PerformLayout();
  1370. ((System.ComponentModel.ISupportInitialize)(this.BsAdministrator)).EndInit();
  1371. ((System.ComponentModel.ISupportInitialize)(this.impulseVisionAppDataSet1)).EndInit();
  1372. this.GbxSystemParameters.ResumeLayout(false);
  1373. this.GbxSystemParameters.PerformLayout();
  1374. ((System.ComponentModel.ISupportInitialize)(this.NumCountDaySaveLogFiles)).EndInit();
  1375. this.RPanelSettings.ResumeLayout(false);
  1376. this.TbVisits.ResumeLayout(false);
  1377. this.TbVisits.PerformLayout();
  1378. this.PanelHeader.ResumeLayout(false);
  1379. this.RPanelTitleDate.ResumeLayout(false);
  1380. this.RPanelTitleExit.ResumeLayout(false);
  1381. this.RPanelTitleEntrance.ResumeLayout(false);
  1382. this.RPanelForNameUser.ResumeLayout(false);
  1383. this.PanelPeriod.ResumeLayout(false);
  1384. this.PanelPeriod.PerformLayout();
  1385. this.TbJournal.ResumeLayout(false);
  1386. this.RPanelTitleJournal.ResumeLayout(false);
  1387. this.ResumeLayout(false);
  1388. this.PerformLayout();
  1389. }
  1390. #endregion
  1391. private System.Windows.Forms.MenuStrip menuStrip1;
  1392. private System.Windows.Forms.ToolStripMenuItem MFile;
  1393. private System.Windows.Forms.ToolStrip ToolsMenu;
  1394. private System.Windows.Forms.ToolStripLabel TslSelCamText;
  1395. private System.Windows.Forms.ToolStripComboBox CmbCams;
  1396. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  1397. private System.Windows.Forms.ToolStripButton BtnAddUser;
  1398. private System.Windows.Forms.ToolStripButton BtnEditUser;
  1399. private System.Windows.Forms.StatusStrip statusStrip1;
  1400. private System.Windows.Forms.ToolStripStatusLabel TslStatus;
  1401. private System.Windows.Forms.ToolStripProgressBar ProgressOperation;
  1402. private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
  1403. private System.Windows.Forms.ToolStripButton BtnDelUser;
  1404. private System.Windows.Forms.ToolStripMenuItem MSettings;
  1405. private System.Windows.Forms.ToolStripSeparator toolStripMenuItem2;
  1406. private System.Windows.Forms.ToolStripMenuItem STools;
  1407. private System.Windows.Forms.Timer TimerNewCam;
  1408. private System.Windows.Forms.Timer TimerCheckTrain;
  1409. private System.Windows.Forms.TabControl TabPages;
  1410. private System.Windows.Forms.TabPage TbMain;
  1411. private System.Windows.Forms.TableLayoutPanel TableLayoutWorks;
  1412. private System.Windows.Forms.PictureBox PbxEther;
  1413. private System.Windows.Forms.Panel panel1;
  1414. private System.Windows.Forms.Label label1;
  1415. private System.Windows.Forms.Button BtnSave;
  1416. private System.Windows.Forms.TabPage TbSettings;
  1417. private System.Windows.Forms.ToolStripSeparator toolStripMenuItem3;
  1418. private System.Windows.Forms.ToolStripMenuItem SJournal;
  1419. private System.Windows.Forms.TabPage TbUsers;
  1420. private System.Windows.Forms.Label LblTextSettings;
  1421. private System.Windows.Forms.ImageList ImList;
  1422. private System.Windows.Forms.Label label4;
  1423. private EgoldsGoogleTextBox TbxLastname;
  1424. private EgoldsToggleSwitch SwAutoRun;
  1425. private RPanel RPanelSettings;
  1426. private RPanel RPanelUser;
  1427. private RPanel RPanelForAddUser;
  1428. private System.Windows.Forms.TableLayoutPanel TableUsers;
  1429. private System.Windows.Forms.ToolStripButton BtnInfoTraffic;
  1430. private EgoldsToggleSwitch SwPositionWindow;
  1431. private System.Windows.Forms.Label label3;
  1432. private System.Windows.Forms.Label label2;
  1433. private EgoldsGoogleTextBox TbxPasportNum;
  1434. private EgoldsGoogleTextBox TbxPasportSeria;
  1435. private EgoldsGoogleTextBox TbxPatronymic;
  1436. private EgoldsGoogleTextBox TbxFirstname;
  1437. public System.Windows.Forms.Timer TimerSaving;
  1438. private EgoldsGoogleTextBox TbxPhone;
  1439. private System.Windows.Forms.TabPage TbVisits;
  1440. private System.Windows.Forms.DateTimePicker DtpFiniteDate;
  1441. private System.Windows.Forms.ComboBox CmbSortDate;
  1442. private System.Windows.Forms.Panel PanelPeriod;
  1443. private System.Windows.Forms.DateTimePicker DtpDateEnd;
  1444. private System.Windows.Forms.DateTimePicker DtpDateStart;
  1445. private System.Windows.Forms.Label label6;
  1446. private System.Windows.Forms.Label label5;
  1447. private System.Windows.Forms.Timer TmAnim;
  1448. private System.Windows.Forms.TableLayoutPanel TabJournal;
  1449. private System.Windows.Forms.TextBox TbxFindUser;
  1450. private System.Windows.Forms.Label label7;
  1451. private System.Windows.Forms.Panel PanelHeader;
  1452. private System.Windows.Forms.Label LblTitleNameUser;
  1453. private RPanel RPanelForNameUser;
  1454. private RPanel RPanelTitleDate;
  1455. private System.Windows.Forms.Label label13;
  1456. private RPanel RPanelTitleExit;
  1457. private System.Windows.Forms.Label label12;
  1458. private RPanel RPanelTitleEntrance;
  1459. private System.Windows.Forms.Label label8;
  1460. private System.Windows.Forms.TabPage TbJournal;
  1461. private RPanel RPanelTitleJournal;
  1462. private System.Windows.Forms.Label label9;
  1463. private System.Windows.Forms.TableLayoutPanel TabCard;
  1464. private System.Windows.Forms.Label label11;
  1465. private System.Windows.Forms.NumericUpDown NumCountDaySaveLogFiles;
  1466. private System.Windows.Forms.Label label10;
  1467. private System.Windows.Forms.CheckBox CbxIsAuthentification;
  1468. private System.Windows.Forms.CheckBox CbxFilterDate;
  1469. private System.Windows.Forms.GroupBox GbxSystemParameters;
  1470. private EgoldsToggleSwitch SwSaveSizeWindow;
  1471. private System.Windows.Forms.Label label14;
  1472. private System.Windows.Forms.GroupBox GbxUserParameters;
  1473. private EgoldsGoogleTextBox TbxConfirmNewPass;
  1474. private EgoldsGoogleTextBox TbxNewPass;
  1475. private EgoldsGoogleTextBox TbxOldPass;
  1476. private EgoldsGoogleTextBox TbxLogin;
  1477. private System.Windows.Forms.Button BtnEditUserParameters;
  1478. private ImpulseVisionAppDataSet impulseVisionAppDataSet1;
  1479. public System.Windows.Forms.BindingSource BsAdministrator;
  1480. private ImpulseVisionAppDataSetTableAdapters.StaffsTableAdapter staffsTableAdapter;
  1481. private System.Windows.Forms.Label LblAdminID;
  1482. }
  1483. }