namespace T_FaceRecognizer
{
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()
{
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;
}
}