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.MExit = 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.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
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.TbPage = 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.RPanelForAddUser = new ImpulseVision.RPanel();
this.label1 = new System.Windows.Forms.Label();
this.TbxName = new ImpulseVision.EgoldsGoogleTextBox();
this.BtnSave = new System.Windows.Forms.Button();
this.TbSettings = new System.Windows.Forms.TabPage();
this.RPanelSettings = new ImpulseVision.RPanel();
this.LblTextSettings = new System.Windows.Forms.Label();
this.SwAutoLoad = new ImpulseVision.EgoldsToggleSwitch();
this.ImList = new System.Windows.Forms.ImageList(this.components);
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.SwPositionWindow = new ImpulseVision.EgoldsToggleSwitch();
this.label5 = new System.Windows.Forms.Label();
this.NumCountSavePicture = new System.Windows.Forms.NumericUpDown();
this.menuStrip1.SuspendLayout();
this.ToolsMenu.SuspendLayout();
this.statusStrip1.SuspendLayout();
this.TbPage.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();
((System.ComponentModel.ISupportInitialize)(this.NumCountSavePicture)).BeginInit();
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.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.MExit});
this.MFile.Name = "MFile";
this.MFile.Size = new System.Drawing.Size(48, 20);
this.MFile.Text = "Файл";
//
// MExit
//
this.MExit.Name = "MExit";
this.MExit.Size = new System.Drawing.Size(109, 22);
this.MExit.Text = "Выход";
this.MExit.Click += new System.EventHandler(this.MExit_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.toolStripSeparator3,
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.White;
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.BtnOn_Click);
//
// BtnEditUser
//
this.BtnEditUser.BackColor = System.Drawing.Color.White;
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.BtnOff_Click);
//
// toolStripSeparator2
//
this.toolStripSeparator2.Name = "toolStripSeparator2";
this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
//
// BtnDelUser
//
this.BtnDelUser.BackColor = System.Drawing.Color.White;
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.BtnAdd_Click);
//
// toolStripSeparator3
//
this.toolStripSeparator3.Name = "toolStripSeparator3";
this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
//
// BtnInfoTraffic
//
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(183, 22);
this.BtnInfoTraffic.Text = "Информация о посещениях";
//
// statusStrip1
//
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.TslStatus,
this.ProgressTrain});
this.statusStrip1.Location = new System.Drawing.Point(0, 368);
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;
this.TimerCheckTrain.Tick += new System.EventHandler(this.TimerCheckTrain_Tick);
//
// TbPage
//
this.TbPage.Controls.Add(this.TbUsers);
this.TbPage.Controls.Add(this.TbMain);
this.TbPage.Controls.Add(this.TbSettings);
this.TbPage.Dock = System.Windows.Forms.DockStyle.Fill;
this.TbPage.Location = new System.Drawing.Point(0, 49);
this.TbPage.Name = "TbPage";
this.TbPage.SelectedIndex = 0;
this.TbPage.Size = new System.Drawing.Size(731, 319);
this.TbPage.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, 285);
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, 251);
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, 285);
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, 279);
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, 273);
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.RPanelForAddUser);
this.panel1.Controls.Add(this.TbxName);
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, 273);
this.panel1.TabIndex = 0;
//
// 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;
//
// TbxName
//
this.TbxName.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
this.TbxName.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(137)))), ((int)(((byte)(60)))), ((int)(((byte)(143)))));
this.TbxName.BorderColorNotActive = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(136)))), ((int)(((byte)(144)))));
this.TbxName.Cursor = System.Windows.Forms.Cursors.IBeam;
this.TbxName.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
this.TbxName.FontTextPreview = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
this.TbxName.ForeColor = System.Drawing.Color.Black;
this.TbxName.Location = new System.Drawing.Point(7, 28);
this.TbxName.Name = "TbxName";
this.TbxName.SelectionStart = 0;
this.TbxName.Size = new System.Drawing.Size(236, 40);
this.TbxName.TabIndex = 4;
this.TbxName.TextInput = "";
this.TbxName.TextPreview = "Имя пользователя";
this.TbxName.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, 74);
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.NumCountSavePicture);
this.TbSettings.Controls.Add(this.label5);
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.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, 285);
this.TbSettings.TabIndex = 1;
this.TbSettings.Text = "tabPage2";
//
// 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(356, 50);
this.SwAutoLoad.Name = "SwAutoLoad";
this.SwAutoLoad.Size = new System.Drawing.Size(43, 15);
this.SwAutoLoad.TabIndex = 1;
this.SwAutoLoad.TextOnChecked = "";
//
// 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;
//
// 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(311, 21);
this.label2.TabIndex = 3;
this.label2.Text = "Запускать приложение вместе с системой";
//
// 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(332, 21);
this.label3.TabIndex = 4;
this.label3.Text = "Сохранять положение окна при перезапуске";
//
// 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(356, 87);
this.SwPositionWindow.Name = "SwPositionWindow";
this.SwPositionWindow.Size = new System.Drawing.Size(43, 15);
this.SwPositionWindow.TabIndex = 5;
this.SwPositionWindow.TextOnChecked = "";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(8, 118);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(293, 21);
this.label5.TabIndex = 6;
this.label5.Text = "Количество сохраняемых изображений";
//
// NumCountSavePicture
//
this.NumCountSavePicture.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.NumCountSavePicture.Location = new System.Drawing.Point(356, 116);
this.NumCountSavePicture.Name = "NumCountSavePicture";
this.NumCountSavePicture.ReadOnly = true;
this.NumCountSavePicture.Size = new System.Drawing.Size(79, 29);
this.NumCountSavePicture.TabIndex = 7;
this.NumCountSavePicture.Value = new decimal(new int[] {
30,
0,
0,
0});
//
// 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, 392);
this.Controls.Add(this.TbPage);
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.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(623, 401);
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.TbPage.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);
((System.ComponentModel.ISupportInitialize)(this.NumCountSavePicture)).EndInit();
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.ToolStripSeparator toolStripSeparator3;
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 TbPage;
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 TbxName;
private EgoldsToggleSwitch SwAutoLoad;
private RPanel RPanelSettings;
private RPanel RPanelUser;
private RPanel RPanelForAddUser;
private System.Windows.Forms.TableLayoutPanel TableUsers;
private System.Windows.Forms.ToolStripMenuItem MExit;
private System.Windows.Forms.ToolStripButton BtnInfoTraffic;
private EgoldsToggleSwitch SwPositionWindow;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.NumericUpDown NumCountSavePicture;
private System.Windows.Forms.Label label5;
}
}