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