schangxiang@126.com
2025-09-19 0821aa23eabe557c0d9ef5dbe6989c68be35d1fe
siemens3dWcs/SiemensWCS/WCSFrom.Designer.cs
@@ -28,16 +28,16 @@
        /// </summary>
        private void InitializeComponent()
        {
            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();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
            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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle71 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle72 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle73 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle74 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle75 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle76 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle77 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle78 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle79 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle80 = new System.Windows.Forms.DataGridViewCellStyle();
            this.tP_TransAsrs = new System.Windows.Forms.TabPage();
            this.label112 = new System.Windows.Forms.Label();
            this.label89 = new System.Windows.Forms.Label();
@@ -312,7 +312,6 @@
            this.label6 = new System.Windows.Forms.Label();
            this.tabPage_PartTask = new System.Windows.Forms.TabPage();
            this.btnAllFinish = new System.Windows.Forms.Button();
            this.btnDelete = new System.Windows.Forms.Button();
            this.btnFinish = new System.Windows.Forms.Button();
            this.btnReset = new System.Windows.Forms.Button();
            this.tbserch = new System.Windows.Forms.TextBox();
@@ -394,6 +393,7 @@
            this.label31 = new System.Windows.Forms.Label();
            this.tb_wmsTaskNo2 = new System.Windows.Forms.TextBox();
            this.button1 = new System.Windows.Forms.Button();
            this.label39 = new System.Windows.Forms.Label();
            this.tP_TransAsrs.SuspendLayout();
            this.panel14.SuspendLayout();
            this.panel15.SuspendLayout();
@@ -3900,8 +3900,8 @@
            // 
            // tabPage_PartTask
            // 
            this.tabPage_PartTask.Controls.Add(this.label39);
            this.tabPage_PartTask.Controls.Add(this.btnAllFinish);
            this.tabPage_PartTask.Controls.Add(this.btnDelete);
            this.tabPage_PartTask.Controls.Add(this.btnFinish);
            this.tabPage_PartTask.Controls.Add(this.btnReset);
            this.tabPage_PartTask.Controls.Add(this.tbserch);
@@ -3916,52 +3916,40 @@
            // 
            // btnAllFinish
            // 
            this.btnAllFinish.BackColor = System.Drawing.Color.Tomato;
            this.btnAllFinish.BackColor = System.Drawing.Color.SteelBlue;
            this.btnAllFinish.Location = new System.Drawing.Point(594, 13);
            this.btnAllFinish.Name = "btnAllFinish";
            this.btnAllFinish.Size = new System.Drawing.Size(123, 23);
            this.btnAllFinish.TabIndex = 4;
            this.btnAllFinish.Text = "整个任务强制完成";
            this.btnAllFinish.Text = "[整组任务]强制完成";
            this.btnAllFinish.UseVisualStyleBackColor = false;
            this.btnAllFinish.Click += new System.EventHandler(this.btnAllFinish_Click);
            // 
            // btnDelete
            //
            this.btnDelete.BackColor = System.Drawing.Color.Silver;
            this.btnDelete.Location = new System.Drawing.Point(274, 11);
            this.btnDelete.Name = "btnDelete";
            this.btnDelete.Size = new System.Drawing.Size(75, 23);
            this.btnDelete.TabIndex = 3;
            this.btnDelete.Text = "删除任务";
            this.btnDelete.UseVisualStyleBackColor = false;
            this.btnDelete.Visible = false;
            this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
            //
            // btnFinish
            // 
            this.btnFinish.BackColor = System.Drawing.Color.LightSalmon;
            this.btnFinish.Location = new System.Drawing.Point(355, 11);
            this.btnFinish.BackColor = System.Drawing.Color.PaleVioletRed;
            this.btnFinish.Location = new System.Drawing.Point(436, 11);
            this.btnFinish.Name = "btnFinish";
            this.btnFinish.Size = new System.Drawing.Size(152, 23);
            this.btnFinish.TabIndex = 3;
            this.btnFinish.Text = "强制单个设备任务完成";
            this.btnFinish.Text = "强制[单个设备]任务完成";
            this.btnFinish.UseVisualStyleBackColor = false;
            this.btnFinish.Click += new System.EventHandler(this.btnFinish_Click);
            // 
            // btnReset
            // 
            this.btnReset.BackColor = System.Drawing.Color.Green;
            this.btnReset.Location = new System.Drawing.Point(513, 12);
            this.btnReset.BackColor = System.Drawing.Color.MediumSlateBlue;
            this.btnReset.Location = new System.Drawing.Point(340, 11);
            this.btnReset.Name = "btnReset";
            this.btnReset.Size = new System.Drawing.Size(75, 23);
            this.btnReset.TabIndex = 3;
            this.btnReset.Text = "任务重发";
            this.btnReset.Text = "重发任务";
            this.btnReset.UseVisualStyleBackColor = false;
            this.btnReset.Click += new System.EventHandler(this.btnReset_Click);
            // 
            // tbserch
            // 
            this.tbserch.Location = new System.Drawing.Point(89, 13);
            this.tbserch.Location = new System.Drawing.Point(152, 15);
            this.tbserch.Name = "tbserch";
            this.tbserch.Size = new System.Drawing.Size(164, 21);
            this.tbserch.TabIndex = 2;
@@ -4019,8 +4007,8 @@
            // Column4
            // 
            this.Column4.DataPropertyName = "createtime";
            dataGridViewCellStyle1.Format = "yyyy-MM-dd HH:mm:ss";
            this.Column4.DefaultCellStyle = dataGridViewCellStyle1;
            dataGridViewCellStyle71.Format = "yyyy-MM-dd HH:mm:ss";
            this.Column4.DefaultCellStyle = dataGridViewCellStyle71;
            this.Column4.HeaderText = "创建时间";
            this.Column4.Name = "Column4";
            this.Column4.Width = 130;
@@ -4028,8 +4016,8 @@
            // Column5
            // 
            this.Column5.DataPropertyName = "updatetime";
            dataGridViewCellStyle2.Format = "yyyy-MM-dd HH:mm:ss";
            this.Column5.DefaultCellStyle = dataGridViewCellStyle2;
            dataGridViewCellStyle72.Format = "yyyy-MM-dd HH:mm:ss";
            this.Column5.DefaultCellStyle = dataGridViewCellStyle72;
            this.Column5.HeaderText = "更新时间";
            this.Column5.Name = "Column5";
            this.Column5.Width = 130;
@@ -4037,8 +4025,8 @@
            // Column2
            // 
            this.Column2.DataPropertyName = "issueTime";
            dataGridViewCellStyle3.Format = "yyyy-MM-dd HH:mm:ss";
            this.Column2.DefaultCellStyle = dataGridViewCellStyle3;
            dataGridViewCellStyle73.Format = "yyyy-MM-dd HH:mm:ss";
            this.Column2.DefaultCellStyle = dataGridViewCellStyle73;
            this.Column2.HeaderText = "下发时间";
            this.Column2.Name = "Column2";
            this.Column2.Width = 130;
@@ -4046,8 +4034,8 @@
            // Column3
            // 
            this.Column3.DataPropertyName = "finishTime";
            dataGridViewCellStyle4.Format = "yyyy-MM-dd HH:mm:ss";
            this.Column3.DefaultCellStyle = dataGridViewCellStyle4;
            dataGridViewCellStyle74.Format = "yyyy-MM-dd HH:mm:ss";
            this.Column3.DefaultCellStyle = dataGridViewCellStyle74;
            this.Column3.HeaderText = "完成时间";
            this.Column3.Name = "Column3";
            this.Column3.Width = 130;
@@ -4324,8 +4312,8 @@
            // dataGridViewTextBoxColumn18
            // 
            this.dataGridViewTextBoxColumn18.DataPropertyName = "createtime";
            dataGridViewCellStyle5.Format = "yyyy-MM-dd HH:mm:ss";
            this.dataGridViewTextBoxColumn18.DefaultCellStyle = dataGridViewCellStyle5;
            dataGridViewCellStyle75.Format = "yyyy-MM-dd HH:mm:ss";
            this.dataGridViewTextBoxColumn18.DefaultCellStyle = dataGridViewCellStyle75;
            this.dataGridViewTextBoxColumn18.HeaderText = "创建时间";
            this.dataGridViewTextBoxColumn18.Name = "dataGridViewTextBoxColumn18";
            this.dataGridViewTextBoxColumn18.Width = 130;
@@ -4333,8 +4321,8 @@
            // Column6
            // 
            this.Column6.DataPropertyName = "updatetime";
            dataGridViewCellStyle6.Format = "yyyy-MM-dd HH:mm:ss";
            this.Column6.DefaultCellStyle = dataGridViewCellStyle6;
            dataGridViewCellStyle76.Format = "yyyy-MM-dd HH:mm:ss";
            this.Column6.DefaultCellStyle = dataGridViewCellStyle76;
            this.Column6.HeaderText = "更新时间";
            this.Column6.Name = "Column6";
            this.Column6.Width = 130;
@@ -4342,8 +4330,8 @@
            // dataGridViewTextBoxColumn19
            // 
            this.dataGridViewTextBoxColumn19.DataPropertyName = "issueTime";
            dataGridViewCellStyle7.Format = "yyyy-MM-dd HH:mm:ss";
            this.dataGridViewTextBoxColumn19.DefaultCellStyle = dataGridViewCellStyle7;
            dataGridViewCellStyle77.Format = "yyyy-MM-dd HH:mm:ss";
            this.dataGridViewTextBoxColumn19.DefaultCellStyle = dataGridViewCellStyle77;
            this.dataGridViewTextBoxColumn19.HeaderText = "下发时间";
            this.dataGridViewTextBoxColumn19.Name = "dataGridViewTextBoxColumn19";
            this.dataGridViewTextBoxColumn19.Width = 130;
@@ -4351,8 +4339,8 @@
            // dataGridViewTextBoxColumn20
            // 
            this.dataGridViewTextBoxColumn20.DataPropertyName = "finishTime";
            dataGridViewCellStyle8.Format = "yyyy-MM-dd HH:mm:ss";
            this.dataGridViewTextBoxColumn20.DefaultCellStyle = dataGridViewCellStyle8;
            dataGridViewCellStyle78.Format = "yyyy-MM-dd HH:mm:ss";
            this.dataGridViewTextBoxColumn20.DefaultCellStyle = dataGridViewCellStyle78;
            this.dataGridViewTextBoxColumn20.HeaderText = "完成时间";
            this.dataGridViewTextBoxColumn20.Name = "dataGridViewTextBoxColumn20";
            this.dataGridViewTextBoxColumn20.Width = 130;
@@ -4555,8 +4543,8 @@
            // dataGridViewTextBoxColumn39
            // 
            this.dataGridViewTextBoxColumn39.DataPropertyName = "sendtime";
            dataGridViewCellStyle9.Format = "yyyy-MM-dd HH:mm:ss";
            this.dataGridViewTextBoxColumn39.DefaultCellStyle = dataGridViewCellStyle9;
            dataGridViewCellStyle79.Format = "yyyy-MM-dd HH:mm:ss";
            this.dataGridViewTextBoxColumn39.DefaultCellStyle = dataGridViewCellStyle79;
            this.dataGridViewTextBoxColumn39.HeaderText = "下发时间";
            this.dataGridViewTextBoxColumn39.Name = "dataGridViewTextBoxColumn39";
            this.dataGridViewTextBoxColumn39.Width = 130;
@@ -4564,8 +4552,8 @@
            // dataGridViewTextBoxColumn40
            // 
            this.dataGridViewTextBoxColumn40.DataPropertyName = "finishTime";
            dataGridViewCellStyle10.Format = "yyyy-MM-dd HH:mm:ss";
            this.dataGridViewTextBoxColumn40.DefaultCellStyle = dataGridViewCellStyle10;
            dataGridViewCellStyle80.Format = "yyyy-MM-dd HH:mm:ss";
            this.dataGridViewTextBoxColumn40.DefaultCellStyle = dataGridViewCellStyle80;
            this.dataGridViewTextBoxColumn40.HeaderText = "完成时间";
            this.dataGridViewTextBoxColumn40.Name = "dataGridViewTextBoxColumn40";
            this.dataGridViewTextBoxColumn40.Width = 130;
@@ -4613,6 +4601,15 @@
            this.button1.Text = "查找";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            //
            // label39
            //
            this.label39.AutoSize = true;
            this.label39.Location = new System.Drawing.Point(94, 19);
            this.label39.Name = "label39";
            this.label39.Size = new System.Drawing.Size(53, 12);
            this.label39.TabIndex = 5;
            this.label39.Text = "(任务号)";
            // 
            // WCSFrom
            // 
@@ -4955,7 +4952,6 @@
        private System.Windows.Forms.TextBox tbserch;
        private System.Windows.Forms.Button btnFind;
        private System.Windows.Forms.DataGridView dgvPartTask;
        private System.Windows.Forms.Button btnDelete;
        private System.Windows.Forms.Button btnFinish;
        private System.Windows.Forms.Button btnReset;
        private System.Windows.Forms.Label labRGV2Heaert;
@@ -5047,6 +5043,7 @@
        private System.Windows.Forms.DataGridViewTextBoxColumn Column6;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn19;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn20;
        private System.Windows.Forms.Label label39;
    }
}