namespace ImpulseVision { partial class FormMain { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// 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.ProgressTrain = 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.ImList = new System.Windows.Forms.ImageList(this.components); this.TimerSaving = 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.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.ProgressTrain}); 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 = "Готов"; // // ProgressTrain // this.ProgressTrain.Name = "ProgressTrain"; this.ProgressTrain.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.White; 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(8, 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(707, 291); 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.White; 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.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"; this.TbVisits.UseVisualStyleBackColor = true; // // 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); // // 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.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 ProgressTrain; 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; } }