namespace WCS_Client.From { partial class Form_Task { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); System.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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_Task)); this.dgvTask = new CCWin.SkinControl.SkinDataGridView(); this.BtnRefresh = new CCWin.SkinControl.SkinButton(); this.dgvTaskdtl = new CCWin.SkinControl.SkinDataGridView(); this.id = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.parentid = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.taskno = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.posidcur = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.posidnext = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.description = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.notes = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.executedate = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.sknBinResetSrm = new CCWin.SkinControl.SkinButton(); this.sknBtnOnMaterResetAGV = new CCWin.SkinControl.SkinButton(); this.sknBinUpMaterResetAGV = new CCWin.SkinControl.SkinButton(); this.sknBinTaskFinish = new CCWin.SkinControl.SkinButton(); this.sknBtnResertTask = new CCWin.SkinControl.SkinButton(); this.sknBtnCancel = new CCWin.SkinControl.SkinButton(); this.txtSrmNo = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.btnQuery = new CCWin.SkinControl.SkinButton(); this.skBtnCancelNoTask = new CCWin.SkinControl.SkinButton(); this.label2 = new System.Windows.Forms.Label(); this.txtEnd = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.txtBarCode = new System.Windows.Forms.TextBox(); this.btnClear = new CCWin.SkinControl.SkinButton(); this.label4 = new System.Windows.Forms.Label(); this.txtTaskNo = new System.Windows.Forms.TextBox(); this.sknBtnPRIORITY = new CCWin.SkinControl.SkinButton(); this.label5 = new System.Windows.Forms.Label(); this.txtMatNo = new System.Windows.Forms.TextBox(); this.TASK_COMTYPE = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.TASK_NO = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.TASK_COMTYPECH = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.TASK_SYSTYPE = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.TASK_BOXBARCODE = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.TASK_POSIDFROM = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.TASK_POSIDCUR = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.TASK_POSIDNEXT = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.TASK_POSIDTO = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.TASK_POSIDMOVE = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.TASK_PRIORITY = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.TASK_WKSTATUSCH = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.TASK_WHID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.TASK_ADDUSERNO = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.TASK_ADDDATETIME = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.TASK_EDITUSERNO = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.TASK_EDITDATETIME = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.rn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.task_notes = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.task_srmno = new System.Windows.Forms.DataGridViewTextBoxColumn(); ((System.ComponentModel.ISupportInitialize)(this.dgvTask)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dgvTaskdtl)).BeginInit(); this.SuspendLayout(); // // dgvTask // this.dgvTask.AllowUserToAddRows = false; this.dgvTask.AllowUserToDeleteRows = false; this.dgvTask.AllowUserToOrderColumns = true; dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(246)))), ((int)(((byte)(253))))); this.dgvTask.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; this.dgvTask.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.dgvTask.BackgroundColor = System.Drawing.SystemColors.Window; this.dgvTask.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.dgvTask.ColumnFont = null; this.dgvTask.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(246)))), ((int)(((byte)(239))))); dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgvTask.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; this.dgvTask.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgvTask.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.TASK_COMTYPE, this.TASK_NO, this.TASK_COMTYPECH, this.TASK_SYSTYPE, this.TASK_BOXBARCODE, this.TASK_POSIDFROM, this.TASK_POSIDCUR, this.TASK_POSIDNEXT, this.TASK_POSIDTO, this.TASK_POSIDMOVE, this.TASK_PRIORITY, this.TASK_WKSTATUSCH, this.TASK_WHID, this.TASK_ADDUSERNO, this.TASK_ADDDATETIME, this.TASK_EDITUSERNO, this.TASK_EDITDATETIME, this.rn, this.task_notes, this.task_srmno}); this.dgvTask.ColumnSelectForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle3.BackColor = System.Drawing.Color.White; dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(188)))), ((int)(((byte)(240))))); dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.White; dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dgvTask.DefaultCellStyle = dataGridViewCellStyle3; this.dgvTask.EnableHeadersVisualStyles = false; this.dgvTask.GridColor = System.Drawing.SystemColors.GradientActiveCaption; this.dgvTask.HeadFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dgvTask.HeadSelectForeColor = System.Drawing.SystemColors.HighlightText; this.dgvTask.Location = new System.Drawing.Point(7, 93); this.dgvTask.MultiSelect = false; this.dgvTask.Name = "dgvTask"; this.dgvTask.ReadOnly = true; this.dgvTask.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None; this.dgvTask.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText; this.dgvTask.RowsDefaultCellStyle = dataGridViewCellStyle4; this.dgvTask.RowTemplate.Height = 23; this.dgvTask.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect; this.dgvTask.Size = new System.Drawing.Size(1411, 533); this.dgvTask.TabIndex = 17; this.dgvTask.TitleBack = null; this.dgvTask.TitleBackColorBegin = System.Drawing.Color.White; this.dgvTask.TitleBackColorEnd = System.Drawing.Color.FromArgb(((int)(((byte)(83)))), ((int)(((byte)(196)))), ((int)(((byte)(242))))); this.dgvTask.CellMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvTask_CellMouseClick); // // BtnRefresh // this.BtnRefresh.BackColor = System.Drawing.Color.Transparent; this.BtnRefresh.ControlState = CCWin.SkinClass.ControlState.Normal; this.BtnRefresh.DownBack = null; this.BtnRefresh.Location = new System.Drawing.Point(21, 35); this.BtnRefresh.MouseBack = null; this.BtnRefresh.Name = "BtnRefresh"; this.BtnRefresh.NormlBack = null; this.BtnRefresh.Size = new System.Drawing.Size(75, 23); this.BtnRefresh.TabIndex = 18; this.BtnRefresh.Text = "刷新"; this.BtnRefresh.UseVisualStyleBackColor = false; this.BtnRefresh.Click += new System.EventHandler(this.BtnRefresh_Click); // // dgvTaskdtl // this.dgvTaskdtl.AllowUserToAddRows = false; this.dgvTaskdtl.AllowUserToDeleteRows = false; this.dgvTaskdtl.AllowUserToOrderColumns = true; dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(246)))), ((int)(((byte)(253))))); this.dgvTaskdtl.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle5; this.dgvTaskdtl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.dgvTaskdtl.BackgroundColor = System.Drawing.SystemColors.Window; this.dgvTaskdtl.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.dgvTaskdtl.ColumnFont = null; this.dgvTaskdtl.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(246)))), ((int)(((byte)(239))))); dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgvTaskdtl.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle6; this.dgvTaskdtl.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgvTaskdtl.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.id, this.parentid, this.taskno, this.posidcur, this.posidnext, this.description, this.notes, this.executedate}); this.dgvTaskdtl.ColumnSelectForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle7.BackColor = System.Drawing.Color.White; dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle7.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(188)))), ((int)(((byte)(240))))); dataGridViewCellStyle7.SelectionForeColor = System.Drawing.Color.White; dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dgvTaskdtl.DefaultCellStyle = dataGridViewCellStyle7; this.dgvTaskdtl.EnableHeadersVisualStyles = false; this.dgvTaskdtl.GridColor = System.Drawing.SystemColors.GradientActiveCaption; this.dgvTaskdtl.HeadFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dgvTaskdtl.HeadSelectForeColor = System.Drawing.SystemColors.HighlightText; this.dgvTaskdtl.Location = new System.Drawing.Point(7, 632); this.dgvTaskdtl.Name = "dgvTaskdtl"; this.dgvTaskdtl.ReadOnly = true; this.dgvTaskdtl.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None; this.dgvTaskdtl.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText; this.dgvTaskdtl.RowsDefaultCellStyle = dataGridViewCellStyle8; this.dgvTaskdtl.RowTemplate.Height = 23; this.dgvTaskdtl.Size = new System.Drawing.Size(1411, 188); this.dgvTaskdtl.TabIndex = 19; this.dgvTaskdtl.TitleBack = null; this.dgvTaskdtl.TitleBackColorBegin = System.Drawing.Color.White; this.dgvTaskdtl.TitleBackColorEnd = System.Drawing.Color.FromArgb(((int)(((byte)(83)))), ((int)(((byte)(196)))), ((int)(((byte)(242))))); // // id // this.id.DataPropertyName = "id"; this.id.HeaderText = "id"; this.id.Name = "id"; this.id.ReadOnly = true; this.id.Visible = false; // // parentid // this.parentid.DataPropertyName = "parentid"; this.parentid.HeaderText = "parentid"; this.parentid.Name = "parentid"; this.parentid.ReadOnly = true; this.parentid.Visible = false; // // taskno // this.taskno.DataPropertyName = "taskno"; this.taskno.HeaderText = "任务号"; this.taskno.Name = "taskno"; this.taskno.ReadOnly = true; // // posidcur // this.posidcur.DataPropertyName = "posidcur"; this.posidcur.HeaderText = "当前地址"; this.posidcur.Name = "posidcur"; this.posidcur.ReadOnly = true; // // posidnext // this.posidnext.DataPropertyName = "posidnext"; this.posidnext.HeaderText = "下个地址"; this.posidnext.Name = "posidnext"; this.posidnext.ReadOnly = true; // // description // this.description.DataPropertyName = "description"; this.description.HeaderText = "描述"; this.description.Name = "description"; this.description.ReadOnly = true; this.description.Width = 470; // // notes // this.notes.DataPropertyName = "notes"; this.notes.HeaderText = "备注"; this.notes.Name = "notes"; this.notes.ReadOnly = true; // // executedate // this.executedate.DataPropertyName = "executedate"; this.executedate.HeaderText = "执行时间"; this.executedate.Name = "executedate"; this.executedate.ReadOnly = true; this.executedate.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.executedate.Width = 200; // // sknBinResetSrm // this.sknBinResetSrm.BackColor = System.Drawing.Color.Transparent; this.sknBinResetSrm.ControlState = CCWin.SkinClass.ControlState.Normal; this.sknBinResetSrm.DownBack = null; this.sknBinResetSrm.Location = new System.Drawing.Point(102, 35); this.sknBinResetSrm.MouseBack = null; this.sknBinResetSrm.Name = "sknBinResetSrm"; this.sknBinResetSrm.NormlBack = null; this.sknBinResetSrm.Size = new System.Drawing.Size(106, 23); this.sknBinResetSrm.TabIndex = 20; this.sknBinResetSrm.Text = "重下堆垛机"; this.sknBinResetSrm.UseVisualStyleBackColor = false; this.sknBinResetSrm.Click += new System.EventHandler(this.sknBinResetSrm_Click); // // sknBtnOnMaterResetAGV // this.sknBtnOnMaterResetAGV.BackColor = System.Drawing.Color.Transparent; this.sknBtnOnMaterResetAGV.ControlState = CCWin.SkinClass.ControlState.Normal; this.sknBtnOnMaterResetAGV.DownBack = null; this.sknBtnOnMaterResetAGV.Location = new System.Drawing.Point(214, 35); this.sknBtnOnMaterResetAGV.MouseBack = null; this.sknBtnOnMaterResetAGV.Name = "sknBtnOnMaterResetAGV"; this.sknBtnOnMaterResetAGV.NormlBack = null; this.sknBtnOnMaterResetAGV.Size = new System.Drawing.Size(106, 23); this.sknBtnOnMaterResetAGV.TabIndex = 21; this.sknBtnOnMaterResetAGV.Text = "上料重下RGV"; this.sknBtnOnMaterResetAGV.UseVisualStyleBackColor = false; this.sknBtnOnMaterResetAGV.Click += new System.EventHandler(this.sknBtnOnMaterResetAGV_Click); // // sknBinUpMaterResetAGV // this.sknBinUpMaterResetAGV.BackColor = System.Drawing.Color.Transparent; this.sknBinUpMaterResetAGV.ControlState = CCWin.SkinClass.ControlState.Normal; this.sknBinUpMaterResetAGV.DownBack = null; this.sknBinUpMaterResetAGV.Location = new System.Drawing.Point(326, 35); this.sknBinUpMaterResetAGV.MouseBack = null; this.sknBinUpMaterResetAGV.Name = "sknBinUpMaterResetAGV"; this.sknBinUpMaterResetAGV.NormlBack = null; this.sknBinUpMaterResetAGV.Size = new System.Drawing.Size(106, 23); this.sknBinUpMaterResetAGV.TabIndex = 22; this.sknBinUpMaterResetAGV.Text = "下料重下RGV"; this.sknBinUpMaterResetAGV.UseVisualStyleBackColor = false; this.sknBinUpMaterResetAGV.Click += new System.EventHandler(this.sknBinUpMaterResetAGV_Click); // // sknBinTaskFinish // this.sknBinTaskFinish.BackColor = System.Drawing.Color.Transparent; this.sknBinTaskFinish.ControlState = CCWin.SkinClass.ControlState.Normal; this.sknBinTaskFinish.DownBack = null; this.sknBinTaskFinish.Location = new System.Drawing.Point(690, 35); this.sknBinTaskFinish.MouseBack = null; this.sknBinTaskFinish.Name = "sknBinTaskFinish"; this.sknBinTaskFinish.NormlBack = null; this.sknBinTaskFinish.Size = new System.Drawing.Size(106, 23); this.sknBinTaskFinish.TabIndex = 23; this.sknBinTaskFinish.Text = "任务完成"; this.sknBinTaskFinish.UseVisualStyleBackColor = false; this.sknBinTaskFinish.Click += new System.EventHandler(this.sknBinTaskFinish_Click); // // sknBtnResertTask // this.sknBtnResertTask.BackColor = System.Drawing.Color.Transparent; this.sknBtnResertTask.ControlState = CCWin.SkinClass.ControlState.Normal; this.sknBtnResertTask.DownBack = null; this.sknBtnResertTask.Location = new System.Drawing.Point(569, 35); this.sknBtnResertTask.MouseBack = null; this.sknBtnResertTask.Name = "sknBtnResertTask"; this.sknBtnResertTask.NormlBack = null; this.sknBtnResertTask.Size = new System.Drawing.Size(106, 23); this.sknBtnResertTask.TabIndex = 24; this.sknBtnResertTask.Text = "重下任务"; this.sknBtnResertTask.UseVisualStyleBackColor = false; this.sknBtnResertTask.Click += new System.EventHandler(this.sknBtnResertTask_Click); // // sknBtnCancel // this.sknBtnCancel.BackColor = System.Drawing.Color.Transparent; this.sknBtnCancel.ControlState = CCWin.SkinClass.ControlState.Normal; this.sknBtnCancel.DownBack = null; this.sknBtnCancel.Location = new System.Drawing.Point(448, 35); this.sknBtnCancel.MouseBack = null; this.sknBtnCancel.Name = "sknBtnCancel"; this.sknBtnCancel.NormlBack = null; this.sknBtnCancel.Size = new System.Drawing.Size(106, 23); this.sknBtnCancel.TabIndex = 25; this.sknBtnCancel.Text = "取消任务"; this.sknBtnCancel.UseVisualStyleBackColor = false; this.sknBtnCancel.Click += new System.EventHandler(this.sknBtnCancel_Click); // // txtSrmNo // this.txtSrmNo.Location = new System.Drawing.Point(112, 64); this.txtSrmNo.Name = "txtSrmNo"; this.txtSrmNo.Size = new System.Drawing.Size(100, 21); this.txtSrmNo.TabIndex = 26; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(31, 68); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(71, 12); this.label1.TabIndex = 28; this.label1.Text = "堆垛机编号:"; // // btnQuery // this.btnQuery.BackColor = System.Drawing.Color.Transparent; this.btnQuery.ControlState = CCWin.SkinClass.ControlState.Normal; this.btnQuery.DownBack = null; this.btnQuery.Location = new System.Drawing.Point(1015, 64); this.btnQuery.MouseBack = null; this.btnQuery.Name = "btnQuery"; this.btnQuery.NormlBack = null; this.btnQuery.Size = new System.Drawing.Size(106, 23); this.btnQuery.TabIndex = 29; this.btnQuery.Text = "查询"; this.btnQuery.UseVisualStyleBackColor = false; this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click); // // skBtnCancelNoTask // this.skBtnCancelNoTask.BackColor = System.Drawing.Color.Transparent; this.skBtnCancelNoTask.ControlState = CCWin.SkinClass.ControlState.Normal; this.skBtnCancelNoTask.DownBack = null; this.skBtnCancelNoTask.Location = new System.Drawing.Point(943, 35); this.skBtnCancelNoTask.MouseBack = null; this.skBtnCancelNoTask.Name = "skBtnCancelNoTask"; this.skBtnCancelNoTask.NormlBack = null; this.skBtnCancelNoTask.Size = new System.Drawing.Size(157, 23); this.skBtnCancelNoTask.TabIndex = 30; this.skBtnCancelNoTask.Text = "测试"; this.skBtnCancelNoTask.UseVisualStyleBackColor = false; this.skBtnCancelNoTask.Visible = false; this.skBtnCancelNoTask.Click += new System.EventHandler(this.skBtnCancelNoTask_Click); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(229, 68); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(59, 12); this.label2.TabIndex = 32; this.label2.Text = "终点地址:"; // // txtEnd // this.txtEnd.Location = new System.Drawing.Point(299, 64); this.txtEnd.Name = "txtEnd"; this.txtEnd.Size = new System.Drawing.Size(100, 21); this.txtEnd.TabIndex = 31; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(420, 69); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(59, 12); this.label3.TabIndex = 34; this.label3.Text = "条 码:"; // // txtBarCode // this.txtBarCode.Location = new System.Drawing.Point(490, 65); this.txtBarCode.Name = "txtBarCode"; this.txtBarCode.Size = new System.Drawing.Size(100, 21); this.txtBarCode.TabIndex = 33; // // btnClear // this.btnClear.BackColor = System.Drawing.Color.Transparent; this.btnClear.ControlState = CCWin.SkinClass.ControlState.Normal; this.btnClear.DownBack = null; this.btnClear.Location = new System.Drawing.Point(1143, 64); this.btnClear.MouseBack = null; this.btnClear.Name = "btnClear"; this.btnClear.NormlBack = null; this.btnClear.Size = new System.Drawing.Size(106, 23); this.btnClear.TabIndex = 35; this.btnClear.Text = "重置查询条件"; this.btnClear.UseVisualStyleBackColor = false; this.btnClear.Click += new System.EventHandler(this.btnClear_Click); // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(599, 69); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(59, 12); this.label4.TabIndex = 37; this.label4.Text = "任 务 号:"; // // txtTaskNo // this.txtTaskNo.Location = new System.Drawing.Point(669, 65); this.txtTaskNo.Name = "txtTaskNo"; this.txtTaskNo.Size = new System.Drawing.Size(100, 21); this.txtTaskNo.TabIndex = 36; // // sknBtnPRIORITY // this.sknBtnPRIORITY.BackColor = System.Drawing.Color.Transparent; this.sknBtnPRIORITY.ControlState = CCWin.SkinClass.ControlState.Normal; this.sknBtnPRIORITY.DownBack = null; this.sknBtnPRIORITY.Location = new System.Drawing.Point(815, 35); this.sknBtnPRIORITY.MouseBack = null; this.sknBtnPRIORITY.Name = "sknBtnPRIORITY"; this.sknBtnPRIORITY.NormlBack = null; this.sknBtnPRIORITY.Size = new System.Drawing.Size(106, 23); this.sknBtnPRIORITY.TabIndex = 38; this.sknBtnPRIORITY.Text = "调整优先级"; this.sknBtnPRIORITY.UseVisualStyleBackColor = false; this.sknBtnPRIORITY.Click += new System.EventHandler(this.sknBtnPRIORITY_Click); // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(786, 69); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(95, 12); this.label5.TabIndex = 40; this.label5.Text = "物料编号或名称:"; // // txtMatNo // this.txtMatNo.Location = new System.Drawing.Point(897, 65); this.txtMatNo.Name = "txtMatNo"; this.txtMatNo.Size = new System.Drawing.Size(100, 21); this.txtMatNo.TabIndex = 39; // // TASK_COMTYPE // this.TASK_COMTYPE.DataPropertyName = "TASK_COMTYPE"; this.TASK_COMTYPE.HeaderText = "Column1"; this.TASK_COMTYPE.Name = "TASK_COMTYPE"; this.TASK_COMTYPE.ReadOnly = true; this.TASK_COMTYPE.Visible = false; // // TASK_NO // this.TASK_NO.DataPropertyName = "TASK_NO"; this.TASK_NO.HeaderText = "任务号"; this.TASK_NO.Name = "TASK_NO"; this.TASK_NO.ReadOnly = true; this.TASK_NO.Width = 80; // // TASK_COMTYPECH // this.TASK_COMTYPECH.DataPropertyName = "TASK_COMTYPECH"; this.TASK_COMTYPECH.HeaderText = "任务类型"; this.TASK_COMTYPECH.Name = "TASK_COMTYPECH"; this.TASK_COMTYPECH.ReadOnly = true; // // TASK_SYSTYPE // this.TASK_SYSTYPE.DataPropertyName = "TASK_SYSTYPE"; this.TASK_SYSTYPE.HeaderText = "下发系统"; this.TASK_SYSTYPE.Name = "TASK_SYSTYPE"; this.TASK_SYSTYPE.ReadOnly = true; // // TASK_BOXBARCODE // this.TASK_BOXBARCODE.DataPropertyName = "TASK_BOXBARCODE"; this.TASK_BOXBARCODE.HeaderText = "条码"; this.TASK_BOXBARCODE.Name = "TASK_BOXBARCODE"; this.TASK_BOXBARCODE.ReadOnly = true; this.TASK_BOXBARCODE.Width = 200; // // TASK_POSIDFROM // this.TASK_POSIDFROM.DataPropertyName = "TASK_POSIDFROM"; this.TASK_POSIDFROM.HeaderText = "起始地址"; this.TASK_POSIDFROM.Name = "TASK_POSIDFROM"; this.TASK_POSIDFROM.ReadOnly = true; // // TASK_POSIDCUR // this.TASK_POSIDCUR.DataPropertyName = "TASK_POSIDCUR"; this.TASK_POSIDCUR.HeaderText = "当前地址"; this.TASK_POSIDCUR.Name = "TASK_POSIDCUR"; this.TASK_POSIDCUR.ReadOnly = true; // // TASK_POSIDNEXT // this.TASK_POSIDNEXT.DataPropertyName = "TASK_POSIDNEXT"; this.TASK_POSIDNEXT.HeaderText = "下个地址"; this.TASK_POSIDNEXT.Name = "TASK_POSIDNEXT"; this.TASK_POSIDNEXT.ReadOnly = true; // // TASK_POSIDTO // this.TASK_POSIDTO.DataPropertyName = "TASK_POSIDTO"; this.TASK_POSIDTO.HeaderText = "终点地址"; this.TASK_POSIDTO.Name = "TASK_POSIDTO"; this.TASK_POSIDTO.ReadOnly = true; // // TASK_POSIDMOVE // this.TASK_POSIDMOVE.DataPropertyName = "TASK_POSIDMOVE"; this.TASK_POSIDMOVE.HeaderText = "移库地址"; this.TASK_POSIDMOVE.Name = "TASK_POSIDMOVE"; this.TASK_POSIDMOVE.ReadOnly = true; // // TASK_PRIORITY // this.TASK_PRIORITY.DataPropertyName = "TASK_PRIORITY"; this.TASK_PRIORITY.HeaderText = "优先级"; this.TASK_PRIORITY.Name = "TASK_PRIORITY"; this.TASK_PRIORITY.ReadOnly = true; this.TASK_PRIORITY.Width = 80; // // TASK_WKSTATUSCH // this.TASK_WKSTATUSCH.DataPropertyName = "TASK_WKSTATUSCH"; this.TASK_WKSTATUSCH.HeaderText = "任务状态"; this.TASK_WKSTATUSCH.Name = "TASK_WKSTATUSCH"; this.TASK_WKSTATUSCH.ReadOnly = true; // // TASK_WHID // this.TASK_WHID.DataPropertyName = "TASK_WHID"; this.TASK_WHID.HeaderText = "仓库"; this.TASK_WHID.Name = "TASK_WHID"; this.TASK_WHID.ReadOnly = true; this.TASK_WHID.Visible = false; this.TASK_WHID.Width = 80; // // TASK_ADDUSERNO // this.TASK_ADDUSERNO.DataPropertyName = "TASK_ADDUSERNO"; this.TASK_ADDUSERNO.HeaderText = "创建用户"; this.TASK_ADDUSERNO.Name = "TASK_ADDUSERNO"; this.TASK_ADDUSERNO.ReadOnly = true; // // TASK_ADDDATETIME // this.TASK_ADDDATETIME.DataPropertyName = "TASK_ADDDATETIME"; this.TASK_ADDDATETIME.HeaderText = "创建时间"; this.TASK_ADDDATETIME.Name = "TASK_ADDDATETIME"; this.TASK_ADDDATETIME.ReadOnly = true; // // TASK_EDITUSERNO // this.TASK_EDITUSERNO.DataPropertyName = "TASK_EDITUSERNO"; this.TASK_EDITUSERNO.HeaderText = "编辑用户"; this.TASK_EDITUSERNO.Name = "TASK_EDITUSERNO"; this.TASK_EDITUSERNO.ReadOnly = true; this.TASK_EDITUSERNO.Width = 80; // // TASK_EDITDATETIME // this.TASK_EDITDATETIME.DataPropertyName = "TASK_EDITDATETIME"; this.TASK_EDITDATETIME.HeaderText = "编辑时间"; this.TASK_EDITDATETIME.Name = "TASK_EDITDATETIME"; this.TASK_EDITDATETIME.ReadOnly = true; // // rn // this.rn.DataPropertyName = "rn"; this.rn.HeaderText = "rn"; this.rn.Name = "rn"; this.rn.ReadOnly = true; this.rn.Visible = false; this.rn.Width = 80; // // task_notes // this.task_notes.DataPropertyName = "task_notes"; this.task_notes.HeaderText = "备注"; this.task_notes.Name = "task_notes"; this.task_notes.ReadOnly = true; // // task_srmno // this.task_srmno.DataPropertyName = "task_srmno"; this.task_srmno.HeaderText = "srm编号"; this.task_srmno.Name = "task_srmno"; this.task_srmno.ReadOnly = true; // // Form_Task // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1425, 827); this.Controls.Add(this.label5); this.Controls.Add(this.txtMatNo); this.Controls.Add(this.sknBtnPRIORITY); this.Controls.Add(this.label4); this.Controls.Add(this.txtTaskNo); this.Controls.Add(this.btnClear); this.Controls.Add(this.label3); this.Controls.Add(this.txtBarCode); this.Controls.Add(this.label2); this.Controls.Add(this.txtEnd); this.Controls.Add(this.skBtnCancelNoTask); this.Controls.Add(this.btnQuery); this.Controls.Add(this.label1); this.Controls.Add(this.txtSrmNo); this.Controls.Add(this.sknBtnCancel); this.Controls.Add(this.sknBtnResertTask); this.Controls.Add(this.sknBinTaskFinish); this.Controls.Add(this.sknBinUpMaterResetAGV); this.Controls.Add(this.sknBtnOnMaterResetAGV); this.Controls.Add(this.sknBinResetSrm); this.Controls.Add(this.dgvTaskdtl); this.Controls.Add(this.BtnRefresh); this.Controls.Add(this.dgvTask); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "Form_Task"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "任务管理"; ((System.ComponentModel.ISupportInitialize)(this.dgvTask)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dgvTaskdtl)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private CCWin.SkinControl.SkinDataGridView dgvTask; private CCWin.SkinControl.SkinButton BtnRefresh; private CCWin.SkinControl.SkinDataGridView dgvTaskdtl; private System.Windows.Forms.DataGridViewTextBoxColumn id; private System.Windows.Forms.DataGridViewTextBoxColumn parentid; private System.Windows.Forms.DataGridViewTextBoxColumn taskno; private System.Windows.Forms.DataGridViewTextBoxColumn posidcur; private System.Windows.Forms.DataGridViewTextBoxColumn posidnext; private System.Windows.Forms.DataGridViewTextBoxColumn description; private System.Windows.Forms.DataGridViewTextBoxColumn notes; private System.Windows.Forms.DataGridViewTextBoxColumn executedate; private CCWin.SkinControl.SkinButton sknBinResetSrm; private CCWin.SkinControl.SkinButton sknBtnOnMaterResetAGV; private CCWin.SkinControl.SkinButton sknBinUpMaterResetAGV; private CCWin.SkinControl.SkinButton sknBinTaskFinish; private CCWin.SkinControl.SkinButton sknBtnResertTask; private CCWin.SkinControl.SkinButton sknBtnCancel; private System.Windows.Forms.TextBox txtSrmNo; private System.Windows.Forms.Label label1; private CCWin.SkinControl.SkinButton btnQuery; private CCWin.SkinControl.SkinButton skBtnCancelNoTask; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox txtEnd; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox txtBarCode; private CCWin.SkinControl.SkinButton btnClear; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox txtTaskNo; private CCWin.SkinControl.SkinButton sknBtnPRIORITY; private System.Windows.Forms.Label label5; private System.Windows.Forms.TextBox txtMatNo; private System.Windows.Forms.DataGridViewTextBoxColumn TASK_COMTYPE; private System.Windows.Forms.DataGridViewTextBoxColumn TASK_NO; private System.Windows.Forms.DataGridViewTextBoxColumn TASK_COMTYPECH; private System.Windows.Forms.DataGridViewTextBoxColumn TASK_SYSTYPE; private System.Windows.Forms.DataGridViewTextBoxColumn TASK_BOXBARCODE; private System.Windows.Forms.DataGridViewTextBoxColumn TASK_POSIDFROM; private System.Windows.Forms.DataGridViewTextBoxColumn TASK_POSIDCUR; private System.Windows.Forms.DataGridViewTextBoxColumn TASK_POSIDNEXT; private System.Windows.Forms.DataGridViewTextBoxColumn TASK_POSIDTO; private System.Windows.Forms.DataGridViewTextBoxColumn TASK_POSIDMOVE; private System.Windows.Forms.DataGridViewTextBoxColumn TASK_PRIORITY; private System.Windows.Forms.DataGridViewTextBoxColumn TASK_WKSTATUSCH; private System.Windows.Forms.DataGridViewTextBoxColumn TASK_WHID; private System.Windows.Forms.DataGridViewTextBoxColumn TASK_ADDUSERNO; private System.Windows.Forms.DataGridViewTextBoxColumn TASK_ADDDATETIME; private System.Windows.Forms.DataGridViewTextBoxColumn TASK_EDITUSERNO; private System.Windows.Forms.DataGridViewTextBoxColumn TASK_EDITDATETIME; private System.Windows.Forms.DataGridViewTextBoxColumn rn; private System.Windows.Forms.DataGridViewTextBoxColumn task_notes; private System.Windows.Forms.DataGridViewTextBoxColumn task_srmno; } }