333
schangxiang@126.com
2025-09-19 18966e02fb573c7e2bb0c6426ed792b38b910940
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 dataGridViewCellStyle81 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle82 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle83 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle84 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle85 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle86 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle87 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle88 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle89 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle90 = 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);
@@ -3911,57 +3911,45 @@
            this.tabPage_PartTask.Name = "tabPage_PartTask";
            this.tabPage_PartTask.Size = new System.Drawing.Size(754, 414);
            this.tabPage_PartTask.TabIndex = 6;
            this.tabPage_PartTask.Text = "子任务查看";
            this.tabPage_PartTask.Text = "未结束子任务维护";
            this.tabPage_PartTask.UseVisualStyleBackColor = true;
            // 
            // 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;
            dataGridViewCellStyle81.Format = "yyyy-MM-dd HH:mm:ss";
            this.Column4.DefaultCellStyle = dataGridViewCellStyle81;
            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;
            dataGridViewCellStyle82.Format = "yyyy-MM-dd HH:mm:ss";
            this.Column5.DefaultCellStyle = dataGridViewCellStyle82;
            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;
            dataGridViewCellStyle83.Format = "yyyy-MM-dd HH:mm:ss";
            this.Column2.DefaultCellStyle = dataGridViewCellStyle83;
            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;
            dataGridViewCellStyle84.Format = "yyyy-MM-dd HH:mm:ss";
            this.Column3.DefaultCellStyle = dataGridViewCellStyle84;
            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;
            dataGridViewCellStyle85.Format = "yyyy-MM-dd HH:mm:ss";
            this.dataGridViewTextBoxColumn18.DefaultCellStyle = dataGridViewCellStyle85;
            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;
            dataGridViewCellStyle86.Format = "yyyy-MM-dd HH:mm:ss";
            this.Column6.DefaultCellStyle = dataGridViewCellStyle86;
            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;
            dataGridViewCellStyle87.Format = "yyyy-MM-dd HH:mm:ss";
            this.dataGridViewTextBoxColumn19.DefaultCellStyle = dataGridViewCellStyle87;
            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;
            dataGridViewCellStyle88.Format = "yyyy-MM-dd HH:mm:ss";
            this.dataGridViewTextBoxColumn20.DefaultCellStyle = dataGridViewCellStyle88;
            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;
            dataGridViewCellStyle89.Format = "yyyy-MM-dd HH:mm:ss";
            this.dataGridViewTextBoxColumn39.DefaultCellStyle = dataGridViewCellStyle89;
            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;
            dataGridViewCellStyle90.Format = "yyyy-MM-dd HH:mm:ss";
            this.dataGridViewTextBoxColumn40.DefaultCellStyle = dataGridViewCellStyle90;
            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;
    }
}