123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761 |
- namespace T_FaceRecognizer
- {
- 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()
- {
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMain));
- this.PbxFaces = new System.Windows.Forms.PictureBox();
- this.BtnAdd = new System.Windows.Forms.Button();
- this.PanelMenu = new System.Windows.Forms.Panel();
- this.PanSettings = new System.Windows.Forms.Panel();
- this.BtnSettings = new System.Windows.Forms.Button();
- this.pictureBox4 = new System.Windows.Forms.PictureBox();
- this.PanJournal = new System.Windows.Forms.Panel();
- this.BtnJournal = new System.Windows.Forms.Button();
- this.pictureBox3 = new System.Windows.Forms.PictureBox();
- this.PanIdentification = new System.Windows.Forms.Panel();
- this.BtnIdent = new System.Windows.Forms.Button();
- this.pictureBox2 = new System.Windows.Forms.PictureBox();
- this.PanAdd = new System.Windows.Forms.Panel();
- this.BtnAddUser = new System.Windows.Forms.Button();
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
- this.PanHome = new System.Windows.Forms.Panel();
- this.BtnMain = new System.Windows.Forms.Button();
- this.PbxLogoHome = new System.Windows.Forms.PictureBox();
- this.PbxMenu = new System.Windows.Forms.PictureBox();
- this.TabPages = new System.Windows.Forms.TabControl();
- this.tabPage1 = new System.Windows.Forms.TabPage();
- this.label5 = new System.Windows.Forms.Label();
- this.label4 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.label1 = new System.Windows.Forms.Label();
- this.TbxMaskSnils = new System.Windows.Forms.MaskedTextBox();
- this.TbxMaskPhone = new System.Windows.Forms.MaskedTextBox();
- this.TbxPatronymic = new System.Windows.Forms.TextBox();
- this.TbxName = new System.Windows.Forms.TextBox();
- this.TbxLastname = new System.Windows.Forms.TextBox();
- this.tabPage2 = new System.Windows.Forms.TabPage();
- this.BtnIn = new System.Windows.Forms.Button();
- this.BtnOut = new System.Windows.Forms.Button();
- this.PbxIdentification = new System.Windows.Forms.PictureBox();
- this.tabPage3 = new System.Windows.Forms.TabPage();
- this.DgbJournal = new System.Windows.Forms.DataGridView();
- this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.tabPage4 = new System.Windows.Forms.TabPage();
- this.label7 = new System.Windows.Forms.Label();
- this.tabPage5 = new System.Windows.Forms.TabPage();
- this.label6 = new System.Windows.Forms.Label();
- this.SplitContainer = new System.Windows.Forms.SplitContainer();
- ((System.ComponentModel.ISupportInitialize)(this.PbxFaces)).BeginInit();
- this.PanelMenu.SuspendLayout();
- this.PanSettings.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
- this.PanJournal.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
- this.PanIdentification.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
- this.PanAdd.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
- this.PanHome.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.PbxLogoHome)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.PbxMenu)).BeginInit();
- this.TabPages.SuspendLayout();
- this.tabPage1.SuspendLayout();
- this.tabPage2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.PbxIdentification)).BeginInit();
- this.tabPage3.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.DgbJournal)).BeginInit();
- this.tabPage4.SuspendLayout();
- this.tabPage5.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.SplitContainer)).BeginInit();
- this.SplitContainer.Panel1.SuspendLayout();
- this.SplitContainer.Panel2.SuspendLayout();
- this.SplitContainer.SuspendLayout();
- this.SuspendLayout();
- //
- // PbxFaces
- //
- this.PbxFaces.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.PbxFaces.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(102)))), ((int)(((byte)(110)))));
- this.PbxFaces.Location = new System.Drawing.Point(4, 5);
- this.PbxFaces.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.PbxFaces.Name = "PbxFaces";
- this.PbxFaces.Size = new System.Drawing.Size(188, 345);
- this.PbxFaces.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.PbxFaces.TabIndex = 0;
- this.PbxFaces.TabStop = false;
- //
- // BtnAdd
- //
- this.BtnAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.BtnAdd.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(166)))), ((int)(((byte)(64)))));
- this.BtnAdd.ForeColor = System.Drawing.Color.White;
- this.BtnAdd.Location = new System.Drawing.Point(200, 291);
- this.BtnAdd.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.BtnAdd.Name = "BtnAdd";
- this.BtnAdd.Size = new System.Drawing.Size(220, 37);
- this.BtnAdd.TabIndex = 1;
- this.BtnAdd.Text = "Добавить пользователя";
- this.BtnAdd.UseVisualStyleBackColor = false;
- this.BtnAdd.Click += new System.EventHandler(this.BtnAdd_Click);
- //
- // PanelMenu
- //
- this.PanelMenu.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(206)))), ((int)(((byte)(208)))), ((int)(((byte)(223)))));
- this.PanelMenu.Controls.Add(this.PanSettings);
- this.PanelMenu.Controls.Add(this.PanJournal);
- this.PanelMenu.Controls.Add(this.PanIdentification);
- this.PanelMenu.Controls.Add(this.PanAdd);
- this.PanelMenu.Controls.Add(this.PanHome);
- this.PanelMenu.Controls.Add(this.PbxMenu);
- this.PanelMenu.Dock = System.Windows.Forms.DockStyle.Fill;
- this.PanelMenu.Location = new System.Drawing.Point(0, 0);
- this.PanelMenu.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.PanelMenu.Name = "PanelMenu";
- this.PanelMenu.Size = new System.Drawing.Size(248, 389);
- this.PanelMenu.TabIndex = 3;
- this.PanelMenu.Paint += new System.Windows.Forms.PaintEventHandler(this.PanelMenu_Paint);
- //
- // PanSettings
- //
- this.PanSettings.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.PanSettings.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(166)))), ((int)(((byte)(64)))));
- this.PanSettings.Controls.Add(this.BtnSettings);
- this.PanSettings.Controls.Add(this.pictureBox4);
- this.PanSettings.Location = new System.Drawing.Point(4, 246);
- this.PanSettings.Name = "PanSettings";
- this.PanSettings.Size = new System.Drawing.Size(241, 35);
- this.PanSettings.TabIndex = 3;
- //
- // BtnSettings
- //
- this.BtnSettings.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(166)))), ((int)(((byte)(64)))));
- this.BtnSettings.Dock = System.Windows.Forms.DockStyle.Fill;
- this.BtnSettings.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.BtnSettings.ForeColor = System.Drawing.Color.White;
- this.BtnSettings.Location = new System.Drawing.Point(41, 0);
- this.BtnSettings.Name = "BtnSettings";
- this.BtnSettings.Size = new System.Drawing.Size(200, 35);
- this.BtnSettings.TabIndex = 1;
- this.BtnSettings.Text = "Настройки";
- this.BtnSettings.UseVisualStyleBackColor = false;
- this.BtnSettings.Click += new System.EventHandler(this.BtnSettings_Click);
- //
- // pictureBox4
- //
- this.pictureBox4.Dock = System.Windows.Forms.DockStyle.Left;
- this.pictureBox4.Image = global::T_FaceRecognizer.Properties.Resources.settingscog_87317;
- this.pictureBox4.Location = new System.Drawing.Point(0, 0);
- this.pictureBox4.Name = "pictureBox4";
- this.pictureBox4.Size = new System.Drawing.Size(41, 35);
- this.pictureBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.pictureBox4.TabIndex = 0;
- this.pictureBox4.TabStop = false;
- this.pictureBox4.Click += new System.EventHandler(this.BtnSettings_Click);
- //
- // PanJournal
- //
- this.PanJournal.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.PanJournal.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(166)))), ((int)(((byte)(64)))));
- this.PanJournal.Controls.Add(this.BtnJournal);
- this.PanJournal.Controls.Add(this.pictureBox3);
- this.PanJournal.Location = new System.Drawing.Point(4, 205);
- this.PanJournal.Name = "PanJournal";
- this.PanJournal.Size = new System.Drawing.Size(241, 35);
- this.PanJournal.TabIndex = 3;
- //
- // BtnJournal
- //
- this.BtnJournal.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(166)))), ((int)(((byte)(64)))));
- this.BtnJournal.Dock = System.Windows.Forms.DockStyle.Fill;
- this.BtnJournal.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.BtnJournal.ForeColor = System.Drawing.Color.White;
- this.BtnJournal.Location = new System.Drawing.Point(41, 0);
- this.BtnJournal.Name = "BtnJournal";
- this.BtnJournal.Size = new System.Drawing.Size(200, 35);
- this.BtnJournal.TabIndex = 1;
- this.BtnJournal.Text = "Журнал";
- this.BtnJournal.UseVisualStyleBackColor = false;
- this.BtnJournal.Click += new System.EventHandler(this.BtnJournal_Click);
- //
- // pictureBox3
- //
- this.pictureBox3.Dock = System.Windows.Forms.DockStyle.Left;
- this.pictureBox3.Image = global::T_FaceRecognizer.Properties.Resources.journal_text_icon_160013;
- this.pictureBox3.Location = new System.Drawing.Point(0, 0);
- this.pictureBox3.Name = "pictureBox3";
- this.pictureBox3.Size = new System.Drawing.Size(41, 35);
- this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.pictureBox3.TabIndex = 0;
- this.pictureBox3.TabStop = false;
- this.pictureBox3.Click += new System.EventHandler(this.BtnJournal_Click);
- //
- // PanIdentification
- //
- this.PanIdentification.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.PanIdentification.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(166)))), ((int)(((byte)(64)))));
- this.PanIdentification.Controls.Add(this.BtnIdent);
- this.PanIdentification.Controls.Add(this.pictureBox2);
- this.PanIdentification.Location = new System.Drawing.Point(4, 164);
- this.PanIdentification.Name = "PanIdentification";
- this.PanIdentification.Size = new System.Drawing.Size(241, 35);
- this.PanIdentification.TabIndex = 3;
- //
- // BtnIdent
- //
- this.BtnIdent.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(166)))), ((int)(((byte)(64)))));
- this.BtnIdent.Dock = System.Windows.Forms.DockStyle.Fill;
- this.BtnIdent.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.BtnIdent.ForeColor = System.Drawing.Color.White;
- this.BtnIdent.Location = new System.Drawing.Point(41, 0);
- this.BtnIdent.Name = "BtnIdent";
- this.BtnIdent.Size = new System.Drawing.Size(200, 35);
- this.BtnIdent.TabIndex = 1;
- this.BtnIdent.Text = "Идентификация";
- this.BtnIdent.UseVisualStyleBackColor = false;
- this.BtnIdent.Click += new System.EventHandler(this.BtnIdent_Click);
- //
- // pictureBox2
- //
- this.pictureBox2.Dock = System.Windows.Forms.DockStyle.Left;
- this.pictureBox2.Image = global::T_FaceRecognizer.Properties.Resources.explorationoffacerecognition_facescanning_exploraciondereconocimientoderostro_4589;
- this.pictureBox2.Location = new System.Drawing.Point(0, 0);
- this.pictureBox2.Name = "pictureBox2";
- this.pictureBox2.Size = new System.Drawing.Size(41, 35);
- this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.pictureBox2.TabIndex = 0;
- this.pictureBox2.TabStop = false;
- this.pictureBox2.Click += new System.EventHandler(this.BtnIdent_Click);
- //
- // PanAdd
- //
- this.PanAdd.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.PanAdd.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(166)))), ((int)(((byte)(64)))));
- this.PanAdd.Controls.Add(this.BtnAddUser);
- this.PanAdd.Controls.Add(this.pictureBox1);
- this.PanAdd.Location = new System.Drawing.Point(3, 123);
- this.PanAdd.Name = "PanAdd";
- this.PanAdd.Size = new System.Drawing.Size(241, 35);
- this.PanAdd.TabIndex = 2;
- //
- // BtnAddUser
- //
- this.BtnAddUser.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(166)))), ((int)(((byte)(64)))));
- this.BtnAddUser.Dock = System.Windows.Forms.DockStyle.Fill;
- this.BtnAddUser.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.BtnAddUser.ForeColor = System.Drawing.Color.White;
- this.BtnAddUser.Location = new System.Drawing.Point(41, 0);
- this.BtnAddUser.Name = "BtnAddUser";
- this.BtnAddUser.Size = new System.Drawing.Size(200, 35);
- this.BtnAddUser.TabIndex = 1;
- this.BtnAddUser.Text = "Добавить";
- this.BtnAddUser.UseVisualStyleBackColor = false;
- this.BtnAddUser.Click += new System.EventHandler(this.BtnAddUser_Click);
- //
- // pictureBox1
- //
- this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Left;
- this.pictureBox1.Image = global::T_FaceRecognizer.Properties.Resources.add_circle_create_expand_new_plus_icon_123218;
- this.pictureBox1.Location = new System.Drawing.Point(0, 0);
- this.pictureBox1.Name = "pictureBox1";
- this.pictureBox1.Size = new System.Drawing.Size(41, 35);
- this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.pictureBox1.TabIndex = 0;
- this.pictureBox1.TabStop = false;
- this.pictureBox1.Click += new System.EventHandler(this.BtnAddUser_Click);
- //
- // PanHome
- //
- this.PanHome.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.PanHome.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(166)))), ((int)(((byte)(64)))));
- this.PanHome.Controls.Add(this.BtnMain);
- this.PanHome.Controls.Add(this.PbxLogoHome);
- this.PanHome.Location = new System.Drawing.Point(3, 82);
- this.PanHome.Name = "PanHome";
- this.PanHome.Size = new System.Drawing.Size(241, 35);
- this.PanHome.TabIndex = 1;
- //
- // BtnMain
- //
- this.BtnMain.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
- this.BtnMain.Dock = System.Windows.Forms.DockStyle.Fill;
- this.BtnMain.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.BtnMain.ForeColor = System.Drawing.Color.White;
- this.BtnMain.Location = new System.Drawing.Point(41, 0);
- this.BtnMain.Name = "BtnMain";
- this.BtnMain.Size = new System.Drawing.Size(200, 35);
- this.BtnMain.TabIndex = 1;
- this.BtnMain.Text = "Главная";
- this.BtnMain.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage;
- this.BtnMain.UseVisualStyleBackColor = true;
- this.BtnMain.Click += new System.EventHandler(this.BtnMain_Click);
- //
- // PbxLogoHome
- //
- this.PbxLogoHome.Dock = System.Windows.Forms.DockStyle.Left;
- this.PbxLogoHome.Image = global::T_FaceRecognizer.Properties.Resources._3643769_building_home_house_main_menu_start_113416;
- this.PbxLogoHome.Location = new System.Drawing.Point(0, 0);
- this.PbxLogoHome.Name = "PbxLogoHome";
- this.PbxLogoHome.Size = new System.Drawing.Size(41, 35);
- this.PbxLogoHome.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.PbxLogoHome.TabIndex = 0;
- this.PbxLogoHome.TabStop = false;
- this.PbxLogoHome.Click += new System.EventHandler(this.BtnMain_Click);
- //
- // PbxMenu
- //
- this.PbxMenu.Image = global::T_FaceRecognizer.Properties.Resources.menu_button_icon_icons_com_72989;
- this.PbxMenu.Location = new System.Drawing.Point(6, 46);
- this.PbxMenu.Name = "PbxMenu";
- this.PbxMenu.Size = new System.Drawing.Size(35, 30);
- this.PbxMenu.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.PbxMenu.TabIndex = 0;
- this.PbxMenu.TabStop = false;
- this.PbxMenu.Click += new System.EventHandler(this.PbxMenu_Click);
- //
- // TabPages
- //
- this.TabPages.Controls.Add(this.tabPage1);
- this.TabPages.Controls.Add(this.tabPage2);
- this.TabPages.Controls.Add(this.tabPage3);
- this.TabPages.Controls.Add(this.tabPage4);
- this.TabPages.Controls.Add(this.tabPage5);
- this.TabPages.Dock = System.Windows.Forms.DockStyle.Fill;
- this.TabPages.Location = new System.Drawing.Point(0, 0);
- this.TabPages.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.TabPages.Multiline = true;
- this.TabPages.Name = "TabPages";
- this.TabPages.SelectedIndex = 0;
- this.TabPages.Size = new System.Drawing.Size(437, 389);
- this.TabPages.TabIndex = 4;
- //
- // tabPage1
- //
- this.tabPage1.BackColor = System.Drawing.Color.Transparent;
- this.tabPage1.Controls.Add(this.label5);
- this.tabPage1.Controls.Add(this.label4);
- this.tabPage1.Controls.Add(this.label3);
- this.tabPage1.Controls.Add(this.label2);
- this.tabPage1.Controls.Add(this.label1);
- this.tabPage1.Controls.Add(this.TbxMaskSnils);
- this.tabPage1.Controls.Add(this.TbxMaskPhone);
- this.tabPage1.Controls.Add(this.TbxPatronymic);
- this.tabPage1.Controls.Add(this.TbxName);
- this.tabPage1.Controls.Add(this.TbxLastname);
- this.tabPage1.Controls.Add(this.PbxFaces);
- this.tabPage1.Controls.Add(this.BtnAdd);
- this.tabPage1.Location = new System.Drawing.Point(4, 30);
- this.tabPage1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.tabPage1.Name = "tabPage1";
- this.tabPage1.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.tabPage1.Size = new System.Drawing.Size(429, 355);
- this.tabPage1.TabIndex = 0;
- this.tabPage1.Text = "Add";
- //
- // label5
- //
- this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.label5.AutoSize = true;
- this.label5.BackColor = System.Drawing.Color.Transparent;
- this.label5.Location = new System.Drawing.Point(205, 230);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(187, 21);
- this.label5.TabIndex = 11;
- this.label5.Text = "Номер снилс (11 цифр):";
- //
- // label4
- //
- this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.label4.AutoSize = true;
- this.label4.BackColor = System.Drawing.Color.Transparent;
- this.label4.Location = new System.Drawing.Point(204, 173);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(191, 21);
- this.label4.TabIndex = 10;
- this.label4.Text = "Телефон (при наличии):";
- //
- // label3
- //
- this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.label3.AutoSize = true;
- this.label3.BackColor = System.Drawing.Color.Transparent;
- this.label3.Location = new System.Drawing.Point(204, 117);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(85, 21);
- this.label3.TabIndex = 9;
- this.label3.Text = "Отчество:";
- //
- // label2
- //
- this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.label2.AutoSize = true;
- this.label2.BackColor = System.Drawing.Color.Transparent;
- this.label2.Location = new System.Drawing.Point(204, 61);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(47, 21);
- this.label2.TabIndex = 8;
- this.label2.Text = "Имя:";
- //
- // label1
- //
- this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.label1.AutoSize = true;
- this.label1.BackColor = System.Drawing.Color.Transparent;
- this.label1.Location = new System.Drawing.Point(205, 5);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(84, 21);
- this.label1.TabIndex = 7;
- this.label1.Text = "Фамилия:";
- //
- // TbxMaskSnils
- //
- this.TbxMaskSnils.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.TbxMaskSnils.Location = new System.Drawing.Point(200, 254);
- this.TbxMaskSnils.Mask = "00000000000";
- this.TbxMaskSnils.Name = "TbxMaskSnils";
- this.TbxMaskSnils.Size = new System.Drawing.Size(222, 29);
- this.TbxMaskSnils.TabIndex = 6;
- //
- // TbxMaskPhone
- //
- this.TbxMaskPhone.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.TbxMaskPhone.Location = new System.Drawing.Point(200, 198);
- this.TbxMaskPhone.Mask = "(999) 000-0000";
- this.TbxMaskPhone.Name = "TbxMaskPhone";
- this.TbxMaskPhone.Size = new System.Drawing.Size(222, 29);
- this.TbxMaskPhone.TabIndex = 5;
- //
- // TbxPatronymic
- //
- this.TbxPatronymic.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.TbxPatronymic.Location = new System.Drawing.Point(200, 141);
- this.TbxPatronymic.Name = "TbxPatronymic";
- this.TbxPatronymic.Size = new System.Drawing.Size(222, 29);
- this.TbxPatronymic.TabIndex = 4;
- //
- // TbxName
- //
- this.TbxName.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.TbxName.Location = new System.Drawing.Point(200, 85);
- this.TbxName.Name = "TbxName";
- this.TbxName.Size = new System.Drawing.Size(222, 29);
- this.TbxName.TabIndex = 3;
- //
- // TbxLastname
- //
- this.TbxLastname.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.TbxLastname.Location = new System.Drawing.Point(200, 29);
- this.TbxLastname.Name = "TbxLastname";
- this.TbxLastname.Size = new System.Drawing.Size(222, 29);
- this.TbxLastname.TabIndex = 2;
- //
- // tabPage2
- //
- this.tabPage2.Controls.Add(this.BtnIn);
- this.tabPage2.Controls.Add(this.BtnOut);
- this.tabPage2.Controls.Add(this.PbxIdentification);
- this.tabPage2.Location = new System.Drawing.Point(4, 30);
- this.tabPage2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.tabPage2.Name = "tabPage2";
- this.tabPage2.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.tabPage2.Size = new System.Drawing.Size(429, 355);
- this.tabPage2.TabIndex = 1;
- this.tabPage2.Text = "Ident";
- this.tabPage2.UseVisualStyleBackColor = true;
- //
- // BtnIn
- //
- this.BtnIn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.BtnIn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(166)))), ((int)(((byte)(64)))));
- this.BtnIn.ForeColor = System.Drawing.Color.White;
- this.BtnIn.Location = new System.Drawing.Point(230, 289);
- this.BtnIn.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.BtnIn.Name = "BtnIn";
- this.BtnIn.Size = new System.Drawing.Size(190, 37);
- this.BtnIn.TabIndex = 3;
- this.BtnIn.Text = "Вход";
- this.BtnIn.UseVisualStyleBackColor = false;
- this.BtnIn.Click += new System.EventHandler(this.BtnIn_Click);
- //
- // BtnOut
- //
- this.BtnOut.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
- this.BtnOut.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(166)))), ((int)(((byte)(64)))));
- this.BtnOut.ForeColor = System.Drawing.Color.White;
- this.BtnOut.Location = new System.Drawing.Point(8, 289);
- this.BtnOut.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.BtnOut.Name = "BtnOut";
- this.BtnOut.Size = new System.Drawing.Size(190, 37);
- this.BtnOut.TabIndex = 2;
- this.BtnOut.Text = "Выход";
- this.BtnOut.UseVisualStyleBackColor = false;
- this.BtnOut.Click += new System.EventHandler(this.BtnOut_Click);
- //
- // PbxIdentification
- //
- this.PbxIdentification.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.PbxIdentification.BackColor = System.Drawing.Color.Black;
- this.PbxIdentification.Location = new System.Drawing.Point(4, 5);
- this.PbxIdentification.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.PbxIdentification.Name = "PbxIdentification";
- this.PbxIdentification.Size = new System.Drawing.Size(421, 274);
- this.PbxIdentification.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.PbxIdentification.TabIndex = 1;
- this.PbxIdentification.TabStop = false;
- //
- // tabPage3
- //
- this.tabPage3.Controls.Add(this.DgbJournal);
- this.tabPage3.Location = new System.Drawing.Point(4, 22);
- this.tabPage3.Name = "tabPage3";
- this.tabPage3.Size = new System.Drawing.Size(429, 363);
- this.tabPage3.TabIndex = 2;
- this.tabPage3.Text = "Journal";
- this.tabPage3.UseVisualStyleBackColor = true;
- //
- // DgbJournal
- //
- this.DgbJournal.AllowUserToAddRows = false;
- this.DgbJournal.AllowUserToDeleteRows = false;
- this.DgbJournal.AllowUserToResizeColumns = false;
- this.DgbJournal.AllowUserToResizeRows = false;
- this.DgbJournal.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.DgbJournal.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(228)))), ((int)(((byte)(255)))), ((int)(((byte)(225)))));
- this.DgbJournal.BorderStyle = System.Windows.Forms.BorderStyle.None;
- this.DgbJournal.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.SingleHorizontal;
- this.DgbJournal.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.DgbJournal.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.Column1,
- this.Column2,
- this.Column3});
- this.DgbJournal.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(243)))), ((int)(((byte)(243)))));
- this.DgbJournal.Location = new System.Drawing.Point(3, 3);
- this.DgbJournal.MultiSelect = false;
- this.DgbJournal.Name = "DgbJournal";
- this.DgbJournal.ReadOnly = true;
- this.DgbJournal.RowHeadersVisible = false;
- this.DgbJournal.RowTemplate.DividerHeight = 5;
- this.DgbJournal.RowTemplate.Height = 35;
- this.DgbJournal.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.DgbJournal.Size = new System.Drawing.Size(423, 341);
- this.DgbJournal.TabIndex = 0;
- this.DgbJournal.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.DgbJournal_CellDoubleClick);
- //
- // Column1
- //
- this.Column1.HeaderText = "ID";
- this.Column1.Name = "Column1";
- this.Column1.ReadOnly = true;
- this.Column1.Visible = false;
- //
- // Column2
- //
- this.Column2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
- dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- this.Column2.DefaultCellStyle = dataGridViewCellStyle1;
- this.Column2.HeaderText = "Пользователь";
- this.Column2.Name = "Column2";
- this.Column2.ReadOnly = true;
- //
- // Column3
- //
- this.Column3.HeaderText = "Дата последнего посещения";
- this.Column3.Name = "Column3";
- this.Column3.ReadOnly = true;
- //
- // tabPage4
- //
- this.tabPage4.Controls.Add(this.label7);
- this.tabPage4.Location = new System.Drawing.Point(4, 22);
- this.tabPage4.Name = "tabPage4";
- this.tabPage4.Size = new System.Drawing.Size(429, 363);
- this.tabPage4.TabIndex = 3;
- this.tabPage4.Text = "Settings";
- this.tabPage4.UseVisualStyleBackColor = true;
- //
- // label7
- //
- this.label7.AutoSize = true;
- this.label7.Location = new System.Drawing.Point(3, 11);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(282, 21);
- this.label7.TabIndex = 0;
- this.label7.Text = "Настроить выбор активной камеры";
- //
- // tabPage5
- //
- this.tabPage5.Controls.Add(this.label6);
- this.tabPage5.Location = new System.Drawing.Point(4, 30);
- this.tabPage5.Name = "tabPage5";
- this.tabPage5.Size = new System.Drawing.Size(429, 355);
- this.tabPage5.TabIndex = 4;
- this.tabPage5.Text = "Main";
- this.tabPage5.UseVisualStyleBackColor = true;
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.Location = new System.Drawing.Point(13, 11);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(82, 21);
- this.label6.TabIndex = 0;
- this.label6.Text = "ГЛАВНАЯ";
- //
- // SplitContainer
- //
- this.SplitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
- this.SplitContainer.IsSplitterFixed = true;
- this.SplitContainer.Location = new System.Drawing.Point(0, 0);
- this.SplitContainer.Name = "SplitContainer";
- //
- // SplitContainer.Panel1
- //
- this.SplitContainer.Panel1.Controls.Add(this.PanelMenu);
- //
- // SplitContainer.Panel2
- //
- this.SplitContainer.Panel2.Controls.Add(this.TabPages);
- this.SplitContainer.Size = new System.Drawing.Size(689, 389);
- this.SplitContainer.SplitterDistance = 248;
- this.SplitContainer.TabIndex = 5;
- //
- // FormMain
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(243)))), ((int)(((byte)(243)))));
- this.ClientSize = new System.Drawing.Size(689, 389);
- this.Controls.Add(this.SplitContainer);
- this.DoubleBuffered = true;
- this.Font = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Bold);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.Name = "FormMain";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "FaceTrack профессиональный";
- this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormMain_FormClosing);
- this.Load += new System.EventHandler(this.FormMain_Load);
- this.ResizeEnd += new System.EventHandler(this.FormMain_ResizeEnd);
- this.Resize += new System.EventHandler(this.FormMain_Resize);
- ((System.ComponentModel.ISupportInitialize)(this.PbxFaces)).EndInit();
- this.PanelMenu.ResumeLayout(false);
- this.PanSettings.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
- this.PanJournal.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
- this.PanIdentification.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
- this.PanAdd.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
- this.PanHome.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.PbxLogoHome)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.PbxMenu)).EndInit();
- this.TabPages.ResumeLayout(false);
- this.tabPage1.ResumeLayout(false);
- this.tabPage1.PerformLayout();
- this.tabPage2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.PbxIdentification)).EndInit();
- this.tabPage3.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.DgbJournal)).EndInit();
- this.tabPage4.ResumeLayout(false);
- this.tabPage4.PerformLayout();
- this.tabPage5.ResumeLayout(false);
- this.tabPage5.PerformLayout();
- this.SplitContainer.Panel1.ResumeLayout(false);
- this.SplitContainer.Panel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.SplitContainer)).EndInit();
- this.SplitContainer.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.PictureBox PbxFaces;
- private System.Windows.Forms.Button BtnAdd;
- private System.Windows.Forms.Panel PanelMenu;
- private System.Windows.Forms.TabPage tabPage1;
- private System.Windows.Forms.TabPage tabPage2;
- private System.Windows.Forms.TabControl TabPages;
- private System.Windows.Forms.PictureBox PbxMenu;
- private System.Windows.Forms.SplitContainer SplitContainer;
- private System.Windows.Forms.Panel PanHome;
- private System.Windows.Forms.PictureBox PbxLogoHome;
- private System.Windows.Forms.Button BtnMain;
- private System.Windows.Forms.Panel PanAdd;
- private System.Windows.Forms.Button BtnAddUser;
- private System.Windows.Forms.PictureBox pictureBox1;
- private System.Windows.Forms.Panel PanSettings;
- private System.Windows.Forms.Button BtnSettings;
- private System.Windows.Forms.PictureBox pictureBox4;
- private System.Windows.Forms.Panel PanJournal;
- private System.Windows.Forms.Button BtnJournal;
- private System.Windows.Forms.PictureBox pictureBox3;
- private System.Windows.Forms.Panel PanIdentification;
- private System.Windows.Forms.Button BtnIdent;
- private System.Windows.Forms.PictureBox pictureBox2;
- private System.Windows.Forms.PictureBox PbxIdentification;
- private System.Windows.Forms.Button BtnIn;
- private System.Windows.Forms.Button BtnOut;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.MaskedTextBox TbxMaskSnils;
- private System.Windows.Forms.MaskedTextBox TbxMaskPhone;
- private System.Windows.Forms.TextBox TbxPatronymic;
- private System.Windows.Forms.TextBox TbxName;
- private System.Windows.Forms.TextBox TbxLastname;
- private System.Windows.Forms.TabPage tabPage3;
- private System.Windows.Forms.TabPage tabPage4;
- private System.Windows.Forms.TabPage tabPage5;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.Label label7;
- private System.Windows.Forms.DataGridView DgbJournal;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
- }
- }
|