namespace HH.WMS.Client
{
partial class InOrderFrom
{
///
/// 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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(InOrderFrom));
this.dgvlist = new DevComponents.DotNetBar.Controls.DataGridViewX();
this.CN_S_OP_NO = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.CN_S_OWNER = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.CN_S_STOCK_CODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.CN_S_OP_TYPE = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.CN_T_OP_DATE = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.CN_T_EXPECT_DATE = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.CN_T_LATEST_DATE = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.CN_S_STATE = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.CN_S_LOGISTICS_FLAG = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.CN_S_LOGISTICS_NAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.CN_S_WAYBALL_NO = 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_S_BUYER = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.CN_N_PRIORITY = 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.labelX1 = new DevComponents.DotNetBar.LabelX();
this.txtOpNo = new DevComponents.DotNetBar.Controls.TextBoxX();
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)));
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgvlist.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
this.dgvlist.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvlist.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.CN_S_OP_NO,
this.CN_S_OWNER,
this.CN_S_STOCK_CODE,
this.CN_S_OP_TYPE,
this.CN_T_OP_DATE,
this.CN_T_EXPECT_DATE,
this.CN_T_LATEST_DATE,
this.CN_S_STATE,
this.CN_S_LOGISTICS_FLAG,
this.CN_S_LOGISTICS_NAME,
this.CN_S_WAYBALL_NO,
this.CN_S_VENDOR_NO,
this.CN_S_VENDOR_NAME,
this.CN_S_BUYER,
this.CN_N_PRIORITY,
this.CN_S_OP_FROM,
this.CN_S_FROM_NO});
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dgvlist.DefaultCellStyle = dataGridViewCellStyle2;
this.dgvlist.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(170)))), ((int)(((byte)(170)))));
this.dgvlist.Location = new System.Drawing.Point(3, 42);
this.dgvlist.Name = "dgvlist";
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgvlist.RowHeadersDefaultCellStyle = dataGridViewCellStyle3;
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(1093, 321);
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_OP_NO
//
this.CN_S_OP_NO.DataPropertyName = "CN_S_OP_NO";
this.CN_S_OP_NO.HeaderText = "入库订单";
this.CN_S_OP_NO.Name = "CN_S_OP_NO";
this.CN_S_OP_NO.ReadOnly = true;
//
// CN_S_OWNER
//
this.CN_S_OWNER.DataPropertyName = "CN_S_OWNER";
this.CN_S_OWNER.HeaderText = "货主";
this.CN_S_OWNER.Name = "CN_S_OWNER";
this.CN_S_OWNER.ReadOnly = true;
//
// 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;
//
// 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;
//
// CN_T_OP_DATE
//
this.CN_T_OP_DATE.DataPropertyName = "CN_T_OP_DATE";
this.CN_T_OP_DATE.HeaderText = "业务日期";
this.CN_T_OP_DATE.Name = "CN_T_OP_DATE";
this.CN_T_OP_DATE.ReadOnly = true;
//
// CN_T_EXPECT_DATE
//
this.CN_T_EXPECT_DATE.DataPropertyName = "CN_T_EXPECT_DATE";
this.CN_T_EXPECT_DATE.HeaderText = "预计到货时间";
this.CN_T_EXPECT_DATE.Name = "CN_T_EXPECT_DATE";
this.CN_T_EXPECT_DATE.ReadOnly = true;
//
// CN_T_LATEST_DATE
//
this.CN_T_LATEST_DATE.DataPropertyName = "CN_T_LATEST_DATE";
this.CN_T_LATEST_DATE.HeaderText = "最迟到货时间";
this.CN_T_LATEST_DATE.Name = "CN_T_LATEST_DATE";
this.CN_T_LATEST_DATE.ReadOnly = true;
//
// 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;
//
// CN_S_LOGISTICS_FLAG
//
this.CN_S_LOGISTICS_FLAG.DataPropertyName = "CN_S_LOGISTICS_FLAG";
this.CN_S_LOGISTICS_FLAG.HeaderText = "物流公司标识";
this.CN_S_LOGISTICS_FLAG.Name = "CN_S_LOGISTICS_FLAG";
this.CN_S_LOGISTICS_FLAG.ReadOnly = true;
//
// CN_S_LOGISTICS_NAME
//
this.CN_S_LOGISTICS_NAME.DataPropertyName = "CN_S_LOGISTICS_NAME";
this.CN_S_LOGISTICS_NAME.HeaderText = "物流公司名称";
this.CN_S_LOGISTICS_NAME.Name = "CN_S_LOGISTICS_NAME";
this.CN_S_LOGISTICS_NAME.ReadOnly = true;
//
// CN_S_WAYBALL_NO
//
this.CN_S_WAYBALL_NO.DataPropertyName = "CN_S_WAYBALL_NO";
this.CN_S_WAYBALL_NO.HeaderText = "运单号";
this.CN_S_WAYBALL_NO.Name = "CN_S_WAYBALL_NO";
this.CN_S_WAYBALL_NO.ReadOnly = true;
//
// 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;
//
// 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;
//
// CN_S_BUYER
//
this.CN_S_BUYER.DataPropertyName = "CN_S_BUYER";
this.CN_S_BUYER.HeaderText = "采购员";
this.CN_S_BUYER.Name = "CN_S_BUYER";
this.CN_S_BUYER.ReadOnly = true;
//
// CN_N_PRIORITY
//
this.CN_N_PRIORITY.DataPropertyName = "CN_N_PRIORITY";
this.CN_N_PRIORITY.HeaderText = "优先级";
this.CN_N_PRIORITY.Name = "CN_N_PRIORITY";
this.CN_N_PRIORITY.ReadOnly = true;
//
// 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;
//
// 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;
//
// labelX1
//
//
//
//
this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX1.Location = new System.Drawing.Point(29, 13);
this.labelX1.Name = "labelX1";
this.labelX1.Size = new System.Drawing.Size(75, 23);
this.labelX1.TabIndex = 1;
this.labelX1.Text = "采购单:";
//
// 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(90, 13);
this.txtOpNo.Name = "txtOpNo";
this.txtOpNo.PreventEnterBeep = true;
this.txtOpNo.Size = new System.Drawing.Size(180, 21);
this.txtOpNo.TabIndex = 2;
//
// btnsearch
//
this.btnsearch.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnsearch.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.btnsearch.Location = new System.Drawing.Point(778, 13);
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);
//
// InOrderFrom
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1099, 365);
this.Controls.Add(this.btnsearch);
this.Controls.Add(this.txtOpNo);
this.Controls.Add(this.labelX1);
this.Controls.Add(this.dgvlist);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "InOrderFrom";
this.Text = "InOrderFrom";
this.Load += new System.EventHandler(this.InOrderFrom_Load);
((System.ComponentModel.ISupportInitialize)(this.dgvlist)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevComponents.DotNetBar.Controls.DataGridViewX dgvlist;
private DevComponents.DotNetBar.LabelX labelX1;
private DevComponents.DotNetBar.Controls.TextBoxX txtOpNo;
private DevComponents.DotNetBar.ButtonX btnsearch;
private System.Windows.Forms.DataGridViewTextBoxColumn CN_S_OP_NO;
private System.Windows.Forms.DataGridViewTextBoxColumn CN_S_OWNER;
private System.Windows.Forms.DataGridViewTextBoxColumn CN_S_STOCK_CODE;
private System.Windows.Forms.DataGridViewTextBoxColumn CN_S_OP_TYPE;
private System.Windows.Forms.DataGridViewTextBoxColumn CN_T_OP_DATE;
private System.Windows.Forms.DataGridViewTextBoxColumn CN_T_EXPECT_DATE;
private System.Windows.Forms.DataGridViewTextBoxColumn CN_T_LATEST_DATE;
private System.Windows.Forms.DataGridViewTextBoxColumn CN_S_STATE;
private System.Windows.Forms.DataGridViewTextBoxColumn CN_S_LOGISTICS_FLAG;
private System.Windows.Forms.DataGridViewTextBoxColumn CN_S_LOGISTICS_NAME;
private System.Windows.Forms.DataGridViewTextBoxColumn CN_S_WAYBALL_NO;
private System.Windows.Forms.DataGridViewTextBoxColumn CN_S_VENDOR_NO;
private System.Windows.Forms.DataGridViewTextBoxColumn CN_S_VENDOR_NAME;
private System.Windows.Forms.DataGridViewTextBoxColumn CN_S_BUYER;
private System.Windows.Forms.DataGridViewTextBoxColumn CN_N_PRIORITY;
private System.Windows.Forms.DataGridViewTextBoxColumn CN_S_OP_FROM;
private System.Windows.Forms.DataGridViewTextBoxColumn CN_S_FROM_NO;
}
}