12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130 |
- namespace ImpulseVision
- {
- partial class FormMain
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMain));
- this.menuStrip1 = new System.Windows.Forms.MenuStrip();
- this.MFile = new System.Windows.Forms.ToolStripMenuItem();
- this.MSettings = new System.Windows.Forms.ToolStripMenuItem();
- this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
- this.STools = new System.Windows.Forms.ToolStripMenuItem();
- this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripSeparator();
- this.SHistory = new System.Windows.Forms.ToolStripMenuItem();
- this.ToolsMenu = new System.Windows.Forms.ToolStrip();
- this.TslSelCamText = new System.Windows.Forms.ToolStripLabel();
- this.CmbCams = new System.Windows.Forms.ToolStripComboBox();
- this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
- this.BtnAddUser = new System.Windows.Forms.ToolStripButton();
- this.BtnEditUser = new System.Windows.Forms.ToolStripButton();
- this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
- this.BtnDelUser = new System.Windows.Forms.ToolStripButton();
- this.BtnInfoTraffic = new System.Windows.Forms.ToolStripButton();
- this.statusStrip1 = new System.Windows.Forms.StatusStrip();
- this.TslStatus = new System.Windows.Forms.ToolStripStatusLabel();
- this.ProgressOperation = new System.Windows.Forms.ToolStripProgressBar();
- this.TimerNewCam = new System.Windows.Forms.Timer(this.components);
- this.TimerCheckTrain = new System.Windows.Forms.Timer(this.components);
- this.TabPages = new System.Windows.Forms.TabControl();
- this.TbUsers = new System.Windows.Forms.TabPage();
- this.TableUsers = new System.Windows.Forms.TableLayoutPanel();
- this.RPanelUser = new ImpulseVision.RPanel();
- this.label4 = new System.Windows.Forms.Label();
- this.TbMain = new System.Windows.Forms.TabPage();
- this.TableLayoutWorks = new System.Windows.Forms.TableLayoutPanel();
- this.PbxEther = new System.Windows.Forms.PictureBox();
- this.panel1 = new System.Windows.Forms.Panel();
- this.TbxPhone = new ImpulseVision.EgoldsGoogleTextBox();
- this.TbxPasportNum = new ImpulseVision.EgoldsGoogleTextBox();
- this.TbxPasportSeria = new ImpulseVision.EgoldsGoogleTextBox();
- this.TbxPatronymic = new ImpulseVision.EgoldsGoogleTextBox();
- this.TbxFirstname = new ImpulseVision.EgoldsGoogleTextBox();
- this.RPanelForAddUser = new ImpulseVision.RPanel();
- this.label1 = new System.Windows.Forms.Label();
- this.TbxLastname = new ImpulseVision.EgoldsGoogleTextBox();
- this.BtnSave = new System.Windows.Forms.Button();
- this.TbSettings = new System.Windows.Forms.TabPage();
- this.SwPositionWindow = new ImpulseVision.EgoldsToggleSwitch();
- this.label3 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.RPanelSettings = new ImpulseVision.RPanel();
- this.LblTextSettings = new System.Windows.Forms.Label();
- this.SwAutoLoad = new ImpulseVision.EgoldsToggleSwitch();
- this.TbVisits = new System.Windows.Forms.TabPage();
- this.PanelHeader = new System.Windows.Forms.Panel();
- this.RPanelTitleDate = new ImpulseVision.RPanel();
- this.label13 = new System.Windows.Forms.Label();
- this.RPanelTitleExit = new ImpulseVision.RPanel();
- this.label12 = new System.Windows.Forms.Label();
- this.RPanelTitleEntrance = new ImpulseVision.RPanel();
- this.label8 = new System.Windows.Forms.Label();
- this.RPanelForNameUser = new ImpulseVision.RPanel();
- this.LblTitleNameUser = new System.Windows.Forms.Label();
- this.TbxFindUser = new System.Windows.Forms.TextBox();
- this.label7 = new System.Windows.Forms.Label();
- this.TabJournal = new System.Windows.Forms.TableLayoutPanel();
- this.BtnJournal = new System.Windows.Forms.Button();
- this.DtpFiniteDate = new System.Windows.Forms.DateTimePicker();
- this.CmbSortDate = new System.Windows.Forms.ComboBox();
- this.PanelPeriod = new System.Windows.Forms.Panel();
- this.DtpDateEnd = new System.Windows.Forms.DateTimePicker();
- this.DtpDateStart = new System.Windows.Forms.DateTimePicker();
- this.label6 = new System.Windows.Forms.Label();
- this.label5 = new System.Windows.Forms.Label();
- this.ImList = new System.Windows.Forms.ImageList(this.components);
- this.TimerSaving = new System.Windows.Forms.Timer(this.components);
- this.TmAnim = new System.Windows.Forms.Timer(this.components);
- this.menuStrip1.SuspendLayout();
- this.ToolsMenu.SuspendLayout();
- this.statusStrip1.SuspendLayout();
- this.TabPages.SuspendLayout();
- this.TbUsers.SuspendLayout();
- this.RPanelUser.SuspendLayout();
- this.TbMain.SuspendLayout();
- this.TableLayoutWorks.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.PbxEther)).BeginInit();
- this.panel1.SuspendLayout();
- this.RPanelForAddUser.SuspendLayout();
- this.TbSettings.SuspendLayout();
- this.RPanelSettings.SuspendLayout();
- this.TbVisits.SuspendLayout();
- this.PanelHeader.SuspendLayout();
- this.RPanelTitleDate.SuspendLayout();
- this.RPanelTitleExit.SuspendLayout();
- this.RPanelTitleEntrance.SuspendLayout();
- this.RPanelForNameUser.SuspendLayout();
- this.PanelPeriod.SuspendLayout();
- this.SuspendLayout();
- //
- // menuStrip1
- //
- this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.MFile,
- this.MSettings});
- this.menuStrip1.Location = new System.Drawing.Point(0, 0);
- this.menuStrip1.Name = "menuStrip1";
- this.menuStrip1.Padding = new System.Windows.Forms.Padding(5, 2, 0, 2);
- this.menuStrip1.Size = new System.Drawing.Size(731, 24);
- this.menuStrip1.TabIndex = 0;
- this.menuStrip1.Text = "menuStrip1";
- //
- // MFile
- //
- this.MFile.Name = "MFile";
- this.MFile.Size = new System.Drawing.Size(63, 20);
- this.MFile.Text = "Главная";
- this.MFile.Click += new System.EventHandler(this.MMain_Click);
- //
- // MSettings
- //
- this.MSettings.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.toolStripMenuItem2,
- this.STools,
- this.toolStripMenuItem3,
- this.SHistory});
- this.MSettings.Name = "MSettings";
- this.MSettings.Size = new System.Drawing.Size(83, 20);
- this.MSettings.Text = "Параметры";
- //
- // toolStripMenuItem2
- //
- this.toolStripMenuItem2.Name = "toolStripMenuItem2";
- this.toolStripMenuItem2.Size = new System.Drawing.Size(203, 6);
- //
- // STools
- //
- this.STools.Name = "STools";
- this.STools.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
- | System.Windows.Forms.Keys.S)));
- this.STools.Size = new System.Drawing.Size(206, 22);
- this.STools.Text = "Настройки";
- this.STools.Click += new System.EventHandler(this.STools_Click);
- //
- // toolStripMenuItem3
- //
- this.toolStripMenuItem3.Name = "toolStripMenuItem3";
- this.toolStripMenuItem3.Size = new System.Drawing.Size(203, 6);
- //
- // SHistory
- //
- this.SHistory.Name = "SHistory";
- this.SHistory.Size = new System.Drawing.Size(206, 22);
- this.SHistory.Text = "История посещений";
- //
- // ToolsMenu
- //
- this.ToolsMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.TslSelCamText,
- this.CmbCams,
- this.toolStripSeparator1,
- this.BtnAddUser,
- this.BtnEditUser,
- this.toolStripSeparator2,
- this.BtnDelUser,
- this.BtnInfoTraffic});
- this.ToolsMenu.Location = new System.Drawing.Point(0, 24);
- this.ToolsMenu.Name = "ToolsMenu";
- this.ToolsMenu.Size = new System.Drawing.Size(731, 25);
- this.ToolsMenu.TabIndex = 1;
- this.ToolsMenu.Text = "toolStrip1";
- //
- // TslSelCamText
- //
- this.TslSelCamText.Name = "TslSelCamText";
- this.TslSelCamText.Size = new System.Drawing.Size(51, 22);
- this.TslSelCamText.Text = "Камера:";
- //
- // CmbCams
- //
- this.CmbCams.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.CmbCams.FlatStyle = System.Windows.Forms.FlatStyle.System;
- this.CmbCams.Name = "CmbCams";
- this.CmbCams.Size = new System.Drawing.Size(150, 25);
- this.CmbCams.SelectedIndexChanged += new System.EventHandler(this.CmbCams_SelectedIndexChanged);
- //
- // toolStripSeparator1
- //
- this.toolStripSeparator1.Name = "toolStripSeparator1";
- this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
- //
- // BtnAddUser
- //
- this.BtnAddUser.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
- this.BtnAddUser.Image = global::ImpulseVision.Properties.Resources._392530_add_create_cross_new_plus_icon;
- this.BtnAddUser.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.BtnAddUser.Name = "BtnAddUser";
- this.BtnAddUser.Size = new System.Drawing.Size(79, 22);
- this.BtnAddUser.Text = "Добавить";
- this.BtnAddUser.Click += new System.EventHandler(this.BtnAddUser_Click);
- //
- // BtnEditUser
- //
- this.BtnEditUser.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
- this.BtnEditUser.Image = global::ImpulseVision.Properties.Resources._8530613_edit_icon;
- this.BtnEditUser.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.BtnEditUser.Name = "BtnEditUser";
- this.BtnEditUser.Size = new System.Drawing.Size(107, 22);
- this.BtnEditUser.Text = "Редактировать";
- this.BtnEditUser.Click += new System.EventHandler(this.BtnEditUser_Click);
- //
- // toolStripSeparator2
- //
- this.toolStripSeparator2.Name = "toolStripSeparator2";
- this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
- //
- // BtnDelUser
- //
- this.BtnDelUser.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
- this.BtnDelUser.Image = global::ImpulseVision.Properties.Resources._352303_delete_icon;
- this.BtnDelUser.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.BtnDelUser.Name = "BtnDelUser";
- this.BtnDelUser.Size = new System.Drawing.Size(71, 22);
- this.BtnDelUser.Text = "Удалить";
- this.BtnDelUser.Click += new System.EventHandler(this.BtnDelUser_Click);
- //
- // BtnInfoTraffic
- //
- this.BtnInfoTraffic.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
- this.BtnInfoTraffic.Image = global::ImpulseVision.Properties.Resources._103515_text_document_information_icon;
- this.BtnInfoTraffic.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.BtnInfoTraffic.Name = "BtnInfoTraffic";
- this.BtnInfoTraffic.Size = new System.Drawing.Size(92, 22);
- this.BtnInfoTraffic.Text = "Посещения";
- this.BtnInfoTraffic.Click += new System.EventHandler(this.BtnInfoTraffic_Click);
- //
- // statusStrip1
- //
- this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.TslStatus,
- this.ProgressOperation});
- this.statusStrip1.Location = new System.Drawing.Point(0, 440);
- this.statusStrip1.Name = "statusStrip1";
- this.statusStrip1.Padding = new System.Windows.Forms.Padding(1, 0, 11, 0);
- this.statusStrip1.Size = new System.Drawing.Size(731, 24);
- this.statusStrip1.TabIndex = 3;
- this.statusStrip1.Text = "statusStrip1";
- //
- // TslStatus
- //
- this.TslStatus.Name = "TslStatus";
- this.TslStatus.Size = new System.Drawing.Size(38, 19);
- this.TslStatus.Text = "Готов";
- //
- // ProgressOperation
- //
- this.ProgressOperation.Name = "ProgressOperation";
- this.ProgressOperation.Size = new System.Drawing.Size(100, 18);
- //
- // TimerNewCam
- //
- this.TimerNewCam.Enabled = true;
- this.TimerNewCam.Interval = 500;
- this.TimerNewCam.Tick += new System.EventHandler(this.TimerNewCam_Tick);
- //
- // TimerCheckTrain
- //
- this.TimerCheckTrain.Interval = 250;
- //
- // TabPages
- //
- this.TabPages.Controls.Add(this.TbUsers);
- this.TabPages.Controls.Add(this.TbMain);
- this.TabPages.Controls.Add(this.TbSettings);
- this.TabPages.Controls.Add(this.TbVisits);
- this.TabPages.Dock = System.Windows.Forms.DockStyle.Fill;
- this.TabPages.Location = new System.Drawing.Point(0, 49);
- this.TabPages.Name = "TabPages";
- this.TabPages.SelectedIndex = 0;
- this.TabPages.Size = new System.Drawing.Size(731, 391);
- this.TabPages.TabIndex = 4;
- //
- // TbUsers
- //
- this.TbUsers.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
- this.TbUsers.Controls.Add(this.TableUsers);
- this.TbUsers.Controls.Add(this.RPanelUser);
- this.TbUsers.Location = new System.Drawing.Point(4, 30);
- this.TbUsers.Name = "TbUsers";
- this.TbUsers.Size = new System.Drawing.Size(723, 357);
- this.TbUsers.TabIndex = 2;
- this.TbUsers.Text = "tabPage3";
- //
- // TableUsers
- //
- this.TableUsers.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.TableUsers.AutoScroll = true;
- this.TableUsers.ColumnCount = 1;
- this.TableUsers.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
- this.TableUsers.Location = new System.Drawing.Point(0, 31);
- this.TableUsers.Name = "TableUsers";
- this.TableUsers.RowCount = 1;
- this.TableUsers.RowStyles.Add(new System.Windows.Forms.RowStyle());
- this.TableUsers.Size = new System.Drawing.Size(723, 323);
- this.TableUsers.TabIndex = 7;
- //
- // RPanelUser
- //
- this.RPanelUser.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.RPanelUser.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(104)))), ((int)(((byte)(112)))));
- this.RPanelUser.BackColorAdditional = System.Drawing.Color.Gray;
- this.RPanelUser.BackColorGradientEnabled = false;
- this.RPanelUser.BackColorGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
- this.RPanelUser.BorderColor = System.Drawing.Color.Tomato;
- this.RPanelUser.BorderColorEnabled = false;
- this.RPanelUser.BorderColorOnHover = System.Drawing.Color.Tomato;
- this.RPanelUser.BorderColorOnHoverEnabled = false;
- this.RPanelUser.Controls.Add(this.label4);
- this.RPanelUser.Cursor = System.Windows.Forms.Cursors.Default;
- this.RPanelUser.Font = new System.Drawing.Font("Verdana", 8.25F);
- this.RPanelUser.ForeColor = System.Drawing.Color.White;
- this.RPanelUser.Location = new System.Drawing.Point(3, 3);
- this.RPanelUser.Name = "RPanelUser";
- this.RPanelUser.RippleColor = System.Drawing.Color.Black;
- this.RPanelUser.RoundingEnable = true;
- this.RPanelUser.Size = new System.Drawing.Size(717, 25);
- this.RPanelUser.TabIndex = 6;
- this.RPanelUser.TextHover = null;
- this.RPanelUser.UseDownPressEffectOnClick = false;
- this.RPanelUser.UseRippleEffect = true;
- this.RPanelUser.UseZoomEffectOnHover = false;
- //
- // label4
- //
- this.label4.BackColor = System.Drawing.Color.Transparent;
- this.label4.Dock = System.Windows.Forms.DockStyle.Fill;
- this.label4.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
- this.label4.ForeColor = System.Drawing.Color.White;
- this.label4.Location = new System.Drawing.Point(0, 0);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(717, 25);
- this.label4.TabIndex = 5;
- this.label4.Text = "<Пользователи>";
- this.label4.TextAlign = System.Drawing.ContentAlignment.TopCenter;
- //
- // TbMain
- //
- this.TbMain.BackColor = System.Drawing.Color.White;
- this.TbMain.Controls.Add(this.TableLayoutWorks);
- this.TbMain.Location = new System.Drawing.Point(4, 30);
- this.TbMain.Name = "TbMain";
- this.TbMain.Padding = new System.Windows.Forms.Padding(3);
- this.TbMain.Size = new System.Drawing.Size(723, 357);
- this.TbMain.TabIndex = 0;
- this.TbMain.Text = "tabPage1";
- //
- // TableLayoutWorks
- //
- this.TableLayoutWorks.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
- this.TableLayoutWorks.ColumnCount = 2;
- this.TableLayoutWorks.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 256F));
- this.TableLayoutWorks.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 473F));
- this.TableLayoutWorks.Controls.Add(this.PbxEther, 1, 0);
- this.TableLayoutWorks.Controls.Add(this.panel1, 0, 0);
- this.TableLayoutWorks.Dock = System.Windows.Forms.DockStyle.Fill;
- this.TableLayoutWorks.Location = new System.Drawing.Point(3, 3);
- this.TableLayoutWorks.Name = "TableLayoutWorks";
- this.TableLayoutWorks.RowCount = 1;
- this.TableLayoutWorks.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
- this.TableLayoutWorks.Size = new System.Drawing.Size(717, 351);
- this.TableLayoutWorks.TabIndex = 6;
- //
- // PbxEther
- //
- this.PbxEther.BackColor = System.Drawing.Color.Transparent;
- this.PbxEther.Dock = System.Windows.Forms.DockStyle.Fill;
- this.PbxEther.Location = new System.Drawing.Point(258, 3);
- this.PbxEther.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
- this.PbxEther.Name = "PbxEther";
- this.PbxEther.Size = new System.Drawing.Size(469, 345);
- this.PbxEther.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.PbxEther.TabIndex = 2;
- this.PbxEther.TabStop = false;
- this.PbxEther.Click += new System.EventHandler(this.PbxEther_Click_1);
- //
- // panel1
- //
- this.panel1.BackColor = System.Drawing.Color.White;
- this.panel1.Controls.Add(this.TbxPhone);
- this.panel1.Controls.Add(this.TbxPasportNum);
- this.panel1.Controls.Add(this.TbxPasportSeria);
- this.panel1.Controls.Add(this.TbxPatronymic);
- this.panel1.Controls.Add(this.TbxFirstname);
- this.panel1.Controls.Add(this.RPanelForAddUser);
- this.panel1.Controls.Add(this.TbxLastname);
- this.panel1.Controls.Add(this.BtnSave);
- this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel1.Location = new System.Drawing.Point(3, 3);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(250, 345);
- this.panel1.TabIndex = 0;
- //
- // TbxPhone
- //
- this.TbxPhone.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
- this.TbxPhone.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(137)))), ((int)(((byte)(60)))), ((int)(((byte)(143)))));
- this.TbxPhone.BorderColorNotActive = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(136)))), ((int)(((byte)(144)))));
- this.TbxPhone.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.TbxPhone.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
- this.TbxPhone.FontTextPreview = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
- this.TbxPhone.ForeColor = System.Drawing.Color.Black;
- this.TbxPhone.Location = new System.Drawing.Point(7, 258);
- this.TbxPhone.Name = "TbxPhone";
- this.TbxPhone.SelectionStart = 0;
- this.TbxPhone.Size = new System.Drawing.Size(236, 40);
- this.TbxPhone.TabIndex = 10;
- this.TbxPhone.TextInput = "";
- this.TbxPhone.TextPreview = "Телефон";
- this.TbxPhone.UseSystemPasswordChar = false;
- //
- // TbxPasportNum
- //
- this.TbxPasportNum.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
- this.TbxPasportNum.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(137)))), ((int)(((byte)(60)))), ((int)(((byte)(143)))));
- this.TbxPasportNum.BorderColorNotActive = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(136)))), ((int)(((byte)(144)))));
- this.TbxPasportNum.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.TbxPasportNum.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
- this.TbxPasportNum.FontTextPreview = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
- this.TbxPasportNum.ForeColor = System.Drawing.Color.Black;
- this.TbxPasportNum.Location = new System.Drawing.Point(7, 212);
- this.TbxPasportNum.Name = "TbxPasportNum";
- this.TbxPasportNum.SelectionStart = 0;
- this.TbxPasportNum.Size = new System.Drawing.Size(236, 40);
- this.TbxPasportNum.TabIndex = 9;
- this.TbxPasportNum.TextInput = "";
- this.TbxPasportNum.TextPreview = "Номер паспорта";
- this.TbxPasportNum.UseSystemPasswordChar = false;
- //
- // TbxPasportSeria
- //
- this.TbxPasportSeria.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
- this.TbxPasportSeria.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(137)))), ((int)(((byte)(60)))), ((int)(((byte)(143)))));
- this.TbxPasportSeria.BorderColorNotActive = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(136)))), ((int)(((byte)(144)))));
- this.TbxPasportSeria.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.TbxPasportSeria.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
- this.TbxPasportSeria.FontTextPreview = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
- this.TbxPasportSeria.ForeColor = System.Drawing.Color.Black;
- this.TbxPasportSeria.Location = new System.Drawing.Point(7, 166);
- this.TbxPasportSeria.Name = "TbxPasportSeria";
- this.TbxPasportSeria.SelectionStart = 0;
- this.TbxPasportSeria.Size = new System.Drawing.Size(236, 40);
- this.TbxPasportSeria.TabIndex = 8;
- this.TbxPasportSeria.TextInput = "";
- this.TbxPasportSeria.TextPreview = "Серия паспорта";
- this.TbxPasportSeria.UseSystemPasswordChar = false;
- //
- // TbxPatronymic
- //
- this.TbxPatronymic.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
- this.TbxPatronymic.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(137)))), ((int)(((byte)(60)))), ((int)(((byte)(143)))));
- this.TbxPatronymic.BorderColorNotActive = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(136)))), ((int)(((byte)(144)))));
- this.TbxPatronymic.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.TbxPatronymic.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
- this.TbxPatronymic.FontTextPreview = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
- this.TbxPatronymic.ForeColor = System.Drawing.Color.Black;
- this.TbxPatronymic.Location = new System.Drawing.Point(7, 120);
- this.TbxPatronymic.Name = "TbxPatronymic";
- this.TbxPatronymic.SelectionStart = 0;
- this.TbxPatronymic.Size = new System.Drawing.Size(236, 40);
- this.TbxPatronymic.TabIndex = 7;
- this.TbxPatronymic.TextInput = "";
- this.TbxPatronymic.TextPreview = "Отчество";
- this.TbxPatronymic.UseSystemPasswordChar = false;
- //
- // TbxFirstname
- //
- this.TbxFirstname.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
- this.TbxFirstname.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(137)))), ((int)(((byte)(60)))), ((int)(((byte)(143)))));
- this.TbxFirstname.BorderColorNotActive = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(136)))), ((int)(((byte)(144)))));
- this.TbxFirstname.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.TbxFirstname.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
- this.TbxFirstname.FontTextPreview = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
- this.TbxFirstname.ForeColor = System.Drawing.Color.Black;
- this.TbxFirstname.Location = new System.Drawing.Point(7, 74);
- this.TbxFirstname.Name = "TbxFirstname";
- this.TbxFirstname.SelectionStart = 0;
- this.TbxFirstname.Size = new System.Drawing.Size(236, 40);
- this.TbxFirstname.TabIndex = 6;
- this.TbxFirstname.TextInput = "";
- this.TbxFirstname.TextPreview = "Имя";
- this.TbxFirstname.UseSystemPasswordChar = false;
- //
- // RPanelForAddUser
- //
- this.RPanelForAddUser.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.RPanelForAddUser.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(104)))), ((int)(((byte)(112)))));
- this.RPanelForAddUser.BackColorAdditional = System.Drawing.Color.Gray;
- this.RPanelForAddUser.BackColorGradientEnabled = false;
- this.RPanelForAddUser.BackColorGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
- this.RPanelForAddUser.BorderColor = System.Drawing.Color.Tomato;
- this.RPanelForAddUser.BorderColorEnabled = false;
- this.RPanelForAddUser.BorderColorOnHover = System.Drawing.Color.Tomato;
- this.RPanelForAddUser.BorderColorOnHoverEnabled = false;
- this.RPanelForAddUser.Controls.Add(this.label1);
- this.RPanelForAddUser.Cursor = System.Windows.Forms.Cursors.Default;
- this.RPanelForAddUser.Font = new System.Drawing.Font("Verdana", 8.25F);
- this.RPanelForAddUser.ForeColor = System.Drawing.Color.White;
- this.RPanelForAddUser.Location = new System.Drawing.Point(3, 3);
- this.RPanelForAddUser.Name = "RPanelForAddUser";
- this.RPanelForAddUser.RippleColor = System.Drawing.Color.Black;
- this.RPanelForAddUser.RoundingEnable = true;
- this.RPanelForAddUser.Size = new System.Drawing.Size(244, 25);
- this.RPanelForAddUser.TabIndex = 5;
- this.RPanelForAddUser.TextHover = null;
- this.RPanelForAddUser.UseDownPressEffectOnClick = false;
- this.RPanelForAddUser.UseRippleEffect = true;
- this.RPanelForAddUser.UseZoomEffectOnHover = false;
- //
- // label1
- //
- this.label1.BackColor = System.Drawing.Color.Transparent;
- this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.label1.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label1.ForeColor = System.Drawing.Color.White;
- this.label1.Location = new System.Drawing.Point(0, 0);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(244, 25);
- this.label1.TabIndex = 0;
- this.label1.Text = "Добавление пользователя:";
- this.label1.TextAlign = System.Drawing.ContentAlignment.TopCenter;
- //
- // TbxLastname
- //
- this.TbxLastname.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
- this.TbxLastname.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(137)))), ((int)(((byte)(60)))), ((int)(((byte)(143)))));
- this.TbxLastname.BorderColorNotActive = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(136)))), ((int)(((byte)(144)))));
- this.TbxLastname.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.TbxLastname.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
- this.TbxLastname.FontTextPreview = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
- this.TbxLastname.ForeColor = System.Drawing.Color.Black;
- this.TbxLastname.Location = new System.Drawing.Point(7, 28);
- this.TbxLastname.Name = "TbxLastname";
- this.TbxLastname.SelectionStart = 0;
- this.TbxLastname.Size = new System.Drawing.Size(236, 40);
- this.TbxLastname.TabIndex = 4;
- this.TbxLastname.TextInput = "";
- this.TbxLastname.TextPreview = "Фамилия";
- this.TbxLastname.UseSystemPasswordChar = false;
- //
- // BtnSave
- //
- this.BtnSave.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(136)))), ((int)(((byte)(144)))));
- this.BtnSave.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
- this.BtnSave.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(255)))), ((int)(((byte)(248)))));
- this.BtnSave.Location = new System.Drawing.Point(7, 307);
- this.BtnSave.Name = "BtnSave";
- this.BtnSave.Size = new System.Drawing.Size(236, 35);
- this.BtnSave.TabIndex = 3;
- this.BtnSave.Text = "Добавить";
- this.BtnSave.UseVisualStyleBackColor = false;
- this.BtnSave.Click += new System.EventHandler(this.BtnSave_Click);
- //
- // TbSettings
- //
- this.TbSettings.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
- this.TbSettings.Controls.Add(this.SwPositionWindow);
- this.TbSettings.Controls.Add(this.label3);
- this.TbSettings.Controls.Add(this.label2);
- this.TbSettings.Controls.Add(this.RPanelSettings);
- this.TbSettings.Controls.Add(this.SwAutoLoad);
- this.TbSettings.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
- this.TbSettings.Location = new System.Drawing.Point(4, 30);
- this.TbSettings.Name = "TbSettings";
- this.TbSettings.Padding = new System.Windows.Forms.Padding(3);
- this.TbSettings.Size = new System.Drawing.Size(723, 357);
- this.TbSettings.TabIndex = 1;
- this.TbSettings.Text = "tabPage2";
- //
- // SwPositionWindow
- //
- this.SwPositionWindow.BackColor = System.Drawing.Color.White;
- this.SwPositionWindow.BackColorOFF = System.Drawing.Color.Silver;
- this.SwPositionWindow.BackColorON = System.Drawing.Color.LimeGreen;
- this.SwPositionWindow.Checked = false;
- this.SwPositionWindow.Cursor = System.Windows.Forms.Cursors.Hand;
- this.SwPositionWindow.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
- this.SwPositionWindow.Location = new System.Drawing.Point(403, 87);
- this.SwPositionWindow.Name = "SwPositionWindow";
- this.SwPositionWindow.Size = new System.Drawing.Size(43, 15);
- this.SwPositionWindow.TabIndex = 5;
- this.SwPositionWindow.TextOnChecked = "";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(8, 83);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(365, 21);
- this.label3.TabIndex = 4;
- this.label3.Text = "Сохранять положение окна при перезапуске";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(8, 46);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(340, 21);
- this.label2.TabIndex = 3;
- this.label2.Text = "Запускать приложение вместе с системой";
- //
- // RPanelSettings
- //
- this.RPanelSettings.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.RPanelSettings.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(104)))), ((int)(((byte)(112)))));
- this.RPanelSettings.BackColorAdditional = System.Drawing.Color.Gray;
- this.RPanelSettings.BackColorGradientEnabled = false;
- this.RPanelSettings.BackColorGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
- this.RPanelSettings.BorderColor = System.Drawing.Color.Tomato;
- this.RPanelSettings.BorderColorEnabled = false;
- this.RPanelSettings.BorderColorOnHover = System.Drawing.Color.Tomato;
- this.RPanelSettings.BorderColorOnHoverEnabled = false;
- this.RPanelSettings.Controls.Add(this.LblTextSettings);
- this.RPanelSettings.Cursor = System.Windows.Forms.Cursors.Default;
- this.RPanelSettings.Font = new System.Drawing.Font("Verdana", 8.25F);
- this.RPanelSettings.ForeColor = System.Drawing.Color.White;
- this.RPanelSettings.Location = new System.Drawing.Point(3, 6);
- this.RPanelSettings.Name = "RPanelSettings";
- this.RPanelSettings.RippleColor = System.Drawing.Color.Black;
- this.RPanelSettings.RoundingEnable = true;
- this.RPanelSettings.Size = new System.Drawing.Size(717, 25);
- this.RPanelSettings.TabIndex = 2;
- this.RPanelSettings.TextHover = null;
- this.RPanelSettings.UseDownPressEffectOnClick = false;
- this.RPanelSettings.UseRippleEffect = true;
- this.RPanelSettings.UseZoomEffectOnHover = false;
- //
- // LblTextSettings
- //
- this.LblTextSettings.BackColor = System.Drawing.Color.Transparent;
- this.LblTextSettings.Dock = System.Windows.Forms.DockStyle.Fill;
- this.LblTextSettings.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
- this.LblTextSettings.ForeColor = System.Drawing.Color.White;
- this.LblTextSettings.Location = new System.Drawing.Point(0, 0);
- this.LblTextSettings.Name = "LblTextSettings";
- this.LblTextSettings.Size = new System.Drawing.Size(717, 25);
- this.LblTextSettings.TabIndex = 0;
- this.LblTextSettings.Text = "<Настройки>";
- this.LblTextSettings.TextAlign = System.Drawing.ContentAlignment.TopCenter;
- //
- // SwAutoLoad
- //
- this.SwAutoLoad.BackColor = System.Drawing.Color.White;
- this.SwAutoLoad.BackColorOFF = System.Drawing.Color.Silver;
- this.SwAutoLoad.BackColorON = System.Drawing.Color.LimeGreen;
- this.SwAutoLoad.Checked = false;
- this.SwAutoLoad.Cursor = System.Windows.Forms.Cursors.Hand;
- this.SwAutoLoad.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
- this.SwAutoLoad.Location = new System.Drawing.Point(403, 50);
- this.SwAutoLoad.Name = "SwAutoLoad";
- this.SwAutoLoad.Size = new System.Drawing.Size(43, 15);
- this.SwAutoLoad.TabIndex = 1;
- this.SwAutoLoad.TextOnChecked = "";
- //
- // TbVisits
- //
- this.TbVisits.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
- this.TbVisits.Controls.Add(this.PanelHeader);
- this.TbVisits.Controls.Add(this.TbxFindUser);
- this.TbVisits.Controls.Add(this.label7);
- this.TbVisits.Controls.Add(this.TabJournal);
- this.TbVisits.Controls.Add(this.BtnJournal);
- this.TbVisits.Controls.Add(this.DtpFiniteDate);
- this.TbVisits.Controls.Add(this.CmbSortDate);
- this.TbVisits.Controls.Add(this.PanelPeriod);
- this.TbVisits.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
- this.TbVisits.Location = new System.Drawing.Point(4, 30);
- this.TbVisits.Name = "TbVisits";
- this.TbVisits.Size = new System.Drawing.Size(723, 357);
- this.TbVisits.TabIndex = 3;
- this.TbVisits.Text = "tabPage1";
- //
- // PanelHeader
- //
- this.PanelHeader.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.PanelHeader.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
- this.PanelHeader.Controls.Add(this.RPanelTitleDate);
- this.PanelHeader.Controls.Add(this.RPanelTitleExit);
- this.PanelHeader.Controls.Add(this.RPanelTitleEntrance);
- this.PanelHeader.Controls.Add(this.RPanelForNameUser);
- this.PanelHeader.Location = new System.Drawing.Point(0, 49);
- this.PanelHeader.Name = "PanelHeader";
- this.PanelHeader.Size = new System.Drawing.Size(720, 32);
- this.PanelHeader.TabIndex = 8;
- //
- // RPanelTitleDate
- //
- this.RPanelTitleDate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.RPanelTitleDate.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(104)))), ((int)(((byte)(112)))));
- this.RPanelTitleDate.BackColorAdditional = System.Drawing.Color.Gray;
- this.RPanelTitleDate.BackColorGradientEnabled = false;
- this.RPanelTitleDate.BackColorGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
- this.RPanelTitleDate.BorderColor = System.Drawing.Color.Tomato;
- this.RPanelTitleDate.BorderColorEnabled = false;
- this.RPanelTitleDate.BorderColorOnHover = System.Drawing.Color.Tomato;
- this.RPanelTitleDate.BorderColorOnHoverEnabled = false;
- this.RPanelTitleDate.Controls.Add(this.label13);
- this.RPanelTitleDate.Cursor = System.Windows.Forms.Cursors.Default;
- this.RPanelTitleDate.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
- this.RPanelTitleDate.ForeColor = System.Drawing.Color.White;
- this.RPanelTitleDate.Location = new System.Drawing.Point(592, 3);
- this.RPanelTitleDate.Name = "RPanelTitleDate";
- this.RPanelTitleDate.RippleColor = System.Drawing.Color.Black;
- this.RPanelTitleDate.RoundingEnable = true;
- this.RPanelTitleDate.Size = new System.Drawing.Size(123, 25);
- this.RPanelTitleDate.TabIndex = 10;
- this.RPanelTitleDate.TextHover = null;
- this.RPanelTitleDate.UseDownPressEffectOnClick = false;
- this.RPanelTitleDate.UseRippleEffect = true;
- this.RPanelTitleDate.UseZoomEffectOnHover = false;
- //
- // label13
- //
- this.label13.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.label13.Location = new System.Drawing.Point(5, 0);
- this.label13.Name = "label13";
- this.label13.Size = new System.Drawing.Size(115, 25);
- this.label13.TabIndex = 0;
- this.label13.Text = "Дата";
- this.label13.TextAlign = System.Drawing.ContentAlignment.TopCenter;
- //
- // RPanelTitleExit
- //
- this.RPanelTitleExit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.RPanelTitleExit.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(104)))), ((int)(((byte)(112)))));
- this.RPanelTitleExit.BackColorAdditional = System.Drawing.Color.Gray;
- this.RPanelTitleExit.BackColorGradientEnabled = false;
- this.RPanelTitleExit.BackColorGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
- this.RPanelTitleExit.BorderColor = System.Drawing.Color.Tomato;
- this.RPanelTitleExit.BorderColorEnabled = false;
- this.RPanelTitleExit.BorderColorOnHover = System.Drawing.Color.Tomato;
- this.RPanelTitleExit.BorderColorOnHoverEnabled = false;
- this.RPanelTitleExit.Controls.Add(this.label12);
- this.RPanelTitleExit.Cursor = System.Windows.Forms.Cursors.Default;
- this.RPanelTitleExit.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
- this.RPanelTitleExit.ForeColor = System.Drawing.Color.White;
- this.RPanelTitleExit.Location = new System.Drawing.Point(486, 3);
- this.RPanelTitleExit.Name = "RPanelTitleExit";
- this.RPanelTitleExit.RippleColor = System.Drawing.Color.Black;
- this.RPanelTitleExit.RoundingEnable = true;
- this.RPanelTitleExit.Size = new System.Drawing.Size(105, 25);
- this.RPanelTitleExit.TabIndex = 10;
- this.RPanelTitleExit.TextHover = null;
- this.RPanelTitleExit.UseDownPressEffectOnClick = false;
- this.RPanelTitleExit.UseRippleEffect = true;
- this.RPanelTitleExit.UseZoomEffectOnHover = false;
- //
- // label12
- //
- this.label12.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.label12.Location = new System.Drawing.Point(5, 0);
- this.label12.Name = "label12";
- this.label12.Size = new System.Drawing.Size(97, 25);
- this.label12.TabIndex = 0;
- this.label12.Text = "Выход";
- this.label12.TextAlign = System.Drawing.ContentAlignment.TopCenter;
- //
- // RPanelTitleEntrance
- //
- this.RPanelTitleEntrance.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.RPanelTitleEntrance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(104)))), ((int)(((byte)(112)))));
- this.RPanelTitleEntrance.BackColorAdditional = System.Drawing.Color.Gray;
- this.RPanelTitleEntrance.BackColorGradientEnabled = false;
- this.RPanelTitleEntrance.BackColorGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
- this.RPanelTitleEntrance.BorderColor = System.Drawing.Color.Tomato;
- this.RPanelTitleEntrance.BorderColorEnabled = false;
- this.RPanelTitleEntrance.BorderColorOnHover = System.Drawing.Color.Tomato;
- this.RPanelTitleEntrance.BorderColorOnHoverEnabled = false;
- this.RPanelTitleEntrance.Controls.Add(this.label8);
- this.RPanelTitleEntrance.Cursor = System.Windows.Forms.Cursors.Default;
- this.RPanelTitleEntrance.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
- this.RPanelTitleEntrance.ForeColor = System.Drawing.Color.White;
- this.RPanelTitleEntrance.Location = new System.Drawing.Point(380, 3);
- this.RPanelTitleEntrance.Name = "RPanelTitleEntrance";
- this.RPanelTitleEntrance.RippleColor = System.Drawing.Color.Black;
- this.RPanelTitleEntrance.RoundingEnable = true;
- this.RPanelTitleEntrance.Size = new System.Drawing.Size(105, 25);
- this.RPanelTitleEntrance.TabIndex = 10;
- this.RPanelTitleEntrance.TextHover = null;
- this.RPanelTitleEntrance.UseDownPressEffectOnClick = false;
- this.RPanelTitleEntrance.UseRippleEffect = true;
- this.RPanelTitleEntrance.UseZoomEffectOnHover = false;
- //
- // label8
- //
- this.label8.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.label8.Location = new System.Drawing.Point(5, 0);
- this.label8.Name = "label8";
- this.label8.Size = new System.Drawing.Size(97, 25);
- this.label8.TabIndex = 0;
- this.label8.Text = "Вход";
- this.label8.TextAlign = System.Drawing.ContentAlignment.TopCenter;
- //
- // RPanelForNameUser
- //
- this.RPanelForNameUser.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.RPanelForNameUser.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(104)))), ((int)(((byte)(112)))));
- this.RPanelForNameUser.BackColorAdditional = System.Drawing.Color.Gray;
- this.RPanelForNameUser.BackColorGradientEnabled = false;
- this.RPanelForNameUser.BackColorGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
- this.RPanelForNameUser.BorderColor = System.Drawing.Color.Tomato;
- this.RPanelForNameUser.BorderColorEnabled = false;
- this.RPanelForNameUser.BorderColorOnHover = System.Drawing.Color.Tomato;
- this.RPanelForNameUser.BorderColorOnHoverEnabled = false;
- this.RPanelForNameUser.Controls.Add(this.LblTitleNameUser);
- this.RPanelForNameUser.Cursor = System.Windows.Forms.Cursors.Default;
- this.RPanelForNameUser.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
- this.RPanelForNameUser.ForeColor = System.Drawing.Color.White;
- this.RPanelForNameUser.Location = new System.Drawing.Point(3, 3);
- this.RPanelForNameUser.Name = "RPanelForNameUser";
- this.RPanelForNameUser.RippleColor = System.Drawing.Color.Black;
- this.RPanelForNameUser.RoundingEnable = true;
- this.RPanelForNameUser.Size = new System.Drawing.Size(376, 25);
- this.RPanelForNameUser.TabIndex = 9;
- this.RPanelForNameUser.TextHover = null;
- this.RPanelForNameUser.UseDownPressEffectOnClick = false;
- this.RPanelForNameUser.UseRippleEffect = true;
- this.RPanelForNameUser.UseZoomEffectOnHover = false;
- //
- // LblTitleNameUser
- //
- this.LblTitleNameUser.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.LblTitleNameUser.Location = new System.Drawing.Point(5, 0);
- this.LblTitleNameUser.Name = "LblTitleNameUser";
- this.LblTitleNameUser.Size = new System.Drawing.Size(368, 25);
- this.LblTitleNameUser.TabIndex = 0;
- this.LblTitleNameUser.Text = "Имя пользователя";
- this.LblTitleNameUser.TextAlign = System.Drawing.ContentAlignment.TopCenter;
- //
- // TbxFindUser
- //
- this.TbxFindUser.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
- this.TbxFindUser.Location = new System.Drawing.Point(143, 317);
- this.TbxFindUser.Name = "TbxFindUser";
- this.TbxFindUser.Size = new System.Drawing.Size(221, 29);
- this.TbxFindUser.TabIndex = 7;
- this.TbxFindUser.TextChanged += new System.EventHandler(this.TbxFindUser_TextChanged);
- //
- // label7
- //
- this.label7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
- this.label7.AutoSize = true;
- this.label7.Location = new System.Drawing.Point(9, 320);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(128, 21);
- this.label7.TabIndex = 6;
- this.label7.Text = "Поиск по ФИО:";
- //
- // TabJournal
- //
- this.TabJournal.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.TabJournal.AutoScroll = true;
- this.TabJournal.ColumnCount = 1;
- this.TabJournal.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
- this.TabJournal.Location = new System.Drawing.Point(0, 83);
- this.TabJournal.Name = "TabJournal";
- this.TabJournal.RowCount = 1;
- this.TabJournal.RowStyles.Add(new System.Windows.Forms.RowStyle());
- this.TabJournal.Size = new System.Drawing.Size(723, 230);
- this.TabJournal.TabIndex = 5;
- //
- // BtnJournal
- //
- this.BtnJournal.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.BtnJournal.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(136)))), ((int)(((byte)(144)))));
- this.BtnJournal.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
- this.BtnJournal.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(255)))), ((int)(((byte)(248)))));
- this.BtnJournal.Location = new System.Drawing.Point(434, 319);
- this.BtnJournal.Name = "BtnJournal";
- this.BtnJournal.Size = new System.Drawing.Size(281, 35);
- this.BtnJournal.TabIndex = 4;
- this.BtnJournal.Text = "Журнал нераспознанных";
- this.BtnJournal.UseVisualStyleBackColor = false;
- this.BtnJournal.Click += new System.EventHandler(this.BtnJournal_Click);
- //
- // DtpFiniteDate
- //
- this.DtpFiniteDate.Location = new System.Drawing.Point(182, 3);
- this.DtpFiniteDate.Name = "DtpFiniteDate";
- this.DtpFiniteDate.Size = new System.Drawing.Size(199, 29);
- this.DtpFiniteDate.TabIndex = 1;
- this.DtpFiniteDate.ValueChanged += new System.EventHandler(this.DtpFiniteDate_ValueChanged);
- //
- // CmbSortDate
- //
- this.CmbSortDate.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.CmbSortDate.FormattingEnabled = true;
- this.CmbSortDate.Items.AddRange(new object[] {
- "Дата",
- "Период"});
- this.CmbSortDate.Location = new System.Drawing.Point(8, 3);
- this.CmbSortDate.Name = "CmbSortDate";
- this.CmbSortDate.Size = new System.Drawing.Size(168, 29);
- this.CmbSortDate.TabIndex = 0;
- this.CmbSortDate.SelectedIndexChanged += new System.EventHandler(this.CmbSortDate_SelectedIndexChanged);
- //
- // PanelPeriod
- //
- this.PanelPeriod.Controls.Add(this.DtpDateEnd);
- this.PanelPeriod.Controls.Add(this.DtpDateStart);
- this.PanelPeriod.Controls.Add(this.label6);
- this.PanelPeriod.Controls.Add(this.label5);
- this.PanelPeriod.Location = new System.Drawing.Point(168, -8);
- this.PanelPeriod.Name = "PanelPeriod";
- this.PanelPeriod.Size = new System.Drawing.Size(488, 51);
- this.PanelPeriod.TabIndex = 3;
- //
- // DtpDateEnd
- //
- this.DtpDateEnd.Location = new System.Drawing.Point(279, 11);
- this.DtpDateEnd.Name = "DtpDateEnd";
- this.DtpDateEnd.Size = new System.Drawing.Size(199, 29);
- this.DtpDateEnd.TabIndex = 7;
- this.DtpDateEnd.ValueChanged += new System.EventHandler(this.DtpDateEnd_ValueChanged);
- //
- // DtpDateStart
- //
- this.DtpDateStart.Location = new System.Drawing.Point(36, 11);
- this.DtpDateStart.Name = "DtpDateStart";
- this.DtpDateStart.Size = new System.Drawing.Size(199, 29);
- this.DtpDateStart.TabIndex = 6;
- this.DtpDateStart.ValueChanged += new System.EventHandler(this.DtpDateStart_ValueChanged);
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.Location = new System.Drawing.Point(10, 17);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(20, 21);
- this.label6.TabIndex = 4;
- this.label6.Text = "С";
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Location = new System.Drawing.Point(241, 17);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(32, 21);
- this.label5.TabIndex = 5;
- this.label5.Text = "По";
- //
- // ImList
- //
- this.ImList.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
- this.ImList.ImageSize = new System.Drawing.Size(100, 100);
- this.ImList.TransparentColor = System.Drawing.Color.Transparent;
- //
- // TimerSaving
- //
- this.TimerSaving.Interval = 500;
- this.TimerSaving.Tick += new System.EventHandler(this.TimerSaving_Tick);
- //
- // TmAnim
- //
- this.TmAnim.Interval = 25;
- this.TmAnim.Tick += new System.EventHandler(this.TmAnim_Tick);
- //
- // FormMain
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
- this.ClientSize = new System.Drawing.Size(731, 464);
- this.Controls.Add(this.TabPages);
- this.Controls.Add(this.statusStrip1);
- this.Controls.Add(this.ToolsMenu);
- this.Controls.Add(this.menuStrip1);
- this.Font = new System.Drawing.Font("Segoe UI", 12F);
- this.HelpButton = true;
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.MainMenuStrip = this.menuStrip1;
- this.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
- this.MinimumSize = new System.Drawing.Size(747, 461);
- this.Name = "FormMain";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "ImpulseVision";
- this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormMain_FormClosing);
- this.Load += new System.EventHandler(this.FormMain_Load);
- this.menuStrip1.ResumeLayout(false);
- this.menuStrip1.PerformLayout();
- this.ToolsMenu.ResumeLayout(false);
- this.ToolsMenu.PerformLayout();
- this.statusStrip1.ResumeLayout(false);
- this.statusStrip1.PerformLayout();
- this.TabPages.ResumeLayout(false);
- this.TbUsers.ResumeLayout(false);
- this.RPanelUser.ResumeLayout(false);
- this.TbMain.ResumeLayout(false);
- this.TableLayoutWorks.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.PbxEther)).EndInit();
- this.panel1.ResumeLayout(false);
- this.RPanelForAddUser.ResumeLayout(false);
- this.TbSettings.ResumeLayout(false);
- this.TbSettings.PerformLayout();
- this.RPanelSettings.ResumeLayout(false);
- this.TbVisits.ResumeLayout(false);
- this.TbVisits.PerformLayout();
- this.PanelHeader.ResumeLayout(false);
- this.RPanelTitleDate.ResumeLayout(false);
- this.RPanelTitleExit.ResumeLayout(false);
- this.RPanelTitleEntrance.ResumeLayout(false);
- this.RPanelForNameUser.ResumeLayout(false);
- this.PanelPeriod.ResumeLayout(false);
- this.PanelPeriod.PerformLayout();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.MenuStrip menuStrip1;
- private System.Windows.Forms.ToolStripMenuItem MFile;
- private System.Windows.Forms.ToolStrip ToolsMenu;
- private System.Windows.Forms.ToolStripLabel TslSelCamText;
- private System.Windows.Forms.ToolStripComboBox CmbCams;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
- private System.Windows.Forms.ToolStripButton BtnAddUser;
- private System.Windows.Forms.ToolStripButton BtnEditUser;
- private System.Windows.Forms.StatusStrip statusStrip1;
- private System.Windows.Forms.ToolStripStatusLabel TslStatus;
- private System.Windows.Forms.ToolStripProgressBar ProgressOperation;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
- private System.Windows.Forms.ToolStripButton BtnDelUser;
- private System.Windows.Forms.ToolStripMenuItem MSettings;
- private System.Windows.Forms.ToolStripSeparator toolStripMenuItem2;
- private System.Windows.Forms.ToolStripMenuItem STools;
- private System.Windows.Forms.Timer TimerNewCam;
- private System.Windows.Forms.Timer TimerCheckTrain;
- private System.Windows.Forms.TabControl TabPages;
- private System.Windows.Forms.TabPage TbMain;
- private System.Windows.Forms.TableLayoutPanel TableLayoutWorks;
- private System.Windows.Forms.PictureBox PbxEther;
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Button BtnSave;
- private System.Windows.Forms.TabPage TbSettings;
- private System.Windows.Forms.ToolStripSeparator toolStripMenuItem3;
- private System.Windows.Forms.ToolStripMenuItem SHistory;
- private System.Windows.Forms.TabPage TbUsers;
- private System.Windows.Forms.Label LblTextSettings;
- private System.Windows.Forms.ImageList ImList;
- private System.Windows.Forms.Label label4;
- private EgoldsGoogleTextBox TbxLastname;
- private EgoldsToggleSwitch SwAutoLoad;
- private RPanel RPanelSettings;
- private RPanel RPanelUser;
- private RPanel RPanelForAddUser;
- private System.Windows.Forms.TableLayoutPanel TableUsers;
- private System.Windows.Forms.ToolStripButton BtnInfoTraffic;
- private EgoldsToggleSwitch SwPositionWindow;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label label2;
- private EgoldsGoogleTextBox TbxPasportNum;
- private EgoldsGoogleTextBox TbxPasportSeria;
- private EgoldsGoogleTextBox TbxPatronymic;
- private EgoldsGoogleTextBox TbxFirstname;
- public System.Windows.Forms.Timer TimerSaving;
- private EgoldsGoogleTextBox TbxPhone;
- private System.Windows.Forms.TabPage TbVisits;
- private System.Windows.Forms.DateTimePicker DtpFiniteDate;
- private System.Windows.Forms.ComboBox CmbSortDate;
- private System.Windows.Forms.Panel PanelPeriod;
- private System.Windows.Forms.DateTimePicker DtpDateEnd;
- private System.Windows.Forms.DateTimePicker DtpDateStart;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.Timer TmAnim;
- private System.Windows.Forms.Button BtnJournal;
- private System.Windows.Forms.TableLayoutPanel TabJournal;
- private System.Windows.Forms.TextBox TbxFindUser;
- private System.Windows.Forms.Label label7;
- private System.Windows.Forms.Panel PanelHeader;
- private System.Windows.Forms.Label LblTitleNameUser;
- private RPanel RPanelForNameUser;
- private RPanel RPanelTitleDate;
- private System.Windows.Forms.Label label13;
- private RPanel RPanelTitleExit;
- private System.Windows.Forms.Label label12;
- private RPanel RPanelTitleEntrance;
- private System.Windows.Forms.Label label8;
- }
- }
|