123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636 |
- namespace WCS_Client.From
- {
- partial class Form_TaskDis
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- 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();
- this.dgvTask = new CCWin.SkinControl.SkinDataGridView();
- this.pagerControl1 = new WCS_Client.UC.PagerControl();
- this.btn_QueryTask = new CCWin.SkinControl.SkinButton();
- this.btnQueryTaskDtl = new CCWin.SkinControl.SkinButton();
- this.label1 = new System.Windows.Forms.Label();
- this.txtBarCode = new CCWin.SkinControl.SkinTextBox();
- this.label2 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.cboTasktype = new CCWin.SkinControl.SkinComboBox();
- this.label4 = new System.Windows.Forms.Label();
- this.txtStartAdrress = new CCWin.SkinControl.SkinTextBox();
- this.label5 = new System.Windows.Forms.Label();
- this.skinDateTimePicker1 = new CCWin.SkinControl.SkinDateTimePicker();
- this.skinDateTimePicker2 = new CCWin.SkinControl.SkinDateTimePicker();
- this.label6 = new System.Windows.Forms.Label();
- this.nudTaskNo = new CCWin.SkinControl.SkinNumericUpDown();
- this.btnResert = new CCWin.SkinControl.SkinButton();
- this.TASK_ID = 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();
- this.task_deletedate = new System.Windows.Forms.DataGridViewTextBoxColumn();
- ((System.ComponentModel.ISupportInitialize)(this.dgvTask)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.nudTaskNo)).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_ID,
- 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.task_deletedate});
- 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, 120);
- 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(1099, 429);
- this.dgvTask.TabIndex = 18;
- 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)))));
- //
- // pagerControl1
- //
- this.pagerControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.pagerControl1.CurrentPage = 1;
- this.pagerControl1.Location = new System.Drawing.Point(7, 555);
- this.pagerControl1.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
- this.pagerControl1.Name = "pagerControl1";
- this.pagerControl1.PageSize = 20;
- this.pagerControl1.Record = 0;
- this.pagerControl1.Size = new System.Drawing.Size(1099, 38);
- this.pagerControl1.TabIndex = 19;
- this.pagerControl1.BindSource += new WCS_Client.UC.PagerControl.BindHandle(this.pagerControl1_BindSource);
- //
- // btn_QueryTask
- //
- this.btn_QueryTask.BackColor = System.Drawing.Color.Transparent;
- this.btn_QueryTask.ControlState = CCWin.SkinClass.ControlState.Normal;
- this.btn_QueryTask.DownBack = null;
- this.btn_QueryTask.Location = new System.Drawing.Point(763, 40);
- this.btn_QueryTask.MouseBack = null;
- this.btn_QueryTask.Name = "btn_QueryTask";
- this.btn_QueryTask.NormlBack = null;
- this.btn_QueryTask.Size = new System.Drawing.Size(75, 23);
- this.btn_QueryTask.TabIndex = 20;
- this.btn_QueryTask.Text = "查询";
- this.btn_QueryTask.UseVisualStyleBackColor = false;
- this.btn_QueryTask.Click += new System.EventHandler(this.btn_QueryTask_Click);
- //
- // btnQueryTaskDtl
- //
- this.btnQueryTaskDtl.BackColor = System.Drawing.Color.Transparent;
- this.btnQueryTaskDtl.ControlState = CCWin.SkinClass.ControlState.Normal;
- this.btnQueryTaskDtl.DownBack = null;
- this.btnQueryTaskDtl.Location = new System.Drawing.Point(763, 85);
- this.btnQueryTaskDtl.MouseBack = null;
- this.btnQueryTaskDtl.Name = "btnQueryTaskDtl";
- this.btnQueryTaskDtl.NormlBack = null;
- this.btnQueryTaskDtl.Size = new System.Drawing.Size(75, 23);
- this.btnQueryTaskDtl.TabIndex = 21;
- this.btnQueryTaskDtl.Text = "查看明细";
- this.btnQueryTaskDtl.UseVisualStyleBackColor = false;
- this.btnQueryTaskDtl.Click += new System.EventHandler(this.btnQueryTaskDtl_Click);
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(32, 44);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(52, 15);
- this.label1.TabIndex = 22;
- this.label1.Text = "任务号";
- //
- // txtBarCode
- //
- this.txtBarCode.BackColor = System.Drawing.Color.Transparent;
- this.txtBarCode.DownBack = null;
- this.txtBarCode.Icon = null;
- this.txtBarCode.IconIsButton = false;
- this.txtBarCode.IconMouseState = CCWin.SkinClass.ControlState.Normal;
- this.txtBarCode.IsPasswordChat = '\0';
- this.txtBarCode.IsSystemPasswordChar = false;
- this.txtBarCode.Lines = new string[0];
- this.txtBarCode.Location = new System.Drawing.Point(100, 82);
- this.txtBarCode.Margin = new System.Windows.Forms.Padding(0);
- this.txtBarCode.MaxLength = 32767;
- this.txtBarCode.MinimumSize = new System.Drawing.Size(28, 28);
- this.txtBarCode.MouseBack = null;
- this.txtBarCode.MouseState = CCWin.SkinClass.ControlState.Normal;
- this.txtBarCode.Multiline = false;
- this.txtBarCode.Name = "txtBarCode";
- this.txtBarCode.NormlBack = null;
- this.txtBarCode.Padding = new System.Windows.Forms.Padding(5);
- this.txtBarCode.ReadOnly = false;
- this.txtBarCode.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtBarCode.Size = new System.Drawing.Size(185, 28);
- //
- //
- //
- this.txtBarCode.SkinTxt.BorderStyle = System.Windows.Forms.BorderStyle.None;
- this.txtBarCode.SkinTxt.Dock = System.Windows.Forms.DockStyle.Fill;
- this.txtBarCode.SkinTxt.Font = new System.Drawing.Font("微软雅黑", 9.75F);
- this.txtBarCode.SkinTxt.Location = new System.Drawing.Point(5, 5);
- this.txtBarCode.SkinTxt.Name = "BaseText";
- this.txtBarCode.SkinTxt.Size = new System.Drawing.Size(175, 22);
- this.txtBarCode.SkinTxt.TabIndex = 0;
- this.txtBarCode.SkinTxt.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
- this.txtBarCode.SkinTxt.WaterText = "";
- this.txtBarCode.TabIndex = 25;
- this.txtBarCode.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtBarCode.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
- this.txtBarCode.WaterText = "";
- this.txtBarCode.WordWrap = true;
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(32, 89);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(37, 15);
- this.label2.TabIndex = 24;
- this.label2.Text = "条码";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(304, 44);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(67, 15);
- this.label3.TabIndex = 26;
- this.label3.Text = "任务类型";
- //
- // cboTasktype
- //
- this.cboTasktype.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
- this.cboTasktype.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cboTasktype.FormattingEnabled = true;
- this.cboTasktype.Location = new System.Drawing.Point(387, 38);
- this.cboTasktype.Name = "cboTasktype";
- this.cboTasktype.Size = new System.Drawing.Size(100, 26);
- this.cboTasktype.TabIndex = 27;
- this.cboTasktype.WaterText = "";
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(493, 44);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(67, 15);
- this.label4.TabIndex = 28;
- this.label4.Text = "起点地址";
- //
- // txtStartAdrress
- //
- this.txtStartAdrress.BackColor = System.Drawing.Color.Transparent;
- this.txtStartAdrress.DownBack = null;
- this.txtStartAdrress.Icon = null;
- this.txtStartAdrress.IconIsButton = false;
- this.txtStartAdrress.IconMouseState = CCWin.SkinClass.ControlState.Normal;
- this.txtStartAdrress.IsPasswordChat = '\0';
- this.txtStartAdrress.IsSystemPasswordChar = false;
- this.txtStartAdrress.Lines = new string[0];
- this.txtStartAdrress.Location = new System.Drawing.Point(568, 37);
- this.txtStartAdrress.Margin = new System.Windows.Forms.Padding(0);
- this.txtStartAdrress.MaxLength = 32767;
- this.txtStartAdrress.MinimumSize = new System.Drawing.Size(28, 28);
- this.txtStartAdrress.MouseBack = null;
- this.txtStartAdrress.MouseState = CCWin.SkinClass.ControlState.Normal;
- this.txtStartAdrress.Multiline = false;
- this.txtStartAdrress.Name = "txtStartAdrress";
- this.txtStartAdrress.NormlBack = null;
- this.txtStartAdrress.Padding = new System.Windows.Forms.Padding(5);
- this.txtStartAdrress.ReadOnly = false;
- this.txtStartAdrress.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtStartAdrress.Size = new System.Drawing.Size(152, 28);
- //
- //
- //
- this.txtStartAdrress.SkinTxt.BorderStyle = System.Windows.Forms.BorderStyle.None;
- this.txtStartAdrress.SkinTxt.Dock = System.Windows.Forms.DockStyle.Fill;
- this.txtStartAdrress.SkinTxt.Font = new System.Drawing.Font("微软雅黑", 9.75F);
- this.txtStartAdrress.SkinTxt.Location = new System.Drawing.Point(5, 5);
- this.txtStartAdrress.SkinTxt.Name = "BaseText";
- this.txtStartAdrress.SkinTxt.Size = new System.Drawing.Size(142, 22);
- this.txtStartAdrress.SkinTxt.TabIndex = 0;
- this.txtStartAdrress.SkinTxt.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
- this.txtStartAdrress.SkinTxt.WaterText = "";
- this.txtStartAdrress.TabIndex = 29;
- this.txtStartAdrress.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtStartAdrress.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
- this.txtStartAdrress.WaterText = "";
- this.txtStartAdrress.WordWrap = true;
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Location = new System.Drawing.Point(304, 89);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(67, 15);
- this.label5.TabIndex = 30;
- this.label5.Text = "创建时间";
- //
- // skinDateTimePicker1
- //
- this.skinDateTimePicker1.BackColor = System.Drawing.Color.Transparent;
- this.skinDateTimePicker1.DropDownHeight = 180;
- this.skinDateTimePicker1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDown;
- this.skinDateTimePicker1.DropDownWidth = 120;
- this.skinDateTimePicker1.font = new System.Drawing.Font("微软雅黑", 9F);
- this.skinDateTimePicker1.Items = null;
- this.skinDateTimePicker1.Location = new System.Drawing.Point(387, 82);
- this.skinDateTimePicker1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.skinDateTimePicker1.Name = "skinDateTimePicker1";
- this.skinDateTimePicker1.Size = new System.Drawing.Size(152, 28);
- this.skinDateTimePicker1.TabIndex = 31;
- this.skinDateTimePicker1.text = "";
- //
- // skinDateTimePicker2
- //
- this.skinDateTimePicker2.BackColor = System.Drawing.Color.Transparent;
- this.skinDateTimePicker2.DropDownHeight = 180;
- this.skinDateTimePicker2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDown;
- this.skinDateTimePicker2.DropDownWidth = 120;
- this.skinDateTimePicker2.font = new System.Drawing.Font("微软雅黑", 9F);
- this.skinDateTimePicker2.Items = null;
- this.skinDateTimePicker2.Location = new System.Drawing.Point(568, 82);
- this.skinDateTimePicker2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.skinDateTimePicker2.Name = "skinDateTimePicker2";
- this.skinDateTimePicker2.Size = new System.Drawing.Size(152, 28);
- this.skinDateTimePicker2.TabIndex = 32;
- this.skinDateTimePicker2.text = "";
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.Location = new System.Drawing.Point(546, 89);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(15, 15);
- this.label6.TabIndex = 33;
- this.label6.Text = "~";
- //
- // nudTaskNo
- //
- this.nudTaskNo.Location = new System.Drawing.Point(100, 39);
- this.nudTaskNo.Maximum = new decimal(new int[] {
- 2000000000,
- 0,
- 0,
- 0});
- this.nudTaskNo.Name = "nudTaskNo";
- this.nudTaskNo.Size = new System.Drawing.Size(185, 25);
- this.nudTaskNo.TabIndex = 34;
- //
- // btnResert
- //
- this.btnResert.BackColor = System.Drawing.Color.Transparent;
- this.btnResert.ControlState = CCWin.SkinClass.ControlState.Normal;
- this.btnResert.DownBack = null;
- this.btnResert.Location = new System.Drawing.Point(856, 41);
- this.btnResert.MouseBack = null;
- this.btnResert.Name = "btnResert";
- this.btnResert.NormlBack = null;
- this.btnResert.Size = new System.Drawing.Size(75, 23);
- this.btnResert.TabIndex = 35;
- this.btnResert.Text = "重置";
- this.btnResert.UseVisualStyleBackColor = false;
- this.btnResert.Click += new System.EventHandler(this.btnResert_Click);
- //
- // TASK_ID
- //
- this.TASK_ID.DataPropertyName = "TASK_ID";
- this.TASK_ID.HeaderText = "任务id";
- this.TASK_ID.Name = "TASK_ID";
- this.TASK_ID.ReadOnly = true;
- this.TASK_ID.Visible = false;
- this.TASK_ID.Width = 58;
- //
- // 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 = 140;
- //
- // 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;
- this.TASK_ADDDATETIME.Visible = false;
- //
- // 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;
- //
- // task_deletedate
- //
- this.task_deletedate.DataPropertyName = "task_deletedate";
- this.task_deletedate.HeaderText = "完成时间";
- this.task_deletedate.Name = "task_deletedate";
- this.task_deletedate.ReadOnly = true;
- this.task_deletedate.Resizable = System.Windows.Forms.DataGridViewTriState.True;
- //
- // Form_TaskDis
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1113, 600);
- this.Controls.Add(this.btnResert);
- this.Controls.Add(this.nudTaskNo);
- this.Controls.Add(this.label6);
- this.Controls.Add(this.skinDateTimePicker2);
- this.Controls.Add(this.skinDateTimePicker1);
- this.Controls.Add(this.label5);
- this.Controls.Add(this.txtStartAdrress);
- this.Controls.Add(this.label4);
- this.Controls.Add(this.cboTasktype);
- this.Controls.Add(this.label3);
- this.Controls.Add(this.txtBarCode);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.btnQueryTaskDtl);
- this.Controls.Add(this.btn_QueryTask);
- this.Controls.Add(this.pagerControl1);
- this.Controls.Add(this.dgvTask);
- this.Name = "Form_TaskDis";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "历史任务查询";
- this.Load += new System.EventHandler(this.Form_TaskDis_Load);
- ((System.ComponentModel.ISupportInitialize)(this.dgvTask)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.nudTaskNo)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private CCWin.SkinControl.SkinDataGridView dgvTask;
- private UC.PagerControl pagerControl1;
- private CCWin.SkinControl.SkinButton btn_QueryTask;
- private CCWin.SkinControl.SkinButton btnQueryTaskDtl;
- private System.Windows.Forms.Label label1;
- private CCWin.SkinControl.SkinTextBox txtBarCode;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label3;
- private CCWin.SkinControl.SkinComboBox cboTasktype;
- private System.Windows.Forms.Label label4;
- private CCWin.SkinControl.SkinTextBox txtStartAdrress;
- private System.Windows.Forms.Label label5;
- private CCWin.SkinControl.SkinDateTimePicker skinDateTimePicker1;
- private CCWin.SkinControl.SkinDateTimePicker skinDateTimePicker2;
- private System.Windows.Forms.Label label6;
- private CCWin.SkinControl.SkinNumericUpDown nudTaskNo;
- private CCWin.SkinControl.SkinButton btnResert;
- private System.Windows.Forms.DataGridViewTextBoxColumn TASK_ID;
- 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;
- private System.Windows.Forms.DataGridViewTextBoxColumn task_deletedate;
- }
- }
|