123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644 |
- 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.SOn = new System.Windows.Forms.ToolStripMenuItem();
- this.SOff = new System.Windows.Forms.ToolStripMenuItem();
- this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
- this.SAdd = new System.Windows.Forms.ToolStripMenuItem();
- this.SCheck = 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.SUsers = new System.Windows.Forms.ToolStripMenuItem();
- this.ToolsMenu = new System.Windows.Forms.ToolStrip();
- this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
- this.CmbCams = new System.Windows.Forms.ToolStripComboBox();
- this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
- this.BtnOn = new System.Windows.Forms.ToolStripButton();
- this.BtnOff = new System.Windows.Forms.ToolStripButton();
- this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
- this.BtnAdd = new System.Windows.Forms.ToolStripButton();
- this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
- this.BtnCheck = new System.Windows.Forms.ToolStripButton();
- this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
- this.BtnMain = new System.Windows.Forms.ToolStripButton();
- this.BtnUsers = new System.Windows.Forms.ToolStripButton();
- this.BtnHistory = 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.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.TbxName = new ImpulseVision.EgoldsGoogleTextBox();
- this.label1 = new System.Windows.Forms.Label();
- this.BtnSave = new System.Windows.Forms.Button();
- this.TbSettings = new System.Windows.Forms.TabPage();
- this.label3 = new System.Windows.Forms.Label();
- this.TbUsers = new System.Windows.Forms.TabPage();
- this.label4 = new System.Windows.Forms.Label();
- this.LswView = new System.Windows.Forms.ListView();
- this.ImList = new System.Windows.Forms.ImageList(this.components);
- this.SwSavePositionForm = new ImpulseVision.EgoldsToggleSwitch();
- this.menuStrip1.SuspendLayout();
- this.ToolsMenu.SuspendLayout();
- this.statusStrip1.SuspendLayout();
- this.TbPage.SuspendLayout();
- this.TbMain.SuspendLayout();
- this.TableLayoutWorks.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.PbxEther)).BeginInit();
- this.panel1.SuspendLayout();
- this.TbSettings.SuspendLayout();
- this.TbUsers.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(48, 20);
- this.MFile.Text = "Файл";
- //
- // MSettings
- //
- this.MSettings.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.SOn,
- this.SOff,
- this.toolStripMenuItem1,
- this.SAdd,
- this.SCheck,
- this.toolStripMenuItem2,
- this.STools,
- this.toolStripMenuItem3,
- this.SHistory,
- this.SUsers});
- this.MSettings.Name = "MSettings";
- this.MSettings.Size = new System.Drawing.Size(83, 20);
- this.MSettings.Text = "Параметры";
- //
- // SOn
- //
- this.SOn.Image = global::ImpulseVision.Properties.Resources._9042786_on_rounded_icon;
- this.SOn.Name = "SOn";
- this.SOn.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
- | System.Windows.Forms.Keys.O)));
- this.SOn.Size = new System.Drawing.Size(226, 22);
- this.SOn.Text = "Включить";
- this.SOn.Click += new System.EventHandler(this.BtnOn_Click);
- //
- // SOff
- //
- this.SOff.Image = global::ImpulseVision.Properties.Resources._9042863_off_rounded_icon;
- this.SOff.Name = "SOff";
- this.SOff.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
- | System.Windows.Forms.Keys.E)));
- this.SOff.Size = new System.Drawing.Size(226, 22);
- this.SOff.Text = "Выключить";
- this.SOff.Click += new System.EventHandler(this.BtnOff_Click);
- //
- // toolStripMenuItem1
- //
- this.toolStripMenuItem1.Name = "toolStripMenuItem1";
- this.toolStripMenuItem1.Size = new System.Drawing.Size(223, 6);
- //
- // SAdd
- //
- this.SAdd.Image = global::ImpulseVision.Properties.Resources._392530_add_create_cross_new_plus_icon;
- this.SAdd.Name = "SAdd";
- this.SAdd.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
- | System.Windows.Forms.Keys.A)));
- this.SAdd.Size = new System.Drawing.Size(226, 22);
- this.SAdd.Text = "Добавить";
- this.SAdd.Click += new System.EventHandler(this.BtnAdd_Click);
- //
- // SCheck
- //
- this.SCheck.Image = global::ImpulseVision.Properties.Resources._8666656_check_circle_icon;
- this.SCheck.Name = "SCheck";
- this.SCheck.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
- | System.Windows.Forms.Keys.C)));
- this.SCheck.Size = new System.Drawing.Size(226, 22);
- this.SCheck.Text = "Проверить";
- this.SCheck.Click += new System.EventHandler(this.BtnCheck_Click);
- //
- // toolStripMenuItem2
- //
- this.toolStripMenuItem2.Name = "toolStripMenuItem2";
- this.toolStripMenuItem2.Size = new System.Drawing.Size(223, 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(226, 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(223, 6);
- //
- // SHistory
- //
- this.SHistory.Name = "SHistory";
- this.SHistory.Size = new System.Drawing.Size(226, 22);
- this.SHistory.Text = "История посещений";
- //
- // SUsers
- //
- this.SUsers.Name = "SUsers";
- this.SUsers.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
- | System.Windows.Forms.Keys.U)));
- this.SUsers.Size = new System.Drawing.Size(226, 22);
- this.SUsers.Text = "Пользователи";
- this.SUsers.Click += new System.EventHandler(this.SUsers_Click);
- //
- // ToolsMenu
- //
- this.ToolsMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.toolStripLabel1,
- this.CmbCams,
- this.toolStripSeparator1,
- this.BtnOn,
- this.BtnOff,
- this.toolStripSeparator2,
- this.BtnAdd,
- this.toolStripSeparator3,
- this.BtnCheck,
- this.toolStripSeparator4,
- this.BtnMain,
- this.BtnUsers,
- this.BtnHistory});
- 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";
- //
- // toolStripLabel1
- //
- this.toolStripLabel1.Name = "toolStripLabel1";
- this.toolStripLabel1.Size = new System.Drawing.Size(51, 22);
- this.toolStripLabel1.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);
- //
- // BtnOn
- //
- this.BtnOn.BackColor = System.Drawing.Color.White;
- this.BtnOn.Image = global::ImpulseVision.Properties.Resources._9042786_on_rounded_icon;
- this.BtnOn.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.BtnOn.Name = "BtnOn";
- this.BtnOn.Size = new System.Drawing.Size(82, 22);
- this.BtnOn.Text = "Включить";
- this.BtnOn.Click += new System.EventHandler(this.BtnOn_Click);
- //
- // BtnOff
- //
- this.BtnOff.BackColor = System.Drawing.Color.White;
- this.BtnOff.Image = global::ImpulseVision.Properties.Resources._9042863_off_rounded_icon;
- this.BtnOff.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.BtnOff.Name = "BtnOff";
- this.BtnOff.Size = new System.Drawing.Size(91, 22);
- this.BtnOff.Text = "Выключить";
- this.BtnOff.Click += new System.EventHandler(this.BtnOff_Click);
- //
- // toolStripSeparator2
- //
- this.toolStripSeparator2.Name = "toolStripSeparator2";
- this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
- //
- // BtnAdd
- //
- this.BtnAdd.BackColor = System.Drawing.Color.White;
- this.BtnAdd.Image = global::ImpulseVision.Properties.Resources._392530_add_create_cross_new_plus_icon;
- this.BtnAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.BtnAdd.Name = "BtnAdd";
- this.BtnAdd.Size = new System.Drawing.Size(79, 22);
- this.BtnAdd.Text = "Добавить";
- this.BtnAdd.Click += new System.EventHandler(this.BtnAdd_Click);
- //
- // toolStripSeparator3
- //
- this.toolStripSeparator3.Name = "toolStripSeparator3";
- this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
- //
- // BtnCheck
- //
- this.BtnCheck.BackColor = System.Drawing.Color.White;
- this.BtnCheck.Image = global::ImpulseVision.Properties.Resources._8666656_check_circle_icon;
- this.BtnCheck.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.BtnCheck.Name = "BtnCheck";
- this.BtnCheck.Size = new System.Drawing.Size(87, 22);
- this.BtnCheck.Text = "Проверить";
- this.BtnCheck.Click += new System.EventHandler(this.BtnCheck_Click);
- //
- // toolStripSeparator4
- //
- this.toolStripSeparator4.Name = "toolStripSeparator4";
- this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
- //
- // BtnMain
- //
- this.BtnMain.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.BtnMain.Image = ((System.Drawing.Image)(resources.GetObject("BtnMain.Image")));
- this.BtnMain.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.BtnMain.Name = "BtnMain";
- this.BtnMain.Size = new System.Drawing.Size(23, 22);
- this.BtnMain.Text = "toolStripButton1";
- //
- // BtnUsers
- //
- this.BtnUsers.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.BtnUsers.Image = ((System.Drawing.Image)(resources.GetObject("BtnUsers.Image")));
- this.BtnUsers.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.BtnUsers.Name = "BtnUsers";
- this.BtnUsers.Size = new System.Drawing.Size(23, 22);
- this.BtnUsers.Text = "toolStripButton2";
- //
- // BtnHistory
- //
- this.BtnHistory.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.BtnHistory.Image = ((System.Drawing.Image)(resources.GetObject("BtnHistory.Image")));
- this.BtnHistory.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.BtnHistory.Name = "BtnHistory";
- this.BtnHistory.Size = new System.Drawing.Size(23, 22);
- this.BtnHistory.Text = "toolStripButton3";
- //
- // 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.TbMain);
- this.TbPage.Controls.Add(this.TbSettings);
- this.TbPage.Controls.Add(this.TbUsers);
- 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;
- //
- // 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.TbxName);
- this.panel1.Controls.Add(this.label1);
- 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;
- //
- // 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;
- //
- // label1
- //
- this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(227)))), ((int)(((byte)(222)))));
- this.label1.Dock = System.Windows.Forms.DockStyle.Top;
- 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.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(45)))), ((int)(((byte)(66)))));
- this.label1.Location = new System.Drawing.Point(0, 0);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(250, 25);
- this.label1.TabIndex = 0;
- this.label1.Text = "Добавление пользователя:";
- //
- // 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.SwSavePositionForm);
- this.TbSettings.Controls.Add(this.label3);
- 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";
- //
- // label3
- //
- this.label3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(227)))), ((int)(((byte)(222)))));
- this.label3.Dock = System.Windows.Forms.DockStyle.Top;
- this.label3.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
- this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(45)))), ((int)(((byte)(66)))));
- this.label3.Location = new System.Drawing.Point(3, 3);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(717, 24);
- this.label3.TabIndex = 0;
- this.label3.Text = "<Настройки>";
- this.label3.TextAlign = System.Drawing.ContentAlignment.TopCenter;
- //
- // TbUsers
- //
- this.TbUsers.BackColor = System.Drawing.Color.White;
- this.TbUsers.Controls.Add(this.label4);
- this.TbUsers.Controls.Add(this.LswView);
- 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";
- //
- // label4
- //
- this.label4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(227)))), ((int)(((byte)(222)))));
- this.label4.Dock = System.Windows.Forms.DockStyle.Top;
- this.label4.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
- this.label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(45)))), ((int)(((byte)(66)))));
- this.label4.Location = new System.Drawing.Point(0, 0);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(723, 24);
- this.label4.TabIndex = 5;
- this.label4.Text = "<Пользователи>";
- this.label4.TextAlign = System.Drawing.ContentAlignment.TopCenter;
- //
- // LswView
- //
- this.LswView.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.LswView.BorderStyle = System.Windows.Forms.BorderStyle.None;
- this.LswView.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
- this.LswView.HideSelection = false;
- this.LswView.LabelEdit = true;
- this.LswView.LargeImageList = this.ImList;
- this.LswView.Location = new System.Drawing.Point(0, 27);
- this.LswView.Name = "LswView";
- this.LswView.Size = new System.Drawing.Size(723, 258);
- this.LswView.TabIndex = 3;
- this.LswView.UseCompatibleStateImageBehavior = false;
- //
- // 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;
- //
- // SwSavePositionForm
- //
- this.SwSavePositionForm.BackColor = System.Drawing.Color.White;
- this.SwSavePositionForm.BackColorOFF = System.Drawing.Color.Silver;
- this.SwSavePositionForm.BackColorON = System.Drawing.Color.LimeGreen;
- this.SwSavePositionForm.Checked = false;
- this.SwSavePositionForm.Cursor = System.Windows.Forms.Cursors.Hand;
- this.SwSavePositionForm.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
- this.SwSavePositionForm.Location = new System.Drawing.Point(174, 92);
- this.SwSavePositionForm.Name = "SwSavePositionForm";
- this.SwSavePositionForm.Size = new System.Drawing.Size(43, 15);
- this.SwSavePositionForm.TabIndex = 1;
- this.SwSavePositionForm.TextOnChecked = "";
- //
- // 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.TbMain.ResumeLayout(false);
- this.TableLayoutWorks.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.PbxEther)).EndInit();
- this.panel1.ResumeLayout(false);
- this.TbSettings.ResumeLayout(false);
- this.TbUsers.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 toolStripLabel1;
- private System.Windows.Forms.ToolStripComboBox CmbCams;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
- private System.Windows.Forms.ToolStripButton BtnOn;
- private System.Windows.Forms.ToolStripButton BtnOff;
- 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 BtnAdd;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
- private System.Windows.Forms.ToolStripButton BtnCheck;
- private System.Windows.Forms.ToolStripMenuItem MSettings;
- private System.Windows.Forms.ToolStripMenuItem SOn;
- private System.Windows.Forms.ToolStripMenuItem SOff;
- private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
- private System.Windows.Forms.ToolStripMenuItem SAdd;
- private System.Windows.Forms.ToolStripMenuItem SCheck;
- 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.ToolStripMenuItem SUsers;
- private System.Windows.Forms.TabPage TbUsers;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.ImageList ImList;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.ListView LswView;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
- private System.Windows.Forms.ToolStripButton BtnMain;
- private System.Windows.Forms.ToolStripButton BtnUsers;
- private System.Windows.Forms.ToolStripButton BtnHistory;
- private EgoldsGoogleTextBox TbxName;
- private EgoldsToggleSwitch SwSavePositionForm;
- }
- }
|