FormMain.Designer.cs 92 KB

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