|
@@ -51,12 +51,12 @@
|
|
this.BtnReject = new System.Windows.Forms.Button();
|
|
this.BtnReject = new System.Windows.Forms.Button();
|
|
this.PbxSourceImage = new System.Windows.Forms.PictureBox();
|
|
this.PbxSourceImage = new System.Windows.Forms.PictureBox();
|
|
this.DgbInput = new System.Windows.Forms.DataGridView();
|
|
this.DgbInput = new System.Windows.Forms.DataGridView();
|
|
|
|
+ this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.RPanelForButton = new ImpulseVision.RPanel();
|
|
this.RPanelForButton = new ImpulseVision.RPanel();
|
|
this.DgbOutput = new System.Windows.Forms.DataGridView();
|
|
this.DgbOutput = new System.Windows.Forms.DataGridView();
|
|
|
|
+ this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.SplitContainer = new System.Windows.Forms.SplitContainer();
|
|
this.SplitContainer = new System.Windows.Forms.SplitContainer();
|
|
this.SplitContainerForPbxEtherAndDgb = new System.Windows.Forms.SplitContainer();
|
|
this.SplitContainerForPbxEtherAndDgb = new System.Windows.Forms.SplitContainer();
|
|
- this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
- this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
this.rPanel1 = new ImpulseVision.RPanel();
|
|
this.rPanel1 = new ImpulseVision.RPanel();
|
|
this.rPanel2 = new ImpulseVision.RPanel();
|
|
this.rPanel2 = new ImpulseVision.RPanel();
|
|
((System.ComponentModel.ISupportInitialize)(this.PbxEther)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.PbxEther)).BeginInit();
|
|
@@ -230,11 +230,12 @@
|
|
this.BtnReject.TabIndex = 21;
|
|
this.BtnReject.TabIndex = 21;
|
|
this.BtnReject.Text = "Отклонить";
|
|
this.BtnReject.Text = "Отклонить";
|
|
this.BtnReject.UseVisualStyleBackColor = false;
|
|
this.BtnReject.UseVisualStyleBackColor = false;
|
|
|
|
+ this.BtnReject.Click += new System.EventHandler(this.BtnReject_Click);
|
|
//
|
|
//
|
|
// PbxSourceImage
|
|
// PbxSourceImage
|
|
//
|
|
//
|
|
this.PbxSourceImage.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
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.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.Location = new System.Drawing.Point(430, 0);
|
|
this.PbxSourceImage.Name = "PbxSourceImage";
|
|
this.PbxSourceImage.Name = "PbxSourceImage";
|
|
this.PbxSourceImage.Size = new System.Drawing.Size(100, 90);
|
|
this.PbxSourceImage.Size = new System.Drawing.Size(100, 90);
|
|
@@ -267,6 +268,17 @@
|
|
this.DgbInput.Size = new System.Drawing.Size(201, 155);
|
|
this.DgbInput.Size = new System.Drawing.Size(201, 155);
|
|
this.DgbInput.TabIndex = 15;
|
|
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
|
|
// RPanelForButton
|
|
//
|
|
//
|
|
this.RPanelForButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
|
this.RPanelForButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
|
@@ -313,7 +325,7 @@
|
|
this.DgbOutput.Name = "DgbOutput";
|
|
this.DgbOutput.Name = "DgbOutput";
|
|
this.DgbOutput.ReadOnly = true;
|
|
this.DgbOutput.ReadOnly = true;
|
|
this.DgbOutput.RowHeadersVisible = false;
|
|
this.DgbOutput.RowHeadersVisible = false;
|
|
- this.DgbOutput.RowTemplate.DefaultCellStyle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(229)))), ((int)(((byte)(233)))));
|
|
|
|
|
|
+ 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.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.DefaultCellStyle.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(18)))), ((int)(((byte)(18)))), ((int)(((byte)(43)))));
|
|
this.DgbOutput.RowTemplate.Height = 25;
|
|
this.DgbOutput.RowTemplate.Height = 25;
|
|
@@ -322,6 +334,17 @@
|
|
this.DgbOutput.TabIndex = 15;
|
|
this.DgbOutput.TabIndex = 15;
|
|
this.DgbOutput.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.DgbOutput_CellContentClick);
|
|
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
|
|
// SplitContainer
|
|
//
|
|
//
|
|
this.SplitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.SplitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
@@ -360,28 +383,6 @@
|
|
this.SplitContainerForPbxEtherAndDgb.SplitterDistance = 530;
|
|
this.SplitContainerForPbxEtherAndDgb.SplitterDistance = 530;
|
|
this.SplitContainerForPbxEtherAndDgb.TabIndex = 25;
|
|
this.SplitContainerForPbxEtherAndDgb.TabIndex = 25;
|
|
//
|
|
//
|
|
- // 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;
|
|
|
|
- //
|
|
|
|
- // 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;
|
|
|
|
- //
|
|
|
|
// rPanel1
|
|
// rPanel1
|
|
//
|
|
//
|
|
this.rPanel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(187)))), ((int)(((byte)(210)))));
|
|
this.rPanel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(187)))), ((int)(((byte)(210)))));
|