FormMain.Designer.cs 65 KB

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