|
/*===================================================================
|
* 程序说明: OverdueMaterial的数据管理窗体
|
* 作者资料: 孙中吕
|
* 创建日期: 2024/05/23 03:50:28
|
* 最后修改: 2024/05/23 03:50:28
|
*
|
* 注: 本文件由代码生成器(Code Generator)自动生成。
|
* 版权所有 Copyright 2006~2024, C/S框架网(www.cscode.net)
|
*===================================================================*/
|
|
namespace CSFrameworkV5.QL
|
{
|
///<summary>
|
/// OverdueMaterial的资料管理窗体
|
/// </summary>
|
public partial class frmOverdueMaterial
|
{
|
private const int gridsCount = 3;
|
/// <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 生成本窗体所有组件成员清单
|
|
private DevExpress.XtraGrid.GridControl gcSummary;
|
private DevExpress.XtraGrid.Views.Grid.GridView gvSummary;
|
private DevExpress.XtraLayout.LayoutControl pcDetailEditor;
|
private DevExpress.XtraLayout.LayoutControlGroup layoutGroup;
|
private DevExpress.XtraLayout.EmptySpaceItem emptyRowEditor;
|
private DevExpress.XtraGrid.Columns.GridColumn colCustomerAbbreviation;
|
private DevExpress.XtraEditors.LabelControl lblCustomerAbbreviation;
|
private DevExpress.XtraEditors.TextEdit txtCustomerAbbreviation;
|
private DevExpress.XtraLayout.LayoutControlItem layoutItemCustomerAbbreviation;
|
private DevExpress.XtraGrid.Columns.GridColumn colOrderNumber;
|
private DevExpress.XtraEditors.LabelControl lblOrderNumber;
|
private DevExpress.XtraEditors.TextEdit txtOrderNumber;
|
private DevExpress.XtraLayout.LayoutControlItem layoutItemOrderNumber;
|
private DevExpress.XtraGrid.Columns.GridColumn colProductName;
|
private DevExpress.XtraEditors.LabelControl lblProductName;
|
private DevExpress.XtraEditors.TextEdit txtProductName;
|
private DevExpress.XtraLayout.LayoutControlItem layoutItemProductName;
|
private DevExpress.XtraGrid.Columns.GridColumn colProductModel;
|
private DevExpress.XtraEditors.LabelControl lblProductModel;
|
private DevExpress.XtraEditors.TextEdit txtProductModel;
|
private DevExpress.XtraLayout.LayoutControlItem layoutItemProductModel;
|
private DevExpress.XtraGrid.Columns.GridColumn colOrderQuantity;
|
private DevExpress.XtraEditors.LabelControl lblOrderQuantity;
|
private DevExpress.XtraEditors.TextEdit txtOrderQuantity;
|
private DevExpress.XtraLayout.LayoutControlItem layoutItemOrderQuantity;
|
private DevExpress.XtraGrid.Columns.GridColumn colDeliveryDate;
|
private DevExpress.XtraEditors.LabelControl lblDeliveryDate;
|
private DevExpress.XtraLayout.LayoutControlItem layoutItemDeliveryDate;
|
private DevExpress.XtraGrid.Columns.GridColumn colOnlineDate;
|
private DevExpress.XtraEditors.LabelControl lblOnlineDate;
|
private DevExpress.XtraLayout.LayoutControlItem layoutItemOnlineDate;
|
private DevExpress.XtraGrid.Columns.GridColumn colShortageName;
|
private DevExpress.XtraEditors.LabelControl lblShortageName;
|
private DevExpress.XtraEditors.TextEdit txtShortageName;
|
private DevExpress.XtraLayout.LayoutControlItem layoutItemShortageName;
|
private DevExpress.XtraGrid.Columns.GridColumn colShortageNumber;
|
private DevExpress.XtraEditors.LabelControl lblShortageNumber;
|
private DevExpress.XtraEditors.TextEdit txtShortageNumber;
|
private DevExpress.XtraLayout.LayoutControlItem layoutItemShortageNumber;
|
private DevExpress.XtraGrid.Columns.GridColumn colShortageQuantity;
|
private DevExpress.XtraEditors.LabelControl lblShortageQuantity;
|
private DevExpress.XtraEditors.TextEdit txtShortageQuantity;
|
private DevExpress.XtraLayout.LayoutControlItem layoutItemShortageQuantity;
|
private DevExpress.XtraGrid.Columns.GridColumn colUnit;
|
private DevExpress.XtraEditors.LabelControl lblUnit;
|
private DevExpress.XtraEditors.TextEdit txtUnit;
|
private DevExpress.XtraLayout.LayoutControlItem layoutItemUnit;
|
private DevExpress.XtraGrid.Columns.GridColumn colRequiredArrivalDate;
|
private DevExpress.XtraEditors.LabelControl lblRequiredArrivalDate;
|
private DevExpress.XtraLayout.LayoutControlItem layoutItemRequiredArrivalDate;
|
private DevExpress.XtraGrid.Columns.GridColumn colOverdueDate;
|
private DevExpress.XtraEditors.LabelControl lblOverdueDate;
|
private DevExpress.XtraLayout.LayoutControlItem layoutItemOverdueDate;
|
private DevExpress.XtraGrid.Columns.GridColumn colResponsiblePerson;
|
private DevExpress.XtraEditors.LabelControl lblResponsiblePerson;
|
private DevExpress.XtraEditors.TextEdit txtResponsiblePerson;
|
private DevExpress.XtraLayout.LayoutControlItem layoutItemResponsiblePerson;
|
private DevExpress.XtraEditors.PanelControl pcDetail;
|
private DevExpress.XtraLayout.LayoutControl pnlSearch;
|
private DevExpress.XtraEditors.SimpleButton btnQuery;
|
private DevExpress.XtraLayout.LayoutControlGroup layoutGroupSearch;
|
private DevExpress.XtraEditors.LabelControl lbl_OrderNumber;
|
private DevExpress.XtraEditors.LabelControl lbl_ProductName;
|
private DevExpress.XtraEditors.LabelControl lbl_ShortageName;
|
private DevExpress.XtraEditors.LabelControl lbl_ResponsiblePerson;
|
|
private DevExpress.XtraLayout.LayoutControl editorAndDetailTabLayout;
|
private DevExpress.XtraLayout.LayoutControlGroup editorAndDetailTabLayoutGroup;
|
private DevExpress.XtraEditors.SplitContainerControl splitContainerEditorAndDetailGrid;
|
private DevExpress.XtraLayout.LayoutControlItem splitContainerEditorAndDetailGridLayoutControlItem;
|
private DevExpress.XtraLayout.LayoutControl searchAndSummaryTabLayout;
|
private DevExpress.XtraLayout.LayoutControlGroup searchAndSummaryTabLayoutGroup;
|
private DevExpress.XtraEditors.SplitContainerControl splitContainerSearchAndSummary;
|
private DevExpress.XtraLayout.LayoutControlItem splitContainerSearchAndSummaryLayoutControlItem;
|
private DevExpress.XtraLayout.LayoutControl detailGridsLayoutControl;
|
private DevExpress.XtraLayout.LayoutControlGroup detailGridsLayoutControlGroup;
|
#endregion
|
|
#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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmOverdueMaterial));
|
DevExpress.XtraLayout.RowDefinition rowDefinition3 = new DevExpress.XtraLayout.RowDefinition();
|
DevExpress.XtraLayout.RowDefinition rowDefinition4 = new DevExpress.XtraLayout.RowDefinition();
|
DevExpress.XtraLayout.RowDefinition rowDefinition5 = new DevExpress.XtraLayout.RowDefinition();
|
DevExpress.XtraLayout.RowDefinition rowDefinition6 = new DevExpress.XtraLayout.RowDefinition();
|
DevExpress.XtraLayout.ColumnDefinition columnDefinition1 = new DevExpress.XtraLayout.ColumnDefinition();
|
DevExpress.XtraLayout.ColumnDefinition columnDefinition2 = new DevExpress.XtraLayout.ColumnDefinition();
|
DevExpress.XtraLayout.ColumnDefinition columnDefinition3 = new DevExpress.XtraLayout.ColumnDefinition();
|
DevExpress.XtraLayout.ColumnDefinition columnDefinition4 = new DevExpress.XtraLayout.ColumnDefinition();
|
DevExpress.XtraLayout.RowDefinition rowDefinition1 = new DevExpress.XtraLayout.RowDefinition();
|
DevExpress.XtraLayout.ColumnDefinition columnDefinition6 = new DevExpress.XtraLayout.ColumnDefinition();
|
DevExpress.XtraLayout.RowDefinition rowDefinition7 = new DevExpress.XtraLayout.RowDefinition();
|
DevExpress.XtraLayout.ColumnDefinition columnDefinition5 = new DevExpress.XtraLayout.ColumnDefinition();
|
DevExpress.XtraLayout.RowDefinition rowDefinition2 = new DevExpress.XtraLayout.RowDefinition();
|
this.gcSummary = new DevExpress.XtraGrid.GridControl();
|
this.gvSummary = new DevExpress.XtraGrid.Views.Grid.GridView();
|
this.colCustomerAbbreviation = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colOrderNumber = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colProductName = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colProductModel = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colOrderQuantity = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colDeliveryDate = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colOnlineDate = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colShortageName = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colShortageNumber = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colShortageQuantity = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colUnit = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colRequiredArrivalDate = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colOverdueDate = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colResponsiblePerson = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.pcDetailEditor = new DevExpress.XtraLayout.LayoutControl();
|
this.txtCustomerAbbreviation = new DevExpress.XtraEditors.TextEdit();
|
this.txtOrderNumber = new DevExpress.XtraEditors.TextEdit();
|
this.txtProductName = new DevExpress.XtraEditors.TextEdit();
|
this.txtProductModel = new DevExpress.XtraEditors.TextEdit();
|
this.txtOrderQuantity = new DevExpress.XtraEditors.TextEdit();
|
this.txtShortageName = new DevExpress.XtraEditors.TextEdit();
|
this.txtShortageNumber = new DevExpress.XtraEditors.TextEdit();
|
this.txtShortageQuantity = new DevExpress.XtraEditors.TextEdit();
|
this.txtUnit = new DevExpress.XtraEditors.TextEdit();
|
this.txtResponsiblePerson = new DevExpress.XtraEditors.TextEdit();
|
this.txtOverdueDate = new DevExpress.XtraEditors.DateEdit();
|
this.txtDeliveryDate = new DevExpress.XtraEditors.DateEdit();
|
this.txtOnlineDate = new DevExpress.XtraEditors.DateEdit();
|
this.txtRequiredArrivalDate = new DevExpress.XtraEditors.DateEdit();
|
this.layoutGroup = new DevExpress.XtraLayout.LayoutControlGroup();
|
this.layoutItemCustomerAbbreviation = new DevExpress.XtraLayout.LayoutControlItem();
|
this.layoutItemOrderNumber = new DevExpress.XtraLayout.LayoutControlItem();
|
this.layoutItemProductName = new DevExpress.XtraLayout.LayoutControlItem();
|
this.layoutItemProductModel = new DevExpress.XtraLayout.LayoutControlItem();
|
this.layoutItemOrderQuantity = new DevExpress.XtraLayout.LayoutControlItem();
|
this.layoutItemDeliveryDate = new DevExpress.XtraLayout.LayoutControlItem();
|
this.layoutItemOnlineDate = new DevExpress.XtraLayout.LayoutControlItem();
|
this.layoutItemShortageName = new DevExpress.XtraLayout.LayoutControlItem();
|
this.layoutItemShortageNumber = new DevExpress.XtraLayout.LayoutControlItem();
|
this.layoutItemShortageQuantity = new DevExpress.XtraLayout.LayoutControlItem();
|
this.layoutItemUnit = new DevExpress.XtraLayout.LayoutControlItem();
|
this.layoutItemRequiredArrivalDate = new DevExpress.XtraLayout.LayoutControlItem();
|
this.layoutItemOverdueDate = new DevExpress.XtraLayout.LayoutControlItem();
|
this.layoutItemResponsiblePerson = new DevExpress.XtraLayout.LayoutControlItem();
|
this.emptyRowEditor = new DevExpress.XtraLayout.EmptySpaceItem();
|
this.lblCustomerAbbreviation = new DevExpress.XtraEditors.LabelControl();
|
this.lblOrderNumber = new DevExpress.XtraEditors.LabelControl();
|
this.lblProductName = new DevExpress.XtraEditors.LabelControl();
|
this.lblProductModel = new DevExpress.XtraEditors.LabelControl();
|
this.lblOrderQuantity = new DevExpress.XtraEditors.LabelControl();
|
this.lblDeliveryDate = new DevExpress.XtraEditors.LabelControl();
|
this.lblOnlineDate = new DevExpress.XtraEditors.LabelControl();
|
this.lblShortageName = new DevExpress.XtraEditors.LabelControl();
|
this.lblShortageNumber = new DevExpress.XtraEditors.LabelControl();
|
this.lblShortageQuantity = new DevExpress.XtraEditors.LabelControl();
|
this.lblUnit = new DevExpress.XtraEditors.LabelControl();
|
this.lblRequiredArrivalDate = new DevExpress.XtraEditors.LabelControl();
|
this.lblOverdueDate = new DevExpress.XtraEditors.LabelControl();
|
this.lblResponsiblePerson = new DevExpress.XtraEditors.LabelControl();
|
this.pcDetail = new DevExpress.XtraEditors.PanelControl();
|
this.pnlSearch = new DevExpress.XtraLayout.LayoutControl();
|
this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
|
this.buttonEdit1 = new DevExpress.XtraEditors.ButtonEdit();
|
this.btnQuery = new DevExpress.XtraEditors.SimpleButton();
|
this.layoutGroupSearch = new DevExpress.XtraLayout.LayoutControlGroup();
|
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
|
this.queryAndEmptyButtonLayoutGroup = new DevExpress.XtraLayout.LayoutControlGroup();
|
this.layoutItem_QueryButton = new DevExpress.XtraLayout.LayoutControlItem();
|
this.lbl_OrderNumber = new DevExpress.XtraEditors.LabelControl();
|
this.lbl_ProductName = new DevExpress.XtraEditors.LabelControl();
|
this.lbl_ShortageName = new DevExpress.XtraEditors.LabelControl();
|
this.lbl_ResponsiblePerson = new DevExpress.XtraEditors.LabelControl();
|
this.editorAndDetailTabLayout = new DevExpress.XtraLayout.LayoutControl();
|
this.splitContainerEditorAndDetailGrid = new DevExpress.XtraEditors.SplitContainerControl();
|
this.detailGridsLayoutControl = new DevExpress.XtraLayout.LayoutControl();
|
this.detailGridsLayoutControlGroup = new DevExpress.XtraLayout.LayoutControlGroup();
|
this.editorAndDetailTabLayoutGroup = new DevExpress.XtraLayout.LayoutControlGroup();
|
this.splitContainerEditorAndDetailGridLayoutControlItem = new DevExpress.XtraLayout.LayoutControlItem();
|
this.searchAndSummaryTabLayout = new DevExpress.XtraLayout.LayoutControl();
|
this.splitContainerSearchAndSummary = new DevExpress.XtraEditors.SplitContainerControl();
|
this.searchAndSummaryTabLayoutGroup = new DevExpress.XtraLayout.LayoutControlGroup();
|
this.splitContainerSearchAndSummaryLayoutControlItem = new DevExpress.XtraLayout.LayoutControlItem();
|
this.tpSummary.SuspendLayout();
|
this.pnlSummary.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.tcBusiness)).BeginInit();
|
this.tcBusiness.SuspendLayout();
|
this.tpDetail.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.gcNavigator)).BeginInit();
|
this.gcNavigator.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.gcSummary)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.gvSummary)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.pcDetailEditor)).BeginInit();
|
this.pcDetailEditor.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.txtCustomerAbbreviation.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtOrderNumber.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtProductName.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtProductModel.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtOrderQuantity.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtShortageName.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtShortageNumber.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtShortageQuantity.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtUnit.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtResponsiblePerson.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtOverdueDate.Properties.CalendarTimeProperties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtOverdueDate.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtDeliveryDate.Properties.CalendarTimeProperties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtDeliveryDate.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtOnlineDate.Properties.CalendarTimeProperties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtOnlineDate.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtRequiredArrivalDate.Properties.CalendarTimeProperties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtRequiredArrivalDate.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutGroup)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutItemCustomerAbbreviation)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutItemOrderNumber)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutItemProductName)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutItemProductModel)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutItemOrderQuantity)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutItemDeliveryDate)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutItemOnlineDate)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutItemShortageName)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutItemShortageNumber)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutItemShortageQuantity)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutItemUnit)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutItemRequiredArrivalDate)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutItemOverdueDate)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutItemResponsiblePerson)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.emptyRowEditor)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.pcDetail)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.pnlSearch)).BeginInit();
|
this.pnlSearch.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.buttonEdit1.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutGroupSearch)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.queryAndEmptyButtonLayoutGroup)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutItem_QueryButton)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.editorAndDetailTabLayout)).BeginInit();
|
this.editorAndDetailTabLayout.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.splitContainerEditorAndDetailGrid)).BeginInit();
|
this.splitContainerEditorAndDetailGrid.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.detailGridsLayoutControl)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.detailGridsLayoutControlGroup)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.editorAndDetailTabLayoutGroup)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.splitContainerEditorAndDetailGridLayoutControlItem)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.searchAndSummaryTabLayout)).BeginInit();
|
this.searchAndSummaryTabLayout.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.splitContainerSearchAndSummary)).BeginInit();
|
this.splitContainerSearchAndSummary.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.searchAndSummaryTabLayoutGroup)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.splitContainerSearchAndSummaryLayoutControlItem)).BeginInit();
|
this.SuspendLayout();
|
//
|
// tpSummary
|
//
|
this.tpSummary.Appearance.PageClient.BackColor = System.Drawing.SystemColors.Control;
|
this.tpSummary.Appearance.PageClient.Options.UseBackColor = true;
|
this.tpSummary.Controls.Add(this.searchAndSummaryTabLayout);
|
this.tpSummary.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("tpSummary.ImageOptions.Image")));
|
this.tpSummary.Margin = new System.Windows.Forms.Padding(3, 6, 3, 6);
|
this.tpSummary.Size = new System.Drawing.Size(1147, 756);
|
//
|
// pnlSummary
|
//
|
this.pnlSummary.Location = new System.Drawing.Point(2, 5);
|
this.pnlSummary.Margin = new System.Windows.Forms.Padding(3, 6, 3, 6);
|
this.pnlSummary.Size = new System.Drawing.Size(1149, 788);
|
//
|
// tcBusiness
|
//
|
this.tcBusiness.Margin = new System.Windows.Forms.Padding(3, 6, 3, 6);
|
this.tcBusiness.Size = new System.Drawing.Size(1149, 788);
|
//
|
// tpDetail
|
//
|
this.tpDetail.Appearance.PageClient.BackColor = System.Drawing.SystemColors.Control;
|
this.tpDetail.Appearance.PageClient.Options.UseBackColor = true;
|
this.tpDetail.Controls.Add(this.editorAndDetailTabLayout);
|
this.tpDetail.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("tpDetail.ImageOptions.Image")));
|
this.tpDetail.Margin = new System.Windows.Forms.Padding(3, 6, 3, 6);
|
this.tpDetail.Size = new System.Drawing.Size(1066, 758);
|
//
|
// gcNavigator
|
//
|
this.gcNavigator.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
this.gcNavigator.Appearance.Options.UseBackColor = true;
|
this.gcNavigator.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
|
this.gcNavigator.Padding = new System.Windows.Forms.Padding(2, 4, 2, 4);
|
this.gcNavigator.Size = new System.Drawing.Size(952, 33);
|
//
|
// controlNavigatorSummary
|
//
|
this.controlNavigatorSummary.Buttons.Append.Visible = false;
|
this.controlNavigatorSummary.Buttons.CancelEdit.Visible = false;
|
this.controlNavigatorSummary.Buttons.Edit.Visible = false;
|
this.controlNavigatorSummary.Buttons.EndEdit.Visible = false;
|
this.controlNavigatorSummary.Buttons.NextPage.Visible = false;
|
this.controlNavigatorSummary.Buttons.PrevPage.Visible = false;
|
this.controlNavigatorSummary.Buttons.Remove.Visible = false;
|
this.controlNavigatorSummary.Location = new System.Drawing.Point(749, 4);
|
this.controlNavigatorSummary.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
|
this.controlNavigatorSummary.Size = new System.Drawing.Size(201, 25);
|
//
|
// txtFocusForSave
|
//
|
this.txtFocusForSave.Margin = new System.Windows.Forms.Padding(3, 6, 3, 6);
|
//
|
// lblAboutInfo
|
//
|
this.lblAboutInfo.Location = new System.Drawing.Point(523, 3);
|
//
|
// gcSummary
|
//
|
this.gcSummary.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.gcSummary.EmbeddedNavigator.Buttons.Append.Visible = false;
|
this.gcSummary.EmbeddedNavigator.Buttons.CancelEdit.Visible = false;
|
this.gcSummary.EmbeddedNavigator.Buttons.Edit.Visible = false;
|
this.gcSummary.EmbeddedNavigator.Buttons.EndEdit.Visible = false;
|
this.gcSummary.EmbeddedNavigator.Buttons.NextPage.Visible = false;
|
this.gcSummary.EmbeddedNavigator.Buttons.PrevPage.Visible = false;
|
this.gcSummary.EmbeddedNavigator.Buttons.Remove.Visible = false;
|
this.gcSummary.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.gcSummary.Location = new System.Drawing.Point(0, 0);
|
this.gcSummary.MainView = this.gvSummary;
|
this.gcSummary.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.gcSummary.Name = "gcSummary";
|
this.gcSummary.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
this.gcSummary.Size = new System.Drawing.Size(1131, 663);
|
this.gcSummary.TabIndex = 10;
|
this.gcSummary.UseEmbeddedNavigator = true;
|
this.gcSummary.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
this.gvSummary});
|
//
|
// gvSummary
|
//
|
this.gvSummary.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
this.colCustomerAbbreviation,
|
this.colOrderNumber,
|
this.colProductName,
|
this.colProductModel,
|
this.colOrderQuantity,
|
this.colDeliveryDate,
|
this.colOnlineDate,
|
this.colShortageName,
|
this.colShortageNumber,
|
this.colShortageQuantity,
|
this.colUnit,
|
this.colRequiredArrivalDate,
|
this.colOverdueDate,
|
this.colResponsiblePerson});
|
this.gvSummary.DetailHeight = 450;
|
this.gvSummary.FixedLineWidth = 3;
|
this.gvSummary.GridControl = this.gcSummary;
|
this.gvSummary.Name = "gvSummary";
|
this.gvSummary.OptionsView.ColumnAutoWidth = false;
|
this.gvSummary.OptionsView.ShowButtonMode = DevExpress.XtraGrid.Views.Base.ShowButtonModeEnum.ShowAlways;
|
this.gvSummary.OptionsView.ShowFooter = true;
|
this.gvSummary.OptionsView.ShowGroupPanel = false;
|
//
|
// colCustomerAbbreviation
|
//
|
this.colCustomerAbbreviation.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
this.colCustomerAbbreviation.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
this.colCustomerAbbreviation.AppearanceCell.Options.UseBackColor = true;
|
this.colCustomerAbbreviation.AppearanceCell.Options.UseForeColor = true;
|
this.colCustomerAbbreviation.Caption = "客户的简要名称";
|
this.colCustomerAbbreviation.FieldName = "CustomerAbbreviation";
|
this.colCustomerAbbreviation.MinWidth = 23;
|
this.colCustomerAbbreviation.Name = "colCustomerAbbreviation";
|
this.colCustomerAbbreviation.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
|
new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Count, "CustomerAbbreviation", "条数:{0}")});
|
this.colCustomerAbbreviation.Visible = true;
|
this.colCustomerAbbreviation.VisibleIndex = 0;
|
this.colCustomerAbbreviation.Width = 114;
|
//
|
// colOrderNumber
|
//
|
this.colOrderNumber.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
this.colOrderNumber.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
this.colOrderNumber.AppearanceCell.Options.UseBackColor = true;
|
this.colOrderNumber.AppearanceCell.Options.UseForeColor = true;
|
this.colOrderNumber.Caption = "订单号";
|
this.colOrderNumber.FieldName = "OrderNumber";
|
this.colOrderNumber.MinWidth = 23;
|
this.colOrderNumber.Name = "colOrderNumber";
|
this.colOrderNumber.Visible = true;
|
this.colOrderNumber.VisibleIndex = 1;
|
this.colOrderNumber.Width = 114;
|
//
|
// colProductName
|
//
|
this.colProductName.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
this.colProductName.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
this.colProductName.AppearanceCell.Options.UseBackColor = true;
|
this.colProductName.AppearanceCell.Options.UseForeColor = true;
|
this.colProductName.Caption = "产品名称";
|
this.colProductName.FieldName = "ProductName";
|
this.colProductName.MinWidth = 23;
|
this.colProductName.Name = "colProductName";
|
this.colProductName.Visible = true;
|
this.colProductName.VisibleIndex = 2;
|
this.colProductName.Width = 114;
|
//
|
// colProductModel
|
//
|
this.colProductModel.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
this.colProductModel.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
this.colProductModel.AppearanceCell.Options.UseBackColor = true;
|
this.colProductModel.AppearanceCell.Options.UseForeColor = true;
|
this.colProductModel.Caption = "产品型号";
|
this.colProductModel.FieldName = "ProductModel";
|
this.colProductModel.MinWidth = 23;
|
this.colProductModel.Name = "colProductModel";
|
this.colProductModel.Visible = true;
|
this.colProductModel.VisibleIndex = 3;
|
this.colProductModel.Width = 114;
|
//
|
// colOrderQuantity
|
//
|
this.colOrderQuantity.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
this.colOrderQuantity.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
this.colOrderQuantity.AppearanceCell.Options.UseBackColor = true;
|
this.colOrderQuantity.AppearanceCell.Options.UseForeColor = true;
|
this.colOrderQuantity.Caption = "订单数量";
|
this.colOrderQuantity.FieldName = "OrderQuantity";
|
this.colOrderQuantity.MinWidth = 23;
|
this.colOrderQuantity.Name = "colOrderQuantity";
|
this.colOrderQuantity.Visible = true;
|
this.colOrderQuantity.VisibleIndex = 4;
|
this.colOrderQuantity.Width = 114;
|
//
|
// colDeliveryDate
|
//
|
this.colDeliveryDate.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
this.colDeliveryDate.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
this.colDeliveryDate.AppearanceCell.Options.UseBackColor = true;
|
this.colDeliveryDate.AppearanceCell.Options.UseForeColor = true;
|
this.colDeliveryDate.Caption = "计划交货日期";
|
this.colDeliveryDate.FieldName = "DeliveryDate";
|
this.colDeliveryDate.MinWidth = 23;
|
this.colDeliveryDate.Name = "colDeliveryDate";
|
this.colDeliveryDate.Visible = true;
|
this.colDeliveryDate.VisibleIndex = 5;
|
this.colDeliveryDate.Width = 114;
|
//
|
// colOnlineDate
|
//
|
this.colOnlineDate.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
this.colOnlineDate.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
this.colOnlineDate.AppearanceCell.Options.UseBackColor = true;
|
this.colOnlineDate.AppearanceCell.Options.UseForeColor = true;
|
this.colOnlineDate.Caption = "产品上线日期";
|
this.colOnlineDate.FieldName = "OnlineDate";
|
this.colOnlineDate.MinWidth = 23;
|
this.colOnlineDate.Name = "colOnlineDate";
|
this.colOnlineDate.Visible = true;
|
this.colOnlineDate.VisibleIndex = 6;
|
this.colOnlineDate.Width = 114;
|
//
|
// colShortageName
|
//
|
this.colShortageName.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
this.colShortageName.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
this.colShortageName.AppearanceCell.Options.UseBackColor = true;
|
this.colShortageName.AppearanceCell.Options.UseForeColor = true;
|
this.colShortageName.Caption = "欠料名称";
|
this.colShortageName.FieldName = "ShortageName";
|
this.colShortageName.MinWidth = 23;
|
this.colShortageName.Name = "colShortageName";
|
this.colShortageName.Visible = true;
|
this.colShortageName.VisibleIndex = 7;
|
this.colShortageName.Width = 114;
|
//
|
// colShortageNumber
|
//
|
this.colShortageNumber.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
this.colShortageNumber.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
this.colShortageNumber.AppearanceCell.Options.UseBackColor = true;
|
this.colShortageNumber.AppearanceCell.Options.UseForeColor = true;
|
this.colShortageNumber.Caption = "欠料编号";
|
this.colShortageNumber.FieldName = "ShortageNumber";
|
this.colShortageNumber.MinWidth = 23;
|
this.colShortageNumber.Name = "colShortageNumber";
|
this.colShortageNumber.Visible = true;
|
this.colShortageNumber.VisibleIndex = 8;
|
this.colShortageNumber.Width = 114;
|
//
|
// colShortageQuantity
|
//
|
this.colShortageQuantity.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
this.colShortageQuantity.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
this.colShortageQuantity.AppearanceCell.Options.UseBackColor = true;
|
this.colShortageQuantity.AppearanceCell.Options.UseForeColor = true;
|
this.colShortageQuantity.Caption = "欠料数量";
|
this.colShortageQuantity.FieldName = "ShortageQuantity";
|
this.colShortageQuantity.MinWidth = 23;
|
this.colShortageQuantity.Name = "colShortageQuantity";
|
this.colShortageQuantity.Visible = true;
|
this.colShortageQuantity.VisibleIndex = 9;
|
this.colShortageQuantity.Width = 114;
|
//
|
// colUnit
|
//
|
this.colUnit.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
this.colUnit.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
this.colUnit.AppearanceCell.Options.UseBackColor = true;
|
this.colUnit.AppearanceCell.Options.UseForeColor = true;
|
this.colUnit.Caption = "单位";
|
this.colUnit.FieldName = "Unit";
|
this.colUnit.MinWidth = 23;
|
this.colUnit.Name = "colUnit";
|
this.colUnit.Visible = true;
|
this.colUnit.VisibleIndex = 10;
|
this.colUnit.Width = 114;
|
//
|
// colRequiredArrivalDate
|
//
|
this.colRequiredArrivalDate.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
this.colRequiredArrivalDate.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
this.colRequiredArrivalDate.AppearanceCell.Options.UseBackColor = true;
|
this.colRequiredArrivalDate.AppearanceCell.Options.UseForeColor = true;
|
this.colRequiredArrivalDate.Caption = "要求欠料到位时间";
|
this.colRequiredArrivalDate.FieldName = "RequiredArrivalDate";
|
this.colRequiredArrivalDate.MinWidth = 23;
|
this.colRequiredArrivalDate.Name = "colRequiredArrivalDate";
|
this.colRequiredArrivalDate.Visible = true;
|
this.colRequiredArrivalDate.VisibleIndex = 11;
|
this.colRequiredArrivalDate.Width = 114;
|
//
|
// colOverdueDate
|
//
|
this.colOverdueDate.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
this.colOverdueDate.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
this.colOverdueDate.AppearanceCell.Options.UseBackColor = true;
|
this.colOverdueDate.AppearanceCell.Options.UseForeColor = true;
|
this.colOverdueDate.Caption = "欠料逾期时间";
|
this.colOverdueDate.FieldName = "OverdueDate";
|
this.colOverdueDate.MinWidth = 23;
|
this.colOverdueDate.Name = "colOverdueDate";
|
this.colOverdueDate.Visible = true;
|
this.colOverdueDate.VisibleIndex = 12;
|
this.colOverdueDate.Width = 114;
|
//
|
// colResponsiblePerson
|
//
|
this.colResponsiblePerson.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
this.colResponsiblePerson.AppearanceCell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
this.colResponsiblePerson.AppearanceCell.Options.UseBackColor = true;
|
this.colResponsiblePerson.AppearanceCell.Options.UseForeColor = true;
|
this.colResponsiblePerson.Caption = "负责处理欠料问题人员";
|
this.colResponsiblePerson.FieldName = "ResponsiblePerson";
|
this.colResponsiblePerson.MinWidth = 23;
|
this.colResponsiblePerson.Name = "colResponsiblePerson";
|
this.colResponsiblePerson.Visible = true;
|
this.colResponsiblePerson.VisibleIndex = 13;
|
this.colResponsiblePerson.Width = 114;
|
//
|
// pcDetailEditor
|
//
|
this.pcDetailEditor.Controls.Add(this.txtCustomerAbbreviation);
|
this.pcDetailEditor.Controls.Add(this.txtOrderNumber);
|
this.pcDetailEditor.Controls.Add(this.txtProductName);
|
this.pcDetailEditor.Controls.Add(this.txtProductModel);
|
this.pcDetailEditor.Controls.Add(this.txtOrderQuantity);
|
this.pcDetailEditor.Controls.Add(this.txtShortageName);
|
this.pcDetailEditor.Controls.Add(this.txtShortageNumber);
|
this.pcDetailEditor.Controls.Add(this.txtShortageQuantity);
|
this.pcDetailEditor.Controls.Add(this.txtUnit);
|
this.pcDetailEditor.Controls.Add(this.txtResponsiblePerson);
|
this.pcDetailEditor.Controls.Add(this.txtOverdueDate);
|
this.pcDetailEditor.Controls.Add(this.txtDeliveryDate);
|
this.pcDetailEditor.Controls.Add(this.txtOnlineDate);
|
this.pcDetailEditor.Controls.Add(this.txtRequiredArrivalDate);
|
this.pcDetailEditor.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.pcDetailEditor.Location = new System.Drawing.Point(0, 0);
|
this.pcDetailEditor.Name = "pcDetailEditor";
|
this.pcDetailEditor.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(1088, 207, 650, 400);
|
this.pcDetailEditor.Root = this.layoutGroup;
|
this.pcDetailEditor.Size = new System.Drawing.Size(1050, 120);
|
this.pcDetailEditor.TabIndex = 1;
|
this.pcDetailEditor.Text = "pcDetailEditor";
|
//
|
// txtCustomerAbbreviation
|
//
|
this.txtCustomerAbbreviation.Location = new System.Drawing.Point(132, 7);
|
this.txtCustomerAbbreviation.Name = "txtCustomerAbbreviation";
|
this.txtCustomerAbbreviation.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
this.txtCustomerAbbreviation.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
this.txtCustomerAbbreviation.Properties.Appearance.Options.UseBackColor = true;
|
this.txtCustomerAbbreviation.Properties.Appearance.Options.UseForeColor = true;
|
this.txtCustomerAbbreviation.Size = new System.Drawing.Size(131, 24);
|
this.txtCustomerAbbreviation.StyleController = this.pcDetailEditor;
|
this.txtCustomerAbbreviation.TabIndex = 0;
|
//
|
// txtOrderNumber
|
//
|
this.txtOrderNumber.Location = new System.Drawing.Point(332, 7);
|
this.txtOrderNumber.Name = "txtOrderNumber";
|
this.txtOrderNumber.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
this.txtOrderNumber.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
this.txtOrderNumber.Properties.Appearance.Options.UseBackColor = true;
|
this.txtOrderNumber.Properties.Appearance.Options.UseForeColor = true;
|
this.txtOrderNumber.Size = new System.Drawing.Size(191, 24);
|
this.txtOrderNumber.StyleController = this.pcDetailEditor;
|
this.txtOrderNumber.TabIndex = 0;
|
//
|
// txtProductName
|
//
|
this.txtProductName.Location = new System.Drawing.Point(607, 7);
|
this.txtProductName.Name = "txtProductName";
|
this.txtProductName.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
this.txtProductName.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
this.txtProductName.Properties.Appearance.Options.UseBackColor = true;
|
this.txtProductName.Properties.Appearance.Options.UseForeColor = true;
|
this.txtProductName.Size = new System.Drawing.Size(176, 24);
|
this.txtProductName.StyleController = this.pcDetailEditor;
|
this.txtProductName.TabIndex = 0;
|
//
|
// txtProductModel
|
//
|
this.txtProductModel.Location = new System.Drawing.Point(867, 7);
|
this.txtProductModel.Name = "txtProductModel";
|
this.txtProductModel.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
this.txtProductModel.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
this.txtProductModel.Properties.Appearance.Options.UseBackColor = true;
|
this.txtProductModel.Properties.Appearance.Options.UseForeColor = true;
|
this.txtProductModel.Size = new System.Drawing.Size(176, 24);
|
this.txtProductModel.StyleController = this.pcDetailEditor;
|
this.txtProductModel.TabIndex = 0;
|
//
|
// txtOrderQuantity
|
//
|
this.txtOrderQuantity.Location = new System.Drawing.Point(87, 35);
|
this.txtOrderQuantity.Name = "txtOrderQuantity";
|
this.txtOrderQuantity.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
this.txtOrderQuantity.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
this.txtOrderQuantity.Properties.Appearance.Options.UseBackColor = true;
|
this.txtOrderQuantity.Properties.Appearance.Options.UseForeColor = true;
|
this.txtOrderQuantity.Size = new System.Drawing.Size(176, 24);
|
this.txtOrderQuantity.StyleController = this.pcDetailEditor;
|
this.txtOrderQuantity.TabIndex = 0;
|
//
|
// txtShortageName
|
//
|
this.txtShortageName.Location = new System.Drawing.Point(867, 35);
|
this.txtShortageName.Name = "txtShortageName";
|
this.txtShortageName.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
this.txtShortageName.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
this.txtShortageName.Properties.Appearance.Options.UseBackColor = true;
|
this.txtShortageName.Properties.Appearance.Options.UseForeColor = true;
|
this.txtShortageName.Size = new System.Drawing.Size(176, 24);
|
this.txtShortageName.StyleController = this.pcDetailEditor;
|
this.txtShortageName.TabIndex = 0;
|
//
|
// txtShortageNumber
|
//
|
this.txtShortageNumber.Location = new System.Drawing.Point(87, 63);
|
this.txtShortageNumber.Name = "txtShortageNumber";
|
this.txtShortageNumber.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
this.txtShortageNumber.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
this.txtShortageNumber.Properties.Appearance.Options.UseBackColor = true;
|
this.txtShortageNumber.Properties.Appearance.Options.UseForeColor = true;
|
this.txtShortageNumber.Size = new System.Drawing.Size(176, 24);
|
this.txtShortageNumber.StyleController = this.pcDetailEditor;
|
this.txtShortageNumber.TabIndex = 0;
|
//
|
// txtShortageQuantity
|
//
|
this.txtShortageQuantity.Location = new System.Drawing.Point(347, 63);
|
this.txtShortageQuantity.Name = "txtShortageQuantity";
|
this.txtShortageQuantity.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
this.txtShortageQuantity.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
this.txtShortageQuantity.Properties.Appearance.Options.UseBackColor = true;
|
this.txtShortageQuantity.Properties.Appearance.Options.UseForeColor = true;
|
this.txtShortageQuantity.Size = new System.Drawing.Size(176, 24);
|
this.txtShortageQuantity.StyleController = this.pcDetailEditor;
|
this.txtShortageQuantity.TabIndex = 0;
|
//
|
// txtUnit
|
//
|
this.txtUnit.Location = new System.Drawing.Point(577, 63);
|
this.txtUnit.Name = "txtUnit";
|
this.txtUnit.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
this.txtUnit.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
this.txtUnit.Properties.Appearance.Options.UseBackColor = true;
|
this.txtUnit.Properties.Appearance.Options.UseForeColor = true;
|
this.txtUnit.Size = new System.Drawing.Size(206, 24);
|
this.txtUnit.StyleController = this.pcDetailEditor;
|
this.txtUnit.TabIndex = 0;
|
//
|
// txtResponsiblePerson
|
//
|
this.txtResponsiblePerson.Location = new System.Drawing.Point(437, 91);
|
this.txtResponsiblePerson.Name = "txtResponsiblePerson";
|
this.txtResponsiblePerson.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
this.txtResponsiblePerson.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
this.txtResponsiblePerson.Properties.Appearance.Options.UseBackColor = true;
|
this.txtResponsiblePerson.Properties.Appearance.Options.UseForeColor = true;
|
this.txtResponsiblePerson.Size = new System.Drawing.Size(86, 24);
|
this.txtResponsiblePerson.StyleController = this.pcDetailEditor;
|
this.txtResponsiblePerson.TabIndex = 0;
|
//
|
// txtOverdueDate
|
//
|
this.txtOverdueDate.EditValue = null;
|
this.txtOverdueDate.Location = new System.Drawing.Point(117, 91);
|
this.txtOverdueDate.Name = "txtOverdueDate";
|
this.txtOverdueDate.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
this.txtOverdueDate.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
this.txtOverdueDate.Properties.Appearance.Options.UseBackColor = true;
|
this.txtOverdueDate.Properties.Appearance.Options.UseForeColor = true;
|
this.txtOverdueDate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
this.txtOverdueDate.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
this.txtOverdueDate.Properties.DisplayFormat.FormatString = "";
|
this.txtOverdueDate.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
|
this.txtOverdueDate.Properties.EditFormat.FormatString = "";
|
this.txtOverdueDate.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
|
this.txtOverdueDate.Properties.Mask.EditMask = "";
|
this.txtOverdueDate.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.None;
|
this.txtOverdueDate.Size = new System.Drawing.Size(146, 24);
|
this.txtOverdueDate.StyleController = this.pcDetailEditor;
|
this.txtOverdueDate.TabIndex = 0;
|
this.txtOverdueDate.EditValueChanged += new System.EventHandler(this.txtOverdueDate_EditValueChanged);
|
//
|
// txtDeliveryDate
|
//
|
this.txtDeliveryDate.EditValue = null;
|
this.txtDeliveryDate.Location = new System.Drawing.Point(377, 35);
|
this.txtDeliveryDate.Name = "txtDeliveryDate";
|
this.txtDeliveryDate.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
this.txtDeliveryDate.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
this.txtDeliveryDate.Properties.Appearance.Options.UseBackColor = true;
|
this.txtDeliveryDate.Properties.Appearance.Options.UseForeColor = true;
|
this.txtDeliveryDate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
this.txtDeliveryDate.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
this.txtDeliveryDate.Properties.DisplayFormat.FormatString = "";
|
this.txtDeliveryDate.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
|
this.txtDeliveryDate.Properties.EditFormat.FormatString = "";
|
this.txtDeliveryDate.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
|
this.txtDeliveryDate.Properties.Mask.EditMask = "";
|
this.txtDeliveryDate.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.None;
|
this.txtDeliveryDate.Size = new System.Drawing.Size(146, 24);
|
this.txtDeliveryDate.StyleController = this.pcDetailEditor;
|
this.txtDeliveryDate.TabIndex = 0;
|
this.txtDeliveryDate.EditValueChanged += new System.EventHandler(this.txtDeliveryDate_EditValueChanged);
|
//
|
// txtOnlineDate
|
//
|
this.txtOnlineDate.EditValue = null;
|
this.txtOnlineDate.Location = new System.Drawing.Point(637, 35);
|
this.txtOnlineDate.Name = "txtOnlineDate";
|
this.txtOnlineDate.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
this.txtOnlineDate.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
this.txtOnlineDate.Properties.Appearance.Options.UseBackColor = true;
|
this.txtOnlineDate.Properties.Appearance.Options.UseForeColor = true;
|
this.txtOnlineDate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
this.txtOnlineDate.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
this.txtOnlineDate.Properties.DisplayFormat.FormatString = "";
|
this.txtOnlineDate.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
|
this.txtOnlineDate.Properties.EditFormat.FormatString = "";
|
this.txtOnlineDate.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
|
this.txtOnlineDate.Properties.Mask.EditMask = "";
|
this.txtOnlineDate.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.None;
|
this.txtOnlineDate.Size = new System.Drawing.Size(146, 24);
|
this.txtOnlineDate.StyleController = this.pcDetailEditor;
|
this.txtOnlineDate.TabIndex = 0;
|
this.txtOnlineDate.EditValueChanged += new System.EventHandler(this.txtOnlineDate_EditValueChanged);
|
//
|
// txtRequiredArrivalDate
|
//
|
this.txtRequiredArrivalDate.EditValue = null;
|
this.txtRequiredArrivalDate.Location = new System.Drawing.Point(927, 63);
|
this.txtRequiredArrivalDate.Name = "txtRequiredArrivalDate";
|
this.txtRequiredArrivalDate.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
this.txtRequiredArrivalDate.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
this.txtRequiredArrivalDate.Properties.Appearance.Options.UseBackColor = true;
|
this.txtRequiredArrivalDate.Properties.Appearance.Options.UseForeColor = true;
|
this.txtRequiredArrivalDate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
this.txtRequiredArrivalDate.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
this.txtRequiredArrivalDate.Properties.DisplayFormat.FormatString = "";
|
this.txtRequiredArrivalDate.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
|
this.txtRequiredArrivalDate.Properties.EditFormat.FormatString = "";
|
this.txtRequiredArrivalDate.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
|
this.txtRequiredArrivalDate.Properties.Mask.EditMask = "";
|
this.txtRequiredArrivalDate.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.None;
|
this.txtRequiredArrivalDate.Size = new System.Drawing.Size(116, 24);
|
this.txtRequiredArrivalDate.StyleController = this.pcDetailEditor;
|
this.txtRequiredArrivalDate.TabIndex = 0;
|
this.txtRequiredArrivalDate.EditValueChanged += new System.EventHandler(this.txtRequiredArrivalDate_EditValueChanged);
|
//
|
// layoutGroup
|
//
|
this.layoutGroup.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
this.layoutGroup.GroupBordersVisible = false;
|
this.layoutGroup.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
this.layoutItemCustomerAbbreviation,
|
this.layoutItemOrderNumber,
|
this.layoutItemProductName,
|
this.layoutItemProductModel,
|
this.layoutItemOrderQuantity,
|
this.layoutItemDeliveryDate,
|
this.layoutItemOnlineDate,
|
this.layoutItemShortageName,
|
this.layoutItemShortageNumber,
|
this.layoutItemShortageQuantity,
|
this.layoutItemUnit,
|
this.layoutItemRequiredArrivalDate,
|
this.layoutItemOverdueDate,
|
this.layoutItemResponsiblePerson});
|
this.layoutGroup.LayoutMode = DevExpress.XtraLayout.Utils.LayoutMode.Table;
|
this.layoutGroup.Name = "layoutGroup";
|
this.layoutGroup.OptionsTableLayoutGroup.ColumnDefinitions.AddRange(new DevExpress.XtraLayout.ColumnDefinition[] {
|
columnDefinition1,
|
columnDefinition2,
|
columnDefinition3,
|
columnDefinition4});
|
rowDefinition3.Height = 28D;
|
rowDefinition3.SizeType = System.Windows.Forms.SizeType.AutoSize;
|
rowDefinition4.Height = 28D;
|
rowDefinition4.SizeType = System.Windows.Forms.SizeType.AutoSize;
|
rowDefinition5.Height = 28D;
|
rowDefinition5.SizeType = System.Windows.Forms.SizeType.AutoSize;
|
rowDefinition6.Height = 28D;
|
rowDefinition6.SizeType = System.Windows.Forms.SizeType.AutoSize;
|
this.layoutGroup.OptionsTableLayoutGroup.RowDefinitions.AddRange(new DevExpress.XtraLayout.RowDefinition[] {
|
rowDefinition3,
|
rowDefinition4,
|
rowDefinition5,
|
rowDefinition6});
|
this.layoutGroup.Padding = new DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5);
|
this.layoutGroup.Size = new System.Drawing.Size(1050, 122);
|
this.layoutGroup.TextVisible = false;
|
//
|
// layoutItemCustomerAbbreviation
|
//
|
this.layoutItemCustomerAbbreviation.Control = this.txtCustomerAbbreviation;
|
this.layoutItemCustomerAbbreviation.Location = new System.Drawing.Point(0, 0);
|
this.layoutItemCustomerAbbreviation.Name = "layoutItemCustomerAbbreviation";
|
this.layoutItemCustomerAbbreviation.Size = new System.Drawing.Size(260, 28);
|
this.layoutItemCustomerAbbreviation.Text = "客户的简要名称:";
|
this.layoutItemCustomerAbbreviation.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
|
this.layoutItemCustomerAbbreviation.TextSize = new System.Drawing.Size(120, 18);
|
this.layoutItemCustomerAbbreviation.TextToControlDistance = 5;
|
//
|
// layoutItemOrderNumber
|
//
|
this.layoutItemOrderNumber.Control = this.txtOrderNumber;
|
this.layoutItemOrderNumber.Location = new System.Drawing.Point(260, 0);
|
this.layoutItemOrderNumber.Name = "layoutItemOrderNumber";
|
this.layoutItemOrderNumber.OptionsTableLayoutItem.ColumnIndex = 1;
|
this.layoutItemOrderNumber.Size = new System.Drawing.Size(260, 28);
|
this.layoutItemOrderNumber.Text = "订单号:";
|
this.layoutItemOrderNumber.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
|
this.layoutItemOrderNumber.TextSize = new System.Drawing.Size(60, 18);
|
this.layoutItemOrderNumber.TextToControlDistance = 5;
|
//
|
// layoutItemProductName
|
//
|
this.layoutItemProductName.Control = this.txtProductName;
|
this.layoutItemProductName.Location = new System.Drawing.Point(520, 0);
|
this.layoutItemProductName.Name = "layoutItemProductName";
|
this.layoutItemProductName.OptionsTableLayoutItem.ColumnIndex = 2;
|
this.layoutItemProductName.Size = new System.Drawing.Size(260, 28);
|
this.layoutItemProductName.Text = "产品名称:";
|
this.layoutItemProductName.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
|
this.layoutItemProductName.TextSize = new System.Drawing.Size(75, 18);
|
this.layoutItemProductName.TextToControlDistance = 5;
|
//
|
// layoutItemProductModel
|
//
|
this.layoutItemProductModel.Control = this.txtProductModel;
|
this.layoutItemProductModel.Location = new System.Drawing.Point(780, 0);
|
this.layoutItemProductModel.Name = "layoutItemProductModel";
|
this.layoutItemProductModel.OptionsTableLayoutItem.ColumnIndex = 3;
|
this.layoutItemProductModel.Size = new System.Drawing.Size(260, 28);
|
this.layoutItemProductModel.Text = "产品型号:";
|
this.layoutItemProductModel.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
|
this.layoutItemProductModel.TextSize = new System.Drawing.Size(75, 18);
|
this.layoutItemProductModel.TextToControlDistance = 5;
|
//
|
// layoutItemOrderQuantity
|
//
|
this.layoutItemOrderQuantity.Control = this.txtOrderQuantity;
|
this.layoutItemOrderQuantity.Location = new System.Drawing.Point(0, 28);
|
this.layoutItemOrderQuantity.Name = "layoutItemOrderQuantity";
|
this.layoutItemOrderQuantity.OptionsTableLayoutItem.RowIndex = 1;
|
this.layoutItemOrderQuantity.Size = new System.Drawing.Size(260, 28);
|
this.layoutItemOrderQuantity.Text = "订单数量:";
|
this.layoutItemOrderQuantity.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
|
this.layoutItemOrderQuantity.TextSize = new System.Drawing.Size(75, 18);
|
this.layoutItemOrderQuantity.TextToControlDistance = 5;
|
//
|
// layoutItemDeliveryDate
|
//
|
this.layoutItemDeliveryDate.Control = this.txtDeliveryDate;
|
this.layoutItemDeliveryDate.Location = new System.Drawing.Point(260, 28);
|
this.layoutItemDeliveryDate.Name = "layoutItemDeliveryDate";
|
this.layoutItemDeliveryDate.OptionsTableLayoutItem.ColumnIndex = 1;
|
this.layoutItemDeliveryDate.OptionsTableLayoutItem.RowIndex = 1;
|
this.layoutItemDeliveryDate.Size = new System.Drawing.Size(260, 28);
|
this.layoutItemDeliveryDate.Text = "计划交货日期:";
|
this.layoutItemDeliveryDate.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
|
this.layoutItemDeliveryDate.TextSize = new System.Drawing.Size(105, 18);
|
this.layoutItemDeliveryDate.TextToControlDistance = 5;
|
//
|
// layoutItemOnlineDate
|
//
|
this.layoutItemOnlineDate.Control = this.txtOnlineDate;
|
this.layoutItemOnlineDate.Location = new System.Drawing.Point(520, 28);
|
this.layoutItemOnlineDate.Name = "layoutItemOnlineDate";
|
this.layoutItemOnlineDate.OptionsTableLayoutItem.ColumnIndex = 2;
|
this.layoutItemOnlineDate.OptionsTableLayoutItem.RowIndex = 1;
|
this.layoutItemOnlineDate.Size = new System.Drawing.Size(260, 28);
|
this.layoutItemOnlineDate.Text = "产品上线日期:";
|
this.layoutItemOnlineDate.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
|
this.layoutItemOnlineDate.TextSize = new System.Drawing.Size(105, 18);
|
this.layoutItemOnlineDate.TextToControlDistance = 5;
|
//
|
// layoutItemShortageName
|
//
|
this.layoutItemShortageName.Control = this.txtShortageName;
|
this.layoutItemShortageName.Location = new System.Drawing.Point(780, 28);
|
this.layoutItemShortageName.Name = "layoutItemShortageName";
|
this.layoutItemShortageName.OptionsTableLayoutItem.ColumnIndex = 3;
|
this.layoutItemShortageName.OptionsTableLayoutItem.RowIndex = 1;
|
this.layoutItemShortageName.Size = new System.Drawing.Size(260, 28);
|
this.layoutItemShortageName.Text = "欠料名称:";
|
this.layoutItemShortageName.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
|
this.layoutItemShortageName.TextSize = new System.Drawing.Size(75, 18);
|
this.layoutItemShortageName.TextToControlDistance = 5;
|
//
|
// layoutItemShortageNumber
|
//
|
this.layoutItemShortageNumber.Control = this.txtShortageNumber;
|
this.layoutItemShortageNumber.Location = new System.Drawing.Point(0, 56);
|
this.layoutItemShortageNumber.Name = "layoutItemShortageNumber";
|
this.layoutItemShortageNumber.OptionsTableLayoutItem.RowIndex = 2;
|
this.layoutItemShortageNumber.Size = new System.Drawing.Size(260, 28);
|
this.layoutItemShortageNumber.Text = "欠料编号:";
|
this.layoutItemShortageNumber.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
|
this.layoutItemShortageNumber.TextSize = new System.Drawing.Size(75, 18);
|
this.layoutItemShortageNumber.TextToControlDistance = 5;
|
//
|
// layoutItemShortageQuantity
|
//
|
this.layoutItemShortageQuantity.Control = this.txtShortageQuantity;
|
this.layoutItemShortageQuantity.Location = new System.Drawing.Point(260, 56);
|
this.layoutItemShortageQuantity.Name = "layoutItemShortageQuantity";
|
this.layoutItemShortageQuantity.OptionsTableLayoutItem.ColumnIndex = 1;
|
this.layoutItemShortageQuantity.OptionsTableLayoutItem.RowIndex = 2;
|
this.layoutItemShortageQuantity.Size = new System.Drawing.Size(260, 28);
|
this.layoutItemShortageQuantity.Text = "欠料数量:";
|
this.layoutItemShortageQuantity.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
|
this.layoutItemShortageQuantity.TextSize = new System.Drawing.Size(75, 18);
|
this.layoutItemShortageQuantity.TextToControlDistance = 5;
|
//
|
// layoutItemUnit
|
//
|
this.layoutItemUnit.Control = this.txtUnit;
|
this.layoutItemUnit.Location = new System.Drawing.Point(520, 56);
|
this.layoutItemUnit.Name = "layoutItemUnit";
|
this.layoutItemUnit.OptionsTableLayoutItem.ColumnIndex = 2;
|
this.layoutItemUnit.OptionsTableLayoutItem.RowIndex = 2;
|
this.layoutItemUnit.Size = new System.Drawing.Size(260, 28);
|
this.layoutItemUnit.Text = "单位:";
|
this.layoutItemUnit.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
|
this.layoutItemUnit.TextSize = new System.Drawing.Size(45, 18);
|
this.layoutItemUnit.TextToControlDistance = 5;
|
//
|
// layoutItemRequiredArrivalDate
|
//
|
this.layoutItemRequiredArrivalDate.Control = this.txtRequiredArrivalDate;
|
this.layoutItemRequiredArrivalDate.Location = new System.Drawing.Point(780, 56);
|
this.layoutItemRequiredArrivalDate.Name = "layoutItemRequiredArrivalDate";
|
this.layoutItemRequiredArrivalDate.OptionsTableLayoutItem.ColumnIndex = 3;
|
this.layoutItemRequiredArrivalDate.OptionsTableLayoutItem.RowIndex = 2;
|
this.layoutItemRequiredArrivalDate.Size = new System.Drawing.Size(260, 28);
|
this.layoutItemRequiredArrivalDate.Text = "要求欠料到位时间:";
|
this.layoutItemRequiredArrivalDate.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
|
this.layoutItemRequiredArrivalDate.TextSize = new System.Drawing.Size(135, 18);
|
this.layoutItemRequiredArrivalDate.TextToControlDistance = 5;
|
//
|
// layoutItemOverdueDate
|
//
|
this.layoutItemOverdueDate.Control = this.txtOverdueDate;
|
this.layoutItemOverdueDate.Location = new System.Drawing.Point(0, 84);
|
this.layoutItemOverdueDate.Name = "layoutItemOverdueDate";
|
this.layoutItemOverdueDate.OptionsTableLayoutItem.RowIndex = 3;
|
this.layoutItemOverdueDate.Size = new System.Drawing.Size(260, 28);
|
this.layoutItemOverdueDate.Text = "欠料逾期时间:";
|
this.layoutItemOverdueDate.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
|
this.layoutItemOverdueDate.TextSize = new System.Drawing.Size(105, 18);
|
this.layoutItemOverdueDate.TextToControlDistance = 5;
|
//
|
// layoutItemResponsiblePerson
|
//
|
this.layoutItemResponsiblePerson.Control = this.txtResponsiblePerson;
|
this.layoutItemResponsiblePerson.Location = new System.Drawing.Point(260, 84);
|
this.layoutItemResponsiblePerson.Name = "layoutItemResponsiblePerson";
|
this.layoutItemResponsiblePerson.OptionsTableLayoutItem.ColumnIndex = 1;
|
this.layoutItemResponsiblePerson.OptionsTableLayoutItem.RowIndex = 3;
|
this.layoutItemResponsiblePerson.Size = new System.Drawing.Size(260, 28);
|
this.layoutItemResponsiblePerson.Text = "负责处理欠料问题人员:";
|
this.layoutItemResponsiblePerson.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
|
this.layoutItemResponsiblePerson.TextSize = new System.Drawing.Size(165, 18);
|
this.layoutItemResponsiblePerson.TextToControlDistance = 5;
|
//
|
// emptyRowEditor
|
//
|
this.emptyRowEditor.AllowHotTrack = false;
|
this.emptyRowEditor.Location = new System.Drawing.Point(0, 300);
|
this.emptyRowEditor.Name = "emptyRowEditor";
|
this.emptyRowEditor.Size = new System.Drawing.Size(989, 94);
|
this.emptyRowEditor.TextSize = new System.Drawing.Size(0, 0);
|
//
|
// lblCustomerAbbreviation
|
//
|
this.lblCustomerAbbreviation.Location = new System.Drawing.Point(0, 0);
|
this.lblCustomerAbbreviation.Name = "lblCustomerAbbreviation";
|
this.lblCustomerAbbreviation.Size = new System.Drawing.Size(94, 17);
|
this.lblCustomerAbbreviation.TabIndex = 0;
|
//
|
// lblOrderNumber
|
//
|
this.lblOrderNumber.Location = new System.Drawing.Point(0, 0);
|
this.lblOrderNumber.Name = "lblOrderNumber";
|
this.lblOrderNumber.Size = new System.Drawing.Size(94, 17);
|
this.lblOrderNumber.TabIndex = 0;
|
//
|
// lblProductName
|
//
|
this.lblProductName.Location = new System.Drawing.Point(0, 0);
|
this.lblProductName.Name = "lblProductName";
|
this.lblProductName.Size = new System.Drawing.Size(94, 17);
|
this.lblProductName.TabIndex = 0;
|
//
|
// lblProductModel
|
//
|
this.lblProductModel.Location = new System.Drawing.Point(0, 0);
|
this.lblProductModel.Name = "lblProductModel";
|
this.lblProductModel.Size = new System.Drawing.Size(94, 17);
|
this.lblProductModel.TabIndex = 0;
|
//
|
// lblOrderQuantity
|
//
|
this.lblOrderQuantity.Location = new System.Drawing.Point(0, 0);
|
this.lblOrderQuantity.Name = "lblOrderQuantity";
|
this.lblOrderQuantity.Size = new System.Drawing.Size(94, 17);
|
this.lblOrderQuantity.TabIndex = 0;
|
//
|
// lblDeliveryDate
|
//
|
this.lblDeliveryDate.Location = new System.Drawing.Point(0, 0);
|
this.lblDeliveryDate.Name = "lblDeliveryDate";
|
this.lblDeliveryDate.Size = new System.Drawing.Size(94, 17);
|
this.lblDeliveryDate.TabIndex = 0;
|
//
|
// lblOnlineDate
|
//
|
this.lblOnlineDate.Location = new System.Drawing.Point(0, 0);
|
this.lblOnlineDate.Name = "lblOnlineDate";
|
this.lblOnlineDate.Size = new System.Drawing.Size(94, 17);
|
this.lblOnlineDate.TabIndex = 0;
|
//
|
// lblShortageName
|
//
|
this.lblShortageName.Location = new System.Drawing.Point(0, 0);
|
this.lblShortageName.Name = "lblShortageName";
|
this.lblShortageName.Size = new System.Drawing.Size(94, 17);
|
this.lblShortageName.TabIndex = 0;
|
//
|
// lblShortageNumber
|
//
|
this.lblShortageNumber.Location = new System.Drawing.Point(0, 0);
|
this.lblShortageNumber.Name = "lblShortageNumber";
|
this.lblShortageNumber.Size = new System.Drawing.Size(94, 17);
|
this.lblShortageNumber.TabIndex = 0;
|
//
|
// lblShortageQuantity
|
//
|
this.lblShortageQuantity.Location = new System.Drawing.Point(0, 0);
|
this.lblShortageQuantity.Name = "lblShortageQuantity";
|
this.lblShortageQuantity.Size = new System.Drawing.Size(94, 17);
|
this.lblShortageQuantity.TabIndex = 0;
|
//
|
// lblUnit
|
//
|
this.lblUnit.Location = new System.Drawing.Point(0, 0);
|
this.lblUnit.Name = "lblUnit";
|
this.lblUnit.Size = new System.Drawing.Size(94, 17);
|
this.lblUnit.TabIndex = 0;
|
//
|
// lblRequiredArrivalDate
|
//
|
this.lblRequiredArrivalDate.Location = new System.Drawing.Point(0, 0);
|
this.lblRequiredArrivalDate.Name = "lblRequiredArrivalDate";
|
this.lblRequiredArrivalDate.Size = new System.Drawing.Size(94, 17);
|
this.lblRequiredArrivalDate.TabIndex = 0;
|
//
|
// lblOverdueDate
|
//
|
this.lblOverdueDate.Location = new System.Drawing.Point(0, 0);
|
this.lblOverdueDate.Name = "lblOverdueDate";
|
this.lblOverdueDate.Size = new System.Drawing.Size(94, 17);
|
this.lblOverdueDate.TabIndex = 0;
|
//
|
// lblResponsiblePerson
|
//
|
this.lblResponsiblePerson.Location = new System.Drawing.Point(0, 0);
|
this.lblResponsiblePerson.Name = "lblResponsiblePerson";
|
this.lblResponsiblePerson.Size = new System.Drawing.Size(94, 17);
|
this.lblResponsiblePerson.TabIndex = 0;
|
//
|
// pcDetail
|
//
|
this.pcDetail.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.pcDetail.Location = new System.Drawing.Point(0, 298);
|
this.pcDetail.Name = "pcDetail";
|
this.pcDetail.Size = new System.Drawing.Size(826, 465);
|
this.pcDetail.TabIndex = 0;
|
//
|
// pnlSearch
|
//
|
this.pnlSearch.Controls.Add(this.simpleButton1);
|
this.pnlSearch.Controls.Add(this.buttonEdit1);
|
this.pnlSearch.Controls.Add(this.btnQuery);
|
this.pnlSearch.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.pnlSearch.Location = new System.Drawing.Point(0, 0);
|
this.pnlSearch.Margin = new System.Windows.Forms.Padding(0);
|
this.pnlSearch.Name = "pnlSearch";
|
this.pnlSearch.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(560, 279, 812, 500);
|
this.pnlSearch.Root = this.layoutGroupSearch;
|
this.pnlSearch.Size = new System.Drawing.Size(1131, 65);
|
this.pnlSearch.TabIndex = 11;
|
this.pnlSearch.Text = "pnlSearch";
|
//
|
// simpleButton1
|
//
|
this.simpleButton1.Location = new System.Drawing.Point(287, 8);
|
this.simpleButton1.Name = "simpleButton1";
|
this.simpleButton1.Size = new System.Drawing.Size(276, 27);
|
this.simpleButton1.StyleController = this.pnlSearch;
|
this.simpleButton1.TabIndex = 23;
|
this.simpleButton1.Text = "导入Excel";
|
this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
|
//
|
// buttonEdit1
|
//
|
this.buttonEdit1.Location = new System.Drawing.Point(41, 8);
|
this.buttonEdit1.Name = "buttonEdit1";
|
this.buttonEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
new DevExpress.XtraEditors.Controls.EditorButton()});
|
this.buttonEdit1.Size = new System.Drawing.Size(242, 24);
|
this.buttonEdit1.StyleController = this.pnlSearch;
|
this.buttonEdit1.TabIndex = 22;
|
this.buttonEdit1.Click += new System.EventHandler(this.buttonEdit1_Click);
|
//
|
// btnQuery
|
//
|
this.btnQuery.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
|
this.btnQuery.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.btnQuery.Location = new System.Drawing.Point(1013, 8);
|
this.btnQuery.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.btnQuery.Name = "btnQuery";
|
this.btnQuery.Size = new System.Drawing.Size(110, 47);
|
this.btnQuery.StyleController = this.pnlSearch;
|
this.btnQuery.TabIndex = 20;
|
this.btnQuery.Text = "查询(&S)";
|
this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click);
|
//
|
// layoutGroupSearch
|
//
|
this.layoutGroupSearch.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
this.layoutGroupSearch.GroupBordersVisible = false;
|
this.layoutGroupSearch.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
this.layoutControlItem1,
|
this.layoutControlItem2,
|
this.queryAndEmptyButtonLayoutGroup});
|
this.layoutGroupSearch.LayoutMode = DevExpress.XtraLayout.Utils.LayoutMode.Table;
|
this.layoutGroupSearch.Name = "Root";
|
columnDefinition1.SizeType = System.Windows.Forms.SizeType.Percent;
|
columnDefinition1.Width = 25D;
|
columnDefinition2.SizeType = System.Windows.Forms.SizeType.Percent;
|
columnDefinition2.Width = 25D;
|
columnDefinition3.SizeType = System.Windows.Forms.SizeType.Percent;
|
columnDefinition3.Width = 25D;
|
columnDefinition4.SizeType = System.Windows.Forms.SizeType.Percent;
|
columnDefinition4.Width = 25D;
|
this.layoutGroupSearch.OptionsTableLayoutGroup.ColumnDefinitions.AddRange(new DevExpress.XtraLayout.ColumnDefinition[] {
|
columnDefinition1,
|
columnDefinition2,
|
columnDefinition3,
|
columnDefinition4});
|
rowDefinition1.Height = 50D;
|
rowDefinition1.SizeType = System.Windows.Forms.SizeType.Absolute;
|
this.layoutGroupSearch.OptionsTableLayoutGroup.RowDefinitions.AddRange(new DevExpress.XtraLayout.RowDefinition[] {
|
rowDefinition1});
|
this.layoutGroupSearch.Padding = new DevExpress.XtraLayout.Utils.Padding(6, 6, 6, 6);
|
this.layoutGroupSearch.Size = new System.Drawing.Size(1131, 65);
|
this.layoutGroupSearch.TextVisible = false;
|
//
|
// layoutControlItem1
|
//
|
this.layoutControlItem1.Control = this.buttonEdit1;
|
this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
|
this.layoutControlItem1.Name = "layoutControlItem1";
|
this.layoutControlItem1.Size = new System.Drawing.Size(279, 53);
|
this.layoutControlItem1.Text = "附件";
|
this.layoutControlItem1.TextSize = new System.Drawing.Size(30, 18);
|
//
|
// layoutControlItem2
|
//
|
this.layoutControlItem2.Control = this.simpleButton1;
|
this.layoutControlItem2.Location = new System.Drawing.Point(279, 0);
|
this.layoutControlItem2.Name = "layoutControlItem2";
|
this.layoutControlItem2.OptionsTableLayoutItem.ColumnIndex = 1;
|
this.layoutControlItem2.Size = new System.Drawing.Size(280, 53);
|
this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
|
this.layoutControlItem2.TextVisible = false;
|
//
|
// queryAndEmptyButtonLayoutGroup
|
//
|
this.queryAndEmptyButtonLayoutGroup.DefaultLayoutType = DevExpress.XtraLayout.Utils.LayoutType.Horizontal;
|
this.queryAndEmptyButtonLayoutGroup.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft;
|
this.queryAndEmptyButtonLayoutGroup.GroupBordersVisible = false;
|
this.queryAndEmptyButtonLayoutGroup.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
this.layoutItem_QueryButton});
|
this.queryAndEmptyButtonLayoutGroup.LayoutMode = DevExpress.XtraLayout.Utils.LayoutMode.Flow;
|
this.queryAndEmptyButtonLayoutGroup.Location = new System.Drawing.Point(839, 0);
|
this.queryAndEmptyButtonLayoutGroup.Name = "queryAndEmptyButtonLayoutGroup";
|
this.queryAndEmptyButtonLayoutGroup.OptionsTableLayoutItem.ColumnIndex = 3;
|
this.queryAndEmptyButtonLayoutGroup.Size = new System.Drawing.Size(280, 53);
|
this.queryAndEmptyButtonLayoutGroup.TextVisible = false;
|
//
|
// layoutItem_QueryButton
|
//
|
this.layoutItem_QueryButton.ContentHorzAlignment = DevExpress.Utils.HorzAlignment.Far;
|
this.layoutItem_QueryButton.Control = this.btnQuery;
|
this.layoutItem_QueryButton.Location = new System.Drawing.Point(166, 0);
|
this.layoutItem_QueryButton.MaxSize = new System.Drawing.Size(114, 51);
|
this.layoutItem_QueryButton.MinSize = new System.Drawing.Size(114, 51);
|
this.layoutItem_QueryButton.Name = "layoutItem_QueryButton";
|
this.layoutItem_QueryButton.OptionsTableLayoutItem.ColumnIndex = 1;
|
this.layoutItem_QueryButton.Size = new System.Drawing.Size(114, 51);
|
this.layoutItem_QueryButton.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
this.layoutItem_QueryButton.TextSize = new System.Drawing.Size(0, 0);
|
this.layoutItem_QueryButton.TextVisible = false;
|
//
|
// lbl_OrderNumber
|
//
|
this.lbl_OrderNumber.Location = new System.Drawing.Point(0, 0);
|
this.lbl_OrderNumber.Name = "lbl_OrderNumber";
|
this.lbl_OrderNumber.Size = new System.Drawing.Size(94, 17);
|
this.lbl_OrderNumber.TabIndex = 0;
|
//
|
// lbl_ProductName
|
//
|
this.lbl_ProductName.Location = new System.Drawing.Point(0, 0);
|
this.lbl_ProductName.Name = "lbl_ProductName";
|
this.lbl_ProductName.Size = new System.Drawing.Size(94, 17);
|
this.lbl_ProductName.TabIndex = 0;
|
//
|
// lbl_ShortageName
|
//
|
this.lbl_ShortageName.Location = new System.Drawing.Point(0, 0);
|
this.lbl_ShortageName.Name = "lbl_ShortageName";
|
this.lbl_ShortageName.Size = new System.Drawing.Size(94, 17);
|
this.lbl_ShortageName.TabIndex = 0;
|
//
|
// lbl_ResponsiblePerson
|
//
|
this.lbl_ResponsiblePerson.Location = new System.Drawing.Point(0, 0);
|
this.lbl_ResponsiblePerson.Name = "lbl_ResponsiblePerson";
|
this.lbl_ResponsiblePerson.Size = new System.Drawing.Size(94, 17);
|
this.lbl_ResponsiblePerson.TabIndex = 0;
|
//
|
// editorAndDetailTabLayout
|
//
|
this.editorAndDetailTabLayout.Controls.Add(this.splitContainerEditorAndDetailGrid);
|
this.editorAndDetailTabLayout.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.editorAndDetailTabLayout.Location = new System.Drawing.Point(0, 0);
|
this.editorAndDetailTabLayout.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.editorAndDetailTabLayout.Name = "editorAndDetailTabLayout";
|
this.editorAndDetailTabLayout.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(1088, 207, 650, 400);
|
this.editorAndDetailTabLayout.Root = this.editorAndDetailTabLayoutGroup;
|
this.editorAndDetailTabLayout.Size = new System.Drawing.Size(1066, 758);
|
this.editorAndDetailTabLayout.TabIndex = 1;
|
this.editorAndDetailTabLayout.Text = "editorAndDetailTabLayout";
|
//
|
// splitContainerEditorAndDetailGrid
|
//
|
this.splitContainerEditorAndDetailGrid.Horizontal = false;
|
this.splitContainerEditorAndDetailGrid.Location = new System.Drawing.Point(8, 8);
|
this.splitContainerEditorAndDetailGrid.Name = "splitContainerEditorAndDetailGrid";
|
this.splitContainerEditorAndDetailGrid.Panel1.Controls.Add(this.pcDetailEditor);
|
this.splitContainerEditorAndDetailGrid.Panel2.Controls.Add(this.detailGridsLayoutControl);
|
this.splitContainerEditorAndDetailGrid.Size = new System.Drawing.Size(1050, 742);
|
this.splitContainerEditorAndDetailGrid.SplitterPosition = 120;
|
this.splitContainerEditorAndDetailGrid.TabIndex = 4;
|
//
|
// detailGridsLayoutControl
|
//
|
this.detailGridsLayoutControl.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.detailGridsLayoutControl.Location = new System.Drawing.Point(0, 0);
|
this.detailGridsLayoutControl.Name = "detailGridsLayoutControl";
|
this.detailGridsLayoutControl.Root = this.detailGridsLayoutControlGroup;
|
this.detailGridsLayoutControl.Size = new System.Drawing.Size(1050, 610);
|
this.detailGridsLayoutControl.TabIndex = 1;
|
this.detailGridsLayoutControl.Text = "detailGridsLayoutControl";
|
//
|
// detailGridsLayoutControlGroup
|
//
|
this.detailGridsLayoutControlGroup.GroupBordersVisible = false;
|
this.detailGridsLayoutControlGroup.Name = "detailGridsLayoutControlGroup";
|
this.detailGridsLayoutControlGroup.Size = new System.Drawing.Size(1050, 610);
|
this.detailGridsLayoutControlGroup.TextVisible = false;
|
//
|
// editorAndDetailTabLayoutGroup
|
//
|
this.editorAndDetailTabLayoutGroup.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
this.editorAndDetailTabLayoutGroup.GroupBordersVisible = false;
|
this.editorAndDetailTabLayoutGroup.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
this.splitContainerEditorAndDetailGridLayoutControlItem});
|
this.editorAndDetailTabLayoutGroup.LayoutMode = DevExpress.XtraLayout.Utils.LayoutMode.Table;
|
this.editorAndDetailTabLayoutGroup.Name = "editorAndDetailTabLayoutGroup";
|
columnDefinition6.SizeType = System.Windows.Forms.SizeType.Percent;
|
columnDefinition6.Width = 100D;
|
this.editorAndDetailTabLayoutGroup.OptionsTableLayoutGroup.ColumnDefinitions.AddRange(new DevExpress.XtraLayout.ColumnDefinition[] {
|
columnDefinition6});
|
rowDefinition7.Height = 746D;
|
rowDefinition7.SizeType = System.Windows.Forms.SizeType.AutoSize;
|
this.editorAndDetailTabLayoutGroup.OptionsTableLayoutGroup.RowDefinitions.AddRange(new DevExpress.XtraLayout.RowDefinition[] {
|
rowDefinition7});
|
this.editorAndDetailTabLayoutGroup.Padding = new DevExpress.XtraLayout.Utils.Padding(6, 6, 6, 6);
|
this.editorAndDetailTabLayoutGroup.Size = new System.Drawing.Size(1066, 758);
|
//
|
// splitContainerEditorAndDetailGridLayoutControlItem
|
//
|
this.splitContainerEditorAndDetailGridLayoutControlItem.Control = this.splitContainerEditorAndDetailGrid;
|
this.splitContainerEditorAndDetailGridLayoutControlItem.Location = new System.Drawing.Point(0, 0);
|
this.splitContainerEditorAndDetailGridLayoutControlItem.Name = "splitContainerEditorAndDetailGridLayoutControlItem";
|
this.splitContainerEditorAndDetailGridLayoutControlItem.Size = new System.Drawing.Size(1054, 746);
|
this.splitContainerEditorAndDetailGridLayoutControlItem.TextSize = new System.Drawing.Size(0, 0);
|
this.splitContainerEditorAndDetailGridLayoutControlItem.TextVisible = false;
|
//
|
// searchAndSummaryTabLayout
|
//
|
this.searchAndSummaryTabLayout.Controls.Add(this.splitContainerSearchAndSummary);
|
this.searchAndSummaryTabLayout.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.searchAndSummaryTabLayout.Location = new System.Drawing.Point(0, 0);
|
this.searchAndSummaryTabLayout.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.searchAndSummaryTabLayout.Name = "searchAndSummaryTabLayout";
|
this.searchAndSummaryTabLayout.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(1088, 207, 650, 400);
|
this.searchAndSummaryTabLayout.Root = this.searchAndSummaryTabLayoutGroup;
|
this.searchAndSummaryTabLayout.Size = new System.Drawing.Size(1147, 756);
|
this.searchAndSummaryTabLayout.TabIndex = 1;
|
this.searchAndSummaryTabLayout.Text = "searchAndSummaryTabLayout";
|
//
|
// splitContainerSearchAndSummary
|
//
|
this.splitContainerSearchAndSummary.Horizontal = false;
|
this.splitContainerSearchAndSummary.Location = new System.Drawing.Point(8, 8);
|
this.splitContainerSearchAndSummary.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.splitContainerSearchAndSummary.Name = "splitContainerSearchAndSummary";
|
this.splitContainerSearchAndSummary.Panel1.Controls.Add(this.pnlSearch);
|
this.splitContainerSearchAndSummary.Panel2.Controls.Add(this.gcSummary);
|
this.splitContainerSearchAndSummary.Size = new System.Drawing.Size(1131, 740);
|
this.splitContainerSearchAndSummary.SplitterPosition = 65;
|
this.splitContainerSearchAndSummary.TabIndex = 4;
|
//
|
// searchAndSummaryTabLayoutGroup
|
//
|
this.searchAndSummaryTabLayoutGroup.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
this.searchAndSummaryTabLayoutGroup.GroupBordersVisible = false;
|
this.searchAndSummaryTabLayoutGroup.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
this.splitContainerSearchAndSummaryLayoutControlItem});
|
this.searchAndSummaryTabLayoutGroup.LayoutMode = DevExpress.XtraLayout.Utils.LayoutMode.Table;
|
this.searchAndSummaryTabLayoutGroup.Name = "editorAndDetailTabLayoutGroup";
|
columnDefinition5.SizeType = System.Windows.Forms.SizeType.Percent;
|
columnDefinition5.Width = 100D;
|
this.searchAndSummaryTabLayoutGroup.OptionsTableLayoutGroup.ColumnDefinitions.AddRange(new DevExpress.XtraLayout.ColumnDefinition[] {
|
columnDefinition5});
|
rowDefinition2.Height = 100D;
|
rowDefinition2.SizeType = System.Windows.Forms.SizeType.Percent;
|
this.searchAndSummaryTabLayoutGroup.OptionsTableLayoutGroup.RowDefinitions.AddRange(new DevExpress.XtraLayout.RowDefinition[] {
|
rowDefinition2});
|
this.searchAndSummaryTabLayoutGroup.Padding = new DevExpress.XtraLayout.Utils.Padding(6, 6, 6, 6);
|
this.searchAndSummaryTabLayoutGroup.Size = new System.Drawing.Size(1147, 756);
|
this.searchAndSummaryTabLayoutGroup.TextVisible = false;
|
//
|
// splitContainerSearchAndSummaryLayoutControlItem
|
//
|
this.splitContainerSearchAndSummaryLayoutControlItem.Control = this.splitContainerSearchAndSummary;
|
this.splitContainerSearchAndSummaryLayoutControlItem.Location = new System.Drawing.Point(0, 0);
|
this.splitContainerSearchAndSummaryLayoutControlItem.Name = "splitContainerSearchAndSummaryLayoutControlItem";
|
this.splitContainerSearchAndSummaryLayoutControlItem.Size = new System.Drawing.Size(1135, 744);
|
this.splitContainerSearchAndSummaryLayoutControlItem.TextSize = new System.Drawing.Size(0, 0);
|
this.splitContainerSearchAndSummaryLayoutControlItem.TextVisible = false;
|
//
|
// frmOverdueMaterial
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
|
this.ClientSize = new System.Drawing.Size(1153, 798);
|
this.Margin = new System.Windows.Forms.Padding(3, 10, 3, 10);
|
this.Name = "frmOverdueMaterial";
|
this.Padding = new System.Windows.Forms.Padding(2, 5, 2, 5);
|
this.Text = "欠料表维护";
|
this.Load += new System.EventHandler(this.frmOverdueMaterial_Load);
|
this.tpSummary.ResumeLayout(false);
|
this.pnlSummary.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.tcBusiness)).EndInit();
|
this.tcBusiness.ResumeLayout(false);
|
this.tpDetail.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.gcNavigator)).EndInit();
|
this.gcNavigator.ResumeLayout(false);
|
this.gcNavigator.PerformLayout();
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.gcSummary)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.gvSummary)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.pcDetailEditor)).EndInit();
|
this.pcDetailEditor.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.txtCustomerAbbreviation.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtOrderNumber.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtProductName.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtProductModel.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtOrderQuantity.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtShortageName.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtShortageNumber.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtShortageQuantity.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtUnit.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtResponsiblePerson.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtOverdueDate.Properties.CalendarTimeProperties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtOverdueDate.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtDeliveryDate.Properties.CalendarTimeProperties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtDeliveryDate.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtOnlineDate.Properties.CalendarTimeProperties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtOnlineDate.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtRequiredArrivalDate.Properties.CalendarTimeProperties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtRequiredArrivalDate.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutGroup)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutItemCustomerAbbreviation)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutItemOrderNumber)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutItemProductName)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutItemProductModel)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutItemOrderQuantity)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutItemDeliveryDate)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutItemOnlineDate)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutItemShortageName)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutItemShortageNumber)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutItemShortageQuantity)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutItemUnit)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutItemRequiredArrivalDate)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutItemOverdueDate)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutItemResponsiblePerson)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.emptyRowEditor)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.pcDetail)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.pnlSearch)).EndInit();
|
this.pnlSearch.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.buttonEdit1.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutGroupSearch)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.queryAndEmptyButtonLayoutGroup)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutItem_QueryButton)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.editorAndDetailTabLayout)).EndInit();
|
this.editorAndDetailTabLayout.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.splitContainerEditorAndDetailGrid)).EndInit();
|
this.splitContainerEditorAndDetailGrid.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.detailGridsLayoutControl)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.detailGridsLayoutControlGroup)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.editorAndDetailTabLayoutGroup)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.splitContainerEditorAndDetailGridLayoutControlItem)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.searchAndSummaryTabLayout)).EndInit();
|
this.searchAndSummaryTabLayout.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.splitContainerSearchAndSummary)).EndInit();
|
this.splitContainerSearchAndSummary.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.searchAndSummaryTabLayoutGroup)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.splitContainerSearchAndSummaryLayoutControlItem)).EndInit();
|
this.ResumeLayout(false);
|
this.PerformLayout();
|
|
}
|
|
#endregion
|
private DevExpress.XtraEditors.DateEdit txtOverdueDate;
|
private DevExpress.XtraEditors.DateEdit txtDeliveryDate;
|
private DevExpress.XtraEditors.DateEdit txtOnlineDate;
|
private DevExpress.XtraEditors.DateEdit txtRequiredArrivalDate;
|
private DevExpress.XtraEditors.SimpleButton simpleButton1;
|
private DevExpress.XtraEditors.ButtonEdit buttonEdit1;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
|
private DevExpress.XtraLayout.LayoutControlGroup queryAndEmptyButtonLayoutGroup;
|
private DevExpress.XtraLayout.LayoutControlItem layoutItem_QueryButton;
|
}//public partial class
|
}//namespace
|