namespace HH.WMS.Client
{
partial class ArrivalOrderForm
{
///
/// 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()
{
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ArrivalOrderForm));
this.dgvlist = new DevComponents.DotNetBar.Controls.DataGridViewX();
this.CN_S_ARRIVAL_NO = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.CN_S_MODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.CN_S_LOT_CODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.CN_S_STOCK_CODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.CN_S_VENDOR_NO = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.CN_S_VENDOR_NAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.CN_T_DATE = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.CN_S_OPERATOR = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.CN_S_OP_FROM = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.CN_S_FROM_NO = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.CN_S_STATE = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.CN_S_PUT_POSITION = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.CN_S_DELIVERY_NOTE = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.CN_S_DELIVERER = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.CN_S_OP_TYPE = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.CN_S_RECEIVER = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.CN_S_AUDITOR = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.CN_S_AUDIT_REMARK = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.CN_T_AUDIT_TIME = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.txtopNo = new DevComponents.DotNetBar.Controls.TextBoxX();
this.labelX1 = new DevComponents.DotNetBar.LabelX();
this.btnsearch = new DevComponents.DotNetBar.ButtonX();
((System.ComponentModel.ISupportInitialize)(this.dgvlist)).BeginInit();
this.SuspendLayout();
//
// dgvlist
//
this.dgvlist.AllowUserToAddRows = false;
this.dgvlist.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.dgvlist.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.ColumnHeader;
this.dgvlist.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvlist.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.CN_S_ARRIVAL_NO,
this.CN_S_MODE,
this.CN_S_LOT_CODE,
this.CN_S_STOCK_CODE,
this.CN_S_VENDOR_NO,
this.CN_S_VENDOR_NAME,
this.CN_T_DATE,
this.CN_S_OPERATOR,
this.CN_S_OP_FROM,
this.CN_S_FROM_NO,
this.CN_S_STATE,
this.CN_S_PUT_POSITION,
this.CN_S_DELIVERY_NOTE,
this.CN_S_DELIVERER,
this.CN_S_OP_TYPE,
this.CN_S_RECEIVER,
this.CN_S_AUDITOR,
this.CN_S_AUDIT_REMARK,
this.CN_T_AUDIT_TIME});
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window;
dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dgvlist.DefaultCellStyle = dataGridViewCellStyle1;
this.dgvlist.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(170)))), ((int)(((byte)(170)))));
this.dgvlist.Location = new System.Drawing.Point(2, 56);
this.dgvlist.Name = "dgvlist";
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
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.dgvlist.RowHeadersDefaultCellStyle = dataGridViewCellStyle2;
this.dgvlist.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.AutoSizeToFirstHeader;
this.dgvlist.RowTemplate.Height = 23;
this.dgvlist.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvlist.Size = new System.Drawing.Size(874, 395);
this.dgvlist.TabIndex = 0;
this.dgvlist.RowStateChanged += new System.Windows.Forms.DataGridViewRowStateChangedEventHandler(this.dgvlist_RowStateChanged);
this.dgvlist.DoubleClick += new System.EventHandler(this.dgvlist_DoubleClick);
//
// CN_S_ARRIVAL_NO
//
this.CN_S_ARRIVAL_NO.DataPropertyName = "CN_S_ARRIVAL_NO";
this.CN_S_ARRIVAL_NO.HeaderText = "到货单号";
this.CN_S_ARRIVAL_NO.Name = "CN_S_ARRIVAL_NO";
this.CN_S_ARRIVAL_NO.ReadOnly = true;
this.CN_S_ARRIVAL_NO.Width = 78;
//
// CN_S_MODE
//
this.CN_S_MODE.DataPropertyName = "CN_S_MODE";
this.CN_S_MODE.HeaderText = "到货模式";
this.CN_S_MODE.Name = "CN_S_MODE";
this.CN_S_MODE.ReadOnly = true;
this.CN_S_MODE.Width = 78;
//
// CN_S_LOT_CODE
//
this.CN_S_LOT_CODE.DataPropertyName = "CN_S_LOT_CODE";
this.CN_S_LOT_CODE.HeaderText = "批次号";
this.CN_S_LOT_CODE.Name = "CN_S_LOT_CODE";
this.CN_S_LOT_CODE.ReadOnly = true;
this.CN_S_LOT_CODE.Width = 66;
//
// CN_S_STOCK_CODE
//
this.CN_S_STOCK_CODE.DataPropertyName = "CN_S_STOCK_CODE";
this.CN_S_STOCK_CODE.HeaderText = "仓库编码";
this.CN_S_STOCK_CODE.Name = "CN_S_STOCK_CODE";
this.CN_S_STOCK_CODE.ReadOnly = true;
this.CN_S_STOCK_CODE.Width = 78;
//
// CN_S_VENDOR_NO
//
this.CN_S_VENDOR_NO.DataPropertyName = "CN_S_VENDOR_NO";
this.CN_S_VENDOR_NO.HeaderText = "供应商编码";
this.CN_S_VENDOR_NO.Name = "CN_S_VENDOR_NO";
this.CN_S_VENDOR_NO.ReadOnly = true;
this.CN_S_VENDOR_NO.Width = 90;
//
// CN_S_VENDOR_NAME
//
this.CN_S_VENDOR_NAME.DataPropertyName = "CN_S_VENDOR_NAME";
this.CN_S_VENDOR_NAME.HeaderText = "供应商名称";
this.CN_S_VENDOR_NAME.Name = "CN_S_VENDOR_NAME";
this.CN_S_VENDOR_NAME.ReadOnly = true;
this.CN_S_VENDOR_NAME.Width = 90;
//
// CN_T_DATE
//
this.CN_T_DATE.DataPropertyName = "CN_T_DATE";
this.CN_T_DATE.HeaderText = "到货时间";
this.CN_T_DATE.Name = "CN_T_DATE";
this.CN_T_DATE.ReadOnly = true;
this.CN_T_DATE.Width = 78;
//
// CN_S_OPERATOR
//
this.CN_S_OPERATOR.DataPropertyName = "CN_S_OPERATOR";
this.CN_S_OPERATOR.HeaderText = "制单人";
this.CN_S_OPERATOR.Name = "CN_S_OPERATOR";
this.CN_S_OPERATOR.ReadOnly = true;
this.CN_S_OPERATOR.Width = 66;
//
// CN_S_OP_FROM
//
this.CN_S_OP_FROM.DataPropertyName = "CN_S_OP_FROM";
this.CN_S_OP_FROM.HeaderText = "来源业务";
this.CN_S_OP_FROM.Name = "CN_S_OP_FROM";
this.CN_S_OP_FROM.ReadOnly = true;
this.CN_S_OP_FROM.Width = 78;
//
// CN_S_FROM_NO
//
this.CN_S_FROM_NO.DataPropertyName = "CN_S_FROM_NO";
this.CN_S_FROM_NO.HeaderText = "来源单号";
this.CN_S_FROM_NO.Name = "CN_S_FROM_NO";
this.CN_S_FROM_NO.ReadOnly = true;
this.CN_S_FROM_NO.Width = 78;
//
// CN_S_STATE
//
this.CN_S_STATE.DataPropertyName = "CN_S_STATE";
this.CN_S_STATE.HeaderText = "状态";
this.CN_S_STATE.Name = "CN_S_STATE";
this.CN_S_STATE.ReadOnly = true;
this.CN_S_STATE.Width = 54;
//
// CN_S_PUT_POSITION
//
this.CN_S_PUT_POSITION.DataPropertyName = "CN_S_PUT_POSITION";
this.CN_S_PUT_POSITION.HeaderText = "摆放位置";
this.CN_S_PUT_POSITION.Name = "CN_S_PUT_POSITION";
this.CN_S_PUT_POSITION.ReadOnly = true;
this.CN_S_PUT_POSITION.Width = 78;
//
// CN_S_DELIVERY_NOTE
//
this.CN_S_DELIVERY_NOTE.DataPropertyName = "CN_S_DELIVERY_NOTE";
this.CN_S_DELIVERY_NOTE.HeaderText = "送货单号";
this.CN_S_DELIVERY_NOTE.Name = "CN_S_DELIVERY_NOTE";
this.CN_S_DELIVERY_NOTE.ReadOnly = true;
this.CN_S_DELIVERY_NOTE.Width = 78;
//
// CN_S_DELIVERER
//
this.CN_S_DELIVERER.DataPropertyName = "CN_S_DELIVERER";
this.CN_S_DELIVERER.HeaderText = "送货人";
this.CN_S_DELIVERER.Name = "CN_S_DELIVERER";
this.CN_S_DELIVERER.ReadOnly = true;
this.CN_S_DELIVERER.Width = 66;
//
// CN_S_OP_TYPE
//
this.CN_S_OP_TYPE.DataPropertyName = "CN_S_OP_TYPE";
this.CN_S_OP_TYPE.HeaderText = "到货类型";
this.CN_S_OP_TYPE.Name = "CN_S_OP_TYPE";
this.CN_S_OP_TYPE.ReadOnly = true;
this.CN_S_OP_TYPE.Width = 78;
//
// CN_S_RECEIVER
//
this.CN_S_RECEIVER.DataPropertyName = "CN_S_RECEIVER";
this.CN_S_RECEIVER.HeaderText = "收货人";
this.CN_S_RECEIVER.Name = "CN_S_RECEIVER";
this.CN_S_RECEIVER.ReadOnly = true;
this.CN_S_RECEIVER.Width = 66;
//
// CN_S_AUDITOR
//
this.CN_S_AUDITOR.DataPropertyName = "CN_S_AUDITOR";
this.CN_S_AUDITOR.HeaderText = "审核人";
this.CN_S_AUDITOR.Name = "CN_S_AUDITOR";
this.CN_S_AUDITOR.ReadOnly = true;
this.CN_S_AUDITOR.Width = 66;
//
// CN_S_AUDIT_REMARK
//
this.CN_S_AUDIT_REMARK.DataPropertyName = "CN_S_AUDIT_REMARK";
this.CN_S_AUDIT_REMARK.HeaderText = "审核意见";
this.CN_S_AUDIT_REMARK.Name = "CN_S_AUDIT_REMARK";
this.CN_S_AUDIT_REMARK.ReadOnly = true;
this.CN_S_AUDIT_REMARK.Width = 78;
//
// CN_T_AUDIT_TIME
//
this.CN_T_AUDIT_TIME.DataPropertyName = "CN_T_AUDIT_TIME";
this.CN_T_AUDIT_TIME.HeaderText = "审核时间";
this.CN_T_AUDIT_TIME.Name = "CN_T_AUDIT_TIME";
this.CN_T_AUDIT_TIME.ReadOnly = true;
this.CN_T_AUDIT_TIME.Width = 78;
//
// txtopNo
//
this.txtopNo.BackColor = System.Drawing.Color.White;
//
//
//
this.txtopNo.Border.Class = "TextBoxBorder";
this.txtopNo.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.txtopNo.DisabledBackColor = System.Drawing.Color.White;
this.txtopNo.ForeColor = System.Drawing.Color.Black;
this.txtopNo.Location = new System.Drawing.Point(84, 14);
this.txtopNo.Name = "txtopNo";
this.txtopNo.PreventEnterBeep = true;
this.txtopNo.Size = new System.Drawing.Size(156, 21);
this.txtopNo.TabIndex = 1;
//
// labelX1
//
//
//
//
this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX1.Location = new System.Drawing.Point(27, 14);
this.labelX1.Name = "labelX1";
this.labelX1.Size = new System.Drawing.Size(50, 23);
this.labelX1.TabIndex = 2;
this.labelX1.Text = "到货单";
//
// btnsearch
//
this.btnsearch.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnsearch.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.btnsearch.Location = new System.Drawing.Point(755, 14);
this.btnsearch.Name = "btnsearch";
this.btnsearch.Size = new System.Drawing.Size(75, 23);
this.btnsearch.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.btnsearch.TabIndex = 3;
this.btnsearch.Text = "搜索";
this.btnsearch.Click += new System.EventHandler(this.btnsearch_Click);
//
// ArrivalOrderForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(878, 453);
this.Controls.Add(this.btnsearch);
this.Controls.Add(this.labelX1);
this.Controls.Add(this.txtopNo);
this.Controls.Add(this.dgvlist);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "ArrivalOrderForm";
this.Text = "ArrivalOrderForm";
this.Load += new System.EventHandler(this.ArrivalOrderForm_Load);
((System.ComponentModel.ISupportInitialize)(this.dgvlist)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevComponents.DotNetBar.Controls.DataGridViewX dgvlist;
private System.Windows.Forms.DataGridViewTextBoxColumn CN_S_ARRIVAL_NO;
private System.Windows.Forms.DataGridViewTextBoxColumn CN_S_MODE;
private System.Windows.Forms.DataGridViewTextBoxColumn CN_S_LOT_CODE;
private System.Windows.Forms.DataGridViewTextBoxColumn CN_S_STOCK_CODE;
private System.Windows.Forms.DataGridViewTextBoxColumn CN_S_VENDOR_NO;
private System.Windows.Forms.DataGridViewTextBoxColumn CN_S_VENDOR_NAME;
private System.Windows.Forms.DataGridViewTextBoxColumn CN_T_DATE;
private System.Windows.Forms.DataGridViewTextBoxColumn CN_S_OPERATOR;
private System.Windows.Forms.DataGridViewTextBoxColumn CN_S_OP_FROM;
private System.Windows.Forms.DataGridViewTextBoxColumn CN_S_FROM_NO;
private System.Windows.Forms.DataGridViewTextBoxColumn CN_S_STATE;
private System.Windows.Forms.DataGridViewTextBoxColumn CN_S_PUT_POSITION;
private System.Windows.Forms.DataGridViewTextBoxColumn CN_S_DELIVERY_NOTE;
private System.Windows.Forms.DataGridViewTextBoxColumn CN_S_DELIVERER;
private System.Windows.Forms.DataGridViewTextBoxColumn CN_S_OP_TYPE;
private System.Windows.Forms.DataGridViewTextBoxColumn CN_S_RECEIVER;
private System.Windows.Forms.DataGridViewTextBoxColumn CN_S_AUDITOR;
private System.Windows.Forms.DataGridViewTextBoxColumn CN_S_AUDIT_REMARK;
private System.Windows.Forms.DataGridViewTextBoxColumn CN_T_AUDIT_TIME;
private DevComponents.DotNetBar.Controls.TextBoxX txtopNo;
private DevComponents.DotNetBar.LabelX labelX1;
private DevComponents.DotNetBar.ButtonX btnsearch;
}
}