namespace HH.WMS.Client
|
{
|
partial class InFrom
|
{
|
/// <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()
|
{
|
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(InFrom));
|
this.dgvlist = new DevComponents.DotNetBar.Controls.DataGridViewX();
|
this.CN_S_OP_NO = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.CN_S_OP_TYPE = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.CN_S_STOCK_CODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.CN_T_OPERATE = 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_VENDOR_NAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.txtopNO = new DevComponents.DotNetBar.Controls.TextBoxX();
|
this.lblnopNo = new DevComponents.DotNetBar.LabelX();
|
this.btnSearch = new DevComponents.DotNetBar.ButtonX();
|
this.labelX1 = new DevComponents.DotNetBar.LabelX();
|
this.cmbBussType = new DevComponents.DotNetBar.Controls.ComboBoxEx();
|
this.dtiOpDate = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
|
this.labelX2 = new DevComponents.DotNetBar.LabelX();
|
this.txtVendor = new DevComponents.DotNetBar.Controls.TextBoxX();
|
this.labelX3 = new DevComponents.DotNetBar.LabelX();
|
((System.ComponentModel.ISupportInitialize)(this.dgvlist)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.dtiOpDate)).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.Fill;
|
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_OP_TYPE,
|
this.CN_S_STOCK_CODE,
|
this.CN_T_OPERATE,
|
this.CN_S_OP_FROM,
|
this.CN_S_FROM_NO,
|
this.CN_S_STATE,
|
this.CN_S_VENDOR_NAME});
|
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)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
|
this.dgvlist.Location = new System.Drawing.Point(0, 56);
|
this.dgvlist.Name = "dgvlist";
|
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(1070, 423);
|
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_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_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_T_OPERATE
|
//
|
this.CN_T_OPERATE.DataPropertyName = "CN_T_OPERATE";
|
this.CN_T_OPERATE.HeaderText = "业务日期";
|
this.CN_T_OPERATE.Name = "CN_T_OPERATE";
|
this.CN_T_OPERATE.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;
|
//
|
// 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_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;
|
//
|
// 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(282, 13);
|
this.txtopNO.Name = "txtopNO";
|
this.txtopNO.PreventEnterBeep = true;
|
this.txtopNO.Size = new System.Drawing.Size(169, 21);
|
this.txtopNO.TabIndex = 1;
|
//
|
// lblnopNo
|
//
|
//
|
//
|
//
|
this.lblnopNo.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
this.lblnopNo.Location = new System.Drawing.Point(212, 13);
|
this.lblnopNo.Name = "lblnopNo";
|
this.lblnopNo.Size = new System.Drawing.Size(68, 23);
|
this.lblnopNo.TabIndex = 2;
|
this.lblnopNo.Text = "入库单号:";
|
//
|
// btnSearch
|
//
|
this.btnSearch.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
this.btnSearch.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
|
this.btnSearch.Location = new System.Drawing.Point(984, 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);
|
//
|
// labelX1
|
//
|
//
|
//
|
//
|
this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
this.labelX1.Location = new System.Drawing.Point(12, 13);
|
this.labelX1.Name = "labelX1";
|
this.labelX1.Size = new System.Drawing.Size(69, 23);
|
this.labelX1.TabIndex = 5;
|
this.labelX1.Text = "业务类型:";
|
//
|
// cmbBussType
|
//
|
this.cmbBussType.DisplayMember = "Text";
|
this.cmbBussType.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
|
this.cmbBussType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
this.cmbBussType.ForeColor = System.Drawing.Color.Black;
|
this.cmbBussType.FormattingEnabled = true;
|
this.cmbBussType.ItemHeight = 16;
|
this.cmbBussType.Location = new System.Drawing.Point(83, 13);
|
this.cmbBussType.Name = "cmbBussType";
|
this.cmbBussType.Size = new System.Drawing.Size(114, 22);
|
this.cmbBussType.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
|
this.cmbBussType.TabIndex = 4;
|
//
|
// dtiOpDate
|
//
|
//
|
//
|
//
|
this.dtiOpDate.BackgroundStyle.Class = "DateTimeInputBackground";
|
this.dtiOpDate.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
this.dtiOpDate.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
|
this.dtiOpDate.ButtonDropDown.Visible = true;
|
this.dtiOpDate.IsPopupCalendarOpen = false;
|
this.dtiOpDate.Location = new System.Drawing.Point(517, 12);
|
//
|
//
|
//
|
//
|
//
|
//
|
this.dtiOpDate.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
this.dtiOpDate.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
|
this.dtiOpDate.MonthCalendar.ClearButtonVisible = true;
|
//
|
//
|
//
|
this.dtiOpDate.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
|
this.dtiOpDate.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
|
this.dtiOpDate.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
|
this.dtiOpDate.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
this.dtiOpDate.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
|
this.dtiOpDate.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
|
this.dtiOpDate.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
this.dtiOpDate.MonthCalendar.DisplayMonth = new System.DateTime(2018, 12, 1, 0, 0, 0, 0);
|
//
|
//
|
//
|
this.dtiOpDate.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
|
this.dtiOpDate.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
|
this.dtiOpDate.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
|
this.dtiOpDate.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
this.dtiOpDate.MonthCalendar.TodayButtonVisible = true;
|
this.dtiOpDate.Name = "dtiOpDate";
|
this.dtiOpDate.Size = new System.Drawing.Size(173, 21);
|
this.dtiOpDate.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
|
this.dtiOpDate.TabIndex = 10;
|
//
|
// labelX2
|
//
|
//
|
//
|
//
|
this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
this.labelX2.Location = new System.Drawing.Point(457, 12);
|
this.labelX2.Name = "labelX2";
|
this.labelX2.Size = new System.Drawing.Size(68, 23);
|
this.labelX2.TabIndex = 2;
|
this.labelX2.Text = "业务日期:";
|
//
|
// txtVendor
|
//
|
this.txtVendor.BackColor = System.Drawing.Color.White;
|
//
|
//
|
//
|
this.txtVendor.Border.Class = "TextBoxBorder";
|
this.txtVendor.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
this.txtVendor.DisabledBackColor = System.Drawing.Color.White;
|
this.txtVendor.ForeColor = System.Drawing.Color.Black;
|
this.txtVendor.Location = new System.Drawing.Point(776, 13);
|
this.txtVendor.Name = "txtVendor";
|
this.txtVendor.PreventEnterBeep = true;
|
this.txtVendor.Size = new System.Drawing.Size(169, 21);
|
this.txtVendor.TabIndex = 1;
|
//
|
// labelX3
|
//
|
//
|
//
|
//
|
this.labelX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
this.labelX3.Location = new System.Drawing.Point(706, 13);
|
this.labelX3.Name = "labelX3";
|
this.labelX3.Size = new System.Drawing.Size(68, 23);
|
this.labelX3.TabIndex = 2;
|
this.labelX3.Text = "供应商名:";
|
//
|
// InFrom
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(1071, 481);
|
this.Controls.Add(this.dtiOpDate);
|
this.Controls.Add(this.labelX1);
|
this.Controls.Add(this.cmbBussType);
|
this.Controls.Add(this.btnSearch);
|
this.Controls.Add(this.labelX2);
|
this.Controls.Add(this.labelX3);
|
this.Controls.Add(this.lblnopNo);
|
this.Controls.Add(this.txtVendor);
|
this.Controls.Add(this.txtopNO);
|
this.Controls.Add(this.dgvlist);
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
this.Name = "InFrom";
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
this.Text = "入库单";
|
this.Load += new System.EventHandler(this.Form2_Load);
|
((System.ComponentModel.ISupportInitialize)(this.dgvlist)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.dtiOpDate)).EndInit();
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
|
private DevComponents.DotNetBar.Controls.DataGridViewX dgvlist;
|
private DevComponents.DotNetBar.Controls.TextBoxX txtopNO;
|
private DevComponents.DotNetBar.LabelX lblnopNo;
|
private DevComponents.DotNetBar.ButtonX btnSearch;
|
private DevComponents.DotNetBar.LabelX labelX1;
|
private DevComponents.DotNetBar.Controls.ComboBoxEx cmbBussType;
|
private DevComponents.Editors.DateTimeAdv.DateTimeInput dtiOpDate;
|
private DevComponents.DotNetBar.LabelX labelX2;
|
private DevComponents.DotNetBar.Controls.TextBoxX txtVendor;
|
private DevComponents.DotNetBar.LabelX labelX3;
|
private System.Windows.Forms.DataGridViewTextBoxColumn CN_S_OP_NO;
|
private System.Windows.Forms.DataGridViewTextBoxColumn CN_S_OP_TYPE;
|
private System.Windows.Forms.DataGridViewTextBoxColumn CN_S_STOCK_CODE;
|
private System.Windows.Forms.DataGridViewTextBoxColumn CN_T_OPERATE;
|
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_VENDOR_NAME;
|
|
}
|
}
|