FormMain.Designer.cs 69 KB

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