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.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.BtnCheck = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.Lblus = new System.Windows.Forms.Label();
this.LblStatus = 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.BtnApply = 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.RPanelForDgbImages = new ImpulseVision.RPanel();
this.DgbImages = new System.Windows.Forms.DataGridView();
this.Column1 = new System.Windows.Forms.DataGridViewImageColumn();
this.RPanelEther = new ImpulseVision.RPanel();
this.staffsTableAdapter = new ImpulseVision.ImpulseVisionAppDataSetTableAdapters.StaffsTableAdapter();
this.LblID = new System.Windows.Forms.Label();
this.TimerCam = new System.Windows.Forms.Timer(this.components);
((System.ComponentModel.ISupportInitialize)(this.PbxEther)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.BsStaffs)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.impulseVisionAppDataSet1)).BeginInit();
this.toolStrip1.SuspendLayout();
this.RPanelForDgbImages.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.DgbImages)).BeginInit();
this.RPanelEther.SuspendLayout();
this.SuspendLayout();
//
// RbtIn
//
this.RbtIn.AutoSize = true;
this.RbtIn.Checked = true;
this.RbtIn.Location = new System.Drawing.Point(12, 26);
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.Location = new System.Drawing.Point(84, 26);
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.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.PbxEther.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
this.PbxEther.Location = new System.Drawing.Point(0, 0);
this.PbxEther.Name = "PbxEther";
this.PbxEther.Size = new System.Drawing.Size(519, 291);
this.PbxEther.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.PbxEther.TabIndex = 8;
this.PbxEther.TabStop = false;
//
// BtnCheck
//
this.BtnCheck.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(136)))), ((int)(((byte)(144)))));
this.BtnCheck.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
this.BtnCheck.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(255)))), ((int)(((byte)(248)))));
this.BtnCheck.Location = new System.Drawing.Point(12, 57);
this.BtnCheck.Name = "BtnCheck";
this.BtnCheck.Size = new System.Drawing.Size(162, 35);
this.BtnCheck.TabIndex = 9;
this.BtnCheck.Text = "Проверить";
this.BtnCheck.UseVisualStyleBackColor = false;
this.BtnCheck.Click += new System.EventHandler(this.BtnCheck_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(232, 30);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(63, 21);
this.label1.TabIndex = 10;
this.label1.Text = "Статус:";
//
// Lblus
//
this.Lblus.AutoSize = true;
this.Lblus.Location = new System.Drawing.Point(232, 57);
this.Lblus.Name = "Lblus";
this.Lblus.Size = new System.Drawing.Size(124, 21);
this.Lblus.TabIndex = 11;
this.Lblus.Text = "Пользователь:";
//
// LblStatus
//
this.LblStatus.AutoSize = true;
this.LblStatus.Location = new System.Drawing.Point(301, 30);
this.LblStatus.Name = "LblStatus";
this.LblStatus.Size = new System.Drawing.Size(64, 21);
this.LblStatus.TabIndex = 12;
this.LblStatus.Text = "Готово";
//
// LblRecognizeUser
//
this.LblRecognizeUser.AutoSize = true;
this.LblRecognizeUser.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsStaffs, "FIO", true));
this.LblRecognizeUser.Location = new System.Drawing.Point(362, 57);
this.LblRecognizeUser.Name = "LblRecognizeUser";
this.LblRecognizeUser.Size = new System.Drawing.Size(154, 21);
this.LblRecognizeUser.TabIndex = 13;
this.LblRecognizeUser.Text = "Михаил Иванович";
//
// BsStaffs
//
this.BsStaffs.DataMember = "Staffs";
this.BsStaffs.DataSource = this.impulseVisionAppDataSet1;
//
// impulseVisionAppDataSet1
//
this.impulseVisionAppDataSet1.DataSetName = "ImpulseVisionAppDataSet";
this.impulseVisionAppDataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// BtnApply
//
this.BtnApply.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.BtnApply.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(136)))), ((int)(((byte)(144)))));
this.BtnApply.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
this.BtnApply.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(255)))), ((int)(((byte)(248)))));
this.BtnApply.Location = new System.Drawing.Point(525, 341);
this.BtnApply.Name = "BtnApply";
this.BtnApply.Size = new System.Drawing.Size(146, 35);
this.BtnApply.TabIndex = 14;
this.BtnApply.Text = "Применить";
this.BtnApply.UseVisualStyleBackColor = false;
//
// toolStrip1
//
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripLabel1,
this.CmbCams});
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(683, 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);
//
// RPanelForDgbImages
//
this.RPanelForDgbImages.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Right)));
this.RPanelForDgbImages.BackColor = System.Drawing.Color.White;
this.RPanelForDgbImages.BackColorAdditional = System.Drawing.Color.Gray;
this.RPanelForDgbImages.BackColorGradientEnabled = false;
this.RPanelForDgbImages.BackColorGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
this.RPanelForDgbImages.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
this.RPanelForDgbImages.BorderColorEnabled = false;
this.RPanelForDgbImages.BorderColorOnHover = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
this.RPanelForDgbImages.BorderColorOnHoverEnabled = false;
this.RPanelForDgbImages.Controls.Add(this.DgbImages);
this.RPanelForDgbImages.Cursor = System.Windows.Forms.Cursors.Default;
this.RPanelForDgbImages.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
this.RPanelForDgbImages.ForeColor = System.Drawing.Color.White;
this.RPanelForDgbImages.Location = new System.Drawing.Point(525, 98);
this.RPanelForDgbImages.Name = "RPanelForDgbImages";
this.RPanelForDgbImages.RippleColor = System.Drawing.Color.Black;
this.RPanelForDgbImages.Rounding = 10;
this.RPanelForDgbImages.RoundingEnable = true;
this.RPanelForDgbImages.Size = new System.Drawing.Size(146, 237);
this.RPanelForDgbImages.TabIndex = 17;
this.RPanelForDgbImages.TextHover = null;
this.RPanelForDgbImages.UseDownPressEffectOnClick = false;
this.RPanelForDgbImages.UseRippleEffect = true;
this.RPanelForDgbImages.UseZoomEffectOnHover = false;
//
// DgbImages
//
this.DgbImages.AllowUserToAddRows = false;
this.DgbImages.AllowUserToDeleteRows = false;
this.DgbImages.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Right)));
this.DgbImages.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
this.DgbImages.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.DgbImages.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.DgbImages.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.Column1});
this.DgbImages.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
this.DgbImages.Location = new System.Drawing.Point(0, 0);
this.DgbImages.Name = "DgbImages";
this.DgbImages.ReadOnly = true;
this.DgbImages.RowHeadersVisible = false;
this.DgbImages.RowTemplate.Height = 150;
this.DgbImages.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.DgbImages.Size = new System.Drawing.Size(146, 234);
this.DgbImages.TabIndex = 15;
//
// Column1
//
this.Column1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopCenter;
dataGridViewCellStyle1.NullValue = ((object)(resources.GetObject("dataGridViewCellStyle1.NullValue")));
this.Column1.DefaultCellStyle = dataGridViewCellStyle1;
this.Column1.HeaderText = "Names";
this.Column1.Name = "Column1";
this.Column1.ReadOnly = true;
this.Column1.Resizable = System.Windows.Forms.DataGridViewTriState.True;
this.Column1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
//
// RPanelEther
//
this.RPanelEther.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.RPanelEther.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(128)))));
this.RPanelEther.BackColorAdditional = System.Drawing.Color.Gray;
this.RPanelEther.BackColorGradientEnabled = false;
this.RPanelEther.BackColorGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
this.RPanelEther.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
this.RPanelEther.BorderColorEnabled = false;
this.RPanelEther.BorderColorOnHover = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
this.RPanelEther.BorderColorOnHoverEnabled = false;
this.RPanelEther.Controls.Add(this.PbxEther);
this.RPanelEther.Cursor = System.Windows.Forms.Cursors.Default;
this.RPanelEther.Font = new System.Drawing.Font("Verdana", 8.25F);
this.RPanelEther.ForeColor = System.Drawing.Color.White;
this.RPanelEther.Location = new System.Drawing.Point(0, 98);
this.RPanelEther.Name = "RPanelEther";
this.RPanelEther.RippleColor = System.Drawing.Color.Black;
this.RPanelEther.Rounding = 15;
this.RPanelEther.RoundingEnable = true;
this.RPanelEther.Size = new System.Drawing.Size(519, 291);
this.RPanelEther.TabIndex = 18;
this.RPanelEther.TextHover = null;
this.RPanelEther.UseDownPressEffectOnClick = false;
this.RPanelEther.UseRippleEffect = true;
this.RPanelEther.UseZoomEffectOnHover = false;
//
// 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(425, 30);
this.LblID.Name = "LblID";
this.LblID.Size = new System.Drawing.Size(66, 21);
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);
//
// 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(683, 388);
this.Controls.Add(this.LblID);
this.Controls.Add(this.RPanelEther);
this.Controls.Add(this.RPanelForDgbImages);
this.Controls.Add(this.toolStrip1);
this.Controls.Add(this.BtnApply);
this.Controls.Add(this.LblRecognizeUser);
this.Controls.Add(this.LblStatus);
this.Controls.Add(this.Lblus);
this.Controls.Add(this.label1);
this.Controls.Add(this.BtnCheck);
this.Controls.Add(this.RbtOut);
this.Controls.Add(this.RbtIn);
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.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.Load += new System.EventHandler(this.FormGuard_Load);
((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();
this.RPanelForDgbImages.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.DgbImages)).EndInit();
this.RPanelEther.ResumeLayout(false);
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.Button BtnCheck;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label Lblus;
private System.Windows.Forms.Label LblStatus;
private System.Windows.Forms.Label LblRecognizeUser;
private System.Windows.Forms.Button BtnApply;
private System.Windows.Forms.DataGridView DgbImages;
private System.Windows.Forms.ToolStrip toolStrip1;
private System.Windows.Forms.ToolStripLabel toolStripLabel1;
private System.Windows.Forms.ToolStripComboBox CmbCams;
private System.Windows.Forms.DataGridViewImageColumn Column1;
private RPanel RPanelForDgbImages;
private RPanel RPanelEther;
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;
}
}