|
|
|
@ -30,6 +30,7 @@ namespace AUCMA.STORE
|
|
|
|
|
private void InitializeComponent()
|
|
|
|
|
{
|
|
|
|
|
this.components = new System.ComponentModel.Container();
|
|
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(InStoreForm));
|
|
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
|
@ -40,10 +41,10 @@ namespace AUCMA.STORE
|
|
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(InStoreForm));
|
|
|
|
|
this.timer1 = new System.Windows.Forms.Timer(this.components);
|
|
|
|
|
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
|
|
|
|
|
this.panelEnhanced1 = new AUCMA.STORE.PanelEnhanced();
|
|
|
|
|
this.btn_clearTask = new System.Windows.Forms.Button();
|
|
|
|
|
this.label19 = new System.Windows.Forms.Label();
|
|
|
|
|
this.hslMoveText3 = new HslControls.HslMoveText();
|
|
|
|
|
this.panel3 = new System.Windows.Forms.Panel();
|
|
|
|
@ -65,6 +66,13 @@ namespace AUCMA.STORE
|
|
|
|
|
this.pictureBox3 = new System.Windows.Forms.PictureBox();
|
|
|
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
|
|
|
this.dataGridView1 = new System.Windows.Forms.DataGridView();
|
|
|
|
|
this.Column0 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
|
|
|
this.dataGridView2 = new System.Windows.Forms.DataGridView();
|
|
|
|
|
this.Task_ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
@ -91,13 +99,6 @@ namespace AUCMA.STORE
|
|
|
|
|
this.btn_Instore_1 = new System.Windows.Forms.Button();
|
|
|
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
|
|
this.Column0 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.panelEnhanced1.SuspendLayout();
|
|
|
|
|
this.panel3.SuspendLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox10)).BeginInit();
|
|
|
|
@ -130,6 +131,7 @@ namespace AUCMA.STORE
|
|
|
|
|
this.panelEnhanced1.AutoSize = true;
|
|
|
|
|
this.panelEnhanced1.BackgroundImage = global::AUCMA.STORE.Properties.Resources.背景;
|
|
|
|
|
this.panelEnhanced1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
|
|
|
this.panelEnhanced1.Controls.Add(this.btn_clearTask);
|
|
|
|
|
this.panelEnhanced1.Controls.Add(this.label19);
|
|
|
|
|
this.panelEnhanced1.Controls.Add(this.hslMoveText3);
|
|
|
|
|
this.panelEnhanced1.Controls.Add(this.panel3);
|
|
|
|
@ -159,20 +161,39 @@ namespace AUCMA.STORE
|
|
|
|
|
this.panelEnhanced1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.panelEnhanced1.ForeColor = System.Drawing.SystemColors.ActiveCaption;
|
|
|
|
|
this.panelEnhanced1.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.panelEnhanced1.Margin = new System.Windows.Forms.Padding(2);
|
|
|
|
|
this.panelEnhanced1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
|
|
this.panelEnhanced1.Name = "panelEnhanced1";
|
|
|
|
|
this.panelEnhanced1.Size = new System.Drawing.Size(1122, 663);
|
|
|
|
|
this.panelEnhanced1.Size = new System.Drawing.Size(1496, 829);
|
|
|
|
|
this.panelEnhanced1.TabIndex = 0;
|
|
|
|
|
//
|
|
|
|
|
// btn_clearTask
|
|
|
|
|
//
|
|
|
|
|
this.btn_clearTask.Anchor = System.Windows.Forms.AnchorStyles.Right;
|
|
|
|
|
this.btn_clearTask.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.btn_clearTask.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btn_clearTask.BackgroundImage")));
|
|
|
|
|
this.btn_clearTask.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
|
|
|
|
this.btn_clearTask.FlatAppearance.BorderSize = 0;
|
|
|
|
|
this.btn_clearTask.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.btn_clearTask.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.btn_clearTask.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
|
|
this.btn_clearTask.Location = new System.Drawing.Point(1010, 17);
|
|
|
|
|
this.btn_clearTask.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
|
|
this.btn_clearTask.Name = "btn_clearTask";
|
|
|
|
|
this.btn_clearTask.Size = new System.Drawing.Size(208, 68);
|
|
|
|
|
this.btn_clearTask.TabIndex = 446;
|
|
|
|
|
this.btn_clearTask.UseVisualStyleBackColor = false;
|
|
|
|
|
this.btn_clearTask.Click += new System.EventHandler(this.btn_clearTask_Click);
|
|
|
|
|
//
|
|
|
|
|
// label19
|
|
|
|
|
//
|
|
|
|
|
this.label19.AutoSize = true;
|
|
|
|
|
this.label19.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.label19.Font = new System.Drawing.Font("宋体", 26.25F, System.Drawing.FontStyle.Bold);
|
|
|
|
|
this.label19.ForeColor = System.Drawing.Color.Red;
|
|
|
|
|
this.label19.Location = new System.Drawing.Point(330, 0);
|
|
|
|
|
this.label19.Location = new System.Drawing.Point(440, 0);
|
|
|
|
|
this.label19.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
|
|
this.label19.Name = "label19";
|
|
|
|
|
this.label19.Size = new System.Drawing.Size(159, 35);
|
|
|
|
|
this.label19.Size = new System.Drawing.Size(199, 44);
|
|
|
|
|
this.label19.TabIndex = 445;
|
|
|
|
|
this.label19.Text = "异常提示";
|
|
|
|
|
//
|
|
|
|
@ -182,10 +203,11 @@ namespace AUCMA.STORE
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.hslMoveText3.Font = new System.Drawing.Font("宋体", 26.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
this.hslMoveText3.ForeColor = System.Drawing.Color.Red;
|
|
|
|
|
this.hslMoveText3.Location = new System.Drawing.Point(587, 12);
|
|
|
|
|
this.hslMoveText3.Location = new System.Drawing.Point(783, 15);
|
|
|
|
|
this.hslMoveText3.Margin = new System.Windows.Forms.Padding(4);
|
|
|
|
|
this.hslMoveText3.MoveSpeed = 0F;
|
|
|
|
|
this.hslMoveText3.Name = "hslMoveText3";
|
|
|
|
|
this.hslMoveText3.Size = new System.Drawing.Size(326, 47);
|
|
|
|
|
this.hslMoveText3.Size = new System.Drawing.Size(435, 59);
|
|
|
|
|
this.hslMoveText3.TabIndex = 433;
|
|
|
|
|
this.hslMoveText3.Text = "异常提示";
|
|
|
|
|
//
|
|
|
|
@ -209,10 +231,10 @@ namespace AUCMA.STORE
|
|
|
|
|
this.panel3.Controls.Add(this.label4);
|
|
|
|
|
this.panel3.Controls.Add(this.pictureBox3);
|
|
|
|
|
this.panel3.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
|
|
|
this.panel3.Location = new System.Drawing.Point(0, 580);
|
|
|
|
|
this.panel3.Margin = new System.Windows.Forms.Padding(2);
|
|
|
|
|
this.panel3.Location = new System.Drawing.Point(0, 725);
|
|
|
|
|
this.panel3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
|
|
this.panel3.Name = "panel3";
|
|
|
|
|
this.panel3.Size = new System.Drawing.Size(1122, 83);
|
|
|
|
|
this.panel3.Size = new System.Drawing.Size(1496, 104);
|
|
|
|
|
this.panel3.TabIndex = 431;
|
|
|
|
|
//
|
|
|
|
|
// label18
|
|
|
|
@ -222,10 +244,9 @@ namespace AUCMA.STORE
|
|
|
|
|
this.label18.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
|
|
this.label18.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
this.label18.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(106)))), ((int)(((byte)(203)))), ((int)(((byte)(254)))));
|
|
|
|
|
this.label18.Location = new System.Drawing.Point(1023, 48);
|
|
|
|
|
this.label18.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
|
|
this.label18.Location = new System.Drawing.Point(1364, 60);
|
|
|
|
|
this.label18.Name = "label18";
|
|
|
|
|
this.label18.Size = new System.Drawing.Size(88, 26);
|
|
|
|
|
this.label18.Size = new System.Drawing.Size(117, 32);
|
|
|
|
|
this.label18.TabIndex = 436;
|
|
|
|
|
this.label18.Text = "2#入库口";
|
|
|
|
|
//
|
|
|
|
@ -234,10 +255,10 @@ namespace AUCMA.STORE
|
|
|
|
|
this.pictureBox10.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
|
|
|
this.pictureBox10.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.pictureBox10.Image = global::AUCMA.STORE.Properties.Resources.Red;
|
|
|
|
|
this.pictureBox10.Location = new System.Drawing.Point(997, 48);
|
|
|
|
|
this.pictureBox10.Margin = new System.Windows.Forms.Padding(2);
|
|
|
|
|
this.pictureBox10.Location = new System.Drawing.Point(1329, 60);
|
|
|
|
|
this.pictureBox10.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
|
|
this.pictureBox10.Name = "pictureBox10";
|
|
|
|
|
this.pictureBox10.Size = new System.Drawing.Size(23, 26);
|
|
|
|
|
this.pictureBox10.Size = new System.Drawing.Size(31, 32);
|
|
|
|
|
this.pictureBox10.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
|
|
|
this.pictureBox10.TabIndex = 435;
|
|
|
|
|
this.pictureBox10.TabStop = false;
|
|
|
|
@ -249,10 +270,9 @@ namespace AUCMA.STORE
|
|
|
|
|
this.label17.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
|
|
this.label17.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
this.label17.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(106)))), ((int)(((byte)(203)))), ((int)(((byte)(254)))));
|
|
|
|
|
this.label17.Location = new System.Drawing.Point(1023, 11);
|
|
|
|
|
this.label17.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
|
|
this.label17.Location = new System.Drawing.Point(1364, 14);
|
|
|
|
|
this.label17.Name = "label17";
|
|
|
|
|
this.label17.Size = new System.Drawing.Size(88, 26);
|
|
|
|
|
this.label17.Size = new System.Drawing.Size(117, 32);
|
|
|
|
|
this.label17.TabIndex = 434;
|
|
|
|
|
this.label17.Text = "2#出库口";
|
|
|
|
|
//
|
|
|
|
@ -261,10 +281,10 @@ namespace AUCMA.STORE
|
|
|
|
|
this.pictureBox8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
|
|
|
this.pictureBox8.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.pictureBox8.Image = global::AUCMA.STORE.Properties.Resources.Red;
|
|
|
|
|
this.pictureBox8.Location = new System.Drawing.Point(997, 11);
|
|
|
|
|
this.pictureBox8.Margin = new System.Windows.Forms.Padding(2);
|
|
|
|
|
this.pictureBox8.Location = new System.Drawing.Point(1329, 14);
|
|
|
|
|
this.pictureBox8.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
|
|
this.pictureBox8.Name = "pictureBox8";
|
|
|
|
|
this.pictureBox8.Size = new System.Drawing.Size(23, 26);
|
|
|
|
|
this.pictureBox8.Size = new System.Drawing.Size(31, 32);
|
|
|
|
|
this.pictureBox8.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
|
|
|
this.pictureBox8.TabIndex = 433;
|
|
|
|
|
this.pictureBox8.TabStop = false;
|
|
|
|
@ -276,10 +296,9 @@ namespace AUCMA.STORE
|
|
|
|
|
this.label16.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
|
|
this.label16.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
this.label16.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(106)))), ((int)(((byte)(203)))), ((int)(((byte)(254)))));
|
|
|
|
|
this.label16.Location = new System.Drawing.Point(900, 48);
|
|
|
|
|
this.label16.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
|
|
this.label16.Location = new System.Drawing.Point(1200, 60);
|
|
|
|
|
this.label16.Name = "label16";
|
|
|
|
|
this.label16.Size = new System.Drawing.Size(88, 26);
|
|
|
|
|
this.label16.Size = new System.Drawing.Size(117, 32);
|
|
|
|
|
this.label16.TabIndex = 432;
|
|
|
|
|
this.label16.Text = "1#入库口";
|
|
|
|
|
//
|
|
|
|
@ -288,10 +307,10 @@ namespace AUCMA.STORE
|
|
|
|
|
this.pictureBox9.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
|
|
|
this.pictureBox9.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.pictureBox9.Image = global::AUCMA.STORE.Properties.Resources.Red;
|
|
|
|
|
this.pictureBox9.Location = new System.Drawing.Point(874, 48);
|
|
|
|
|
this.pictureBox9.Margin = new System.Windows.Forms.Padding(2);
|
|
|
|
|
this.pictureBox9.Location = new System.Drawing.Point(1165, 60);
|
|
|
|
|
this.pictureBox9.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
|
|
this.pictureBox9.Name = "pictureBox9";
|
|
|
|
|
this.pictureBox9.Size = new System.Drawing.Size(23, 26);
|
|
|
|
|
this.pictureBox9.Size = new System.Drawing.Size(31, 32);
|
|
|
|
|
this.pictureBox9.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
|
|
|
this.pictureBox9.TabIndex = 431;
|
|
|
|
|
this.pictureBox9.TabStop = false;
|
|
|
|
@ -303,10 +322,9 @@ namespace AUCMA.STORE
|
|
|
|
|
this.label15.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
|
|
this.label15.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
this.label15.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(106)))), ((int)(((byte)(203)))), ((int)(((byte)(254)))));
|
|
|
|
|
this.label15.Location = new System.Drawing.Point(900, 11);
|
|
|
|
|
this.label15.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
|
|
this.label15.Location = new System.Drawing.Point(1200, 14);
|
|
|
|
|
this.label15.Name = "label15";
|
|
|
|
|
this.label15.Size = new System.Drawing.Size(88, 26);
|
|
|
|
|
this.label15.Size = new System.Drawing.Size(117, 32);
|
|
|
|
|
this.label15.TabIndex = 430;
|
|
|
|
|
this.label15.Text = "1#出库口";
|
|
|
|
|
//
|
|
|
|
@ -315,10 +333,10 @@ namespace AUCMA.STORE
|
|
|
|
|
this.pictureBox7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
|
|
|
this.pictureBox7.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.pictureBox7.Image = global::AUCMA.STORE.Properties.Resources.Red;
|
|
|
|
|
this.pictureBox7.Location = new System.Drawing.Point(874, 11);
|
|
|
|
|
this.pictureBox7.Margin = new System.Windows.Forms.Padding(2);
|
|
|
|
|
this.pictureBox7.Location = new System.Drawing.Point(1165, 14);
|
|
|
|
|
this.pictureBox7.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
|
|
this.pictureBox7.Name = "pictureBox7";
|
|
|
|
|
this.pictureBox7.Size = new System.Drawing.Size(23, 26);
|
|
|
|
|
this.pictureBox7.Size = new System.Drawing.Size(31, 32);
|
|
|
|
|
this.pictureBox7.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
|
|
|
this.pictureBox7.TabIndex = 429;
|
|
|
|
|
this.pictureBox7.TabStop = false;
|
|
|
|
@ -330,10 +348,9 @@ namespace AUCMA.STORE
|
|
|
|
|
this.label10.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
|
|
this.label10.Font = new System.Drawing.Font("宋体", 25.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
this.label10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(106)))), ((int)(((byte)(203)))), ((int)(((byte)(254)))));
|
|
|
|
|
this.label10.Location = new System.Drawing.Point(667, 28);
|
|
|
|
|
this.label10.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
|
|
this.label10.Location = new System.Drawing.Point(889, 35);
|
|
|
|
|
this.label10.Name = "label10";
|
|
|
|
|
this.label10.Size = new System.Drawing.Size(216, 34);
|
|
|
|
|
this.label10.Size = new System.Drawing.Size(288, 42);
|
|
|
|
|
this.label10.TabIndex = 428;
|
|
|
|
|
this.label10.Text = "机械手状态";
|
|
|
|
|
//
|
|
|
|
@ -342,10 +359,10 @@ namespace AUCMA.STORE
|
|
|
|
|
this.pictureBox6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
|
|
|
this.pictureBox6.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.pictureBox6.Image = global::AUCMA.STORE.Properties.Resources.Red;
|
|
|
|
|
this.pictureBox6.Location = new System.Drawing.Point(625, 28);
|
|
|
|
|
this.pictureBox6.Margin = new System.Windows.Forms.Padding(2);
|
|
|
|
|
this.pictureBox6.Location = new System.Drawing.Point(833, 35);
|
|
|
|
|
this.pictureBox6.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
|
|
this.pictureBox6.Name = "pictureBox6";
|
|
|
|
|
this.pictureBox6.Size = new System.Drawing.Size(33, 37);
|
|
|
|
|
this.pictureBox6.Size = new System.Drawing.Size(44, 46);
|
|
|
|
|
this.pictureBox6.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
|
|
|
this.pictureBox6.TabIndex = 427;
|
|
|
|
|
this.pictureBox6.TabStop = false;
|
|
|
|
@ -357,10 +374,9 @@ namespace AUCMA.STORE
|
|
|
|
|
this.label9.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
|
|
this.label9.Font = new System.Drawing.Font("宋体", 25.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
this.label9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(106)))), ((int)(((byte)(203)))), ((int)(((byte)(254)))));
|
|
|
|
|
this.label9.Location = new System.Drawing.Point(515, 28);
|
|
|
|
|
this.label9.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
|
|
this.label9.Location = new System.Drawing.Point(687, 35);
|
|
|
|
|
this.label9.Name = "label9";
|
|
|
|
|
this.label9.Size = new System.Drawing.Size(137, 34);
|
|
|
|
|
this.label9.Size = new System.Drawing.Size(183, 42);
|
|
|
|
|
this.label9.TabIndex = 426;
|
|
|
|
|
this.label9.Text = "RGV状态";
|
|
|
|
|
//
|
|
|
|
@ -369,10 +385,10 @@ namespace AUCMA.STORE
|
|
|
|
|
this.pictureBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
|
|
|
this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.pictureBox1.Image = global::AUCMA.STORE.Properties.Resources.Red;
|
|
|
|
|
this.pictureBox1.Location = new System.Drawing.Point(473, 28);
|
|
|
|
|
this.pictureBox1.Margin = new System.Windows.Forms.Padding(2);
|
|
|
|
|
this.pictureBox1.Location = new System.Drawing.Point(631, 35);
|
|
|
|
|
this.pictureBox1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
|
|
this.pictureBox1.Name = "pictureBox1";
|
|
|
|
|
this.pictureBox1.Size = new System.Drawing.Size(33, 37);
|
|
|
|
|
this.pictureBox1.Size = new System.Drawing.Size(44, 46);
|
|
|
|
|
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
|
|
|
this.pictureBox1.TabIndex = 425;
|
|
|
|
|
this.pictureBox1.TabStop = false;
|
|
|
|
@ -384,10 +400,9 @@ namespace AUCMA.STORE
|
|
|
|
|
this.label3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
|
|
this.label3.Font = new System.Drawing.Font("宋体", 25.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(106)))), ((int)(((byte)(203)))), ((int)(((byte)(254)))));
|
|
|
|
|
this.label3.Location = new System.Drawing.Point(285, 28);
|
|
|
|
|
this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
|
|
this.label3.Location = new System.Drawing.Point(380, 35);
|
|
|
|
|
this.label3.Name = "label3";
|
|
|
|
|
this.label3.Size = new System.Drawing.Size(208, 34);
|
|
|
|
|
this.label3.Size = new System.Drawing.Size(277, 42);
|
|
|
|
|
this.label3.TabIndex = 407;
|
|
|
|
|
this.label3.Text = "2#堆垛机状态";
|
|
|
|
|
//
|
|
|
|
@ -396,10 +411,10 @@ namespace AUCMA.STORE
|
|
|
|
|
this.pictureBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
|
|
|
this.pictureBox2.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.pictureBox2.Image = global::AUCMA.STORE.Properties.Resources.Red;
|
|
|
|
|
this.pictureBox2.Location = new System.Drawing.Point(247, 28);
|
|
|
|
|
this.pictureBox2.Margin = new System.Windows.Forms.Padding(2);
|
|
|
|
|
this.pictureBox2.Location = new System.Drawing.Point(329, 35);
|
|
|
|
|
this.pictureBox2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
|
|
this.pictureBox2.Name = "pictureBox2";
|
|
|
|
|
this.pictureBox2.Size = new System.Drawing.Size(33, 37);
|
|
|
|
|
this.pictureBox2.Size = new System.Drawing.Size(44, 46);
|
|
|
|
|
this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
|
|
|
this.pictureBox2.TabIndex = 406;
|
|
|
|
|
this.pictureBox2.TabStop = false;
|
|
|
|
@ -410,10 +425,9 @@ namespace AUCMA.STORE
|
|
|
|
|
this.label4.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
|
|
this.label4.Font = new System.Drawing.Font("宋体", 26.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
this.label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(106)))), ((int)(((byte)(203)))), ((int)(((byte)(254)))));
|
|
|
|
|
this.label4.Location = new System.Drawing.Point(50, 27);
|
|
|
|
|
this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
|
|
this.label4.Location = new System.Drawing.Point(67, 34);
|
|
|
|
|
this.label4.Name = "label4";
|
|
|
|
|
this.label4.Size = new System.Drawing.Size(208, 34);
|
|
|
|
|
this.label4.Size = new System.Drawing.Size(277, 42);
|
|
|
|
|
this.label4.TabIndex = 405;
|
|
|
|
|
this.label4.Text = "1#堆垛机状态";
|
|
|
|
|
//
|
|
|
|
@ -422,10 +436,10 @@ namespace AUCMA.STORE
|
|
|
|
|
this.pictureBox3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
|
|
|
this.pictureBox3.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.pictureBox3.Image = global::AUCMA.STORE.Properties.Resources.Red;
|
|
|
|
|
this.pictureBox3.Location = new System.Drawing.Point(13, 25);
|
|
|
|
|
this.pictureBox3.Margin = new System.Windows.Forms.Padding(2);
|
|
|
|
|
this.pictureBox3.Location = new System.Drawing.Point(17, 31);
|
|
|
|
|
this.pictureBox3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
|
|
this.pictureBox3.Name = "pictureBox3";
|
|
|
|
|
this.pictureBox3.Size = new System.Drawing.Size(33, 37);
|
|
|
|
|
this.pictureBox3.Size = new System.Drawing.Size(44, 46);
|
|
|
|
|
this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
|
|
|
this.pictureBox3.TabIndex = 404;
|
|
|
|
|
this.pictureBox3.TabStop = false;
|
|
|
|
@ -434,10 +448,10 @@ namespace AUCMA.STORE
|
|
|
|
|
//
|
|
|
|
|
this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(27)))), ((int)(((byte)(61)))));
|
|
|
|
|
this.panel1.Controls.Add(this.dataGridView1);
|
|
|
|
|
this.panel1.Location = new System.Drawing.Point(26, 371);
|
|
|
|
|
this.panel1.Margin = new System.Windows.Forms.Padding(2);
|
|
|
|
|
this.panel1.Location = new System.Drawing.Point(35, 464);
|
|
|
|
|
this.panel1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
|
|
this.panel1.Name = "panel1";
|
|
|
|
|
this.panel1.Size = new System.Drawing.Size(532, 234);
|
|
|
|
|
this.panel1.Size = new System.Drawing.Size(709, 292);
|
|
|
|
|
this.panel1.TabIndex = 426;
|
|
|
|
|
//
|
|
|
|
|
// dataGridView1
|
|
|
|
@ -460,6 +474,7 @@ namespace AUCMA.STORE
|
|
|
|
|
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
|
|
|
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
|
|
this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
|
|
|
|
|
this.dataGridView1.ColumnHeadersHeight = 29;
|
|
|
|
|
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
|
|
this.Column0,
|
|
|
|
|
this.Column1,
|
|
|
|
@ -479,6 +494,7 @@ namespace AUCMA.STORE
|
|
|
|
|
this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.dataGridView1.EnableHeadersVisualStyles = false;
|
|
|
|
|
this.dataGridView1.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.dataGridView1.Margin = new System.Windows.Forms.Padding(4);
|
|
|
|
|
this.dataGridView1.MultiSelect = false;
|
|
|
|
|
this.dataGridView1.Name = "dataGridView1";
|
|
|
|
|
this.dataGridView1.ReadOnly = true;
|
|
|
|
@ -506,20 +522,83 @@ namespace AUCMA.STORE
|
|
|
|
|
this.dataGridView1.RowTemplate.Height = 40;
|
|
|
|
|
this.dataGridView1.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
|
|
|
|
this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
|
|
|
|
|
this.dataGridView1.Size = new System.Drawing.Size(532, 234);
|
|
|
|
|
this.dataGridView1.Size = new System.Drawing.Size(709, 292);
|
|
|
|
|
this.dataGridView1.TabIndex = 430;
|
|
|
|
|
this.dataGridView1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellClick);
|
|
|
|
|
this.dataGridView1.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.dataGridView1_CellFormatting);
|
|
|
|
|
this.dataGridView1.CellMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dataGridView1_CellMouseClick);
|
|
|
|
|
this.dataGridView1.Paint += new System.Windows.Forms.PaintEventHandler(this.dataGridView1_Paint);
|
|
|
|
|
//
|
|
|
|
|
// Column0
|
|
|
|
|
//
|
|
|
|
|
this.Column0.HeaderText = "任务编号";
|
|
|
|
|
this.Column0.MinimumWidth = 6;
|
|
|
|
|
this.Column0.Name = "Column0";
|
|
|
|
|
this.Column0.ReadOnly = true;
|
|
|
|
|
this.Column0.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
|
|
this.Column0.Width = 115;
|
|
|
|
|
//
|
|
|
|
|
// Column1
|
|
|
|
|
//
|
|
|
|
|
this.Column1.HeaderText = "类型";
|
|
|
|
|
this.Column1.MinimumWidth = 6;
|
|
|
|
|
this.Column1.Name = "Column1";
|
|
|
|
|
this.Column1.ReadOnly = true;
|
|
|
|
|
this.Column1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
|
|
this.Column1.Width = 80;
|
|
|
|
|
//
|
|
|
|
|
// Column2
|
|
|
|
|
//
|
|
|
|
|
this.Column2.HeaderText = "型号";
|
|
|
|
|
this.Column2.MinimumWidth = 6;
|
|
|
|
|
this.Column2.Name = "Column2";
|
|
|
|
|
this.Column2.ReadOnly = true;
|
|
|
|
|
this.Column2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
|
|
this.Column2.Width = 125;
|
|
|
|
|
//
|
|
|
|
|
// Column3
|
|
|
|
|
//
|
|
|
|
|
this.Column3.HeaderText = "区域";
|
|
|
|
|
this.Column3.MinimumWidth = 6;
|
|
|
|
|
this.Column3.Name = "Column3";
|
|
|
|
|
this.Column3.ReadOnly = true;
|
|
|
|
|
this.Column3.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
|
|
this.Column3.Width = 30;
|
|
|
|
|
//
|
|
|
|
|
// Column4
|
|
|
|
|
//
|
|
|
|
|
this.Column4.HeaderText = "库位";
|
|
|
|
|
this.Column4.MinimumWidth = 6;
|
|
|
|
|
this.Column4.Name = "Column4";
|
|
|
|
|
this.Column4.ReadOnly = true;
|
|
|
|
|
this.Column4.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
|
|
this.Column4.Width = 50;
|
|
|
|
|
//
|
|
|
|
|
// Column5
|
|
|
|
|
//
|
|
|
|
|
this.Column5.HeaderText = "状态";
|
|
|
|
|
this.Column5.MinimumWidth = 6;
|
|
|
|
|
this.Column5.Name = "Column5";
|
|
|
|
|
this.Column5.ReadOnly = true;
|
|
|
|
|
this.Column5.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
|
|
this.Column5.Width = 50;
|
|
|
|
|
//
|
|
|
|
|
// Column6
|
|
|
|
|
//
|
|
|
|
|
this.Column6.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
|
|
|
this.Column6.HeaderText = "时间";
|
|
|
|
|
this.Column6.MinimumWidth = 6;
|
|
|
|
|
this.Column6.Name = "Column6";
|
|
|
|
|
this.Column6.ReadOnly = true;
|
|
|
|
|
this.Column6.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
|
|
//
|
|
|
|
|
// panel2
|
|
|
|
|
//
|
|
|
|
|
this.panel2.Controls.Add(this.dataGridView2);
|
|
|
|
|
this.panel2.Location = new System.Drawing.Point(587, 371);
|
|
|
|
|
this.panel2.Margin = new System.Windows.Forms.Padding(2);
|
|
|
|
|
this.panel2.Location = new System.Drawing.Point(783, 464);
|
|
|
|
|
this.panel2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
|
|
this.panel2.Name = "panel2";
|
|
|
|
|
this.panel2.Size = new System.Drawing.Size(517, 234);
|
|
|
|
|
this.panel2.Size = new System.Drawing.Size(689, 292);
|
|
|
|
|
this.panel2.TabIndex = 427;
|
|
|
|
|
//
|
|
|
|
|
// dataGridView2
|
|
|
|
@ -560,6 +639,7 @@ namespace AUCMA.STORE
|
|
|
|
|
this.dataGridView2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.dataGridView2.EnableHeadersVisualStyles = false;
|
|
|
|
|
this.dataGridView2.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.dataGridView2.Margin = new System.Windows.Forms.Padding(4);
|
|
|
|
|
this.dataGridView2.MultiSelect = false;
|
|
|
|
|
this.dataGridView2.Name = "dataGridView2";
|
|
|
|
|
this.dataGridView2.ReadOnly = true;
|
|
|
|
@ -587,7 +667,7 @@ namespace AUCMA.STORE
|
|
|
|
|
this.dataGridView2.RowTemplate.Height = 40;
|
|
|
|
|
this.dataGridView2.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
|
|
|
|
this.dataGridView2.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
|
|
|
|
|
this.dataGridView2.Size = new System.Drawing.Size(517, 234);
|
|
|
|
|
this.dataGridView2.Size = new System.Drawing.Size(689, 292);
|
|
|
|
|
this.dataGridView2.TabIndex = 429;
|
|
|
|
|
//
|
|
|
|
|
// Task_ID
|
|
|
|
@ -624,10 +704,9 @@ namespace AUCMA.STORE
|
|
|
|
|
this.label13.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
|
|
this.label13.Font = new System.Drawing.Font("宋体", 25.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
this.label13.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(106)))), ((int)(((byte)(203)))), ((int)(((byte)(254)))));
|
|
|
|
|
this.label13.Location = new System.Drawing.Point(972, 120);
|
|
|
|
|
this.label13.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
|
|
this.label13.Location = new System.Drawing.Point(1296, 150);
|
|
|
|
|
this.label13.Name = "label13";
|
|
|
|
|
this.label13.Size = new System.Drawing.Size(99, 32);
|
|
|
|
|
this.label13.Size = new System.Drawing.Size(132, 40);
|
|
|
|
|
this.label13.TabIndex = 430;
|
|
|
|
|
this.label13.Text = "0%";
|
|
|
|
|
//
|
|
|
|
@ -638,10 +717,9 @@ namespace AUCMA.STORE
|
|
|
|
|
this.label14.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
|
|
this.label14.Font = new System.Drawing.Font("宋体", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
this.label14.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(106)))), ((int)(((byte)(203)))), ((int)(((byte)(254)))));
|
|
|
|
|
this.label14.Location = new System.Drawing.Point(974, 169);
|
|
|
|
|
this.label14.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
|
|
this.label14.Location = new System.Drawing.Point(1299, 211);
|
|
|
|
|
this.label14.Name = "label14";
|
|
|
|
|
this.label14.Size = new System.Drawing.Size(97, 29);
|
|
|
|
|
this.label14.Size = new System.Drawing.Size(129, 36);
|
|
|
|
|
this.label14.TabIndex = 429;
|
|
|
|
|
this.label14.Text = "库存占比";
|
|
|
|
|
//
|
|
|
|
@ -652,10 +730,9 @@ namespace AUCMA.STORE
|
|
|
|
|
this.label12.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
|
|
this.label12.Font = new System.Drawing.Font("宋体", 25.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
this.label12.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(106)))), ((int)(((byte)(203)))), ((int)(((byte)(254)))));
|
|
|
|
|
this.label12.Location = new System.Drawing.Point(421, 115);
|
|
|
|
|
this.label12.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
|
|
this.label12.Location = new System.Drawing.Point(561, 144);
|
|
|
|
|
this.label12.Name = "label12";
|
|
|
|
|
this.label12.Size = new System.Drawing.Size(92, 37);
|
|
|
|
|
this.label12.Size = new System.Drawing.Size(123, 46);
|
|
|
|
|
this.label12.TabIndex = 428;
|
|
|
|
|
this.label12.Text = "0%";
|
|
|
|
|
//
|
|
|
|
@ -666,10 +743,9 @@ namespace AUCMA.STORE
|
|
|
|
|
this.label11.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
|
|
this.label11.Font = new System.Drawing.Font("宋体", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
this.label11.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(106)))), ((int)(((byte)(203)))), ((int)(((byte)(254)))));
|
|
|
|
|
this.label11.Location = new System.Drawing.Point(423, 168);
|
|
|
|
|
this.label11.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
|
|
this.label11.Location = new System.Drawing.Point(564, 210);
|
|
|
|
|
this.label11.Name = "label11";
|
|
|
|
|
this.label11.Size = new System.Drawing.Size(89, 22);
|
|
|
|
|
this.label11.Size = new System.Drawing.Size(119, 28);
|
|
|
|
|
this.label11.TabIndex = 427;
|
|
|
|
|
this.label11.Text = "库存占比";
|
|
|
|
|
//
|
|
|
|
@ -680,10 +756,9 @@ namespace AUCMA.STORE
|
|
|
|
|
this.label8.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
|
|
this.label8.Font = new System.Drawing.Font("宋体", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
this.label8.ForeColor = System.Drawing.Color.LightSkyBlue;
|
|
|
|
|
this.label8.Location = new System.Drawing.Point(423, 210);
|
|
|
|
|
this.label8.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
|
|
this.label8.Location = new System.Drawing.Point(564, 262);
|
|
|
|
|
this.label8.Name = "label8";
|
|
|
|
|
this.label8.Size = new System.Drawing.Size(0, 22);
|
|
|
|
|
this.label8.Size = new System.Drawing.Size(0, 28);
|
|
|
|
|
this.label8.TabIndex = 421;
|
|
|
|
|
//
|
|
|
|
|
// label7
|
|
|
|
@ -695,10 +770,9 @@ namespace AUCMA.STORE
|
|
|
|
|
this.label7.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
|
|
this.label7.Font = new System.Drawing.Font("宋体", 25.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
this.label7.ForeColor = System.Drawing.Color.LightSkyBlue;
|
|
|
|
|
this.label7.Location = new System.Drawing.Point(988, 189);
|
|
|
|
|
this.label7.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
|
|
this.label7.Location = new System.Drawing.Point(1317, 236);
|
|
|
|
|
this.label7.Name = "label7";
|
|
|
|
|
this.label7.Size = new System.Drawing.Size(0, 35);
|
|
|
|
|
this.label7.Size = new System.Drawing.Size(0, 43);
|
|
|
|
|
this.label7.TabIndex = 420;
|
|
|
|
|
//
|
|
|
|
|
// label6
|
|
|
|
@ -708,10 +782,9 @@ namespace AUCMA.STORE
|
|
|
|
|
this.label6.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
|
|
this.label6.Font = new System.Drawing.Font("宋体", 25.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
this.label6.ForeColor = System.Drawing.Color.LightSkyBlue;
|
|
|
|
|
this.label6.Location = new System.Drawing.Point(434, 176);
|
|
|
|
|
this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
|
|
this.label6.Location = new System.Drawing.Point(579, 220);
|
|
|
|
|
this.label6.Name = "label6";
|
|
|
|
|
this.label6.Size = new System.Drawing.Size(0, 35);
|
|
|
|
|
this.label6.Size = new System.Drawing.Size(0, 43);
|
|
|
|
|
this.label6.TabIndex = 419;
|
|
|
|
|
//
|
|
|
|
|
// pictureBox5
|
|
|
|
@ -719,10 +792,10 @@ namespace AUCMA.STORE
|
|
|
|
|
this.pictureBox5.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.pictureBox5.BackgroundImage = global::AUCMA.STORE.Properties.Resources.库存占比;
|
|
|
|
|
this.pictureBox5.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
|
|
|
|
this.pictureBox5.Location = new System.Drawing.Point(923, 115);
|
|
|
|
|
this.pictureBox5.Margin = new System.Windows.Forms.Padding(2);
|
|
|
|
|
this.pictureBox5.Location = new System.Drawing.Point(1231, 144);
|
|
|
|
|
this.pictureBox5.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
|
|
this.pictureBox5.Name = "pictureBox5";
|
|
|
|
|
this.pictureBox5.Size = new System.Drawing.Size(180, 186);
|
|
|
|
|
this.pictureBox5.Size = new System.Drawing.Size(240, 232);
|
|
|
|
|
this.pictureBox5.TabIndex = 418;
|
|
|
|
|
this.pictureBox5.TabStop = false;
|
|
|
|
|
this.pictureBox5.Click += new System.EventHandler(this.pictureBox5_Click);
|
|
|
|
@ -732,10 +805,10 @@ namespace AUCMA.STORE
|
|
|
|
|
this.pictureBox4.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.pictureBox4.BackgroundImage = global::AUCMA.STORE.Properties.Resources.库存占比;
|
|
|
|
|
this.pictureBox4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
|
|
|
|
this.pictureBox4.Location = new System.Drawing.Point(368, 115);
|
|
|
|
|
this.pictureBox4.Margin = new System.Windows.Forms.Padding(2);
|
|
|
|
|
this.pictureBox4.Location = new System.Drawing.Point(491, 144);
|
|
|
|
|
this.pictureBox4.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
|
|
this.pictureBox4.Name = "pictureBox4";
|
|
|
|
|
this.pictureBox4.Size = new System.Drawing.Size(180, 174);
|
|
|
|
|
this.pictureBox4.Size = new System.Drawing.Size(240, 218);
|
|
|
|
|
this.pictureBox4.TabIndex = 417;
|
|
|
|
|
this.pictureBox4.TabStop = false;
|
|
|
|
|
this.pictureBox4.Click += new System.EventHandler(this.pictureBox4_Click);
|
|
|
|
@ -748,10 +821,9 @@ namespace AUCMA.STORE
|
|
|
|
|
this.label5.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
|
|
this.label5.Font = new System.Drawing.Font("宋体", 25.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
this.label5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(106)))), ((int)(((byte)(203)))), ((int)(((byte)(254)))));
|
|
|
|
|
this.label5.Location = new System.Drawing.Point(330, 24);
|
|
|
|
|
this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
|
|
this.label5.Location = new System.Drawing.Point(440, 30);
|
|
|
|
|
this.label5.Name = "label5";
|
|
|
|
|
this.label5.Size = new System.Drawing.Size(0, 35);
|
|
|
|
|
this.label5.Size = new System.Drawing.Size(0, 43);
|
|
|
|
|
this.label5.TabIndex = 416;
|
|
|
|
|
//
|
|
|
|
|
// btn_Exit
|
|
|
|
@ -764,10 +836,10 @@ namespace AUCMA.STORE
|
|
|
|
|
this.btn_Exit.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.btn_Exit.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.btn_Exit.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
|
|
this.btn_Exit.Location = new System.Drawing.Point(932, 10);
|
|
|
|
|
this.btn_Exit.Margin = new System.Windows.Forms.Padding(2);
|
|
|
|
|
this.btn_Exit.Location = new System.Drawing.Point(1243, 12);
|
|
|
|
|
this.btn_Exit.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
|
|
this.btn_Exit.Name = "btn_Exit";
|
|
|
|
|
this.btn_Exit.Size = new System.Drawing.Size(156, 62);
|
|
|
|
|
this.btn_Exit.Size = new System.Drawing.Size(208, 78);
|
|
|
|
|
this.btn_Exit.TabIndex = 413;
|
|
|
|
|
this.btn_Exit.UseVisualStyleBackColor = false;
|
|
|
|
|
this.btn_Exit.Click += new System.EventHandler(this.button10_Click);
|
|
|
|
@ -784,10 +856,10 @@ namespace AUCMA.STORE
|
|
|
|
|
this.btn_Unlock_2.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.btn_Unlock_2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
|
|
this.btn_Unlock_2.ForeColor = System.Drawing.SystemColors.ActiveCaption;
|
|
|
|
|
this.btn_Unlock_2.Location = new System.Drawing.Point(746, 224);
|
|
|
|
|
this.btn_Unlock_2.Margin = new System.Windows.Forms.Padding(2);
|
|
|
|
|
this.btn_Unlock_2.Location = new System.Drawing.Point(995, 280);
|
|
|
|
|
this.btn_Unlock_2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
|
|
this.btn_Unlock_2.Name = "btn_Unlock_2";
|
|
|
|
|
this.btn_Unlock_2.Size = new System.Drawing.Size(137, 66);
|
|
|
|
|
this.btn_Unlock_2.Size = new System.Drawing.Size(183, 82);
|
|
|
|
|
this.btn_Unlock_2.TabIndex = 411;
|
|
|
|
|
this.btn_Unlock_2.UseVisualStyleBackColor = false;
|
|
|
|
|
this.btn_Unlock_2.Click += new System.EventHandler(this.btn_Unlock_2_Click);
|
|
|
|
@ -802,10 +874,10 @@ namespace AUCMA.STORE
|
|
|
|
|
this.btn_Stop_2.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.btn_Stop_2.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.btn_Stop_2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
|
|
this.btn_Stop_2.Location = new System.Drawing.Point(587, 226);
|
|
|
|
|
this.btn_Stop_2.Margin = new System.Windows.Forms.Padding(2);
|
|
|
|
|
this.btn_Stop_2.Location = new System.Drawing.Point(783, 282);
|
|
|
|
|
this.btn_Stop_2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
|
|
this.btn_Stop_2.Name = "btn_Stop_2";
|
|
|
|
|
this.btn_Stop_2.Size = new System.Drawing.Size(140, 62);
|
|
|
|
|
this.btn_Stop_2.Size = new System.Drawing.Size(187, 78);
|
|
|
|
|
this.btn_Stop_2.TabIndex = 410;
|
|
|
|
|
this.btn_Stop_2.UseVisualStyleBackColor = false;
|
|
|
|
|
this.btn_Stop_2.Click += new System.EventHandler(this.btn_Stop_2_Click);
|
|
|
|
@ -820,10 +892,10 @@ namespace AUCMA.STORE
|
|
|
|
|
this.button7.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.button7.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.button7.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
|
|
this.button7.Location = new System.Drawing.Point(746, 148);
|
|
|
|
|
this.button7.Margin = new System.Windows.Forms.Padding(2);
|
|
|
|
|
this.button7.Location = new System.Drawing.Point(995, 185);
|
|
|
|
|
this.button7.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
|
|
this.button7.Name = "button7";
|
|
|
|
|
this.button7.Size = new System.Drawing.Size(137, 62);
|
|
|
|
|
this.button7.Size = new System.Drawing.Size(183, 78);
|
|
|
|
|
this.button7.TabIndex = 409;
|
|
|
|
|
this.button7.UseVisualStyleBackColor = false;
|
|
|
|
|
this.button7.Click += new System.EventHandler(this.button7_Click);
|
|
|
|
@ -838,10 +910,10 @@ namespace AUCMA.STORE
|
|
|
|
|
this.button8.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.button8.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.button8.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
|
|
this.button8.Location = new System.Drawing.Point(587, 148);
|
|
|
|
|
this.button8.Margin = new System.Windows.Forms.Padding(2);
|
|
|
|
|
this.button8.Location = new System.Drawing.Point(783, 185);
|
|
|
|
|
this.button8.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
|
|
this.button8.Name = "button8";
|
|
|
|
|
this.button8.Size = new System.Drawing.Size(140, 62);
|
|
|
|
|
this.button8.Size = new System.Drawing.Size(187, 78);
|
|
|
|
|
this.button8.TabIndex = 408;
|
|
|
|
|
this.button8.UseVisualStyleBackColor = false;
|
|
|
|
|
this.button8.Click += new System.EventHandler(this.button8_Click);
|
|
|
|
@ -855,10 +927,10 @@ namespace AUCMA.STORE
|
|
|
|
|
this.btn_Unlock_1.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.btn_Unlock_1.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.btn_Unlock_1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
|
|
this.btn_Unlock_1.Location = new System.Drawing.Point(196, 226);
|
|
|
|
|
this.btn_Unlock_1.Margin = new System.Windows.Forms.Padding(2);
|
|
|
|
|
this.btn_Unlock_1.Location = new System.Drawing.Point(261, 282);
|
|
|
|
|
this.btn_Unlock_1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
|
|
this.btn_Unlock_1.Name = "btn_Unlock_1";
|
|
|
|
|
this.btn_Unlock_1.Size = new System.Drawing.Size(137, 62);
|
|
|
|
|
this.btn_Unlock_1.Size = new System.Drawing.Size(183, 78);
|
|
|
|
|
this.btn_Unlock_1.TabIndex = 407;
|
|
|
|
|
this.btn_Unlock_1.UseVisualStyleBackColor = false;
|
|
|
|
|
this.btn_Unlock_1.Click += new System.EventHandler(this.btn_Unlock_1_Click);
|
|
|
|
@ -872,10 +944,10 @@ namespace AUCMA.STORE
|
|
|
|
|
this.btn_Stop_1.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.btn_Stop_1.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.btn_Stop_1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
|
|
this.btn_Stop_1.Location = new System.Drawing.Point(35, 226);
|
|
|
|
|
this.btn_Stop_1.Margin = new System.Windows.Forms.Padding(2);
|
|
|
|
|
this.btn_Stop_1.Location = new System.Drawing.Point(47, 282);
|
|
|
|
|
this.btn_Stop_1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
|
|
this.btn_Stop_1.Name = "btn_Stop_1";
|
|
|
|
|
this.btn_Stop_1.Size = new System.Drawing.Size(137, 62);
|
|
|
|
|
this.btn_Stop_1.Size = new System.Drawing.Size(183, 78);
|
|
|
|
|
this.btn_Stop_1.TabIndex = 406;
|
|
|
|
|
this.btn_Stop_1.UseVisualStyleBackColor = false;
|
|
|
|
|
this.btn_Stop_1.Click += new System.EventHandler(this.btn_Stop_1_Click);
|
|
|
|
@ -889,10 +961,10 @@ namespace AUCMA.STORE
|
|
|
|
|
this.button2.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.button2.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
|
|
this.button2.Location = new System.Drawing.Point(196, 148);
|
|
|
|
|
this.button2.Margin = new System.Windows.Forms.Padding(2);
|
|
|
|
|
this.button2.Location = new System.Drawing.Point(261, 185);
|
|
|
|
|
this.button2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
|
|
this.button2.Name = "button2";
|
|
|
|
|
this.button2.Size = new System.Drawing.Size(137, 62);
|
|
|
|
|
this.button2.Size = new System.Drawing.Size(183, 78);
|
|
|
|
|
this.button2.TabIndex = 405;
|
|
|
|
|
this.button2.UseVisualStyleBackColor = false;
|
|
|
|
|
this.button2.Click += new System.EventHandler(this.button2_Click);
|
|
|
|
@ -906,10 +978,10 @@ namespace AUCMA.STORE
|
|
|
|
|
this.btn_Instore_1.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.btn_Instore_1.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.btn_Instore_1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
|
|
this.btn_Instore_1.Location = new System.Drawing.Point(35, 148);
|
|
|
|
|
this.btn_Instore_1.Margin = new System.Windows.Forms.Padding(2);
|
|
|
|
|
this.btn_Instore_1.Location = new System.Drawing.Point(47, 185);
|
|
|
|
|
this.btn_Instore_1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
|
|
this.btn_Instore_1.Name = "btn_Instore_1";
|
|
|
|
|
this.btn_Instore_1.Size = new System.Drawing.Size(137, 62);
|
|
|
|
|
this.btn_Instore_1.Size = new System.Drawing.Size(183, 78);
|
|
|
|
|
this.btn_Instore_1.TabIndex = 404;
|
|
|
|
|
this.btn_Instore_1.UseVisualStyleBackColor = false;
|
|
|
|
|
this.btn_Instore_1.Click += new System.EventHandler(this.btn_Instore_1_Click);
|
|
|
|
@ -922,10 +994,9 @@ namespace AUCMA.STORE
|
|
|
|
|
this.label2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
|
|
this.label2.Font = new System.Drawing.Font("宋体", 25.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(106)))), ((int)(((byte)(203)))), ((int)(((byte)(254)))));
|
|
|
|
|
this.label2.Location = new System.Drawing.Point(674, 610);
|
|
|
|
|
this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
|
|
this.label2.Location = new System.Drawing.Point(899, 762);
|
|
|
|
|
this.label2.Name = "label2";
|
|
|
|
|
this.label2.Size = new System.Drawing.Size(0, 35);
|
|
|
|
|
this.label2.Size = new System.Drawing.Size(0, 43);
|
|
|
|
|
this.label2.TabIndex = 399;
|
|
|
|
|
//
|
|
|
|
|
// label1
|
|
|
|
@ -936,84 +1007,21 @@ namespace AUCMA.STORE
|
|
|
|
|
this.label1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
|
|
this.label1.Font = new System.Drawing.Font("宋体", 25.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(106)))), ((int)(((byte)(203)))), ((int)(((byte)(254)))));
|
|
|
|
|
this.label1.Location = new System.Drawing.Point(898, 610);
|
|
|
|
|
this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
|
|
this.label1.Location = new System.Drawing.Point(1197, 762);
|
|
|
|
|
this.label1.Name = "label1";
|
|
|
|
|
this.label1.Size = new System.Drawing.Size(0, 35);
|
|
|
|
|
this.label1.Size = new System.Drawing.Size(0, 43);
|
|
|
|
|
this.label1.TabIndex = 397;
|
|
|
|
|
//
|
|
|
|
|
// Column0
|
|
|
|
|
//
|
|
|
|
|
this.Column0.HeaderText = "任务编号";
|
|
|
|
|
this.Column0.MinimumWidth = 6;
|
|
|
|
|
this.Column0.Name = "Column0";
|
|
|
|
|
this.Column0.ReadOnly = true;
|
|
|
|
|
this.Column0.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
|
|
this.Column0.Width = 115;
|
|
|
|
|
//
|
|
|
|
|
// Column1
|
|
|
|
|
//
|
|
|
|
|
this.Column1.HeaderText = "类型";
|
|
|
|
|
this.Column1.MinimumWidth = 6;
|
|
|
|
|
this.Column1.Name = "Column1";
|
|
|
|
|
this.Column1.ReadOnly = true;
|
|
|
|
|
this.Column1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
|
|
this.Column1.Width = 80;
|
|
|
|
|
//
|
|
|
|
|
// Column2
|
|
|
|
|
//
|
|
|
|
|
this.Column2.HeaderText = "型号";
|
|
|
|
|
this.Column2.MinimumWidth = 6;
|
|
|
|
|
this.Column2.Name = "Column2";
|
|
|
|
|
this.Column2.ReadOnly = true;
|
|
|
|
|
this.Column2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
|
|
//
|
|
|
|
|
// Column3
|
|
|
|
|
//
|
|
|
|
|
this.Column3.HeaderText = "区域";
|
|
|
|
|
this.Column3.MinimumWidth = 6;
|
|
|
|
|
this.Column3.Name = "Column3";
|
|
|
|
|
this.Column3.ReadOnly = true;
|
|
|
|
|
this.Column3.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
|
|
this.Column3.Width = 30;
|
|
|
|
|
//
|
|
|
|
|
// Column4
|
|
|
|
|
//
|
|
|
|
|
this.Column4.HeaderText = "库位";
|
|
|
|
|
this.Column4.MinimumWidth = 6;
|
|
|
|
|
this.Column4.Name = "Column4";
|
|
|
|
|
this.Column4.ReadOnly = true;
|
|
|
|
|
this.Column4.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
|
|
this.Column4.Width = 50;
|
|
|
|
|
//
|
|
|
|
|
// Column5
|
|
|
|
|
//
|
|
|
|
|
this.Column5.HeaderText = "状态";
|
|
|
|
|
this.Column5.MinimumWidth = 6;
|
|
|
|
|
this.Column5.Name = "Column5";
|
|
|
|
|
this.Column5.ReadOnly = true;
|
|
|
|
|
this.Column5.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
|
|
this.Column5.Width = 50;
|
|
|
|
|
//
|
|
|
|
|
// Column6
|
|
|
|
|
//
|
|
|
|
|
this.Column6.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
|
|
|
this.Column6.HeaderText = "时间";
|
|
|
|
|
this.Column6.MinimumWidth = 6;
|
|
|
|
|
this.Column6.Name = "Column6";
|
|
|
|
|
this.Column6.ReadOnly = true;
|
|
|
|
|
this.Column6.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
|
|
//
|
|
|
|
|
// InStoreForm
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
|
this.BackColor = System.Drawing.SystemColors.ActiveCaption;
|
|
|
|
|
this.ClientSize = new System.Drawing.Size(1122, 663);
|
|
|
|
|
this.ClientSize = new System.Drawing.Size(1496, 829);
|
|
|
|
|
this.Controls.Add(this.panelEnhanced1);
|
|
|
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
|
|
|
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
|
|
|
this.Margin = new System.Windows.Forms.Padding(2);
|
|
|
|
|
this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
|
|
this.Name = "InStoreForm";
|
|
|
|
|
this.Text = "WCS";
|
|
|
|
|
this.Activated += new System.EventHandler(this.InStoreForm_Activated);
|
|
|
|
@ -1100,6 +1108,7 @@ namespace AUCMA.STORE
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column6;
|
|
|
|
|
private System.Windows.Forms.Button btn_clearTask;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|