|
|
@@ -30,35 +30,44 @@
|
|
|
{
|
|
|
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.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.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.RPanelForDgbImages = new ImpulseVision.RPanel();
|
|
|
- this.DgbImages = new System.Windows.Forms.DataGridView();
|
|
|
- this.Column1 = new System.Windows.Forms.DataGridViewImageColumn();
|
|
|
- this.RPanelEther = new ImpulseVision.RPanel();
|
|
|
+ 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();
|
|
|
((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();
|
|
|
+ ((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();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// RbtIn
|
|
|
@@ -88,63 +97,32 @@
|
|
|
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.BackColor = System.Drawing.Color.Black;
|
|
|
+ this.PbxEther.Location = new System.Drawing.Point(0, 57);
|
|
|
this.PbxEther.Name = "PbxEther";
|
|
|
- this.PbxEther.Size = new System.Drawing.Size(519, 291);
|
|
|
+ this.PbxEther.Size = new System.Drawing.Size(537, 308);
|
|
|
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.Location = new System.Drawing.Point(376, 30);
|
|
|
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.Location = new System.Drawing.Point(506, 30);
|
|
|
this.LblRecognizeUser.Name = "LblRecognizeUser";
|
|
|
- this.LblRecognizeUser.Size = new System.Drawing.Size(154, 21);
|
|
|
+ this.LblRecognizeUser.Size = new System.Drawing.Size(103, 21);
|
|
|
this.LblRecognizeUser.TabIndex = 13;
|
|
|
- this.LblRecognizeUser.Text = "Михаил Иванович";
|
|
|
+ this.LblRecognizeUser.Text = "Default User";
|
|
|
//
|
|
|
// BsStaffs
|
|
|
//
|
|
|
@@ -156,27 +134,29 @@
|
|
|
this.impulseVisionAppDataSet1.DataSetName = "ImpulseVisionAppDataSet";
|
|
|
this.impulseVisionAppDataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
|
|
|
//
|
|
|
- // BtnApply
|
|
|
+ // BtnSkip
|
|
|
//
|
|
|
- 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;
|
|
|
+ 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(168, 3);
|
|
|
+ this.BtnSkip.Name = "BtnSkip";
|
|
|
+ this.BtnSkip.Size = new System.Drawing.Size(146, 35);
|
|
|
+ this.BtnSkip.TabIndex = 14;
|
|
|
+ this.BtnSkip.Text = "Пропустить";
|
|
|
+ this.BtnSkip.UseVisualStyleBackColor = false;
|
|
|
//
|
|
|
// toolStrip1
|
|
|
//
|
|
|
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
this.toolStripLabel1,
|
|
|
- this.CmbCams});
|
|
|
+ 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(683, 25);
|
|
|
+ this.toolStrip1.Size = new System.Drawing.Size(735, 25);
|
|
|
this.toolStrip1.TabIndex = 16;
|
|
|
this.toolStrip1.Text = "toolStrip1";
|
|
|
//
|
|
|
@@ -193,95 +173,17 @@
|
|
|
this.CmbCams.Size = new System.Drawing.Size(150, 25);
|
|
|
this.CmbCams.SelectedIndexChanged += new System.EventHandler(this.CmbCams_SelectedIndexChanged);
|
|
|
//
|
|
|
- // RPanelForDgbImages
|
|
|
+ // toolStripSeparator1
|
|
|
//
|
|
|
- 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;
|
|
|
+ this.toolStripSeparator1.Name = "toolStripSeparator1";
|
|
|
+ this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
|
|
|
//
|
|
|
- // Column1
|
|
|
+ // TslDate
|
|
|
//
|
|
|
- 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;
|
|
|
+ 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
|
|
|
//
|
|
|
@@ -292,7 +194,7 @@
|
|
|
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.Location = new System.Drawing.Point(229, 33);
|
|
|
this.LblID.Name = "LblID";
|
|
|
this.LblID.Size = new System.Drawing.Size(66, 21);
|
|
|
this.LblID.TabIndex = 20;
|
|
|
@@ -304,24 +206,156 @@
|
|
|
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(16, 3);
|
|
|
+ this.BtnReject.Name = "BtnReject";
|
|
|
+ this.BtnReject.Size = new System.Drawing.Size(146, 35);
|
|
|
+ this.BtnReject.TabIndex = 21;
|
|
|
+ this.BtnReject.Text = "Отклонить";
|
|
|
+ this.BtnReject.UseVisualStyleBackColor = false;
|
|
|
+ //
|
|
|
+ // 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)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
|
|
|
+ this.PbxSourceImage.Location = new System.Drawing.Point(437, 57);
|
|
|
+ this.PbxSourceImage.Name = "PbxSourceImage";
|
|
|
+ this.PbxSourceImage.Size = new System.Drawing.Size(100, 100);
|
|
|
+ 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.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(214)))), ((int)(((byte)(235)))));
|
|
|
+ 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.Name = "DgbInput";
|
|
|
+ this.DgbInput.ReadOnly = true;
|
|
|
+ this.DgbInput.RowHeadersVisible = false;
|
|
|
+ this.DgbInput.RowTemplate.Height = 150;
|
|
|
+ this.DgbInput.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
|
+ this.DgbInput.Size = new System.Drawing.Size(192, 152);
|
|
|
+ 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;
|
|
|
+ //
|
|
|
+ // 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.White;
|
|
|
+ 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.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
|
+ this.RPanelForButton.Controls.Add(this.BtnReject);
|
|
|
+ this.RPanelForButton.Controls.Add(this.BtnSkip);
|
|
|
+ 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, 367);
|
|
|
+ this.RPanelForButton.Name = "RPanelForButton";
|
|
|
+ this.RPanelForButton.RippleColor = System.Drawing.Color.Black;
|
|
|
+ this.RPanelForButton.RoundingEnable = true;
|
|
|
+ this.RPanelForButton.Size = new System.Drawing.Size(735, 47);
|
|
|
+ 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.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(214)))), ((int)(((byte)(235)))));
|
|
|
+ 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.Name = "DgbOutput";
|
|
|
+ this.DgbOutput.ReadOnly = true;
|
|
|
+ this.DgbOutput.RowHeadersVisible = false;
|
|
|
+ this.DgbOutput.RowTemplate.Height = 150;
|
|
|
+ this.DgbOutput.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
|
+ this.DgbOutput.Size = new System.Drawing.Size(192, 148);
|
|
|
+ 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;
|
|
|
+ //
|
|
|
+ // SplitContainer
|
|
|
+ //
|
|
|
+ this.SplitContainer.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
+ | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
+ this.SplitContainer.Location = new System.Drawing.Point(543, 57);
|
|
|
+ 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(192, 304);
|
|
|
+ this.SplitContainer.SplitterDistance = 152;
|
|
|
+ this.SplitContainer.TabIndex = 24;
|
|
|
+ //
|
|
|
// 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.ClientSize = new System.Drawing.Size(735, 414);
|
|
|
+ this.Controls.Add(this.SplitContainer);
|
|
|
+ this.Controls.Add(this.PbxSourceImage);
|
|
|
+ this.Controls.Add(this.PbxEther);
|
|
|
+ this.Controls.Add(this.RPanelForButton);
|
|
|
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.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.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
@@ -329,15 +363,21 @@
|
|
|
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);
|
|
|
((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);
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.PbxSourceImage)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.DgbInput)).EndInit();
|
|
|
+ this.RPanelForButton.ResumeLayout(false);
|
|
|
+ ((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.ResumeLayout(false);
|
|
|
this.PerformLayout();
|
|
|
|
|
|
@@ -347,23 +387,26 @@
|
|
|
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.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 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;
|
|
|
+ private System.Windows.Forms.Button BtnReject;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
|
|
|
+ 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.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
|
|
|
+ private System.Windows.Forms.SplitContainer SplitContainer;
|
|
|
}
|
|
|
}
|