2501 lines
155 KiB
C#
2501 lines
155 KiB
C#
namespace WMS.FrmCK
|
|
{
|
|
partial class FrmOrders
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.components = new System.ComponentModel.Container();
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmOrders));
|
|
this.bs_Orders = new System.Windows.Forms.BindingSource(this.components);
|
|
this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
|
|
this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
|
|
this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
|
|
this.label23 = new System.Windows.Forms.Label();
|
|
this.lop_type = new WMS.Ctrl.LookUpEditSystem();
|
|
this.bindingSource2 = new System.Windows.Forms.BindingSource(this.components);
|
|
this.wmsCtrlTextBox1 = new WMS.Ctrl.WMSCtrlTextBox(this.components);
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.ctr_CUSTOMERNAME = new WMS.Ctrl.CtrlDictonary();
|
|
this.ctrSearch = new WMS.Ctrl.CtrlDictonary();
|
|
this.ctr_Goods = new WMS.Ctrl.CtrlDictonary();
|
|
this.decheck = new DevExpress.XtraEditors.DateEdit();
|
|
this.bs_OrdersEdit = new System.Windows.Forms.BindingSource(this.components);
|
|
this.DicCheckMan = new WMS.Ctrl.CtrlDictonary();
|
|
this.DicCreateMan = new WMS.Ctrl.CtrlDictonary();
|
|
this.de_CREATE_DATE = new DevExpress.XtraEditors.DateEdit();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.lue_DATASOURCE = new WMS.Ctrl.LookUpEditSystem();
|
|
this.lue_STATUS = new WMS.Ctrl.LookUpEditSystem();
|
|
this.lue_CUSTOMERADDRESS = new WMS.Ctrl.LookUpEditSystem();
|
|
this.lue_CUSTOMERCITY = new WMS.Ctrl.LookUpEditSystem();
|
|
this.lue_CUSTOMERPROVINCE = new WMS.Ctrl.LookUpEditSystem();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.label16 = new System.Windows.Forms.Label();
|
|
this.lbl_storageID = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.label17 = new System.Windows.Forms.Label();
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
this.txt_CKID = new WMS.Ctrl.WMSCtrlTextBox(this.components);
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.gr_Order = new WMS.Ctrl.GridControlCustom();
|
|
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
this.colIsCheck = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colSTATUS = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colCREATE_DATE = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colStorage_name = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colORDER_ID = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colBUSINESSORDERID = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colSHOPNAME = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colSHOPORDERID = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colLog_com_name = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colEXPRESSNO = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colCUSTOMERNAME = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colCUSTOMERADDRESS = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colPAY_DATE = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colCus_membername = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colGOODS_NUM = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colGOODS_PRICE = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colEXPRESSMONEY = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colPACKINGWEITH = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colDATASOURCE = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colOrder_source = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colPICK_NUM = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colCk_type = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
|
|
this.splitterControl1 = new DevExpress.XtraEditors.SplitterControl();
|
|
this.gridControlCustom1 = new WMS.Ctrl.GridControlCustom();
|
|
this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
|
|
this.gridView3 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.repositoryItemHyperLinkEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemHyperLinkEdit();
|
|
this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.repositoryItemLookUpEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
|
|
this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.gridColumn10 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.gridColumn11 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.gridColumn12 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.gridColumn13 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.gridColumn14 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.repositoryItemLookUpEdit3 = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
|
|
this.gridColumn15 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.gridColumn16 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.gridColumn17 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.gridColumn18 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.gridColumn19 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.repositoryItemLookUpEdit4 = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
|
|
this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
|
|
this.gr_OrderDetail = new WMS.Ctrl.GridControlCustom();
|
|
this.bs_OrderDetail = new System.Windows.Forms.BindingSource(this.components);
|
|
this.gridView2 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
this.colCK_ID = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colBUSINESSID = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colGoods_type_name = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colStorage_area_name = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colLocation_id = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colGood_name = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.repositoryItemHyperLinkEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemHyperLinkEdit();
|
|
this.colUNIT = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.lueUnit = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
|
|
this.colGOOD_ID = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colSPECIFICATION = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colGOODS_NUM1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colREMARK = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colPAGE_NUM = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colWeith = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colSCALE_UNIT = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.lueweiunit = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
|
|
this.colGVOLUME = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colTOTAL_VOLUME = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colPRICE = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colPICK_NUM1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colCost_price = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.repositoryItemLookUpEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
|
|
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
|
|
this.label21 = new System.Windows.Forms.Label();
|
|
this.look_ck = new WMS.Ctrl.LookUpEditSystem();
|
|
this.label18 = new System.Windows.Forms.Label();
|
|
this.loop_CkType = new WMS.Ctrl.LookUpEditSystem();
|
|
this.wmsCtrlTextBox2 = new WMS.Ctrl.WMSCtrlTextBox(this.components);
|
|
this.label11 = new System.Windows.Forms.Label();
|
|
this.noteData1 = new WMS.Ctrl.NoteData();
|
|
this.ctrlDictonary1 = new WMS.Ctrl.CtrlDictonary();
|
|
this.label12 = new System.Windows.Forms.Label();
|
|
this.label13 = new System.Windows.Forms.Label();
|
|
this.lookUpEditSystem2 = new WMS.Ctrl.LookUpEditSystem();
|
|
this.lookUpEditSystem3 = new WMS.Ctrl.LookUpEditSystem();
|
|
this.lookUpEditSystem4 = new WMS.Ctrl.LookUpEditSystem();
|
|
this.label15 = new System.Windows.Forms.Label();
|
|
this.label19 = new System.Windows.Forms.Label();
|
|
this.label20 = new System.Windows.Forms.Label();
|
|
this.wmsCtrlTextBox3 = new WMS.Ctrl.WMSCtrlTextBox(this.components);
|
|
this.label22 = new System.Windows.Forms.Label();
|
|
((System.ComponentModel.ISupportInitialize)(this.bs_Orders)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
|
|
this.xtraTabControl1.SuspendLayout();
|
|
this.xtraTabPage1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1.Panel1)).BeginInit();
|
|
this.splitContainerControl1.Panel1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1.Panel2)).BeginInit();
|
|
this.splitContainerControl1.Panel2.SuspendLayout();
|
|
this.splitContainerControl1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.lop_type.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.bindingSource2)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.wmsCtrlTextBox1.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.decheck.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.decheck.Properties.CalendarTimeProperties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.bs_OrdersEdit)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.de_CREATE_DATE.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.de_CREATE_DATE.Properties.CalendarTimeProperties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lue_DATASOURCE.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lue_STATUS.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lue_CUSTOMERADDRESS.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lue_CUSTOMERCITY.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lue_CUSTOMERPROVINCE.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txt_CKID.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gr_Order)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridControlCustom1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView3)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemHyperLinkEdit2)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit2)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit3)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit4)).BeginInit();
|
|
this.xtraTabPage2.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.gr_OrderDetail)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.bs_OrderDetail)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemHyperLinkEdit1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lueUnit)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lueweiunit)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
|
|
this.panelControl1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.look_ck.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.loop_CkType.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.wmsCtrlTextBox2.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lookUpEditSystem2.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lookUpEditSystem3.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lookUpEditSystem4.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.wmsCtrlTextBox3.Properties)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// bs_Orders
|
|
//
|
|
this.bs_Orders.DataSource = typeof(WMS.Model.CK.OrdersModel);
|
|
//
|
|
// xtraTabControl1
|
|
//
|
|
this.xtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.xtraTabControl1.Location = new System.Drawing.Point(0, 0);
|
|
this.xtraTabControl1.Name = "xtraTabControl1";
|
|
this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1;
|
|
this.xtraTabControl1.Size = new System.Drawing.Size(1446, 665);
|
|
this.xtraTabControl1.TabIndex = 0;
|
|
this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
|
|
this.xtraTabPage1,
|
|
this.xtraTabPage2});
|
|
this.xtraTabControl1.SelectedPageChanged += new DevExpress.XtraTab.TabPageChangedEventHandler(this.xtraTabControl1_SelectedPageChanged);
|
|
//
|
|
// xtraTabPage1
|
|
//
|
|
this.xtraTabPage1.Controls.Add(this.splitContainerControl1);
|
|
this.xtraTabPage1.Name = "xtraTabPage1";
|
|
this.xtraTabPage1.Size = new System.Drawing.Size(1444, 639);
|
|
this.xtraTabPage1.Text = "出库通知单";
|
|
//
|
|
// splitContainerControl1
|
|
//
|
|
this.splitContainerControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.splitContainerControl1.Horizontal = false;
|
|
this.splitContainerControl1.Location = new System.Drawing.Point(0, 0);
|
|
this.splitContainerControl1.Name = "splitContainerControl1";
|
|
//
|
|
// splitContainerControl1.Panel1
|
|
//
|
|
this.splitContainerControl1.Panel1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.label23);
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.lop_type);
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.wmsCtrlTextBox1);
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.label6);
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.ctr_CUSTOMERNAME);
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.ctrSearch);
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.ctr_Goods);
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.decheck);
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.DicCheckMan);
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.DicCreateMan);
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.de_CREATE_DATE);
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.label7);
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.label5);
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.lue_DATASOURCE);
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.lue_STATUS);
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.lue_CUSTOMERADDRESS);
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.lue_CUSTOMERCITY);
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.lue_CUSTOMERPROVINCE);
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.label3);
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.label16);
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.lbl_storageID);
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.label2);
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.label4);
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.label17);
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.label9);
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.txt_CKID);
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.label10);
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.label8);
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.label1);
|
|
this.splitContainerControl1.Panel1.Text = "a";
|
|
//
|
|
// splitContainerControl1.Panel2
|
|
//
|
|
this.splitContainerControl1.Panel2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.splitContainerControl1.Panel2.Controls.Add(this.gr_Order);
|
|
this.splitContainerControl1.Panel2.Controls.Add(this.splitterControl1);
|
|
this.splitContainerControl1.Panel2.Controls.Add(this.gridControlCustom1);
|
|
this.splitContainerControl1.Panel2.Text = "Panel2";
|
|
this.splitContainerControl1.Size = new System.Drawing.Size(1444, 639);
|
|
this.splitContainerControl1.SplitterPosition = 61;
|
|
this.splitContainerControl1.TabIndex = 0;
|
|
this.splitContainerControl1.Text = "splitContainerControl1";
|
|
//
|
|
// label23
|
|
//
|
|
this.label23.AutoSize = true;
|
|
this.label23.Font = new System.Drawing.Font("宋体", 11F);
|
|
this.label23.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.label23.Location = new System.Drawing.Point(7, 128);
|
|
this.label23.Name = "label23";
|
|
this.label23.Size = new System.Drawing.Size(67, 15);
|
|
this.label23.TabIndex = 1395;
|
|
this.label23.Text = "出库类型";
|
|
//
|
|
// lop_type
|
|
//
|
|
this.lop_type.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bindingSource2, "Ck_type", true));
|
|
this.lop_type.EditValue = "";
|
|
this.lop_type.Location = new System.Drawing.Point(81, 124);
|
|
this.lop_type.Name = "lop_type";
|
|
this.lop_type.Properties.Appearance.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lop_type.Properties.Appearance.Options.UseFont = true;
|
|
this.lop_type.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.lop_type.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.lop_type.Properties.NullText = " ";
|
|
this.lop_type.Size = new System.Drawing.Size(210, 22);
|
|
this.lop_type.TabIndex = 1394;
|
|
//
|
|
// bindingSource2
|
|
//
|
|
this.bindingSource2.DataSource = typeof(WMS.Model.CK.OrdersModel);
|
|
//
|
|
// wmsCtrlTextBox1
|
|
//
|
|
this.wmsCtrlTextBox1.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bindingSource2, "CUSTOMERADDRESS", true));
|
|
this.wmsCtrlTextBox1.FrmSelect = true;
|
|
this.wmsCtrlTextBox1.Location = new System.Drawing.Point(374, 61);
|
|
this.wmsCtrlTextBox1.Margin = new System.Windows.Forms.Padding(5, 3, 5, 3);
|
|
this.wmsCtrlTextBox1.MustText = false;
|
|
this.wmsCtrlTextBox1.Name = "wmsCtrlTextBox1";
|
|
this.wmsCtrlTextBox1.Properties.Appearance.BackColor = System.Drawing.SystemColors.Window;
|
|
this.wmsCtrlTextBox1.Properties.Appearance.Font = new System.Drawing.Font("宋体", 11F);
|
|
this.wmsCtrlTextBox1.Properties.Appearance.Options.UseBackColor = true;
|
|
this.wmsCtrlTextBox1.Properties.Appearance.Options.UseFont = true;
|
|
this.wmsCtrlTextBox1.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.wmsCtrlTextBox1.Properties.MaxLength = 1111;
|
|
this.wmsCtrlTextBox1.Size = new System.Drawing.Size(210, 24);
|
|
this.wmsCtrlTextBox1.StrLen = 50;
|
|
this.wmsCtrlTextBox1.TabIndex = 1373;
|
|
this.wmsCtrlTextBox1.Valatt = WMS.Ctrl.ValidationAttribute.无;
|
|
this.wmsCtrlTextBox1.ValText = "";
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Font = new System.Drawing.Font("宋体", 11F);
|
|
this.label6.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.label6.Location = new System.Drawing.Point(297, 67);
|
|
this.label6.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(67, 15);
|
|
this.label6.TabIndex = 1372;
|
|
this.label6.Text = "详细地址";
|
|
//
|
|
// ctr_CUSTOMERNAME
|
|
//
|
|
this.ctr_CUSTOMERNAME.BackColor = System.Drawing.Color.Transparent;
|
|
this.ctr_CUSTOMERNAME.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.ctr_CUSTOMERNAME.Cursor = System.Windows.Forms.Cursors.Default;
|
|
this.ctr_CUSTOMERNAME.DictonaryTableName = WMS.Ctrl.DictonaryType.客户资料t_CUS_CUSTOMER;
|
|
this.ctr_CUSTOMERNAME.ErrText = "无数据重新查询";
|
|
this.ctr_CUSTOMERNAME.Font = new System.Drawing.Font("Tahoma", 11F);
|
|
this.ctr_CUSTOMERNAME.IsSqlWhere = false;
|
|
this.ctr_CUSTOMERNAME.Location = new System.Drawing.Point(374, 7);
|
|
this.ctr_CUSTOMERNAME.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.ctr_CUSTOMERNAME.Name = "ctr_CUSTOMERNAME";
|
|
this.ctr_CUSTOMERNAME.Number = 0;
|
|
this.ctr_CUSTOMERNAME.SelectType = WMS.Ctrl.DataSlectType.RadioSelect;
|
|
this.ctr_CUSTOMERNAME.ShowColumns.AddRange(new WMS.Ctrl.ColumnsItem[] {
|
|
((WMS.Ctrl.ColumnsItem)(resources.GetObject("ctr_CUSTOMERNAME.ShowColumns"))),
|
|
((WMS.Ctrl.ColumnsItem)(resources.GetObject("ctr_CUSTOMERNAME.ShowColumns1")))});
|
|
this.ctr_CUSTOMERNAME.Size = new System.Drawing.Size(210, 22);
|
|
this.ctr_CUSTOMERNAME.SqlStr = null;
|
|
this.ctr_CUSTOMERNAME.TabIndex = 1368;
|
|
this.ctr_CUSTOMERNAME.TextBoxFlag = "";
|
|
this.ctr_CUSTOMERNAME.TextBoxValue = "";
|
|
this.ctr_CUSTOMERNAME.Button_Click += new System.EventHandler(this.ctr_CUSTOMERNAME_Button_Click);
|
|
//
|
|
// ctrSearch
|
|
//
|
|
this.ctrSearch.BackColor = System.Drawing.Color.Transparent;
|
|
this.ctrSearch.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.ctrSearch.Cursor = System.Windows.Forms.Cursors.Default;
|
|
this.ctrSearch.DictonaryTableName = WMS.Ctrl.DictonaryType.商品资料t_Base_Goods;
|
|
this.ctrSearch.ErrText = "无数据重新查询";
|
|
this.ctrSearch.Font = new System.Drawing.Font("宋体", 11F);
|
|
this.ctrSearch.IsSqlWhere = false;
|
|
this.ctrSearch.Location = new System.Drawing.Point(81, 95);
|
|
this.ctrSearch.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.ctrSearch.Name = "ctrSearch";
|
|
this.ctrSearch.Number = 0;
|
|
this.ctrSearch.SelectType = WMS.Ctrl.DataSlectType.MultiSelect;
|
|
this.ctrSearch.ShowColumns.AddRange(new WMS.Ctrl.ColumnsItem[] {
|
|
((WMS.Ctrl.ColumnsItem)(resources.GetObject("ctrSearch.ShowColumns"))),
|
|
((WMS.Ctrl.ColumnsItem)(resources.GetObject("ctrSearch.ShowColumns1"))),
|
|
((WMS.Ctrl.ColumnsItem)(resources.GetObject("ctrSearch.ShowColumns2"))),
|
|
((WMS.Ctrl.ColumnsItem)(resources.GetObject("ctrSearch.ShowColumns3"))),
|
|
((WMS.Ctrl.ColumnsItem)(resources.GetObject("ctrSearch.ShowColumns4"))),
|
|
((WMS.Ctrl.ColumnsItem)(resources.GetObject("ctrSearch.ShowColumns5"))),
|
|
((WMS.Ctrl.ColumnsItem)(resources.GetObject("ctrSearch.ShowColumns6"))),
|
|
((WMS.Ctrl.ColumnsItem)(resources.GetObject("ctrSearch.ShowColumns7"))),
|
|
((WMS.Ctrl.ColumnsItem)(resources.GetObject("ctrSearch.ShowColumns8")))});
|
|
this.ctrSearch.Size = new System.Drawing.Size(210, 22);
|
|
this.ctrSearch.SqlStr = "";
|
|
this.ctrSearch.TabIndex = 1367;
|
|
this.ctrSearch.TextBoxFlag = "";
|
|
this.ctrSearch.TextBoxValue = "";
|
|
this.ctrSearch.Button_Click += new System.EventHandler(this.ctrSearch_Button_Click);
|
|
//
|
|
// ctr_Goods
|
|
//
|
|
this.ctr_Goods.BackColor = System.Drawing.Color.Transparent;
|
|
this.ctr_Goods.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.ctr_Goods.Cursor = System.Windows.Forms.Cursors.Default;
|
|
this.ctr_Goods.DictonaryTableName = WMS.Ctrl.DictonaryType.商品资料t_Base_Goods;
|
|
this.ctr_Goods.Enabled = false;
|
|
this.ctr_Goods.ErrText = "无数据重新查询";
|
|
this.ctr_Goods.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.ctr_Goods.IsSqlWhere = false;
|
|
this.ctr_Goods.Location = new System.Drawing.Point(721, 7);
|
|
this.ctr_Goods.Margin = new System.Windows.Forms.Padding(4);
|
|
this.ctr_Goods.Name = "ctr_Goods";
|
|
this.ctr_Goods.Number = 0;
|
|
this.ctr_Goods.SelectType = WMS.Ctrl.DataSlectType.MultiSelect;
|
|
this.ctr_Goods.ShowColumns.AddRange(new WMS.Ctrl.ColumnsItem[] {
|
|
((WMS.Ctrl.ColumnsItem)(resources.GetObject("ctr_Goods.ShowColumns"))),
|
|
((WMS.Ctrl.ColumnsItem)(resources.GetObject("ctr_Goods.ShowColumns1")))});
|
|
this.ctr_Goods.Size = new System.Drawing.Size(51, 22);
|
|
this.ctr_Goods.SqlStr = "";
|
|
this.ctr_Goods.TabIndex = 1367;
|
|
this.ctr_Goods.TextBoxFlag = "";
|
|
this.ctr_Goods.TextBoxValue = "";
|
|
this.ctr_Goods.Visible = false;
|
|
this.ctr_Goods.Button_Click += new System.EventHandler(this.ctr_Goods_Button_Click);
|
|
//
|
|
// decheck
|
|
//
|
|
this.decheck.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bs_OrdersEdit, "CS_OPERATOR_DATE", true));
|
|
this.decheck.EditValue = new System.DateTime(2014, 1, 9, 10, 44, 6, 0);
|
|
this.decheck.Location = new System.Drawing.Point(934, 52);
|
|
this.decheck.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
this.decheck.Name = "decheck";
|
|
this.decheck.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.decheck.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.decheck.Properties.DisplayFormat.FormatString = "yyyy-MM-dd";
|
|
this.decheck.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
|
|
this.decheck.Properties.EditFormat.FormatString = "\"yyyy-MM-dd\"";
|
|
this.decheck.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Custom;
|
|
this.decheck.Properties.NullDate = "";
|
|
this.decheck.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
|
|
this.decheck.Size = new System.Drawing.Size(213, 20);
|
|
this.decheck.TabIndex = 1366;
|
|
this.decheck.Visible = false;
|
|
//
|
|
// bs_OrdersEdit
|
|
//
|
|
this.bs_OrdersEdit.DataSource = typeof(WMS.Model.CK.OrdersModel);
|
|
//
|
|
// DicCheckMan
|
|
//
|
|
this.DicCheckMan.BackColor = System.Drawing.Color.Transparent;
|
|
this.DicCheckMan.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.DicCheckMan.Cursor = System.Windows.Forms.Cursors.Default;
|
|
this.DicCheckMan.DataBindings.Add(new System.Windows.Forms.Binding("Tag", this.bs_Orders, "CS_OPERATOR_MAN", true));
|
|
this.DicCheckMan.DictonaryTableName = WMS.Ctrl.DictonaryType.人员信息t_Base_UserInfo;
|
|
this.DicCheckMan.ErrText = "无数据重新查询";
|
|
this.DicCheckMan.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.DicCheckMan.IsSqlWhere = false;
|
|
this.DicCheckMan.Location = new System.Drawing.Point(644, 52);
|
|
this.DicCheckMan.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.DicCheckMan.Name = "DicCheckMan";
|
|
this.DicCheckMan.Number = 0;
|
|
this.DicCheckMan.SelectType = WMS.Ctrl.DataSlectType.RadioSelect;
|
|
this.DicCheckMan.ShowColumns.AddRange(new WMS.Ctrl.ColumnsItem[] {
|
|
((WMS.Ctrl.ColumnsItem)(resources.GetObject("DicCheckMan.ShowColumns"))),
|
|
((WMS.Ctrl.ColumnsItem)(resources.GetObject("DicCheckMan.ShowColumns1")))});
|
|
this.DicCheckMan.Size = new System.Drawing.Size(213, 22);
|
|
this.DicCheckMan.SqlStr = null;
|
|
this.DicCheckMan.TabIndex = 9;
|
|
this.DicCheckMan.TextBoxFlag = "";
|
|
this.DicCheckMan.TextBoxValue = "";
|
|
this.DicCheckMan.Visible = false;
|
|
//
|
|
// DicCreateMan
|
|
//
|
|
this.DicCreateMan.BackColor = System.Drawing.Color.Transparent;
|
|
this.DicCreateMan.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.DicCreateMan.Cursor = System.Windows.Forms.Cursors.Default;
|
|
this.DicCreateMan.DataBindings.Add(new System.Windows.Forms.Binding("Tag", this.bs_OrdersEdit, "CREATE_MAN", true));
|
|
this.DicCreateMan.DictonaryTableName = WMS.Ctrl.DictonaryType.人员信息t_Base_UserInfo;
|
|
this.DicCreateMan.ErrText = "无数据重新查询";
|
|
this.DicCreateMan.Font = new System.Drawing.Font("宋体", 11F);
|
|
this.DicCreateMan.IsSqlWhere = false;
|
|
this.DicCreateMan.Location = new System.Drawing.Point(686, 103);
|
|
this.DicCreateMan.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.DicCreateMan.Name = "DicCreateMan";
|
|
this.DicCreateMan.Number = 0;
|
|
this.DicCreateMan.SelectType = WMS.Ctrl.DataSlectType.RadioSelect;
|
|
this.DicCreateMan.ShowColumns.AddRange(new WMS.Ctrl.ColumnsItem[] {
|
|
((WMS.Ctrl.ColumnsItem)(resources.GetObject("DicCreateMan.ShowColumns"))),
|
|
((WMS.Ctrl.ColumnsItem)(resources.GetObject("DicCreateMan.ShowColumns1")))});
|
|
this.DicCreateMan.Size = new System.Drawing.Size(210, 22);
|
|
this.DicCreateMan.SqlStr = null;
|
|
this.DicCreateMan.TabIndex = 7;
|
|
this.DicCreateMan.TextBoxFlag = "";
|
|
this.DicCreateMan.TextBoxValue = "";
|
|
this.DicCreateMan.Visible = false;
|
|
//
|
|
// de_CREATE_DATE
|
|
//
|
|
this.de_CREATE_DATE.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bs_OrdersEdit, "CREATE_DATE", true));
|
|
this.de_CREATE_DATE.EditValue = new System.DateTime(2014, 1, 9, 0, 0, 0, 0);
|
|
this.de_CREATE_DATE.Location = new System.Drawing.Point(979, 96);
|
|
this.de_CREATE_DATE.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
this.de_CREATE_DATE.Name = "de_CREATE_DATE";
|
|
this.de_CREATE_DATE.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
|
|
this.de_CREATE_DATE.Properties.Appearance.Options.UseFont = true;
|
|
this.de_CREATE_DATE.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.de_CREATE_DATE.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.de_CREATE_DATE.Properties.DisplayFormat.FormatString = "yyyy-MM-dd";
|
|
this.de_CREATE_DATE.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
|
|
this.de_CREATE_DATE.Properties.EditFormat.FormatString = "\"yyyy-MM-dd\"";
|
|
this.de_CREATE_DATE.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Custom;
|
|
this.de_CREATE_DATE.Properties.NullDate = "";
|
|
this.de_CREATE_DATE.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
|
|
this.de_CREATE_DATE.Size = new System.Drawing.Size(210, 24);
|
|
this.de_CREATE_DATE.TabIndex = 8;
|
|
this.de_CREATE_DATE.Visible = false;
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.Font = new System.Drawing.Font("宋体", 11F);
|
|
this.label7.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.label7.Location = new System.Drawing.Point(7, 72);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(68, 15);
|
|
this.label7.TabIndex = 1362;
|
|
this.label7.Text = "县/市/区";
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Font = new System.Drawing.Font("宋体", 11F);
|
|
this.label5.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.label5.Location = new System.Drawing.Point(295, 39);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(69, 15);
|
|
this.label5.TabIndex = 1360;
|
|
this.label5.Text = "城 市";
|
|
//
|
|
// lue_DATASOURCE
|
|
//
|
|
this.lue_DATASOURCE.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bs_OrdersEdit, "DATASOURCE", true));
|
|
this.lue_DATASOURCE.EditValue = "";
|
|
this.lue_DATASOURCE.Location = new System.Drawing.Point(1116, 102);
|
|
this.lue_DATASOURCE.Name = "lue_DATASOURCE";
|
|
this.lue_DATASOURCE.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.lue_DATASOURCE.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.lue_DATASOURCE.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
|
|
new DevExpress.XtraEditors.Controls.LookUpColumnInfo("来源", "来源"),
|
|
new DevExpress.XtraEditors.Controls.LookUpColumnInfo("编号", "编号", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default)});
|
|
this.lue_DATASOURCE.Properties.NullText = "";
|
|
this.lue_DATASOURCE.Size = new System.Drawing.Size(31, 22);
|
|
this.lue_DATASOURCE.TabIndex = 4;
|
|
this.lue_DATASOURCE.Visible = false;
|
|
//
|
|
// lue_STATUS
|
|
//
|
|
this.lue_STATUS.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bindingSource2, "STATUS", true));
|
|
this.lue_STATUS.EditValue = "";
|
|
this.lue_STATUS.Location = new System.Drawing.Point(374, 88);
|
|
this.lue_STATUS.Name = "lue_STATUS";
|
|
this.lue_STATUS.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
|
|
this.lue_STATUS.Properties.Appearance.Options.UseFont = true;
|
|
this.lue_STATUS.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.lue_STATUS.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
|
|
new DevExpress.XtraEditors.Controls.LookUpColumnInfo("状态", "状态"),
|
|
new DevExpress.XtraEditors.Controls.LookUpColumnInfo("编号", "编号", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default)});
|
|
this.lue_STATUS.Properties.NullText = "";
|
|
this.lue_STATUS.Size = new System.Drawing.Size(210, 24);
|
|
this.lue_STATUS.TabIndex = 11;
|
|
//
|
|
// lue_CUSTOMERADDRESS
|
|
//
|
|
this.lue_CUSTOMERADDRESS.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bindingSource2, "CUSTOMERDISTRICT", true));
|
|
this.lue_CUSTOMERADDRESS.EditValue = "";
|
|
this.lue_CUSTOMERADDRESS.Location = new System.Drawing.Point(81, 68);
|
|
this.lue_CUSTOMERADDRESS.Name = "lue_CUSTOMERADDRESS";
|
|
this.lue_CUSTOMERADDRESS.Properties.Appearance.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lue_CUSTOMERADDRESS.Properties.Appearance.Options.UseFont = true;
|
|
this.lue_CUSTOMERADDRESS.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.lue_CUSTOMERADDRESS.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.lue_CUSTOMERADDRESS.Properties.NullText = "";
|
|
this.lue_CUSTOMERADDRESS.Size = new System.Drawing.Size(210, 22);
|
|
this.lue_CUSTOMERADDRESS.TabIndex = 6;
|
|
//
|
|
// lue_CUSTOMERCITY
|
|
//
|
|
this.lue_CUSTOMERCITY.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bindingSource2, "CUSTOMERCITY", true));
|
|
this.lue_CUSTOMERCITY.EditValue = "";
|
|
this.lue_CUSTOMERCITY.Location = new System.Drawing.Point(374, 33);
|
|
this.lue_CUSTOMERCITY.Name = "lue_CUSTOMERCITY";
|
|
this.lue_CUSTOMERCITY.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
|
|
this.lue_CUSTOMERCITY.Properties.Appearance.Options.UseFont = true;
|
|
this.lue_CUSTOMERCITY.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.lue_CUSTOMERCITY.Properties.NullText = "";
|
|
this.lue_CUSTOMERCITY.Size = new System.Drawing.Size(210, 24);
|
|
this.lue_CUSTOMERCITY.TabIndex = 5;
|
|
this.lue_CUSTOMERCITY.EditValueChanged += new System.EventHandler(this.lue_CUSTOMERCITY_EditValueChanged);
|
|
//
|
|
// lue_CUSTOMERPROVINCE
|
|
//
|
|
this.lue_CUSTOMERPROVINCE.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bs_OrdersEdit, "CUSTOMERPROVINCE", true));
|
|
this.lue_CUSTOMERPROVINCE.EditValue = "";
|
|
this.lue_CUSTOMERPROVINCE.Location = new System.Drawing.Point(81, 40);
|
|
this.lue_CUSTOMERPROVINCE.Name = "lue_CUSTOMERPROVINCE";
|
|
this.lue_CUSTOMERPROVINCE.Properties.Appearance.Font = new System.Drawing.Font("宋体", 11F);
|
|
this.lue_CUSTOMERPROVINCE.Properties.Appearance.Options.UseFont = true;
|
|
this.lue_CUSTOMERPROVINCE.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.lue_CUSTOMERPROVINCE.Properties.NullText = "";
|
|
this.lue_CUSTOMERPROVINCE.Size = new System.Drawing.Size(210, 22);
|
|
this.lue_CUSTOMERPROVINCE.TabIndex = 4;
|
|
this.lue_CUSTOMERPROVINCE.EditValueChanged += new System.EventHandler(this.lue_CUSTOMERPROVINCE_EditValueChanged);
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Font = new System.Drawing.Font("宋体", 11F);
|
|
this.label3.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.label3.Location = new System.Drawing.Point(6, 39);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(69, 15);
|
|
this.label3.TabIndex = 1358;
|
|
this.label3.Text = "省 份";
|
|
//
|
|
// label16
|
|
//
|
|
this.label16.AutoSize = true;
|
|
this.label16.Font = new System.Drawing.Font("宋体", 11F);
|
|
this.label16.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.label16.Location = new System.Drawing.Point(8, 96);
|
|
this.label16.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label16.Name = "label16";
|
|
this.label16.Size = new System.Drawing.Size(67, 15);
|
|
this.label16.TabIndex = 1357;
|
|
this.label16.Text = "物料选择";
|
|
//
|
|
// lbl_storageID
|
|
//
|
|
this.lbl_storageID.AutoSize = true;
|
|
this.lbl_storageID.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.lbl_storageID.Location = new System.Drawing.Point(650, 12);
|
|
this.lbl_storageID.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.lbl_storageID.Name = "lbl_storageID";
|
|
this.lbl_storageID.Size = new System.Drawing.Size(55, 14);
|
|
this.lbl_storageID.TabIndex = 1357;
|
|
this.lbl_storageID.Text = "选择物料";
|
|
this.lbl_storageID.Visible = false;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Font = new System.Drawing.Font("宋体", 11F);
|
|
this.label2.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.label2.Location = new System.Drawing.Point(296, 11);
|
|
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(68, 15);
|
|
this.label2.TabIndex = 1357;
|
|
this.label2.Text = "收 货 人";
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.label4.Location = new System.Drawing.Point(1046, 106);
|
|
this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(47, 14);
|
|
this.label4.TabIndex = 1355;
|
|
this.label4.Text = "来 源";
|
|
this.label4.Visible = false;
|
|
//
|
|
// label17
|
|
//
|
|
this.label17.AutoSize = true;
|
|
this.label17.Font = new System.Drawing.Font("宋体", 11F);
|
|
this.label17.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.label17.Location = new System.Drawing.Point(295, 94);
|
|
this.label17.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label17.Name = "label17";
|
|
this.label17.Size = new System.Drawing.Size(69, 15);
|
|
this.label17.TabIndex = 1355;
|
|
this.label17.Text = "状 态";
|
|
//
|
|
// label9
|
|
//
|
|
this.label9.AutoSize = true;
|
|
this.label9.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.label9.Location = new System.Drawing.Point(865, 57);
|
|
this.label9.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
this.label9.Name = "label9";
|
|
this.label9.Size = new System.Drawing.Size(55, 14);
|
|
this.label9.TabIndex = 1353;
|
|
this.label9.Text = "审核日期";
|
|
this.label9.Visible = false;
|
|
//
|
|
// txt_CKID
|
|
//
|
|
this.txt_CKID.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bindingSource2, "ORDER_ID", true));
|
|
this.txt_CKID.FrmSelect = true;
|
|
this.txt_CKID.Location = new System.Drawing.Point(81, 10);
|
|
this.txt_CKID.Margin = new System.Windows.Forms.Padding(5, 3, 5, 3);
|
|
this.txt_CKID.MustText = false;
|
|
this.txt_CKID.Name = "txt_CKID";
|
|
this.txt_CKID.Properties.Appearance.BackColor = System.Drawing.SystemColors.Window;
|
|
this.txt_CKID.Properties.Appearance.Font = new System.Drawing.Font("宋体", 11F);
|
|
this.txt_CKID.Properties.Appearance.Options.UseBackColor = true;
|
|
this.txt_CKID.Properties.Appearance.Options.UseFont = true;
|
|
this.txt_CKID.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.txt_CKID.Properties.MaxLength = 1111;
|
|
this.txt_CKID.Size = new System.Drawing.Size(210, 24);
|
|
this.txt_CKID.StrLen = 50;
|
|
this.txt_CKID.TabIndex = 133;
|
|
this.txt_CKID.Valatt = WMS.Ctrl.ValidationAttribute.无;
|
|
this.txt_CKID.ValText = "";
|
|
//
|
|
// label10
|
|
//
|
|
this.label10.AutoSize = true;
|
|
this.label10.Font = new System.Drawing.Font("宋体", 11F);
|
|
this.label10.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.label10.Location = new System.Drawing.Point(612, 102);
|
|
this.label10.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
this.label10.Name = "label10";
|
|
this.label10.Size = new System.Drawing.Size(68, 15);
|
|
this.label10.TabIndex = 1353;
|
|
this.label10.Text = "创 建 人";
|
|
this.label10.Visible = false;
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.AutoSize = true;
|
|
this.label8.Font = new System.Drawing.Font("宋体", 11F);
|
|
this.label8.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.label8.Location = new System.Drawing.Point(902, 102);
|
|
this.label8.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(67, 15);
|
|
this.label8.TabIndex = 1353;
|
|
this.label8.Text = "创建日期";
|
|
this.label8.Visible = false;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Font = new System.Drawing.Font("宋体", 11F);
|
|
this.label1.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.label1.Location = new System.Drawing.Point(8, 12);
|
|
this.label1.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(67, 15);
|
|
this.label1.TabIndex = 1353;
|
|
this.label1.Text = "出库单号";
|
|
//
|
|
// gr_Order
|
|
//
|
|
this.gr_Order.ColorApprove = System.Drawing.Color.Empty;
|
|
this.gr_Order.ColorApproveValue = null;
|
|
this.gr_Order.ColorPass = System.Drawing.Color.Empty;
|
|
this.gr_Order.ColorPassValue = null;
|
|
this.gr_Order.ColorRepeal = System.Drawing.Color.Empty;
|
|
this.gr_Order.ColorRepealValue = null;
|
|
this.gr_Order.ColorReWork = System.Drawing.Color.Empty;
|
|
this.gr_Order.ColorReWorkValue = null;
|
|
this.gr_Order.ColorSelectedRow = System.Drawing.Color.Empty;
|
|
this.gr_Order.ColorShortage = System.Drawing.Color.Empty;
|
|
this.gr_Order.ColorShortageFlagColumn = null;
|
|
this.gr_Order.ColorShortageValue = null;
|
|
this.gr_Order.ColorUnExecute = System.Drawing.Color.Empty;
|
|
this.gr_Order.ColorUnExecuteValue = null;
|
|
this.gr_Order.ColorUnPass = System.Drawing.Color.Empty;
|
|
this.gr_Order.ColorUnPassValue = null;
|
|
this.gr_Order.ColorVerify = System.Drawing.Color.Empty;
|
|
this.gr_Order.ColorVerifyFlagColumn = null;
|
|
this.gr_Order.ColorVerifyValue = null;
|
|
this.gr_Order.ColorWarning = System.Drawing.Color.Empty;
|
|
this.gr_Order.ColorWarningValue = null;
|
|
this.gr_Order.DataSource = this.bs_Orders;
|
|
this.gr_Order.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.gr_Order.EnableAppearanceEvenRow = true;
|
|
this.gr_Order.IndicatorWidth = 40;
|
|
this.gr_Order.Location = new System.Drawing.Point(0, 0);
|
|
this.gr_Order.MainView = this.gridView1;
|
|
this.gr_Order.Name = "gr_Order";
|
|
this.gr_Order.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
|
|
this.repositoryItemCheckEdit1});
|
|
this.gr_Order.ShowRowID = true;
|
|
this.gr_Order.Size = new System.Drawing.Size(1436, 388);
|
|
this.gr_Order.TabIndex = 0;
|
|
this.gr_Order.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|
this.gridView1});
|
|
//
|
|
// gridView1
|
|
//
|
|
this.gridView1.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(250)))));
|
|
this.gridView1.Appearance.EvenRow.Options.UseBackColor = true;
|
|
this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
|
this.colIsCheck,
|
|
this.colSTATUS,
|
|
this.colCREATE_DATE,
|
|
this.colStorage_name,
|
|
this.colORDER_ID,
|
|
this.colBUSINESSORDERID,
|
|
this.colSHOPNAME,
|
|
this.colSHOPORDERID,
|
|
this.colLog_com_name,
|
|
this.colEXPRESSNO,
|
|
this.colCUSTOMERNAME,
|
|
this.colCUSTOMERADDRESS,
|
|
this.colPAY_DATE,
|
|
this.colCus_membername,
|
|
this.colGOODS_NUM,
|
|
this.colGOODS_PRICE,
|
|
this.colEXPRESSMONEY,
|
|
this.colPACKINGWEITH,
|
|
this.colDATASOURCE,
|
|
this.colOrder_source,
|
|
this.colPICK_NUM,
|
|
this.colCk_type});
|
|
this.gridView1.GridControl = this.gr_Order;
|
|
this.gridView1.IndicatorWidth = 42;
|
|
this.gridView1.Name = "gridView1";
|
|
this.gridView1.OptionsView.ColumnAutoWidth = false;
|
|
this.gridView1.OptionsView.EnableAppearanceEvenRow = true;
|
|
this.gridView1.OptionsView.ShowFooter = true;
|
|
this.gridView1.OptionsView.ShowGroupPanel = false;
|
|
this.gridView1.RowClick += new DevExpress.XtraGrid.Views.Grid.RowClickEventHandler(this.gridView1_RowClick);
|
|
this.gridView1.CustomDrawColumnHeader += new DevExpress.XtraGrid.Views.Grid.ColumnHeaderCustomDrawEventHandler(this.gridView1_CustomDrawColumnHeader);
|
|
this.gridView1.FocusedRowChanged += new DevExpress.XtraGrid.Views.Base.FocusedRowChangedEventHandler(this.gridView1_FocusedRowChanged);
|
|
this.gridView1.CustomColumnDisplayText += new DevExpress.XtraGrid.Views.Base.CustomColumnDisplayTextEventHandler(this.gridView1_CustomColumnDisplayText);
|
|
this.gridView1.DataSourceChanged += new System.EventHandler(this.gridView1_DataSourceChanged);
|
|
//
|
|
// colIsCheck
|
|
//
|
|
this.colIsCheck.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colIsCheck.AppearanceCell.Options.UseFont = true;
|
|
this.colIsCheck.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colIsCheck.AppearanceHeader.Options.UseFont = true;
|
|
this.colIsCheck.AppearanceHeader.Options.UseTextOptions = true;
|
|
this.colIsCheck.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.colIsCheck.FieldName = "IsCheck";
|
|
this.colIsCheck.MaxWidth = 40;
|
|
this.colIsCheck.Name = "colIsCheck";
|
|
this.colIsCheck.OptionsColumn.AllowMove = false;
|
|
this.colIsCheck.OptionsColumn.AllowSize = false;
|
|
this.colIsCheck.OptionsColumn.ShowCaption = false;
|
|
this.colIsCheck.Visible = true;
|
|
this.colIsCheck.VisibleIndex = 0;
|
|
this.colIsCheck.Width = 29;
|
|
//
|
|
// colSTATUS
|
|
//
|
|
this.colSTATUS.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colSTATUS.AppearanceCell.Options.UseFont = true;
|
|
this.colSTATUS.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colSTATUS.AppearanceHeader.Options.UseFont = true;
|
|
this.colSTATUS.AppearanceHeader.Options.UseTextOptions = true;
|
|
this.colSTATUS.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.colSTATUS.Caption = "状态";
|
|
this.colSTATUS.FieldName = "STATUS";
|
|
this.colSTATUS.Name = "colSTATUS";
|
|
this.colSTATUS.OptionsColumn.AllowEdit = false;
|
|
this.colSTATUS.Visible = true;
|
|
this.colSTATUS.VisibleIndex = 2;
|
|
this.colSTATUS.Width = 129;
|
|
//
|
|
// colCREATE_DATE
|
|
//
|
|
this.colCREATE_DATE.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colCREATE_DATE.AppearanceCell.Options.UseFont = true;
|
|
this.colCREATE_DATE.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colCREATE_DATE.AppearanceHeader.Options.UseFont = true;
|
|
this.colCREATE_DATE.AppearanceHeader.Options.UseTextOptions = true;
|
|
this.colCREATE_DATE.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.colCREATE_DATE.DisplayFormat.FormatString = "yyyy-MM-dd";
|
|
this.colCREATE_DATE.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
|
|
this.colCREATE_DATE.FieldName = "CREATE_DATE";
|
|
this.colCREATE_DATE.Name = "colCREATE_DATE";
|
|
this.colCREATE_DATE.OptionsColumn.AllowEdit = false;
|
|
this.colCREATE_DATE.Visible = true;
|
|
this.colCREATE_DATE.VisibleIndex = 3;
|
|
this.colCREATE_DATE.Width = 174;
|
|
//
|
|
// colStorage_name
|
|
//
|
|
this.colStorage_name.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colStorage_name.AppearanceCell.Options.UseFont = true;
|
|
this.colStorage_name.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colStorage_name.AppearanceHeader.Options.UseFont = true;
|
|
this.colStorage_name.AppearanceHeader.Options.UseTextOptions = true;
|
|
this.colStorage_name.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.colStorage_name.Caption = "仓库";
|
|
this.colStorage_name.FieldName = "Storage_name";
|
|
this.colStorage_name.Name = "colStorage_name";
|
|
this.colStorage_name.OptionsColumn.AllowEdit = false;
|
|
this.colStorage_name.Width = 87;
|
|
//
|
|
// colORDER_ID
|
|
//
|
|
this.colORDER_ID.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colORDER_ID.AppearanceCell.Options.UseFont = true;
|
|
this.colORDER_ID.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colORDER_ID.AppearanceHeader.Options.UseFont = true;
|
|
this.colORDER_ID.AppearanceHeader.Options.UseTextOptions = true;
|
|
this.colORDER_ID.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.colORDER_ID.FieldName = "ORDER_ID";
|
|
this.colORDER_ID.MinWidth = 135;
|
|
this.colORDER_ID.Name = "colORDER_ID";
|
|
this.colORDER_ID.OptionsColumn.AllowEdit = false;
|
|
this.colORDER_ID.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
|
|
new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Count, "ORDER_ID", "合计: {0} 条")});
|
|
this.colORDER_ID.Visible = true;
|
|
this.colORDER_ID.VisibleIndex = 1;
|
|
this.colORDER_ID.Width = 264;
|
|
//
|
|
// colBUSINESSORDERID
|
|
//
|
|
this.colBUSINESSORDERID.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colBUSINESSORDERID.AppearanceCell.Options.UseFont = true;
|
|
this.colBUSINESSORDERID.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colBUSINESSORDERID.AppearanceHeader.Options.UseFont = true;
|
|
this.colBUSINESSORDERID.AppearanceHeader.Options.UseTextOptions = true;
|
|
this.colBUSINESSORDERID.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.colBUSINESSORDERID.FieldName = "BUSINESSORDERID";
|
|
this.colBUSINESSORDERID.Name = "colBUSINESSORDERID";
|
|
this.colBUSINESSORDERID.OptionsColumn.AllowEdit = false;
|
|
this.colBUSINESSORDERID.Width = 63;
|
|
//
|
|
// colSHOPNAME
|
|
//
|
|
this.colSHOPNAME.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colSHOPNAME.AppearanceCell.Options.UseFont = true;
|
|
this.colSHOPNAME.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colSHOPNAME.AppearanceHeader.Options.UseFont = true;
|
|
this.colSHOPNAME.AppearanceHeader.Options.UseTextOptions = true;
|
|
this.colSHOPNAME.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.colSHOPNAME.FieldName = "SHOPNAME";
|
|
this.colSHOPNAME.Name = "colSHOPNAME";
|
|
this.colSHOPNAME.OptionsColumn.AllowEdit = false;
|
|
this.colSHOPNAME.Width = 148;
|
|
//
|
|
// colSHOPORDERID
|
|
//
|
|
this.colSHOPORDERID.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colSHOPORDERID.AppearanceCell.Options.UseFont = true;
|
|
this.colSHOPORDERID.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colSHOPORDERID.AppearanceHeader.Options.UseFont = true;
|
|
this.colSHOPORDERID.AppearanceHeader.Options.UseTextOptions = true;
|
|
this.colSHOPORDERID.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.colSHOPORDERID.FieldName = "SHOPORDERID";
|
|
this.colSHOPORDERID.Name = "colSHOPORDERID";
|
|
this.colSHOPORDERID.OptionsColumn.AllowEdit = false;
|
|
this.colSHOPORDERID.Width = 224;
|
|
//
|
|
// colLog_com_name
|
|
//
|
|
this.colLog_com_name.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colLog_com_name.AppearanceCell.Options.UseFont = true;
|
|
this.colLog_com_name.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colLog_com_name.AppearanceHeader.Options.UseFont = true;
|
|
this.colLog_com_name.AppearanceHeader.Options.UseTextOptions = true;
|
|
this.colLog_com_name.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.colLog_com_name.FieldName = "Log_com_name";
|
|
this.colLog_com_name.Name = "colLog_com_name";
|
|
this.colLog_com_name.OptionsColumn.AllowEdit = false;
|
|
this.colLog_com_name.Width = 136;
|
|
//
|
|
// colEXPRESSNO
|
|
//
|
|
this.colEXPRESSNO.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colEXPRESSNO.AppearanceCell.Options.UseFont = true;
|
|
this.colEXPRESSNO.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colEXPRESSNO.AppearanceHeader.Options.UseFont = true;
|
|
this.colEXPRESSNO.AppearanceHeader.Options.UseTextOptions = true;
|
|
this.colEXPRESSNO.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.colEXPRESSNO.FieldName = "EXPRESSNO";
|
|
this.colEXPRESSNO.Name = "colEXPRESSNO";
|
|
this.colEXPRESSNO.OptionsColumn.AllowEdit = false;
|
|
this.colEXPRESSNO.Width = 130;
|
|
//
|
|
// colCUSTOMERNAME
|
|
//
|
|
this.colCUSTOMERNAME.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colCUSTOMERNAME.AppearanceCell.Options.UseFont = true;
|
|
this.colCUSTOMERNAME.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colCUSTOMERNAME.AppearanceHeader.Options.UseFont = true;
|
|
this.colCUSTOMERNAME.AppearanceHeader.Options.UseTextOptions = true;
|
|
this.colCUSTOMERNAME.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.colCUSTOMERNAME.Caption = "收货人";
|
|
this.colCUSTOMERNAME.FieldName = "CUSTOMERNAME";
|
|
this.colCUSTOMERNAME.Name = "colCUSTOMERNAME";
|
|
this.colCUSTOMERNAME.OptionsColumn.AllowEdit = false;
|
|
this.colCUSTOMERNAME.Visible = true;
|
|
this.colCUSTOMERNAME.VisibleIndex = 4;
|
|
this.colCUSTOMERNAME.Width = 120;
|
|
//
|
|
// colCUSTOMERADDRESS
|
|
//
|
|
this.colCUSTOMERADDRESS.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colCUSTOMERADDRESS.AppearanceCell.Options.UseFont = true;
|
|
this.colCUSTOMERADDRESS.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colCUSTOMERADDRESS.AppearanceHeader.Options.UseFont = true;
|
|
this.colCUSTOMERADDRESS.AppearanceHeader.Options.UseTextOptions = true;
|
|
this.colCUSTOMERADDRESS.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.colCUSTOMERADDRESS.FieldName = "CUSTOMERADDRESS";
|
|
this.colCUSTOMERADDRESS.Name = "colCUSTOMERADDRESS";
|
|
this.colCUSTOMERADDRESS.OptionsColumn.AllowEdit = false;
|
|
this.colCUSTOMERADDRESS.Visible = true;
|
|
this.colCUSTOMERADDRESS.VisibleIndex = 5;
|
|
this.colCUSTOMERADDRESS.Width = 219;
|
|
//
|
|
// colPAY_DATE
|
|
//
|
|
this.colPAY_DATE.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colPAY_DATE.AppearanceCell.Options.UseFont = true;
|
|
this.colPAY_DATE.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colPAY_DATE.AppearanceHeader.Options.UseFont = true;
|
|
this.colPAY_DATE.AppearanceHeader.Options.UseTextOptions = true;
|
|
this.colPAY_DATE.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.colPAY_DATE.DisplayFormat.FormatString = "yyyy-MM-dd";
|
|
this.colPAY_DATE.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
|
|
this.colPAY_DATE.FieldName = "PAY_DATE";
|
|
this.colPAY_DATE.Name = "colPAY_DATE";
|
|
this.colPAY_DATE.OptionsColumn.AllowEdit = false;
|
|
this.colPAY_DATE.Width = 101;
|
|
//
|
|
// colCus_membername
|
|
//
|
|
this.colCus_membername.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colCus_membername.AppearanceCell.Options.UseFont = true;
|
|
this.colCus_membername.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colCus_membername.AppearanceHeader.Options.UseFont = true;
|
|
this.colCus_membername.AppearanceHeader.Options.UseTextOptions = true;
|
|
this.colCus_membername.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.colCus_membername.FieldName = "Cus_membername";
|
|
this.colCus_membername.Name = "colCus_membername";
|
|
this.colCus_membername.OptionsColumn.AllowEdit = false;
|
|
this.colCus_membername.Width = 139;
|
|
//
|
|
// colGOODS_NUM
|
|
//
|
|
this.colGOODS_NUM.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colGOODS_NUM.AppearanceCell.Options.UseFont = true;
|
|
this.colGOODS_NUM.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colGOODS_NUM.AppearanceHeader.Options.UseFont = true;
|
|
this.colGOODS_NUM.AppearanceHeader.Options.UseTextOptions = true;
|
|
this.colGOODS_NUM.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.colGOODS_NUM.DisplayFormat.FormatString = "{0:N4}";
|
|
this.colGOODS_NUM.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
|
|
this.colGOODS_NUM.FieldName = "GOODS_NUM";
|
|
this.colGOODS_NUM.Name = "colGOODS_NUM";
|
|
this.colGOODS_NUM.OptionsColumn.AllowEdit = false;
|
|
this.colGOODS_NUM.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
|
|
new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "GOODS_NUM", "{0:N4}")});
|
|
this.colGOODS_NUM.Width = 90;
|
|
//
|
|
// colGOODS_PRICE
|
|
//
|
|
this.colGOODS_PRICE.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colGOODS_PRICE.AppearanceCell.Options.UseFont = true;
|
|
this.colGOODS_PRICE.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colGOODS_PRICE.AppearanceHeader.Options.UseFont = true;
|
|
this.colGOODS_PRICE.AppearanceHeader.Options.UseTextOptions = true;
|
|
this.colGOODS_PRICE.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.colGOODS_PRICE.DisplayFormat.FormatString = "{0:N4}";
|
|
this.colGOODS_PRICE.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
|
|
this.colGOODS_PRICE.FieldName = "GOODS_PRICE";
|
|
this.colGOODS_PRICE.Name = "colGOODS_PRICE";
|
|
this.colGOODS_PRICE.OptionsColumn.AllowEdit = false;
|
|
this.colGOODS_PRICE.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
|
|
new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "GOODS_PRICE", "¥ {0:N2}")});
|
|
this.colGOODS_PRICE.Width = 89;
|
|
//
|
|
// colEXPRESSMONEY
|
|
//
|
|
this.colEXPRESSMONEY.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colEXPRESSMONEY.AppearanceCell.Options.UseFont = true;
|
|
this.colEXPRESSMONEY.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colEXPRESSMONEY.AppearanceHeader.Options.UseFont = true;
|
|
this.colEXPRESSMONEY.AppearanceHeader.Options.UseTextOptions = true;
|
|
this.colEXPRESSMONEY.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.colEXPRESSMONEY.DisplayFormat.FormatString = "{0:N4}";
|
|
this.colEXPRESSMONEY.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
|
|
this.colEXPRESSMONEY.FieldName = "EXPRESSMONEY";
|
|
this.colEXPRESSMONEY.Name = "colEXPRESSMONEY";
|
|
this.colEXPRESSMONEY.OptionsColumn.AllowEdit = false;
|
|
this.colEXPRESSMONEY.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
|
|
new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "EXPRESSMONEY", "¥ {0:N4}")});
|
|
this.colEXPRESSMONEY.Width = 100;
|
|
//
|
|
// colPACKINGWEITH
|
|
//
|
|
this.colPACKINGWEITH.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colPACKINGWEITH.AppearanceCell.Options.UseFont = true;
|
|
this.colPACKINGWEITH.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colPACKINGWEITH.AppearanceHeader.Options.UseFont = true;
|
|
this.colPACKINGWEITH.AppearanceHeader.Options.UseTextOptions = true;
|
|
this.colPACKINGWEITH.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.colPACKINGWEITH.DisplayFormat.FormatString = "{0:N4}";
|
|
this.colPACKINGWEITH.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
|
|
this.colPACKINGWEITH.FieldName = "PACKINGWEITH";
|
|
this.colPACKINGWEITH.Name = "colPACKINGWEITH";
|
|
this.colPACKINGWEITH.OptionsColumn.AllowEdit = false;
|
|
this.colPACKINGWEITH.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
|
|
new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "PACKINGWEITH", "{0:N4}")});
|
|
this.colPACKINGWEITH.Width = 107;
|
|
//
|
|
// colDATASOURCE
|
|
//
|
|
this.colDATASOURCE.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colDATASOURCE.AppearanceCell.Options.UseFont = true;
|
|
this.colDATASOURCE.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colDATASOURCE.AppearanceHeader.Options.UseFont = true;
|
|
this.colDATASOURCE.AppearanceHeader.Options.UseTextOptions = true;
|
|
this.colDATASOURCE.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.colDATASOURCE.FieldName = "DATASOURCE";
|
|
this.colDATASOURCE.Name = "colDATASOURCE";
|
|
this.colDATASOURCE.OptionsColumn.AllowEdit = false;
|
|
this.colDATASOURCE.Width = 63;
|
|
//
|
|
// colOrder_source
|
|
//
|
|
this.colOrder_source.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colOrder_source.AppearanceCell.Options.UseFont = true;
|
|
this.colOrder_source.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colOrder_source.AppearanceHeader.Options.UseFont = true;
|
|
this.colOrder_source.AppearanceHeader.Options.UseTextOptions = true;
|
|
this.colOrder_source.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.colOrder_source.Caption = "来源";
|
|
this.colOrder_source.FieldName = "Order_source";
|
|
this.colOrder_source.Name = "colOrder_source";
|
|
this.colOrder_source.OptionsColumn.AllowEdit = false;
|
|
this.colOrder_source.Width = 137;
|
|
//
|
|
// colPICK_NUM
|
|
//
|
|
this.colPICK_NUM.AppearanceCell.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.colPICK_NUM.AppearanceCell.Options.UseFont = true;
|
|
this.colPICK_NUM.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colPICK_NUM.AppearanceHeader.Options.UseFont = true;
|
|
this.colPICK_NUM.AppearanceHeader.Options.UseTextOptions = true;
|
|
this.colPICK_NUM.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.colPICK_NUM.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
|
|
this.colPICK_NUM.FieldName = "PICK_NUM";
|
|
this.colPICK_NUM.Name = "colPICK_NUM";
|
|
this.colPICK_NUM.OptionsColumn.AllowEdit = false;
|
|
//
|
|
// colCk_type
|
|
//
|
|
this.colCk_type.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colCk_type.AppearanceCell.Options.UseFont = true;
|
|
this.colCk_type.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colCk_type.AppearanceHeader.Options.UseFont = true;
|
|
this.colCk_type.AppearanceHeader.Options.UseTextOptions = true;
|
|
this.colCk_type.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.colCk_type.FieldName = "Ck_type";
|
|
this.colCk_type.Name = "colCk_type";
|
|
this.colCk_type.OptionsColumn.AllowEdit = false;
|
|
//
|
|
// repositoryItemCheckEdit1
|
|
//
|
|
this.repositoryItemCheckEdit1.AutoHeight = false;
|
|
this.repositoryItemCheckEdit1.Caption = "Check";
|
|
this.repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1";
|
|
//
|
|
// splitterControl1
|
|
//
|
|
this.splitterControl1.Appearance.BackColor = System.Drawing.SystemColors.ActiveCaption;
|
|
this.splitterControl1.Appearance.Options.UseBackColor = true;
|
|
this.splitterControl1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.splitterControl1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.splitterControl1.Location = new System.Drawing.Point(0, 388);
|
|
this.splitterControl1.Name = "splitterControl1";
|
|
this.splitterControl1.Size = new System.Drawing.Size(1436, 12);
|
|
this.splitterControl1.TabIndex = 4;
|
|
this.splitterControl1.TabStop = false;
|
|
//
|
|
// gridControlCustom1
|
|
//
|
|
this.gridControlCustom1.ColorApprove = System.Drawing.Color.Empty;
|
|
this.gridControlCustom1.ColorApproveValue = null;
|
|
this.gridControlCustom1.ColorPass = System.Drawing.Color.Empty;
|
|
this.gridControlCustom1.ColorPassValue = null;
|
|
this.gridControlCustom1.ColorRepeal = System.Drawing.Color.Empty;
|
|
this.gridControlCustom1.ColorRepealValue = null;
|
|
this.gridControlCustom1.ColorReWork = System.Drawing.Color.Empty;
|
|
this.gridControlCustom1.ColorReWorkValue = null;
|
|
this.gridControlCustom1.ColorSelectedRow = System.Drawing.Color.Empty;
|
|
this.gridControlCustom1.ColorShortage = System.Drawing.Color.Empty;
|
|
this.gridControlCustom1.ColorShortageFlagColumn = null;
|
|
this.gridControlCustom1.ColorShortageValue = null;
|
|
this.gridControlCustom1.ColorUnExecute = System.Drawing.Color.Empty;
|
|
this.gridControlCustom1.ColorUnExecuteValue = null;
|
|
this.gridControlCustom1.ColorUnPass = System.Drawing.Color.Empty;
|
|
this.gridControlCustom1.ColorUnPassValue = null;
|
|
this.gridControlCustom1.ColorVerify = System.Drawing.Color.Empty;
|
|
this.gridControlCustom1.ColorVerifyFlagColumn = null;
|
|
this.gridControlCustom1.ColorVerifyValue = null;
|
|
this.gridControlCustom1.ColorWarning = System.Drawing.Color.Empty;
|
|
this.gridControlCustom1.ColorWarningValue = null;
|
|
this.gridControlCustom1.DataSource = this.bindingSource1;
|
|
this.gridControlCustom1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.gridControlCustom1.EnableAppearanceEvenRow = true;
|
|
this.gridControlCustom1.IndicatorWidth = 40;
|
|
this.gridControlCustom1.Location = new System.Drawing.Point(0, 400);
|
|
this.gridControlCustom1.MainView = this.gridView3;
|
|
this.gridControlCustom1.Name = "gridControlCustom1";
|
|
this.gridControlCustom1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
|
|
this.repositoryItemLookUpEdit3,
|
|
this.repositoryItemLookUpEdit4,
|
|
this.repositoryItemLookUpEdit2,
|
|
this.repositoryItemHyperLinkEdit2});
|
|
this.gridControlCustom1.ShowRowID = true;
|
|
this.gridControlCustom1.Size = new System.Drawing.Size(1436, 158);
|
|
this.gridControlCustom1.TabIndex = 3;
|
|
this.gridControlCustom1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|
this.gridView3});
|
|
//
|
|
// bindingSource1
|
|
//
|
|
this.bindingSource1.DataSource = typeof(WMS.Model.CK.OrderDetailModel);
|
|
//
|
|
// gridView3
|
|
//
|
|
this.gridView3.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(250)))));
|
|
this.gridView3.Appearance.EvenRow.Options.UseBackColor = true;
|
|
this.gridView3.Appearance.HeaderPanel.Font = new System.Drawing.Font("Tahoma", 11F);
|
|
this.gridView3.Appearance.HeaderPanel.Options.UseFont = true;
|
|
this.gridView3.Appearance.Row.Font = new System.Drawing.Font("Tahoma", 11F);
|
|
this.gridView3.Appearance.Row.Options.UseFont = true;
|
|
this.gridView3.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
|
this.gridColumn1,
|
|
this.gridColumn2,
|
|
this.gridColumn3,
|
|
this.gridColumn4,
|
|
this.gridColumn5,
|
|
this.gridColumn6,
|
|
this.gridColumn7,
|
|
this.gridColumn8,
|
|
this.gridColumn9,
|
|
this.gridColumn10,
|
|
this.gridColumn11,
|
|
this.gridColumn12,
|
|
this.gridColumn13,
|
|
this.gridColumn14,
|
|
this.gridColumn15,
|
|
this.gridColumn16,
|
|
this.gridColumn17,
|
|
this.gridColumn18,
|
|
this.gridColumn19});
|
|
this.gridView3.GridControl = this.gridControlCustom1;
|
|
this.gridView3.IndicatorWidth = 34;
|
|
this.gridView3.Name = "gridView3";
|
|
this.gridView3.OptionsBehavior.Editable = false;
|
|
this.gridView3.OptionsView.ColumnAutoWidth = false;
|
|
this.gridView3.OptionsView.EnableAppearanceEvenRow = true;
|
|
this.gridView3.OptionsView.ShowFooter = true;
|
|
this.gridView3.OptionsView.ShowGroupPanel = false;
|
|
//
|
|
// gridColumn1
|
|
//
|
|
this.gridColumn1.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.gridColumn1.AppearanceCell.Options.UseFont = true;
|
|
this.gridColumn1.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 10F);
|
|
this.gridColumn1.AppearanceHeader.Options.UseFont = true;
|
|
this.gridColumn1.AppearanceHeader.Options.UseTextOptions = true;
|
|
this.gridColumn1.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.gridColumn1.FieldName = "CK_ID";
|
|
this.gridColumn1.Name = "gridColumn1";
|
|
this.gridColumn1.OptionsColumn.AllowEdit = false;
|
|
//
|
|
// gridColumn2
|
|
//
|
|
this.gridColumn2.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.gridColumn2.AppearanceCell.Options.UseFont = true;
|
|
this.gridColumn2.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 10F);
|
|
this.gridColumn2.AppearanceHeader.Options.UseFont = true;
|
|
this.gridColumn2.AppearanceHeader.Options.UseTextOptions = true;
|
|
this.gridColumn2.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.gridColumn2.FieldName = "BUSINESSID";
|
|
this.gridColumn2.Name = "gridColumn2";
|
|
this.gridColumn2.OptionsColumn.AllowEdit = false;
|
|
//
|
|
// gridColumn3
|
|
//
|
|
this.gridColumn3.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.gridColumn3.AppearanceCell.Options.UseFont = true;
|
|
this.gridColumn3.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 10F);
|
|
this.gridColumn3.AppearanceHeader.Options.UseFont = true;
|
|
this.gridColumn3.AppearanceHeader.Options.UseTextOptions = true;
|
|
this.gridColumn3.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.gridColumn3.Caption = "分类";
|
|
this.gridColumn3.FieldName = "Goods_type_name";
|
|
this.gridColumn3.Name = "gridColumn3";
|
|
this.gridColumn3.OptionsColumn.AllowEdit = false;
|
|
//
|
|
// gridColumn4
|
|
//
|
|
this.gridColumn4.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.gridColumn4.AppearanceCell.Options.UseFont = true;
|
|
this.gridColumn4.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 10F);
|
|
this.gridColumn4.AppearanceHeader.Options.UseFont = true;
|
|
this.gridColumn4.AppearanceHeader.Options.UseTextOptions = true;
|
|
this.gridColumn4.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.gridColumn4.Caption = "库区";
|
|
this.gridColumn4.FieldName = "Storage_area_name";
|
|
this.gridColumn4.Name = "gridColumn4";
|
|
this.gridColumn4.OptionsColumn.AllowEdit = false;
|
|
this.gridColumn4.Width = 105;
|
|
//
|
|
// gridColumn5
|
|
//
|
|
this.gridColumn5.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.gridColumn5.AppearanceCell.Options.UseFont = true;
|
|
this.gridColumn5.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 10F);
|
|
this.gridColumn5.AppearanceHeader.Options.UseFont = true;
|
|
this.gridColumn5.AppearanceHeader.Options.UseTextOptions = true;
|
|
this.gridColumn5.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.gridColumn5.Caption = "库位";
|
|
this.gridColumn5.FieldName = "Location_id";
|
|
this.gridColumn5.Name = "gridColumn5";
|
|
this.gridColumn5.OptionsColumn.AllowEdit = false;
|
|
this.gridColumn5.Width = 91;
|
|
//
|
|
// gridColumn6
|
|
//
|
|
this.gridColumn6.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.gridColumn6.AppearanceCell.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
|
|
this.gridColumn6.AppearanceCell.Options.UseFont = true;
|
|
this.gridColumn6.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 10F);
|
|
this.gridColumn6.AppearanceHeader.Options.UseFont = true;
|
|
this.gridColumn6.AppearanceHeader.Options.UseTextOptions = true;
|
|
this.gridColumn6.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.gridColumn6.ColumnEdit = this.repositoryItemHyperLinkEdit2;
|
|
this.gridColumn6.FieldName = "Good_name";
|
|
this.gridColumn6.Name = "gridColumn6";
|
|
this.gridColumn6.OptionsColumn.AllowEdit = false;
|
|
this.gridColumn6.Visible = true;
|
|
this.gridColumn6.VisibleIndex = 1;
|
|
this.gridColumn6.Width = 227;
|
|
//
|
|
// repositoryItemHyperLinkEdit2
|
|
//
|
|
this.repositoryItemHyperLinkEdit2.AutoHeight = false;
|
|
this.repositoryItemHyperLinkEdit2.Name = "repositoryItemHyperLinkEdit2";
|
|
//
|
|
// gridColumn7
|
|
//
|
|
this.gridColumn7.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.gridColumn7.AppearanceCell.Options.UseFont = true;
|
|
this.gridColumn7.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 10F);
|
|
this.gridColumn7.AppearanceHeader.Options.UseFont = true;
|
|
this.gridColumn7.AppearanceHeader.Options.UseTextOptions = true;
|
|
this.gridColumn7.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.gridColumn7.ColumnEdit = this.repositoryItemLookUpEdit2;
|
|
this.gridColumn7.FieldName = "UNIT";
|
|
this.gridColumn7.Name = "gridColumn7";
|
|
this.gridColumn7.Visible = true;
|
|
this.gridColumn7.VisibleIndex = 4;
|
|
this.gridColumn7.Width = 110;
|
|
//
|
|
// repositoryItemLookUpEdit2
|
|
//
|
|
this.repositoryItemLookUpEdit2.AutoHeight = false;
|
|
this.repositoryItemLookUpEdit2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.repositoryItemLookUpEdit2.Name = "repositoryItemLookUpEdit2";
|
|
this.repositoryItemLookUpEdit2.NullText = "";
|
|
//
|
|
// gridColumn8
|
|
//
|
|
this.gridColumn8.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.gridColumn8.AppearanceCell.Options.UseFont = true;
|
|
this.gridColumn8.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 10F);
|
|
this.gridColumn8.AppearanceHeader.Options.UseFont = true;
|
|
this.gridColumn8.AppearanceHeader.Options.UseTextOptions = true;
|
|
this.gridColumn8.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.gridColumn8.FieldName = "GOOD_ID";
|
|
this.gridColumn8.Name = "gridColumn8";
|
|
this.gridColumn8.OptionsColumn.AllowEdit = false;
|
|
this.gridColumn8.Visible = true;
|
|
this.gridColumn8.VisibleIndex = 0;
|
|
this.gridColumn8.Width = 132;
|
|
//
|
|
// gridColumn9
|
|
//
|
|
this.gridColumn9.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.gridColumn9.AppearanceCell.Options.UseFont = true;
|
|
this.gridColumn9.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 10F);
|
|
this.gridColumn9.AppearanceHeader.Options.UseFont = true;
|
|
this.gridColumn9.AppearanceHeader.Options.UseTextOptions = true;
|
|
this.gridColumn9.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.gridColumn9.FieldName = "SPECIFICATION";
|
|
this.gridColumn9.Name = "gridColumn9";
|
|
this.gridColumn9.OptionsColumn.AllowEdit = false;
|
|
//
|
|
// gridColumn10
|
|
//
|
|
this.gridColumn10.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Bold);
|
|
this.gridColumn10.AppearanceCell.ForeColor = System.Drawing.Color.Red;
|
|
this.gridColumn10.AppearanceCell.Options.UseFont = true;
|
|
this.gridColumn10.AppearanceCell.Options.UseForeColor = true;
|
|
this.gridColumn10.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 10F);
|
|
this.gridColumn10.AppearanceHeader.ForeColor = System.Drawing.Color.Black;
|
|
this.gridColumn10.AppearanceHeader.Options.UseFont = true;
|
|
this.gridColumn10.AppearanceHeader.Options.UseForeColor = true;
|
|
this.gridColumn10.AppearanceHeader.Options.UseTextOptions = true;
|
|
this.gridColumn10.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.gridColumn10.Caption = "数量";
|
|
this.gridColumn10.DisplayFormat.FormatString = "{0:N4}";
|
|
this.gridColumn10.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
|
|
this.gridColumn10.FieldName = "GOODS_NUM";
|
|
this.gridColumn10.Name = "gridColumn10";
|
|
this.gridColumn10.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
|
|
new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "GOODS_NUM", "{0:N4}")});
|
|
this.gridColumn10.Visible = true;
|
|
this.gridColumn10.VisibleIndex = 2;
|
|
this.gridColumn10.Width = 83;
|
|
//
|
|
// gridColumn11
|
|
//
|
|
this.gridColumn11.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.gridColumn11.AppearanceCell.Options.UseFont = true;
|
|
this.gridColumn11.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 10F);
|
|
this.gridColumn11.AppearanceHeader.Options.UseFont = true;
|
|
this.gridColumn11.AppearanceHeader.Options.UseTextOptions = true;
|
|
this.gridColumn11.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.gridColumn11.FieldName = "REMARK";
|
|
this.gridColumn11.Name = "gridColumn11";
|
|
this.gridColumn11.OptionsColumn.AllowEdit = false;
|
|
//
|
|
// gridColumn12
|
|
//
|
|
this.gridColumn12.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.gridColumn12.AppearanceCell.Options.UseFont = true;
|
|
this.gridColumn12.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 10F);
|
|
this.gridColumn12.AppearanceHeader.Options.UseFont = true;
|
|
this.gridColumn12.AppearanceHeader.Options.UseTextOptions = true;
|
|
this.gridColumn12.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.gridColumn12.FieldName = "PAGE_NUM";
|
|
this.gridColumn12.Name = "gridColumn12";
|
|
this.gridColumn12.OptionsColumn.AllowEdit = false;
|
|
this.gridColumn12.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
|
|
new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "PAGE_NUM", "{0:N4}")});
|
|
//
|
|
// gridColumn13
|
|
//
|
|
this.gridColumn13.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.gridColumn13.AppearanceCell.ForeColor = System.Drawing.Color.Black;
|
|
this.gridColumn13.AppearanceCell.Options.UseFont = true;
|
|
this.gridColumn13.AppearanceCell.Options.UseForeColor = true;
|
|
this.gridColumn13.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 10F);
|
|
this.gridColumn13.AppearanceHeader.Options.UseFont = true;
|
|
this.gridColumn13.AppearanceHeader.Options.UseTextOptions = true;
|
|
this.gridColumn13.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.gridColumn13.DisplayFormat.FormatString = "{0:N4}";
|
|
this.gridColumn13.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
|
|
this.gridColumn13.FieldName = "Weith";
|
|
this.gridColumn13.Name = "gridColumn13";
|
|
this.gridColumn13.OptionsColumn.AllowEdit = false;
|
|
this.gridColumn13.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
|
|
new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "Weith", "{0:N4}")});
|
|
this.gridColumn13.Width = 87;
|
|
//
|
|
// gridColumn14
|
|
//
|
|
this.gridColumn14.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.gridColumn14.AppearanceCell.ForeColor = System.Drawing.Color.Black;
|
|
this.gridColumn14.AppearanceCell.Options.UseFont = true;
|
|
this.gridColumn14.AppearanceCell.Options.UseForeColor = true;
|
|
this.gridColumn14.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 10F);
|
|
this.gridColumn14.AppearanceHeader.Options.UseFont = true;
|
|
this.gridColumn14.AppearanceHeader.Options.UseTextOptions = true;
|
|
this.gridColumn14.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.gridColumn14.ColumnEdit = this.repositoryItemLookUpEdit3;
|
|
this.gridColumn14.FieldName = "SCALE_UNIT";
|
|
this.gridColumn14.Name = "gridColumn14";
|
|
this.gridColumn14.OptionsColumn.AllowEdit = false;
|
|
this.gridColumn14.Width = 102;
|
|
//
|
|
// repositoryItemLookUpEdit3
|
|
//
|
|
this.repositoryItemLookUpEdit3.AutoHeight = false;
|
|
this.repositoryItemLookUpEdit3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.repositoryItemLookUpEdit3.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.repositoryItemLookUpEdit3.Name = "repositoryItemLookUpEdit3";
|
|
this.repositoryItemLookUpEdit3.NullText = "";
|
|
//
|
|
// gridColumn15
|
|
//
|
|
this.gridColumn15.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.gridColumn15.AppearanceCell.ForeColor = System.Drawing.Color.Black;
|
|
this.gridColumn15.AppearanceCell.Options.UseFont = true;
|
|
this.gridColumn15.AppearanceCell.Options.UseForeColor = true;
|
|
this.gridColumn15.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 10F);
|
|
this.gridColumn15.AppearanceHeader.Options.UseFont = true;
|
|
this.gridColumn15.AppearanceHeader.Options.UseTextOptions = true;
|
|
this.gridColumn15.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.gridColumn15.DisplayFormat.FormatString = "{0:N4}";
|
|
this.gridColumn15.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
|
|
this.gridColumn15.FieldName = "GVOLUME";
|
|
this.gridColumn15.Name = "gridColumn15";
|
|
this.gridColumn15.OptionsColumn.AllowEdit = false;
|
|
this.gridColumn15.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
|
|
new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "GVOLUME", "{0:N4}")});
|
|
this.gridColumn15.Width = 70;
|
|
//
|
|
// gridColumn16
|
|
//
|
|
this.gridColumn16.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.gridColumn16.AppearanceCell.ForeColor = System.Drawing.Color.Black;
|
|
this.gridColumn16.AppearanceCell.Options.UseFont = true;
|
|
this.gridColumn16.AppearanceCell.Options.UseForeColor = true;
|
|
this.gridColumn16.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 10F);
|
|
this.gridColumn16.AppearanceHeader.Options.UseFont = true;
|
|
this.gridColumn16.AppearanceHeader.Options.UseTextOptions = true;
|
|
this.gridColumn16.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.gridColumn16.DisplayFormat.FormatString = "{0:N4}";
|
|
this.gridColumn16.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
|
|
this.gridColumn16.FieldName = "TOTAL_VOLUME";
|
|
this.gridColumn16.Name = "gridColumn16";
|
|
this.gridColumn16.OptionsColumn.AllowEdit = false;
|
|
this.gridColumn16.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
|
|
new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "TOTAL_VOLUME", "{0:N4}")});
|
|
this.gridColumn16.Width = 110;
|
|
//
|
|
// gridColumn17
|
|
//
|
|
this.gridColumn17.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.gridColumn17.AppearanceCell.ForeColor = System.Drawing.Color.Black;
|
|
this.gridColumn17.AppearanceCell.Options.UseFont = true;
|
|
this.gridColumn17.AppearanceCell.Options.UseForeColor = true;
|
|
this.gridColumn17.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 10F);
|
|
this.gridColumn17.AppearanceHeader.Options.UseFont = true;
|
|
this.gridColumn17.AppearanceHeader.Options.UseTextOptions = true;
|
|
this.gridColumn17.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.gridColumn17.DisplayFormat.FormatString = "{0:N4}";
|
|
this.gridColumn17.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
|
|
this.gridColumn17.FieldName = "PRICE";
|
|
this.gridColumn17.Name = "gridColumn17";
|
|
this.gridColumn17.OptionsColumn.AllowEdit = false;
|
|
this.gridColumn17.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
|
|
new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "PRICE", "¥ {0:N4}")});
|
|
this.gridColumn17.Width = 72;
|
|
//
|
|
// gridColumn18
|
|
//
|
|
this.gridColumn18.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.gridColumn18.AppearanceCell.Options.UseFont = true;
|
|
this.gridColumn18.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 10F);
|
|
this.gridColumn18.AppearanceHeader.Options.UseFont = true;
|
|
this.gridColumn18.AppearanceHeader.Options.UseTextOptions = true;
|
|
this.gridColumn18.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.gridColumn18.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
|
|
this.gridColumn18.FieldName = "PICK_NUM";
|
|
this.gridColumn18.Name = "gridColumn18";
|
|
this.gridColumn18.OptionsColumn.AllowEdit = false;
|
|
this.gridColumn18.Visible = true;
|
|
this.gridColumn18.VisibleIndex = 3;
|
|
this.gridColumn18.Width = 119;
|
|
//
|
|
// gridColumn19
|
|
//
|
|
this.gridColumn19.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.gridColumn19.AppearanceCell.Options.UseFont = true;
|
|
this.gridColumn19.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 10F);
|
|
this.gridColumn19.AppearanceHeader.Options.UseFont = true;
|
|
this.gridColumn19.FieldName = "Cost_price";
|
|
this.gridColumn19.Name = "gridColumn19";
|
|
this.gridColumn19.OptionsColumn.AllowEdit = false;
|
|
this.gridColumn19.Width = 120;
|
|
//
|
|
// repositoryItemLookUpEdit4
|
|
//
|
|
this.repositoryItemLookUpEdit4.AutoHeight = false;
|
|
this.repositoryItemLookUpEdit4.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.repositoryItemLookUpEdit4.Name = "repositoryItemLookUpEdit4";
|
|
//
|
|
// xtraTabPage2
|
|
//
|
|
this.xtraTabPage2.Controls.Add(this.gr_OrderDetail);
|
|
this.xtraTabPage2.Controls.Add(this.panelControl1);
|
|
this.xtraTabPage2.Name = "xtraTabPage2";
|
|
this.xtraTabPage2.PageEnabled = false;
|
|
this.xtraTabPage2.Size = new System.Drawing.Size(1444, 639);
|
|
this.xtraTabPage2.Text = "出库物料编辑";
|
|
//
|
|
// gr_OrderDetail
|
|
//
|
|
this.gr_OrderDetail.ColorApprove = System.Drawing.Color.Empty;
|
|
this.gr_OrderDetail.ColorApproveValue = null;
|
|
this.gr_OrderDetail.ColorPass = System.Drawing.Color.Empty;
|
|
this.gr_OrderDetail.ColorPassValue = null;
|
|
this.gr_OrderDetail.ColorRepeal = System.Drawing.Color.Empty;
|
|
this.gr_OrderDetail.ColorRepealValue = null;
|
|
this.gr_OrderDetail.ColorReWork = System.Drawing.Color.Empty;
|
|
this.gr_OrderDetail.ColorReWorkValue = null;
|
|
this.gr_OrderDetail.ColorSelectedRow = System.Drawing.Color.Empty;
|
|
this.gr_OrderDetail.ColorShortage = System.Drawing.Color.Empty;
|
|
this.gr_OrderDetail.ColorShortageFlagColumn = null;
|
|
this.gr_OrderDetail.ColorShortageValue = null;
|
|
this.gr_OrderDetail.ColorUnExecute = System.Drawing.Color.Empty;
|
|
this.gr_OrderDetail.ColorUnExecuteValue = null;
|
|
this.gr_OrderDetail.ColorUnPass = System.Drawing.Color.Empty;
|
|
this.gr_OrderDetail.ColorUnPassValue = null;
|
|
this.gr_OrderDetail.ColorVerify = System.Drawing.Color.Empty;
|
|
this.gr_OrderDetail.ColorVerifyFlagColumn = null;
|
|
this.gr_OrderDetail.ColorVerifyValue = null;
|
|
this.gr_OrderDetail.ColorWarning = System.Drawing.Color.Empty;
|
|
this.gr_OrderDetail.ColorWarningValue = null;
|
|
this.gr_OrderDetail.DataSource = this.bs_OrderDetail;
|
|
this.gr_OrderDetail.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.gr_OrderDetail.EnableAppearanceEvenRow = true;
|
|
this.gr_OrderDetail.IndicatorWidth = 40;
|
|
this.gr_OrderDetail.Location = new System.Drawing.Point(0, 195);
|
|
this.gr_OrderDetail.MainView = this.gridView2;
|
|
this.gr_OrderDetail.Name = "gr_OrderDetail";
|
|
this.gr_OrderDetail.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
|
|
this.lueweiunit,
|
|
this.repositoryItemLookUpEdit1,
|
|
this.lueUnit,
|
|
this.repositoryItemHyperLinkEdit1});
|
|
this.gr_OrderDetail.ShowRowID = true;
|
|
this.gr_OrderDetail.Size = new System.Drawing.Size(1444, 444);
|
|
this.gr_OrderDetail.TabIndex = 2;
|
|
this.gr_OrderDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|
this.gridView2});
|
|
//
|
|
// bs_OrderDetail
|
|
//
|
|
this.bs_OrderDetail.DataSource = typeof(WMS.Model.CK.OrderDetailModel);
|
|
//
|
|
// gridView2
|
|
//
|
|
this.gridView2.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(250)))));
|
|
this.gridView2.Appearance.EvenRow.Options.UseBackColor = true;
|
|
this.gridView2.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
|
this.colCK_ID,
|
|
this.colBUSINESSID,
|
|
this.colGoods_type_name,
|
|
this.colStorage_area_name,
|
|
this.colLocation_id,
|
|
this.colGood_name,
|
|
this.colUNIT,
|
|
this.colGOOD_ID,
|
|
this.colSPECIFICATION,
|
|
this.colGOODS_NUM1,
|
|
this.colREMARK,
|
|
this.colPAGE_NUM,
|
|
this.colWeith,
|
|
this.colSCALE_UNIT,
|
|
this.colGVOLUME,
|
|
this.colTOTAL_VOLUME,
|
|
this.colPRICE,
|
|
this.colPICK_NUM1,
|
|
this.colCost_price});
|
|
this.gridView2.GridControl = this.gr_OrderDetail;
|
|
this.gridView2.IndicatorWidth = 34;
|
|
this.gridView2.Name = "gridView2";
|
|
this.gridView2.OptionsSelection.MultiSelect = true;
|
|
this.gridView2.OptionsSelection.MultiSelectMode = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CellSelect;
|
|
this.gridView2.OptionsView.ColumnAutoWidth = false;
|
|
this.gridView2.OptionsView.EnableAppearanceEvenRow = true;
|
|
this.gridView2.OptionsView.ShowFooter = true;
|
|
this.gridView2.OptionsView.ShowGroupPanel = false;
|
|
this.gridView2.CellValueChanged += new DevExpress.XtraGrid.Views.Base.CellValueChangedEventHandler(this.gridView2_CellValueChanged);
|
|
this.gridView2.CellValueChanging += new DevExpress.XtraGrid.Views.Base.CellValueChangedEventHandler(this.gridView2_CellValueChanging);
|
|
this.gridView2.KeyDown += new System.Windows.Forms.KeyEventHandler(this.gridView2_KeyDown);
|
|
this.gridView2.KeyUp += new System.Windows.Forms.KeyEventHandler(this.gridView2_KeyUp);
|
|
//
|
|
// colCK_ID
|
|
//
|
|
this.colCK_ID.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colCK_ID.AppearanceCell.Options.UseFont = true;
|
|
this.colCK_ID.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colCK_ID.AppearanceHeader.Options.UseFont = true;
|
|
this.colCK_ID.AppearanceHeader.Options.UseTextOptions = true;
|
|
this.colCK_ID.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.colCK_ID.FieldName = "CK_ID";
|
|
this.colCK_ID.Name = "colCK_ID";
|
|
this.colCK_ID.OptionsColumn.AllowEdit = false;
|
|
//
|
|
// colBUSINESSID
|
|
//
|
|
this.colBUSINESSID.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colBUSINESSID.AppearanceCell.Options.UseFont = true;
|
|
this.colBUSINESSID.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colBUSINESSID.AppearanceHeader.Options.UseFont = true;
|
|
this.colBUSINESSID.AppearanceHeader.Options.UseTextOptions = true;
|
|
this.colBUSINESSID.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.colBUSINESSID.FieldName = "BUSINESSID";
|
|
this.colBUSINESSID.Name = "colBUSINESSID";
|
|
this.colBUSINESSID.OptionsColumn.AllowEdit = false;
|
|
//
|
|
// colGoods_type_name
|
|
//
|
|
this.colGoods_type_name.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colGoods_type_name.AppearanceCell.Options.UseFont = true;
|
|
this.colGoods_type_name.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colGoods_type_name.AppearanceHeader.Options.UseFont = true;
|
|
this.colGoods_type_name.AppearanceHeader.Options.UseTextOptions = true;
|
|
this.colGoods_type_name.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.colGoods_type_name.Caption = "分类";
|
|
this.colGoods_type_name.FieldName = "Goods_type_name";
|
|
this.colGoods_type_name.Name = "colGoods_type_name";
|
|
this.colGoods_type_name.OptionsColumn.AllowEdit = false;
|
|
//
|
|
// colStorage_area_name
|
|
//
|
|
this.colStorage_area_name.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colStorage_area_name.AppearanceCell.Options.UseFont = true;
|
|
this.colStorage_area_name.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colStorage_area_name.AppearanceHeader.Options.UseFont = true;
|
|
this.colStorage_area_name.AppearanceHeader.Options.UseTextOptions = true;
|
|
this.colStorage_area_name.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.colStorage_area_name.Caption = "库区";
|
|
this.colStorage_area_name.FieldName = "Storage_area_name";
|
|
this.colStorage_area_name.Name = "colStorage_area_name";
|
|
this.colStorage_area_name.OptionsColumn.AllowEdit = false;
|
|
this.colStorage_area_name.Width = 105;
|
|
//
|
|
// colLocation_id
|
|
//
|
|
this.colLocation_id.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colLocation_id.AppearanceCell.Options.UseFont = true;
|
|
this.colLocation_id.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colLocation_id.AppearanceHeader.Options.UseFont = true;
|
|
this.colLocation_id.AppearanceHeader.Options.UseTextOptions = true;
|
|
this.colLocation_id.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.colLocation_id.Caption = "库位";
|
|
this.colLocation_id.FieldName = "Location_id";
|
|
this.colLocation_id.Name = "colLocation_id";
|
|
this.colLocation_id.OptionsColumn.AllowEdit = false;
|
|
this.colLocation_id.Width = 91;
|
|
//
|
|
// colGood_name
|
|
//
|
|
this.colGood_name.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colGood_name.AppearanceCell.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
|
|
this.colGood_name.AppearanceCell.Options.UseFont = true;
|
|
this.colGood_name.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colGood_name.AppearanceHeader.Options.UseFont = true;
|
|
this.colGood_name.AppearanceHeader.Options.UseTextOptions = true;
|
|
this.colGood_name.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.colGood_name.ColumnEdit = this.repositoryItemHyperLinkEdit1;
|
|
this.colGood_name.FieldName = "Good_name";
|
|
this.colGood_name.Name = "colGood_name";
|
|
this.colGood_name.OptionsColumn.AllowEdit = false;
|
|
this.colGood_name.Visible = true;
|
|
this.colGood_name.VisibleIndex = 1;
|
|
this.colGood_name.Width = 227;
|
|
//
|
|
// repositoryItemHyperLinkEdit1
|
|
//
|
|
this.repositoryItemHyperLinkEdit1.AutoHeight = false;
|
|
this.repositoryItemHyperLinkEdit1.Name = "repositoryItemHyperLinkEdit1";
|
|
//
|
|
// colUNIT
|
|
//
|
|
this.colUNIT.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colUNIT.AppearanceCell.Options.UseFont = true;
|
|
this.colUNIT.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colUNIT.AppearanceHeader.Options.UseFont = true;
|
|
this.colUNIT.AppearanceHeader.Options.UseTextOptions = true;
|
|
this.colUNIT.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.colUNIT.ColumnEdit = this.lueUnit;
|
|
this.colUNIT.FieldName = "UNIT";
|
|
this.colUNIT.Name = "colUNIT";
|
|
this.colUNIT.Visible = true;
|
|
this.colUNIT.VisibleIndex = 3;
|
|
this.colUNIT.Width = 96;
|
|
//
|
|
// lueUnit
|
|
//
|
|
this.lueUnit.AutoHeight = false;
|
|
this.lueUnit.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.lueUnit.Name = "lueUnit";
|
|
this.lueUnit.NullText = "";
|
|
//
|
|
// colGOOD_ID
|
|
//
|
|
this.colGOOD_ID.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colGOOD_ID.AppearanceCell.Options.UseFont = true;
|
|
this.colGOOD_ID.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colGOOD_ID.AppearanceHeader.Options.UseFont = true;
|
|
this.colGOOD_ID.AppearanceHeader.Options.UseTextOptions = true;
|
|
this.colGOOD_ID.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.colGOOD_ID.FieldName = "GOOD_ID";
|
|
this.colGOOD_ID.Name = "colGOOD_ID";
|
|
this.colGOOD_ID.OptionsColumn.AllowEdit = false;
|
|
this.colGOOD_ID.Visible = true;
|
|
this.colGOOD_ID.VisibleIndex = 0;
|
|
this.colGOOD_ID.Width = 176;
|
|
//
|
|
// colSPECIFICATION
|
|
//
|
|
this.colSPECIFICATION.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colSPECIFICATION.AppearanceCell.Options.UseFont = true;
|
|
this.colSPECIFICATION.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colSPECIFICATION.AppearanceHeader.Options.UseFont = true;
|
|
this.colSPECIFICATION.AppearanceHeader.Options.UseTextOptions = true;
|
|
this.colSPECIFICATION.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.colSPECIFICATION.FieldName = "SPECIFICATION";
|
|
this.colSPECIFICATION.Name = "colSPECIFICATION";
|
|
this.colSPECIFICATION.OptionsColumn.AllowEdit = false;
|
|
//
|
|
// colGOODS_NUM1
|
|
//
|
|
this.colGOODS_NUM1.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Bold);
|
|
this.colGOODS_NUM1.AppearanceCell.ForeColor = System.Drawing.Color.Red;
|
|
this.colGOODS_NUM1.AppearanceCell.Options.UseFont = true;
|
|
this.colGOODS_NUM1.AppearanceCell.Options.UseForeColor = true;
|
|
this.colGOODS_NUM1.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colGOODS_NUM1.AppearanceHeader.ForeColor = System.Drawing.Color.Black;
|
|
this.colGOODS_NUM1.AppearanceHeader.Options.UseFont = true;
|
|
this.colGOODS_NUM1.AppearanceHeader.Options.UseForeColor = true;
|
|
this.colGOODS_NUM1.AppearanceHeader.Options.UseTextOptions = true;
|
|
this.colGOODS_NUM1.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.colGOODS_NUM1.Caption = "数量";
|
|
this.colGOODS_NUM1.DisplayFormat.FormatString = "{0:N4}";
|
|
this.colGOODS_NUM1.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
|
|
this.colGOODS_NUM1.FieldName = "GOODS_NUM";
|
|
this.colGOODS_NUM1.Name = "colGOODS_NUM1";
|
|
this.colGOODS_NUM1.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
|
|
new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "GOODS_NUM", "{0:N4}")});
|
|
this.colGOODS_NUM1.Visible = true;
|
|
this.colGOODS_NUM1.VisibleIndex = 2;
|
|
this.colGOODS_NUM1.Width = 102;
|
|
//
|
|
// colREMARK
|
|
//
|
|
this.colREMARK.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colREMARK.AppearanceCell.Options.UseFont = true;
|
|
this.colREMARK.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colREMARK.AppearanceHeader.Options.UseFont = true;
|
|
this.colREMARK.AppearanceHeader.Options.UseTextOptions = true;
|
|
this.colREMARK.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.colREMARK.FieldName = "REMARK";
|
|
this.colREMARK.Name = "colREMARK";
|
|
this.colREMARK.OptionsColumn.AllowEdit = false;
|
|
//
|
|
// colPAGE_NUM
|
|
//
|
|
this.colPAGE_NUM.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colPAGE_NUM.AppearanceCell.Options.UseFont = true;
|
|
this.colPAGE_NUM.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colPAGE_NUM.AppearanceHeader.Options.UseFont = true;
|
|
this.colPAGE_NUM.AppearanceHeader.Options.UseTextOptions = true;
|
|
this.colPAGE_NUM.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.colPAGE_NUM.FieldName = "PAGE_NUM";
|
|
this.colPAGE_NUM.Name = "colPAGE_NUM";
|
|
this.colPAGE_NUM.OptionsColumn.AllowEdit = false;
|
|
this.colPAGE_NUM.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
|
|
new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "PAGE_NUM", "{0:N4}")});
|
|
//
|
|
// colWeith
|
|
//
|
|
this.colWeith.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colWeith.AppearanceCell.ForeColor = System.Drawing.Color.Black;
|
|
this.colWeith.AppearanceCell.Options.UseFont = true;
|
|
this.colWeith.AppearanceCell.Options.UseForeColor = true;
|
|
this.colWeith.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colWeith.AppearanceHeader.Options.UseFont = true;
|
|
this.colWeith.AppearanceHeader.Options.UseTextOptions = true;
|
|
this.colWeith.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.colWeith.DisplayFormat.FormatString = "{0:N4}";
|
|
this.colWeith.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
|
|
this.colWeith.FieldName = "Weith";
|
|
this.colWeith.Name = "colWeith";
|
|
this.colWeith.OptionsColumn.AllowEdit = false;
|
|
this.colWeith.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
|
|
new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "Weith", "{0:N4}")});
|
|
this.colWeith.Width = 87;
|
|
//
|
|
// colSCALE_UNIT
|
|
//
|
|
this.colSCALE_UNIT.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colSCALE_UNIT.AppearanceCell.ForeColor = System.Drawing.Color.Black;
|
|
this.colSCALE_UNIT.AppearanceCell.Options.UseFont = true;
|
|
this.colSCALE_UNIT.AppearanceCell.Options.UseForeColor = true;
|
|
this.colSCALE_UNIT.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colSCALE_UNIT.AppearanceHeader.Options.UseFont = true;
|
|
this.colSCALE_UNIT.AppearanceHeader.Options.UseTextOptions = true;
|
|
this.colSCALE_UNIT.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.colSCALE_UNIT.ColumnEdit = this.lueweiunit;
|
|
this.colSCALE_UNIT.FieldName = "SCALE_UNIT";
|
|
this.colSCALE_UNIT.Name = "colSCALE_UNIT";
|
|
this.colSCALE_UNIT.OptionsColumn.AllowEdit = false;
|
|
this.colSCALE_UNIT.Width = 102;
|
|
//
|
|
// lueweiunit
|
|
//
|
|
this.lueweiunit.AutoHeight = false;
|
|
this.lueweiunit.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.lueweiunit.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.lueweiunit.Name = "lueweiunit";
|
|
this.lueweiunit.NullText = "";
|
|
//
|
|
// colGVOLUME
|
|
//
|
|
this.colGVOLUME.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colGVOLUME.AppearanceCell.ForeColor = System.Drawing.Color.Black;
|
|
this.colGVOLUME.AppearanceCell.Options.UseFont = true;
|
|
this.colGVOLUME.AppearanceCell.Options.UseForeColor = true;
|
|
this.colGVOLUME.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colGVOLUME.AppearanceHeader.Options.UseFont = true;
|
|
this.colGVOLUME.AppearanceHeader.Options.UseTextOptions = true;
|
|
this.colGVOLUME.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.colGVOLUME.DisplayFormat.FormatString = "{0:N4}";
|
|
this.colGVOLUME.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
|
|
this.colGVOLUME.FieldName = "GVOLUME";
|
|
this.colGVOLUME.Name = "colGVOLUME";
|
|
this.colGVOLUME.OptionsColumn.AllowEdit = false;
|
|
this.colGVOLUME.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
|
|
new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "GVOLUME", "{0:N4}")});
|
|
this.colGVOLUME.Width = 70;
|
|
//
|
|
// colTOTAL_VOLUME
|
|
//
|
|
this.colTOTAL_VOLUME.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colTOTAL_VOLUME.AppearanceCell.ForeColor = System.Drawing.Color.Black;
|
|
this.colTOTAL_VOLUME.AppearanceCell.Options.UseFont = true;
|
|
this.colTOTAL_VOLUME.AppearanceCell.Options.UseForeColor = true;
|
|
this.colTOTAL_VOLUME.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colTOTAL_VOLUME.AppearanceHeader.Options.UseFont = true;
|
|
this.colTOTAL_VOLUME.AppearanceHeader.Options.UseTextOptions = true;
|
|
this.colTOTAL_VOLUME.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.colTOTAL_VOLUME.DisplayFormat.FormatString = "{0:N4}";
|
|
this.colTOTAL_VOLUME.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
|
|
this.colTOTAL_VOLUME.FieldName = "TOTAL_VOLUME";
|
|
this.colTOTAL_VOLUME.Name = "colTOTAL_VOLUME";
|
|
this.colTOTAL_VOLUME.OptionsColumn.AllowEdit = false;
|
|
this.colTOTAL_VOLUME.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
|
|
new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "TOTAL_VOLUME", "{0:N4}")});
|
|
this.colTOTAL_VOLUME.Width = 71;
|
|
//
|
|
// colPRICE
|
|
//
|
|
this.colPRICE.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colPRICE.AppearanceCell.ForeColor = System.Drawing.Color.Black;
|
|
this.colPRICE.AppearanceCell.Options.UseFont = true;
|
|
this.colPRICE.AppearanceCell.Options.UseForeColor = true;
|
|
this.colPRICE.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colPRICE.AppearanceHeader.Options.UseFont = true;
|
|
this.colPRICE.AppearanceHeader.Options.UseTextOptions = true;
|
|
this.colPRICE.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.colPRICE.DisplayFormat.FormatString = "{0:N4}";
|
|
this.colPRICE.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
|
|
this.colPRICE.FieldName = "PRICE";
|
|
this.colPRICE.Name = "colPRICE";
|
|
this.colPRICE.OptionsColumn.AllowEdit = false;
|
|
this.colPRICE.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
|
|
new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "PRICE", "¥ {0:N4}")});
|
|
this.colPRICE.Width = 72;
|
|
//
|
|
// colPICK_NUM1
|
|
//
|
|
this.colPICK_NUM1.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colPICK_NUM1.AppearanceCell.Options.UseFont = true;
|
|
this.colPICK_NUM1.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colPICK_NUM1.AppearanceHeader.Options.UseFont = true;
|
|
this.colPICK_NUM1.AppearanceHeader.Options.UseTextOptions = true;
|
|
this.colPICK_NUM1.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.colPICK_NUM1.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
|
|
this.colPICK_NUM1.FieldName = "PICK_NUM";
|
|
this.colPICK_NUM1.Name = "colPICK_NUM1";
|
|
this.colPICK_NUM1.OptionsColumn.AllowEdit = false;
|
|
this.colPICK_NUM1.Visible = true;
|
|
this.colPICK_NUM1.VisibleIndex = 4;
|
|
this.colPICK_NUM1.Width = 65;
|
|
//
|
|
// colCost_price
|
|
//
|
|
this.colCost_price.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colCost_price.AppearanceCell.Options.UseFont = true;
|
|
this.colCost_price.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colCost_price.AppearanceHeader.Options.UseFont = true;
|
|
this.colCost_price.FieldName = "Cost_price";
|
|
this.colCost_price.Name = "colCost_price";
|
|
this.colCost_price.OptionsColumn.AllowEdit = false;
|
|
this.colCost_price.Width = 68;
|
|
//
|
|
// repositoryItemLookUpEdit1
|
|
//
|
|
this.repositoryItemLookUpEdit1.AutoHeight = false;
|
|
this.repositoryItemLookUpEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.repositoryItemLookUpEdit1.Name = "repositoryItemLookUpEdit1";
|
|
//
|
|
// panelControl1
|
|
//
|
|
this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.panelControl1.Controls.Add(this.label21);
|
|
this.panelControl1.Controls.Add(this.look_ck);
|
|
this.panelControl1.Controls.Add(this.label18);
|
|
this.panelControl1.Controls.Add(this.loop_CkType);
|
|
this.panelControl1.Controls.Add(this.wmsCtrlTextBox2);
|
|
this.panelControl1.Controls.Add(this.label11);
|
|
this.panelControl1.Controls.Add(this.noteData1);
|
|
this.panelControl1.Controls.Add(this.ctrlDictonary1);
|
|
this.panelControl1.Controls.Add(this.label12);
|
|
this.panelControl1.Controls.Add(this.label13);
|
|
this.panelControl1.Controls.Add(this.lookUpEditSystem2);
|
|
this.panelControl1.Controls.Add(this.lookUpEditSystem3);
|
|
this.panelControl1.Controls.Add(this.lookUpEditSystem4);
|
|
this.panelControl1.Controls.Add(this.label15);
|
|
this.panelControl1.Controls.Add(this.label19);
|
|
this.panelControl1.Controls.Add(this.label20);
|
|
this.panelControl1.Controls.Add(this.wmsCtrlTextBox3);
|
|
this.panelControl1.Controls.Add(this.label22);
|
|
this.panelControl1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panelControl1.Location = new System.Drawing.Point(0, 0);
|
|
this.panelControl1.Name = "panelControl1";
|
|
this.panelControl1.Size = new System.Drawing.Size(1444, 195);
|
|
this.panelControl1.TabIndex = 3;
|
|
//
|
|
// label21
|
|
//
|
|
this.label21.AutoSize = true;
|
|
this.label21.Font = new System.Drawing.Font("宋体", 11F);
|
|
this.label21.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.label21.Location = new System.Drawing.Point(347, 110);
|
|
this.label21.Name = "label21";
|
|
this.label21.Size = new System.Drawing.Size(37, 15);
|
|
this.label21.TabIndex = 1395;
|
|
this.label21.Text = "仓库";
|
|
//
|
|
// look_ck
|
|
//
|
|
this.look_ck.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bs_OrdersEdit, "Storage_id", true));
|
|
this.look_ck.EditValue = "";
|
|
this.look_ck.Location = new System.Drawing.Point(390, 106);
|
|
this.look_ck.Name = "look_ck";
|
|
this.look_ck.Properties.Appearance.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.look_ck.Properties.Appearance.Options.UseFont = true;
|
|
this.look_ck.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.look_ck.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.look_ck.Properties.NullText = " ";
|
|
this.look_ck.Size = new System.Drawing.Size(210, 22);
|
|
this.look_ck.TabIndex = 1394;
|
|
//
|
|
// label18
|
|
//
|
|
this.label18.AutoSize = true;
|
|
this.label18.Font = new System.Drawing.Font("宋体", 11F);
|
|
this.label18.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.label18.Location = new System.Drawing.Point(17, 113);
|
|
this.label18.Name = "label18";
|
|
this.label18.Size = new System.Drawing.Size(67, 15);
|
|
this.label18.TabIndex = 1393;
|
|
this.label18.Text = "出库类型";
|
|
//
|
|
// loop_CkType
|
|
//
|
|
this.loop_CkType.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bs_OrdersEdit, "Ck_type", true));
|
|
this.loop_CkType.EditValue = "";
|
|
this.loop_CkType.Location = new System.Drawing.Point(91, 109);
|
|
this.loop_CkType.Name = "loop_CkType";
|
|
this.loop_CkType.Properties.Appearance.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.loop_CkType.Properties.Appearance.Options.UseFont = true;
|
|
this.loop_CkType.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.loop_CkType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.loop_CkType.Properties.NullText = " ";
|
|
this.loop_CkType.Size = new System.Drawing.Size(210, 22);
|
|
this.loop_CkType.TabIndex = 1392;
|
|
//
|
|
// wmsCtrlTextBox2
|
|
//
|
|
this.wmsCtrlTextBox2.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bs_OrdersEdit, "ORDER_ID", true));
|
|
this.wmsCtrlTextBox2.FrmSelect = true;
|
|
this.wmsCtrlTextBox2.Location = new System.Drawing.Point(390, 73);
|
|
this.wmsCtrlTextBox2.Margin = new System.Windows.Forms.Padding(5, 3, 5, 3);
|
|
this.wmsCtrlTextBox2.MustText = false;
|
|
this.wmsCtrlTextBox2.Name = "wmsCtrlTextBox2";
|
|
this.wmsCtrlTextBox2.Properties.Appearance.BackColor = System.Drawing.SystemColors.Window;
|
|
this.wmsCtrlTextBox2.Properties.Appearance.Font = new System.Drawing.Font("宋体", 11F);
|
|
this.wmsCtrlTextBox2.Properties.Appearance.Options.UseBackColor = true;
|
|
this.wmsCtrlTextBox2.Properties.Appearance.Options.UseFont = true;
|
|
this.wmsCtrlTextBox2.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.wmsCtrlTextBox2.Properties.MaxLength = 1111;
|
|
this.wmsCtrlTextBox2.Size = new System.Drawing.Size(210, 24);
|
|
this.wmsCtrlTextBox2.StrLen = 50;
|
|
this.wmsCtrlTextBox2.TabIndex = 1391;
|
|
this.wmsCtrlTextBox2.Valatt = WMS.Ctrl.ValidationAttribute.无;
|
|
this.wmsCtrlTextBox2.ValText = "";
|
|
//
|
|
// label11
|
|
//
|
|
this.label11.AutoSize = true;
|
|
this.label11.Font = new System.Drawing.Font("宋体", 11F);
|
|
this.label11.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.label11.Location = new System.Drawing.Point(319, 79);
|
|
this.label11.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
this.label11.Name = "label11";
|
|
this.label11.Size = new System.Drawing.Size(67, 15);
|
|
this.label11.TabIndex = 1390;
|
|
this.label11.Text = "详细地址";
|
|
//
|
|
// noteData1
|
|
//
|
|
this.noteData1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs_OrdersEdit, "REMARK", true));
|
|
this.noteData1.DisplayMember = "CONTENT";
|
|
this.noteData1.FormattingEnabled = true;
|
|
this.noteData1.Location = new System.Drawing.Point(91, 138);
|
|
this.noteData1.Name = "noteData1";
|
|
this.noteData1.NoteTypes = WMS.Ctrl.DateType.收货备注;
|
|
this.noteData1.Size = new System.Drawing.Size(509, 22);
|
|
this.noteData1.TabIndex = 1389;
|
|
this.noteData1.ValueMember = "CONTENT";
|
|
//
|
|
// ctrlDictonary1
|
|
//
|
|
this.ctrlDictonary1.BackColor = System.Drawing.Color.Transparent;
|
|
this.ctrlDictonary1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.ctrlDictonary1.Cursor = System.Windows.Forms.Cursors.Default;
|
|
this.ctrlDictonary1.DictonaryTableName = WMS.Ctrl.DictonaryType.客户资料t_CUS_CUSTOMER;
|
|
this.ctrlDictonary1.ErrText = "无数据重新查询";
|
|
this.ctrlDictonary1.Font = new System.Drawing.Font("Tahoma", 11F);
|
|
this.ctrlDictonary1.IsSqlWhere = false;
|
|
this.ctrlDictonary1.Location = new System.Drawing.Point(390, 14);
|
|
this.ctrlDictonary1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.ctrlDictonary1.Name = "ctrlDictonary1";
|
|
this.ctrlDictonary1.Number = 0;
|
|
this.ctrlDictonary1.SelectType = WMS.Ctrl.DataSlectType.RadioSelect;
|
|
this.ctrlDictonary1.ShowColumns.AddRange(new WMS.Ctrl.ColumnsItem[] {
|
|
((WMS.Ctrl.ColumnsItem)(resources.GetObject("ctrlDictonary1.ShowColumns"))),
|
|
((WMS.Ctrl.ColumnsItem)(resources.GetObject("ctrlDictonary1.ShowColumns1")))});
|
|
this.ctrlDictonary1.Size = new System.Drawing.Size(210, 22);
|
|
this.ctrlDictonary1.SqlStr = null;
|
|
this.ctrlDictonary1.TabIndex = 1388;
|
|
this.ctrlDictonary1.TextBoxFlag = "";
|
|
this.ctrlDictonary1.TextBoxValue = "";
|
|
//
|
|
// label12
|
|
//
|
|
this.label12.AutoSize = true;
|
|
this.label12.Font = new System.Drawing.Font("宋体", 11F);
|
|
this.label12.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.label12.Location = new System.Drawing.Point(17, 80);
|
|
this.label12.Name = "label12";
|
|
this.label12.Size = new System.Drawing.Size(68, 15);
|
|
this.label12.TabIndex = 1386;
|
|
this.label12.Text = "县/市/区";
|
|
//
|
|
// label13
|
|
//
|
|
this.label13.AutoSize = true;
|
|
this.label13.Font = new System.Drawing.Font("宋体", 11F);
|
|
this.label13.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.label13.Location = new System.Drawing.Point(315, 51);
|
|
this.label13.Name = "label13";
|
|
this.label13.Size = new System.Drawing.Size(69, 15);
|
|
this.label13.TabIndex = 1385;
|
|
this.label13.Text = "城 市";
|
|
//
|
|
// lookUpEditSystem2
|
|
//
|
|
this.lookUpEditSystem2.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bs_OrdersEdit, "CUSTOMERDISTRICT", true));
|
|
this.lookUpEditSystem2.EditValue = "";
|
|
this.lookUpEditSystem2.Location = new System.Drawing.Point(91, 76);
|
|
this.lookUpEditSystem2.Name = "lookUpEditSystem2";
|
|
this.lookUpEditSystem2.Properties.Appearance.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lookUpEditSystem2.Properties.Appearance.Options.UseFont = true;
|
|
this.lookUpEditSystem2.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.lookUpEditSystem2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.lookUpEditSystem2.Properties.NullText = "";
|
|
this.lookUpEditSystem2.Size = new System.Drawing.Size(210, 22);
|
|
this.lookUpEditSystem2.TabIndex = 1376;
|
|
//
|
|
// lookUpEditSystem3
|
|
//
|
|
this.lookUpEditSystem3.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bs_OrdersEdit, "CUSTOMERCITY", true));
|
|
this.lookUpEditSystem3.EditValue = "";
|
|
this.lookUpEditSystem3.Location = new System.Drawing.Point(390, 42);
|
|
this.lookUpEditSystem3.Name = "lookUpEditSystem3";
|
|
this.lookUpEditSystem3.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
|
|
this.lookUpEditSystem3.Properties.Appearance.Options.UseFont = true;
|
|
this.lookUpEditSystem3.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.lookUpEditSystem3.Properties.NullText = "";
|
|
this.lookUpEditSystem3.Size = new System.Drawing.Size(210, 24);
|
|
this.lookUpEditSystem3.TabIndex = 1375;
|
|
//
|
|
// lookUpEditSystem4
|
|
//
|
|
this.lookUpEditSystem4.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bs_OrdersEdit, "CUSTOMERPROVINCE", true));
|
|
this.lookUpEditSystem4.EditValue = "";
|
|
this.lookUpEditSystem4.Location = new System.Drawing.Point(91, 44);
|
|
this.lookUpEditSystem4.Name = "lookUpEditSystem4";
|
|
this.lookUpEditSystem4.Properties.Appearance.Font = new System.Drawing.Font("宋体", 11F);
|
|
this.lookUpEditSystem4.Properties.Appearance.Options.UseFont = true;
|
|
this.lookUpEditSystem4.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.lookUpEditSystem4.Properties.NullText = "";
|
|
this.lookUpEditSystem4.Size = new System.Drawing.Size(210, 22);
|
|
this.lookUpEditSystem4.TabIndex = 1374;
|
|
//
|
|
// label15
|
|
//
|
|
this.label15.AutoSize = true;
|
|
this.label15.Font = new System.Drawing.Font("宋体", 11F);
|
|
this.label15.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.label15.Location = new System.Drawing.Point(16, 43);
|
|
this.label15.Name = "label15";
|
|
this.label15.Size = new System.Drawing.Size(69, 15);
|
|
this.label15.TabIndex = 1384;
|
|
this.label15.Text = "省 份";
|
|
//
|
|
// label19
|
|
//
|
|
this.label19.AutoSize = true;
|
|
this.label19.Font = new System.Drawing.Font("宋体", 11F);
|
|
this.label19.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.label19.Location = new System.Drawing.Point(18, 145);
|
|
this.label19.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label19.Name = "label19";
|
|
this.label19.Size = new System.Drawing.Size(67, 15);
|
|
this.label19.TabIndex = 1382;
|
|
this.label19.Text = "收货备注";
|
|
//
|
|
// label20
|
|
//
|
|
this.label20.AutoSize = true;
|
|
this.label20.Font = new System.Drawing.Font("宋体", 11F);
|
|
this.label20.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.label20.Location = new System.Drawing.Point(316, 21);
|
|
this.label20.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label20.Name = "label20";
|
|
this.label20.Size = new System.Drawing.Size(68, 15);
|
|
this.label20.TabIndex = 1383;
|
|
this.label20.Text = "收 货 人";
|
|
//
|
|
// wmsCtrlTextBox3
|
|
//
|
|
this.wmsCtrlTextBox3.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bindingSource2, "ORDER_ID", true));
|
|
this.wmsCtrlTextBox3.FrmSelect = true;
|
|
this.wmsCtrlTextBox3.Location = new System.Drawing.Point(91, 14);
|
|
this.wmsCtrlTextBox3.Margin = new System.Windows.Forms.Padding(5, 3, 5, 3);
|
|
this.wmsCtrlTextBox3.MustText = false;
|
|
this.wmsCtrlTextBox3.Name = "wmsCtrlTextBox3";
|
|
this.wmsCtrlTextBox3.Properties.Appearance.BackColor = System.Drawing.SystemColors.Window;
|
|
this.wmsCtrlTextBox3.Properties.Appearance.Font = new System.Drawing.Font("宋体", 11F);
|
|
this.wmsCtrlTextBox3.Properties.Appearance.Options.UseBackColor = true;
|
|
this.wmsCtrlTextBox3.Properties.Appearance.Options.UseFont = true;
|
|
this.wmsCtrlTextBox3.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.wmsCtrlTextBox3.Properties.MaxLength = 1111;
|
|
this.wmsCtrlTextBox3.Size = new System.Drawing.Size(210, 24);
|
|
this.wmsCtrlTextBox3.StrLen = 50;
|
|
this.wmsCtrlTextBox3.TabIndex = 1378;
|
|
this.wmsCtrlTextBox3.Valatt = WMS.Ctrl.ValidationAttribute.无;
|
|
this.wmsCtrlTextBox3.ValText = "";
|
|
//
|
|
// label22
|
|
//
|
|
this.label22.AutoSize = true;
|
|
this.label22.Font = new System.Drawing.Font("宋体", 11F);
|
|
this.label22.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.label22.Location = new System.Drawing.Point(18, 16);
|
|
this.label22.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
this.label22.Name = "label22";
|
|
this.label22.Size = new System.Drawing.Size(67, 15);
|
|
this.label22.TabIndex = 1379;
|
|
this.label22.Text = "出库单号";
|
|
//
|
|
// FrmOrders
|
|
//
|
|
this.Appearance.Options.UseFont = true;
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1446, 665);
|
|
this.Controls.Add(this.xtraTabControl1);
|
|
this.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.Name = "FrmOrders";
|
|
this.Text = "出库通知单";
|
|
this.Load += new System.EventHandler(this.FrmOrders_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.bs_Orders)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
|
|
this.xtraTabControl1.ResumeLayout(false);
|
|
this.xtraTabPage1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1.Panel1)).EndInit();
|
|
this.splitContainerControl1.Panel1.ResumeLayout(false);
|
|
this.splitContainerControl1.Panel1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1.Panel2)).EndInit();
|
|
this.splitContainerControl1.Panel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
|
|
this.splitContainerControl1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.lop_type.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.bindingSource2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.wmsCtrlTextBox1.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.decheck.Properties.CalendarTimeProperties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.decheck.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.bs_OrdersEdit)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.de_CREATE_DATE.Properties.CalendarTimeProperties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.de_CREATE_DATE.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lue_DATASOURCE.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lue_STATUS.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lue_CUSTOMERADDRESS.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lue_CUSTOMERCITY.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lue_CUSTOMERPROVINCE.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txt_CKID.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gr_Order)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridControlCustom1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView3)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemHyperLinkEdit2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit3)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit4)).EndInit();
|
|
this.xtraTabPage2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.gr_OrderDetail)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.bs_OrderDetail)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemHyperLinkEdit1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lueUnit)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lueweiunit)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
|
|
this.panelControl1.ResumeLayout(false);
|
|
this.panelControl1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.look_ck.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.loop_CkType.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.wmsCtrlTextBox2.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lookUpEditSystem2.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lookUpEditSystem3.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lookUpEditSystem4.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.wmsCtrlTextBox3.Properties)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.BindingSource bs_Orders;
|
|
private DevExpress.XtraTab.XtraTabControl xtraTabControl1;
|
|
private DevExpress.XtraTab.XtraTabPage xtraTabPage1;
|
|
private DevExpress.XtraEditors.SplitContainerControl splitContainerControl1;
|
|
private Ctrl.GridControlCustom gr_Order;
|
|
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
|
|
private DevExpress.XtraTab.XtraTabPage xtraTabPage2;
|
|
private Ctrl.WMSCtrlTextBox txt_CKID;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label label17;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.Label label5;
|
|
private Ctrl.LookUpEditSystem lue_CUSTOMERPROVINCE;
|
|
private System.Windows.Forms.Label label3;
|
|
private Ctrl.LookUpEditSystem lue_STATUS;
|
|
private Ctrl.LookUpEditSystem lue_CUSTOMERADDRESS;
|
|
private Ctrl.LookUpEditSystem lue_CUSTOMERCITY;
|
|
private DevExpress.XtraEditors.DateEdit de_CREATE_DATE;
|
|
private System.Windows.Forms.Label label9;
|
|
private System.Windows.Forms.Label label10;
|
|
private System.Windows.Forms.Label label8;
|
|
private Ctrl.LookUpEditSystem lue_DATASOURCE;
|
|
private System.Windows.Forms.Label label4;
|
|
private Ctrl.GridControlCustom gr_OrderDetail;
|
|
private System.Windows.Forms.BindingSource bs_OrderDetail;
|
|
private DevExpress.XtraGrid.Views.Grid.GridView gridView2;
|
|
private System.Windows.Forms.Label lbl_storageID;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colCK_ID;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colBUSINESSID;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colGOOD_ID;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colSPECIFICATION;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colGOODS_NUM1;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colREMARK;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colPAGE_NUM;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colWeith;
|
|
private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit repositoryItemCheckEdit1;
|
|
private System.Windows.Forms.BindingSource bs_OrdersEdit;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colORDER_ID;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colBUSINESSORDERID;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colSHOPORDERID;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colEXPRESSNO;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colCUSTOMERNAME;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colPAY_DATE;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colCus_membername;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colGOODS_NUM;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colGOODS_PRICE;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colEXPRESSMONEY;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colSTATUS;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colPACKINGWEITH;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colDATASOURCE;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colIsCheck;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colOrder_source;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colStorage_name;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colGood_name;
|
|
private Ctrl.CtrlDictonary DicCreateMan;
|
|
private Ctrl.CtrlDictonary DicCheckMan;
|
|
private DevExpress.XtraEditors.DateEdit decheck;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colSHOPNAME;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colCREATE_DATE;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colGoods_type_name;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colSCALE_UNIT;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colGVOLUME;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colPRICE;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colTOTAL_VOLUME;
|
|
private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit lueweiunit;
|
|
private Ctrl.CtrlDictonary ctr_Goods;
|
|
private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit repositoryItemLookUpEdit1;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colUNIT;
|
|
private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit lueUnit;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colStorage_area_name;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colLocation_id;
|
|
private Ctrl.CtrlDictonary ctr_CUSTOMERNAME;
|
|
private DevExpress.XtraEditors.Repository.RepositoryItemHyperLinkEdit repositoryItemHyperLinkEdit1;
|
|
private Ctrl.CtrlDictonary ctrSearch;
|
|
private System.Windows.Forms.Label label16;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colLog_com_name;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colCUSTOMERADDRESS;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colPICK_NUM;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colPICK_NUM1;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colCk_type;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colCost_price;
|
|
private Ctrl.WMSCtrlTextBox wmsCtrlTextBox1;
|
|
private System.Windows.Forms.Label label6;
|
|
private DevExpress.XtraEditors.SplitterControl splitterControl1;
|
|
private Ctrl.GridControlCustom gridControlCustom1;
|
|
private DevExpress.XtraGrid.Views.Grid.GridView gridView3;
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn1;
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn2;
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn3;
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn4;
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn5;
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn6;
|
|
private DevExpress.XtraEditors.Repository.RepositoryItemHyperLinkEdit repositoryItemHyperLinkEdit2;
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn7;
|
|
private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit repositoryItemLookUpEdit2;
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn8;
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn9;
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn10;
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn11;
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn12;
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn13;
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn14;
|
|
private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit repositoryItemLookUpEdit3;
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn15;
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn16;
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn17;
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn18;
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn19;
|
|
private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit repositoryItemLookUpEdit4;
|
|
private System.Windows.Forms.BindingSource bindingSource1;
|
|
private DevExpress.XtraEditors.PanelControl panelControl1;
|
|
private Ctrl.WMSCtrlTextBox wmsCtrlTextBox2;
|
|
private System.Windows.Forms.Label label11;
|
|
private Ctrl.NoteData noteData1;
|
|
private Ctrl.CtrlDictonary ctrlDictonary1;
|
|
private System.Windows.Forms.Label label12;
|
|
private System.Windows.Forms.Label label13;
|
|
private Ctrl.LookUpEditSystem lookUpEditSystem2;
|
|
private Ctrl.LookUpEditSystem lookUpEditSystem3;
|
|
private Ctrl.LookUpEditSystem lookUpEditSystem4;
|
|
private System.Windows.Forms.Label label15;
|
|
private System.Windows.Forms.Label label19;
|
|
private System.Windows.Forms.Label label20;
|
|
private Ctrl.WMSCtrlTextBox wmsCtrlTextBox3;
|
|
private System.Windows.Forms.Label label22;
|
|
private System.Windows.Forms.BindingSource bindingSource2;
|
|
private System.Windows.Forms.Label label18;
|
|
private Ctrl.LookUpEditSystem loop_CkType;
|
|
private System.Windows.Forms.Label label21;
|
|
private Ctrl.LookUpEditSystem look_ck;
|
|
private System.Windows.Forms.Label label23;
|
|
private Ctrl.LookUpEditSystem lop_type;
|
|
}
|
|
} |