namespace ImpulseVision
{
partial class FormGuard
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormGuard));
this.RbtIn = new System.Windows.Forms.RadioButton();
this.RbtOut = new System.Windows.Forms.RadioButton();
this.PbxEther = new System.Windows.Forms.PictureBox();
this.Lblus = new System.Windows.Forms.Label();
this.LblRecognizeUser = new System.Windows.Forms.Label();
this.BsStaffs = new System.Windows.Forms.BindingSource(this.components);
this.impulseVisionAppDataSet1 = new ImpulseVision.ImpulseVisionAppDataSet();
this.BtnSkip = new System.Windows.Forms.Button();
this.toolStrip1 = 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.TslDate = new System.Windows.Forms.ToolStripLabel();
this.staffsTableAdapter = new ImpulseVision.ImpulseVisionAppDataSetTableAdapters.StaffsTableAdapter();
this.LblID = new System.Windows.Forms.Label();
this.TimerCam = new System.Windows.Forms.Timer(this.components);
this.BtnReject = new System.Windows.Forms.Button();
this.PbxSourceImage = new System.Windows.Forms.PictureBox();
this.DgbInput = new System.Windows.Forms.DataGridView();
this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.RPanelForButton = new ImpulseVision.RPanel();
this.DgbOutput = new System.Windows.Forms.DataGridView();
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.SplitContainer = new System.Windows.Forms.SplitContainer();
this.SplitContainerForPbxEtherAndDgb = new System.Windows.Forms.SplitContainer();
this.rPanel1 = new ImpulseVision.RPanel();
this.rPanel2 = new ImpulseVision.RPanel();
((System.ComponentModel.ISupportInitialize)(this.PbxEther)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.BsStaffs)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.impulseVisionAppDataSet1)).BeginInit();
this.toolStrip1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.PbxSourceImage)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.DgbInput)).BeginInit();
this.RPanelForButton.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.DgbOutput)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.SplitContainer)).BeginInit();
this.SplitContainer.Panel1.SuspendLayout();
this.SplitContainer.Panel2.SuspendLayout();
this.SplitContainer.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.SplitContainerForPbxEtherAndDgb)).BeginInit();
this.SplitContainerForPbxEtherAndDgb.Panel1.SuspendLayout();
this.SplitContainerForPbxEtherAndDgb.Panel2.SuspendLayout();
this.SplitContainerForPbxEtherAndDgb.SuspendLayout();
this.rPanel1.SuspendLayout();
this.rPanel2.SuspendLayout();
this.SuspendLayout();
//
// RbtIn
//
this.RbtIn.AutoSize = true;
this.RbtIn.Checked = true;
this.RbtIn.ForeColor = System.Drawing.Color.Black;
this.RbtIn.Location = new System.Drawing.Point(18, 0);
this.RbtIn.Name = "RbtIn";
this.RbtIn.Size = new System.Drawing.Size(66, 25);
this.RbtIn.TabIndex = 6;
this.RbtIn.TabStop = true;
this.RbtIn.Text = "Вход";
this.RbtIn.UseVisualStyleBackColor = true;
//
// RbtOut
//
this.RbtOut.AutoSize = true;
this.RbtOut.ForeColor = System.Drawing.Color.Black;
this.RbtOut.Location = new System.Drawing.Point(86, 0);
this.RbtOut.Name = "RbtOut";
this.RbtOut.Size = new System.Drawing.Size(78, 25);
this.RbtOut.TabIndex = 7;
this.RbtOut.Text = "Выход";
this.RbtOut.UseVisualStyleBackColor = true;
//
// PbxEther
//
this.PbxEther.BackColor = System.Drawing.Color.Black;
this.PbxEther.Dock = System.Windows.Forms.DockStyle.Fill;
this.PbxEther.Location = new System.Drawing.Point(0, 0);
this.PbxEther.Name = "PbxEther";
this.PbxEther.Size = new System.Drawing.Size(530, 311);
this.PbxEther.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.PbxEther.TabIndex = 8;
this.PbxEther.TabStop = false;
//
// Lblus
//
this.Lblus.AutoSize = true;
this.Lblus.ForeColor = System.Drawing.Color.Black;
this.Lblus.Location = new System.Drawing.Point(14, 2);
this.Lblus.Name = "Lblus";
this.Lblus.Size = new System.Drawing.Size(161, 21);
this.Lblus.TabIndex = 11;
this.Lblus.Text = "Сотрудник охраны:";
//
// LblRecognizeUser
//
this.LblRecognizeUser.AutoSize = true;
this.LblRecognizeUser.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsStaffs, "FIO", true));
this.LblRecognizeUser.ForeColor = System.Drawing.Color.Black;
this.LblRecognizeUser.Location = new System.Drawing.Point(181, 2);
this.LblRecognizeUser.Name = "LblRecognizeUser";
this.LblRecognizeUser.Size = new System.Drawing.Size(103, 21);
this.LblRecognizeUser.TabIndex = 13;
this.LblRecognizeUser.Text = "Default User";
//
// BsStaffs
//
this.BsStaffs.DataMember = "Staffs";
this.BsStaffs.DataSource = this.impulseVisionAppDataSet1;
//
// impulseVisionAppDataSet1
//
this.impulseVisionAppDataSet1.DataSetName = "ImpulseVisionAppDataSet";
this.impulseVisionAppDataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// BtnSkip
//
this.BtnSkip.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.BtnSkip.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(155)))), ((int)(((byte)(114)))));
this.BtnSkip.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
this.BtnSkip.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(255)))), ((int)(((byte)(248)))));
this.BtnSkip.Location = new System.Drawing.Point(173, 2);
this.BtnSkip.Name = "BtnSkip";
this.BtnSkip.Size = new System.Drawing.Size(146, 35);
this.BtnSkip.TabIndex = 14;
this.BtnSkip.Text = "Пропустить";
this.BtnSkip.UseVisualStyleBackColor = false;
this.BtnSkip.Click += new System.EventHandler(this.BtnSkip_Click);
//
// toolStrip1
//
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripLabel1,
this.CmbCams,
this.toolStripSeparator1,
this.TslDate});
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(735, 25);
this.toolStrip1.TabIndex = 16;
this.toolStrip1.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.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);
//
// TslDate
//
this.TslDate.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
this.TslDate.Name = "TslDate";
this.TslDate.Size = new System.Drawing.Size(58, 22);
this.TslDate.Text = "Сегодня: ";
//
// staffsTableAdapter
//
this.staffsTableAdapter.ClearBeforeFill = true;
//
// LblID
//
this.LblID.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.LblID.AutoSize = true;
this.LblID.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsStaffs, "ID", true));
this.LblID.Location = new System.Drawing.Point(341, 15);
this.LblID.Name = "LblID";
this.LblID.Size = new System.Drawing.Size(50, 13);
this.LblID.TabIndex = 20;
this.LblID.Text = "idStaffs";
//
// TimerCam
//
this.TimerCam.Enabled = true;
this.TimerCam.Interval = 250;
this.TimerCam.Tick += new System.EventHandler(this.TimerCam_Tick);
//
// BtnReject
//
this.BtnReject.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.BtnReject.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(228)))), ((int)(((byte)(63)))), ((int)(((byte)(111)))));
this.BtnReject.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
this.BtnReject.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(255)))), ((int)(((byte)(248)))));
this.BtnReject.Location = new System.Drawing.Point(21, 2);
this.BtnReject.Name = "BtnReject";
this.BtnReject.Size = new System.Drawing.Size(146, 35);
this.BtnReject.TabIndex = 21;
this.BtnReject.Text = "Отклонить";
this.BtnReject.UseVisualStyleBackColor = false;
this.BtnReject.Click += new System.EventHandler(this.BtnReject_Click);
//
// PbxSourceImage
//
this.PbxSourceImage.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.PbxSourceImage.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.PbxSourceImage.Location = new System.Drawing.Point(430, 0);
this.PbxSourceImage.Name = "PbxSourceImage";
this.PbxSourceImage.Size = new System.Drawing.Size(100, 90);
this.PbxSourceImage.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.PbxSourceImage.TabIndex = 22;
this.PbxSourceImage.TabStop = false;
//
// DgbInput
//
this.DgbInput.AllowUserToAddRows = false;
this.DgbInput.AllowUserToDeleteRows = false;
this.DgbInput.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
this.DgbInput.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(187)))), ((int)(((byte)(210)))));
this.DgbInput.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.DgbInput.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.DgbInput.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.Column1});
this.DgbInput.Dock = System.Windows.Forms.DockStyle.Fill;
this.DgbInput.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
this.DgbInput.Location = new System.Drawing.Point(0, 0);
this.DgbInput.MultiSelect = false;
this.DgbInput.Name = "DgbInput";
this.DgbInput.ReadOnly = true;
this.DgbInput.RowHeadersVisible = false;
this.DgbInput.RowTemplate.DefaultCellStyle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(104)))), ((int)(((byte)(112)))));
this.DgbInput.RowTemplate.DefaultCellStyle.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(229)))), ((int)(((byte)(233)))));
this.DgbInput.RowTemplate.DefaultCellStyle.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(18)))), ((int)(((byte)(18)))), ((int)(((byte)(43)))));
this.DgbInput.RowTemplate.Height = 25;
this.DgbInput.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.DgbInput.Size = new System.Drawing.Size(201, 155);
this.DgbInput.TabIndex = 15;
//
// Column1
//
this.Column1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopCenter;
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.Column1.DefaultCellStyle = dataGridViewCellStyle1;
this.Column1.HeaderText = "Вход";
this.Column1.Name = "Column1";
this.Column1.ReadOnly = true;
this.Column1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
//
// RPanelForButton
//
this.RPanelForButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.RPanelForButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(187)))), ((int)(((byte)(210)))));
this.RPanelForButton.BackColorAdditional = System.Drawing.Color.Gray;
this.RPanelForButton.BackColorGradientEnabled = false;
this.RPanelForButton.BackColorGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
this.RPanelForButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(136)))), ((int)(((byte)(144)))));
this.RPanelForButton.BorderColorEnabled = true;
this.RPanelForButton.BorderColorOnHover = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(136)))), ((int)(((byte)(144)))));
this.RPanelForButton.BorderColorOnHoverEnabled = true;
this.RPanelForButton.Controls.Add(this.BtnReject);
this.RPanelForButton.Controls.Add(this.BtnSkip);
this.RPanelForButton.Controls.Add(this.LblID);
this.RPanelForButton.Cursor = System.Windows.Forms.Cursors.Default;
this.RPanelForButton.Font = new System.Drawing.Font("Verdana", 8.25F);
this.RPanelForButton.ForeColor = System.Drawing.Color.White;
this.RPanelForButton.Location = new System.Drawing.Point(0, 372);
this.RPanelForButton.Name = "RPanelForButton";
this.RPanelForButton.RippleColor = System.Drawing.Color.Black;
this.RPanelForButton.RoundingEnable = true;
this.RPanelForButton.Size = new System.Drawing.Size(735, 40);
this.RPanelForButton.TabIndex = 23;
this.RPanelForButton.TextHover = null;
this.RPanelForButton.UseDownPressEffectOnClick = false;
this.RPanelForButton.UseRippleEffect = true;
this.RPanelForButton.UseZoomEffectOnHover = false;
//
// DgbOutput
//
this.DgbOutput.AllowUserToAddRows = false;
this.DgbOutput.AllowUserToDeleteRows = false;
this.DgbOutput.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
this.DgbOutput.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(187)))), ((int)(((byte)(210)))));
this.DgbOutput.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.DgbOutput.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.DgbOutput.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.dataGridViewTextBoxColumn1});
this.DgbOutput.Dock = System.Windows.Forms.DockStyle.Fill;
this.DgbOutput.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
this.DgbOutput.Location = new System.Drawing.Point(0, 0);
this.DgbOutput.MultiSelect = false;
this.DgbOutput.Name = "DgbOutput";
this.DgbOutput.ReadOnly = true;
this.DgbOutput.RowHeadersVisible = false;
this.DgbOutput.RowTemplate.DefaultCellStyle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(104)))), ((int)(((byte)(112)))));
this.DgbOutput.RowTemplate.DefaultCellStyle.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(229)))), ((int)(((byte)(233)))));
this.DgbOutput.RowTemplate.DefaultCellStyle.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(18)))), ((int)(((byte)(18)))), ((int)(((byte)(43)))));
this.DgbOutput.RowTemplate.Height = 25;
this.DgbOutput.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.DgbOutput.Size = new System.Drawing.Size(201, 152);
this.DgbOutput.TabIndex = 15;
this.DgbOutput.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.DgbOutput_CellContentClick);
//
// dataGridViewTextBoxColumn1
//
this.dataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopCenter;
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dataGridViewTextBoxColumn1.DefaultCellStyle = dataGridViewCellStyle2;
this.dataGridViewTextBoxColumn1.HeaderText = "Выход";
this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
this.dataGridViewTextBoxColumn1.ReadOnly = true;
this.dataGridViewTextBoxColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
//
// SplitContainer
//
this.SplitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
this.SplitContainer.Location = new System.Drawing.Point(0, 0);
this.SplitContainer.Name = "SplitContainer";
this.SplitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// SplitContainer.Panel1
//
this.SplitContainer.Panel1.Controls.Add(this.DgbInput);
//
// SplitContainer.Panel2
//
this.SplitContainer.Panel2.Controls.Add(this.DgbOutput);
this.SplitContainer.Size = new System.Drawing.Size(201, 311);
this.SplitContainer.SplitterDistance = 155;
this.SplitContainer.TabIndex = 24;
//
// SplitContainerForPbxEtherAndDgb
//
this.SplitContainerForPbxEtherAndDgb.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.SplitContainerForPbxEtherAndDgb.Location = new System.Drawing.Point(0, 57);
this.SplitContainerForPbxEtherAndDgb.Name = "SplitContainerForPbxEtherAndDgb";
//
// SplitContainerForPbxEtherAndDgb.Panel1
//
this.SplitContainerForPbxEtherAndDgb.Panel1.Controls.Add(this.PbxSourceImage);
this.SplitContainerForPbxEtherAndDgb.Panel1.Controls.Add(this.PbxEther);
//
// SplitContainerForPbxEtherAndDgb.Panel2
//
this.SplitContainerForPbxEtherAndDgb.Panel2.Controls.Add(this.SplitContainer);
this.SplitContainerForPbxEtherAndDgb.Size = new System.Drawing.Size(735, 311);
this.SplitContainerForPbxEtherAndDgb.SplitterDistance = 530;
this.SplitContainerForPbxEtherAndDgb.TabIndex = 25;
//
// rPanel1
//
this.rPanel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(187)))), ((int)(((byte)(210)))));
this.rPanel1.BackColorAdditional = System.Drawing.Color.Gray;
this.rPanel1.BackColorGradientEnabled = false;
this.rPanel1.BackColorGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
this.rPanel1.BorderColor = System.Drawing.Color.Tomato;
this.rPanel1.BorderColorEnabled = false;
this.rPanel1.BorderColorOnHover = System.Drawing.Color.Tomato;
this.rPanel1.BorderColorOnHoverEnabled = false;
this.rPanel1.Controls.Add(this.RbtIn);
this.rPanel1.Controls.Add(this.RbtOut);
this.rPanel1.Cursor = System.Windows.Forms.Cursors.Default;
this.rPanel1.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
this.rPanel1.ForeColor = System.Drawing.Color.White;
this.rPanel1.Location = new System.Drawing.Point(3, 28);
this.rPanel1.Name = "rPanel1";
this.rPanel1.RippleColor = System.Drawing.Color.Black;
this.rPanel1.RoundingEnable = true;
this.rPanel1.Size = new System.Drawing.Size(187, 25);
this.rPanel1.TabIndex = 26;
this.rPanel1.TextHover = null;
this.rPanel1.UseDownPressEffectOnClick = false;
this.rPanel1.UseRippleEffect = true;
this.rPanel1.UseZoomEffectOnHover = false;
//
// rPanel2
//
this.rPanel2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.rPanel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(187)))), ((int)(((byte)(210)))));
this.rPanel2.BackColorAdditional = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(187)))), ((int)(((byte)(210)))));
this.rPanel2.BackColorGradientEnabled = false;
this.rPanel2.BackColorGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
this.rPanel2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(187)))), ((int)(((byte)(210)))));
this.rPanel2.BorderColorEnabled = false;
this.rPanel2.BorderColorOnHover = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(187)))), ((int)(((byte)(210)))));
this.rPanel2.BorderColorOnHoverEnabled = false;
this.rPanel2.Controls.Add(this.Lblus);
this.rPanel2.Controls.Add(this.LblRecognizeUser);
this.rPanel2.Cursor = System.Windows.Forms.Cursors.Default;
this.rPanel2.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
this.rPanel2.ForeColor = System.Drawing.Color.White;
this.rPanel2.Location = new System.Drawing.Point(196, 28);
this.rPanel2.Name = "rPanel2";
this.rPanel2.RippleColor = System.Drawing.Color.White;
this.rPanel2.RoundingEnable = true;
this.rPanel2.Size = new System.Drawing.Size(539, 25);
this.rPanel2.TabIndex = 27;
this.rPanel2.TextHover = null;
this.rPanel2.UseDownPressEffectOnClick = false;
this.rPanel2.UseRippleEffect = true;
this.rPanel2.UseZoomEffectOnHover = false;
//
// FormGuard
//
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(735, 414);
this.Controls.Add(this.rPanel2);
this.Controls.Add(this.rPanel1);
this.Controls.Add(this.SplitContainerForPbxEtherAndDgb);
this.Controls.Add(this.RPanelForButton);
this.Controls.Add(this.toolStrip1);
this.DoubleBuffered = true;
this.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.KeyPreview = true;
this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.MinimumSize = new System.Drawing.Size(699, 427);
this.Name = "FormGuard";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "ImpulseVision";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormGuard_FormClosing);
this.Load += new System.EventHandler(this.FormGuard_Load);
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.FormGuard_KeyDown);
((System.ComponentModel.ISupportInitialize)(this.PbxEther)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.BsStaffs)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.impulseVisionAppDataSet1)).EndInit();
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.PbxSourceImage)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.DgbInput)).EndInit();
this.RPanelForButton.ResumeLayout(false);
this.RPanelForButton.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.DgbOutput)).EndInit();
this.SplitContainer.Panel1.ResumeLayout(false);
this.SplitContainer.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.SplitContainer)).EndInit();
this.SplitContainer.ResumeLayout(false);
this.SplitContainerForPbxEtherAndDgb.Panel1.ResumeLayout(false);
this.SplitContainerForPbxEtherAndDgb.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.SplitContainerForPbxEtherAndDgb)).EndInit();
this.SplitContainerForPbxEtherAndDgb.ResumeLayout(false);
this.rPanel1.ResumeLayout(false);
this.rPanel1.PerformLayout();
this.rPanel2.ResumeLayout(false);
this.rPanel2.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.RadioButton RbtIn;
private System.Windows.Forms.RadioButton RbtOut;
private System.Windows.Forms.PictureBox PbxEther;
private System.Windows.Forms.Label Lblus;
private System.Windows.Forms.Label LblRecognizeUser;
private System.Windows.Forms.Button BtnSkip;
private System.Windows.Forms.DataGridView DgbInput;
private System.Windows.Forms.ToolStrip toolStrip1;
private System.Windows.Forms.ToolStripLabel toolStripLabel1;
private System.Windows.Forms.ToolStripComboBox CmbCams;
private ImpulseVisionAppDataSet impulseVisionAppDataSet1;
private ImpulseVisionAppDataSetTableAdapters.StaffsTableAdapter staffsTableAdapter;
public System.Windows.Forms.BindingSource BsStaffs;
private System.Windows.Forms.Label LblID;
private System.Windows.Forms.Timer TimerCam;
private System.Windows.Forms.Button BtnReject;
private System.Windows.Forms.PictureBox PbxSourceImage;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripLabel TslDate;
private RPanel RPanelForButton;
private System.Windows.Forms.DataGridView DgbOutput;
private System.Windows.Forms.SplitContainer SplitContainer;
private System.Windows.Forms.SplitContainer SplitContainerForPbxEtherAndDgb;
private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
private RPanel rPanel1;
private RPanel rPanel2;
}
}