From 3cad85b98fff4ef5f45a1dc488c6620aa2f082e2 Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期二, 25 二月 2025 11:03:36 +0800 Subject: [PATCH] 销售通知单 --- DevApp/Gs.DevApp/DevFrm/XtraForm1.Designer.cs | 1193 +++++++++++++++++++++++++++++++++++++++++++---------------- 1 files changed, 873 insertions(+), 320 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/XtraForm1.Designer.cs b/DevApp/Gs.DevApp/DevFrm/XtraForm1.Designer.cs index f9fa77a..59b6838 100644 --- a/DevApp/Gs.DevApp/DevFrm/XtraForm1.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/XtraForm1.Designer.cs @@ -28,397 +28,950 @@ /// </summary> private void InitializeComponent() { - this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl(); - this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage(); + this.components = new System.ComponentModel.Container(); + this.tabControl1 = new System.Windows.Forms.TabControl(); + this.tabPage1 = new System.Windows.Forms.TabPage(); + this.gcMain = new DevExpress.XtraGrid.GridControl(); + this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); + this.gv_id = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gv_erpId = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gv_billNo = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gv_billTypeId = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gv_documentStatus = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gv_fDate = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gv_businessType = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gv_headDeliveryWay = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gv_headLocId = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gv_custId = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gv_closeStatus = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gv_saleDeptId = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gv_salerId = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gv_changeReason = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gv_note = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gv_settleId = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gv_approverId = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gv_linkMan = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gv_chargeId = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gv_linkPhone = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gv_creatorId = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gv_createDate = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gv_modifierId = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gv_modifyDate = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gv_approveDate = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gv_closerId = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gv_closeDate = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gv_changeDate = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gv_cancelStatus = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gv_cancellerId = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gv_versionNo = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gv_changerId = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gv_entryNote = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gv_fbilltype = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gv_saleOrgId = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gv_receiveId = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gv_receiveContact = new DevExpress.XtraGrid.Columns.GridColumn(); + this.tabPage2 = new System.Windows.Forms.TabPage(); this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl(); - this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage(); - this.splitContainerControl2 = new DevExpress.XtraEditors.SplitContainerControl(); - this.panLayHead = new System.Windows.Forms.Panel(); - this.labelControl7 = new DevExpress.XtraEditors.LabelControl(); - this.textEdit1 = new DevExpress.XtraEditors.TextEdit(); - this.labelControl8 = new DevExpress.XtraEditors.LabelControl(); + this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); + this.panelControl2 = new DevExpress.XtraEditors.PanelControl(); + this.labelControl3 = new DevExpress.XtraEditors.LabelControl(); this.textEdit2 = new DevExpress.XtraEditors.TextEdit(); - this.txt_isWc = new DevExpress.XtraEditors.CheckEdit(); - this.txt_shState = new DevExpress.XtraEditors.CheckEdit(); - this.lb_isWc = new DevExpress.XtraEditors.LabelControl(); - this.lb_shState = new DevExpress.XtraEditors.LabelControl(); - this.lb_shDate = new DevExpress.XtraEditors.LabelControl(); - this.txt_shDate = new DevExpress.XtraEditors.TextEdit(); - this.lb_shBy = new DevExpress.XtraEditors.LabelControl(); - this.txt_shBy = new DevExpress.XtraEditors.TextEdit(); - this.panel3 = new System.Windows.Forms.Panel(); - this.panel4 = new System.Windows.Forms.Panel(); - this.panel5 = new System.Windows.Forms.Panel(); - this.panel6 = new System.Windows.Forms.Panel(); - this.label1 = new System.Windows.Forms.Label(); this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); - this.panel1 = new System.Windows.Forms.Panel(); - ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit(); - this.xtraTabControl1.SuspendLayout(); - this.xtraTabPage1.SuspendLayout(); + this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); + this.textEdit1 = new DevExpress.XtraEditors.TextEdit(); + this.tabPage3 = new System.Windows.Forms.TabPage(); + this.dockManager1 = new DevExpress.XtraBars.Docking.DockManager(this.components); + this.dockPanel1 = new DevExpress.XtraBars.Docking.DockPanel(); + this.dockPanel1_Container = new DevExpress.XtraBars.Docking.ControlContainer(); + this.dockPanel2 = new DevExpress.XtraBars.Docking.DockPanel(); + this.dockPanel2_Container = new DevExpress.XtraBars.Docking.ControlContainer(); + this.tabControl1.SuspendLayout(); + this.tabPage1.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.gcMain)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit(); + this.tabPage2.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.SuspendLayout(); - this.xtraTabPage2.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2.Panel1)).BeginInit(); - this.splitContainerControl2.Panel1.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2.Panel2)).BeginInit(); - this.splitContainerControl2.Panel2.SuspendLayout(); - this.splitContainerControl2.SuspendLayout(); - this.panLayHead.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit(); + this.panelControl2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.textEdit2.Properties)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.txt_isWc.Properties)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.txt_shState.Properties)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.txt_shDate.Properties)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.txt_shBy.Properties)).BeginInit(); - this.panel3.SuspendLayout(); - this.panel4.SuspendLayout(); - this.panel5.SuspendLayout(); - this.panel6.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).BeginInit(); + this.dockPanel1.SuspendLayout(); + this.dockPanel2.SuspendLayout(); this.SuspendLayout(); // - // xtraTabControl1 + // tabControl1 // - 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(1057, 660); - this.xtraTabControl1.TabIndex = 0; - this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] { - this.xtraTabPage1, - this.xtraTabPage2}); + this.tabControl1.Controls.Add(this.tabPage1); + this.tabControl1.Controls.Add(this.tabPage2); + this.tabControl1.Controls.Add(this.tabPage3); + this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill; + this.tabControl1.Location = new System.Drawing.Point(0, 0); + this.tabControl1.Name = "tabControl1"; + this.tabControl1.SelectedIndex = 0; + this.tabControl1.Size = new System.Drawing.Size(1057, 660); + this.tabControl1.TabIndex = 0; // - // xtraTabPage1 + // tabPage1 // - this.xtraTabPage1.Controls.Add(this.splitContainerControl1); - this.xtraTabPage1.Name = "xtraTabPage1"; - this.xtraTabPage1.Size = new System.Drawing.Size(1055, 628); - this.xtraTabPage1.Text = "xtraTabPage1"; + this.tabPage1.Controls.Add(this.gcMain); + this.tabPage1.Location = new System.Drawing.Point(4, 27); + this.tabPage1.Name = "tabPage1"; + this.tabPage1.Padding = new System.Windows.Forms.Padding(3); + this.tabPage1.Size = new System.Drawing.Size(1049, 629); + this.tabPage1.TabIndex = 0; + this.tabPage1.Text = "tabPage1"; + this.tabPage1.UseVisualStyleBackColor = true; + // + // gcMain + // + this.gcMain.Dock = System.Windows.Forms.DockStyle.Fill; + this.gcMain.Font = new System.Drawing.Font("Tahoma", 10F); + this.gcMain.Location = new System.Drawing.Point(3, 3); + this.gcMain.MainView = this.gridView1; + this.gcMain.Name = "gcMain"; + this.gcMain.Size = new System.Drawing.Size(1043, 623); + this.gcMain.TabIndex = 5; + this.gcMain.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { + this.gridView1}); + // + // gridView1 + // + this.gridView1.Appearance.Row.Font = new System.Drawing.Font("Tahoma", 10F); + this.gridView1.Appearance.Row.Options.UseFont = true; + this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { + this.gv_id, + this.gv_erpId, + this.gv_billNo, + this.gv_billTypeId, + this.gv_documentStatus, + this.gv_fDate, + this.gv_businessType, + this.gv_headDeliveryWay, + this.gv_headLocId, + this.gv_custId, + this.gv_closeStatus, + this.gv_saleDeptId, + this.gv_salerId, + this.gv_changeReason, + this.gv_note, + this.gv_settleId, + this.gv_approverId, + this.gv_linkMan, + this.gv_chargeId, + this.gv_linkPhone, + this.gv_creatorId, + this.gv_createDate, + this.gv_modifierId, + this.gv_modifyDate, + this.gv_approveDate, + this.gv_closerId, + this.gv_closeDate, + this.gv_changeDate, + this.gv_cancelStatus, + this.gv_cancellerId, + this.gv_versionNo, + this.gv_changerId, + this.gv_entryNote, + this.gv_fbilltype, + this.gv_saleOrgId, + this.gv_receiveId, + this.gv_receiveContact}); + this.gridView1.GridControl = this.gcMain; + this.gridView1.IndicatorWidth = 50; + this.gridView1.Name = "gridView1"; + this.gridView1.OptionsFind.ShowSearchNavButtons = false; + this.gridView1.OptionsView.ShowAutoFilterRow = true; + this.gridView1.OptionsView.ShowGroupPanel = false; + // + // gv_id + // + this.gv_id.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_id.AppearanceCell.Options.UseFont = true; + this.gv_id.Caption = "id "; + this.gv_id.FieldName = "id"; + this.gv_id.MinWidth = 50; + this.gv_id.Name = "gv_id"; + this.gv_id.OptionsColumn.AllowEdit = false; + this.gv_id.Tag = "query_a.id"; + this.gv_id.Visible = true; + this.gv_id.VisibleIndex = 0; + this.gv_id.Width = 94; + // + // gv_erpId + // + this.gv_erpId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_erpId.AppearanceCell.Options.UseFont = true; + this.gv_erpId.Caption = "erp_id "; + this.gv_erpId.FieldName = "erpId"; + this.gv_erpId.MinWidth = 50; + this.gv_erpId.Name = "gv_erpId"; + this.gv_erpId.OptionsColumn.AllowEdit = false; + this.gv_erpId.Tag = "query_a.erp_id"; + this.gv_erpId.Visible = true; + this.gv_erpId.VisibleIndex = 1; + this.gv_erpId.Width = 94; + // + // gv_billNo + // + this.gv_billNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_billNo.AppearanceCell.Options.UseFont = true; + this.gv_billNo.Caption = "鍗曟嵁缂栧彿 "; + this.gv_billNo.FieldName = "billNo"; + this.gv_billNo.MinWidth = 50; + this.gv_billNo.Name = "gv_billNo"; + this.gv_billNo.OptionsColumn.AllowEdit = false; + this.gv_billNo.Tag = "query_a.bill_no"; + this.gv_billNo.Visible = true; + this.gv_billNo.VisibleIndex = 2; + this.gv_billNo.Width = 94; + // + // gv_billTypeId + // + this.gv_billTypeId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_billTypeId.AppearanceCell.Options.UseFont = true; + this.gv_billTypeId.Caption = "鍗曟嵁绫诲瀷 "; + this.gv_billTypeId.FieldName = "billTypeId"; + this.gv_billTypeId.MinWidth = 50; + this.gv_billTypeId.Name = "gv_billTypeId"; + this.gv_billTypeId.OptionsColumn.AllowEdit = false; + this.gv_billTypeId.Tag = "query_a.bill_type_id"; + this.gv_billTypeId.Visible = true; + this.gv_billTypeId.VisibleIndex = 3; + this.gv_billTypeId.Width = 94; + // + // gv_documentStatus + // + this.gv_documentStatus.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_documentStatus.AppearanceCell.Options.UseFont = true; + this.gv_documentStatus.Caption = "鍗曟嵁鐘舵�� "; + this.gv_documentStatus.FieldName = "documentStatus"; + this.gv_documentStatus.MinWidth = 50; + this.gv_documentStatus.Name = "gv_documentStatus"; + this.gv_documentStatus.OptionsColumn.AllowEdit = false; + this.gv_documentStatus.Tag = "query_a.document_status"; + this.gv_documentStatus.Visible = true; + this.gv_documentStatus.VisibleIndex = 4; + this.gv_documentStatus.Width = 94; + // + // gv_fDate + // + this.gv_fDate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_fDate.AppearanceCell.Options.UseFont = true; + this.gv_fDate.Caption = "鏃ユ湡 "; + this.gv_fDate.FieldName = "fDate"; + this.gv_fDate.MinWidth = 50; + this.gv_fDate.Name = "gv_fDate"; + this.gv_fDate.OptionsColumn.AllowEdit = false; + this.gv_fDate.Tag = "query_a.f_date"; + this.gv_fDate.Visible = true; + this.gv_fDate.VisibleIndex = 5; + this.gv_fDate.Width = 94; + // + // gv_businessType + // + this.gv_businessType.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_businessType.AppearanceCell.Options.UseFont = true; + this.gv_businessType.Caption = "涓氬姟绫诲瀷 "; + this.gv_businessType.FieldName = "businessType"; + this.gv_businessType.MinWidth = 50; + this.gv_businessType.Name = "gv_businessType"; + this.gv_businessType.OptionsColumn.AllowEdit = false; + this.gv_businessType.Tag = "query_a.business_type"; + this.gv_businessType.Visible = true; + this.gv_businessType.VisibleIndex = 6; + this.gv_businessType.Width = 94; + // + // gv_headDeliveryWay + // + this.gv_headDeliveryWay.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_headDeliveryWay.AppearanceCell.Options.UseFont = true; + this.gv_headDeliveryWay.Caption = "浜よ揣鏂瑰紡 "; + this.gv_headDeliveryWay.FieldName = "headDeliveryWay"; + this.gv_headDeliveryWay.MinWidth = 50; + this.gv_headDeliveryWay.Name = "gv_headDeliveryWay"; + this.gv_headDeliveryWay.OptionsColumn.AllowEdit = false; + this.gv_headDeliveryWay.Tag = "query_a.head_delivery_way"; + this.gv_headDeliveryWay.Visible = true; + this.gv_headDeliveryWay.VisibleIndex = 7; + this.gv_headDeliveryWay.Width = 94; + // + // gv_headLocId + // + this.gv_headLocId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_headLocId.AppearanceCell.Options.UseFont = true; + this.gv_headLocId.Caption = "浜よ揣鍦扮偣 "; + this.gv_headLocId.FieldName = "headLocId"; + this.gv_headLocId.MinWidth = 50; + this.gv_headLocId.Name = "gv_headLocId"; + this.gv_headLocId.OptionsColumn.AllowEdit = false; + this.gv_headLocId.Tag = "query_a.head_loc_id"; + this.gv_headLocId.Visible = true; + this.gv_headLocId.VisibleIndex = 8; + this.gv_headLocId.Width = 94; + // + // gv_custId + // + this.gv_custId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_custId.AppearanceCell.Options.UseFont = true; + this.gv_custId.Caption = "瀹㈡埛 "; + this.gv_custId.FieldName = "custId"; + this.gv_custId.MinWidth = 50; + this.gv_custId.Name = "gv_custId"; + this.gv_custId.OptionsColumn.AllowEdit = false; + this.gv_custId.Tag = "query_a.cust_id"; + this.gv_custId.Visible = true; + this.gv_custId.VisibleIndex = 9; + this.gv_custId.Width = 94; + // + // gv_closeStatus + // + this.gv_closeStatus.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_closeStatus.AppearanceCell.Options.UseFont = true; + this.gv_closeStatus.Caption = "鍏抽棴鐘舵�� "; + this.gv_closeStatus.FieldName = "closeStatus"; + this.gv_closeStatus.MinWidth = 50; + this.gv_closeStatus.Name = "gv_closeStatus"; + this.gv_closeStatus.OptionsColumn.AllowEdit = false; + this.gv_closeStatus.Tag = "query_a.close_status"; + this.gv_closeStatus.Visible = true; + this.gv_closeStatus.VisibleIndex = 10; + this.gv_closeStatus.Width = 94; + // + // gv_saleDeptId + // + this.gv_saleDeptId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_saleDeptId.AppearanceCell.Options.UseFont = true; + this.gv_saleDeptId.Caption = "閿�鍞儴闂� "; + this.gv_saleDeptId.FieldName = "saleDeptId"; + this.gv_saleDeptId.MinWidth = 50; + this.gv_saleDeptId.Name = "gv_saleDeptId"; + this.gv_saleDeptId.OptionsColumn.AllowEdit = false; + this.gv_saleDeptId.Tag = "query_a.sale_dept_id"; + this.gv_saleDeptId.Visible = true; + this.gv_saleDeptId.VisibleIndex = 11; + this.gv_saleDeptId.Width = 94; + // + // gv_salerId + // + this.gv_salerId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_salerId.AppearanceCell.Options.UseFont = true; + this.gv_salerId.Caption = "閿�鍞憳 "; + this.gv_salerId.FieldName = "salerId"; + this.gv_salerId.MinWidth = 50; + this.gv_salerId.Name = "gv_salerId"; + this.gv_salerId.OptionsColumn.AllowEdit = false; + this.gv_salerId.Tag = "query_a.saler_id"; + this.gv_salerId.Visible = true; + this.gv_salerId.VisibleIndex = 12; + this.gv_salerId.Width = 94; + // + // gv_changeReason + // + this.gv_changeReason.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_changeReason.AppearanceCell.Options.UseFont = true; + this.gv_changeReason.Caption = "鍙樻洿鍘熷洜 "; + this.gv_changeReason.FieldName = "changeReason"; + this.gv_changeReason.MinWidth = 50; + this.gv_changeReason.Name = "gv_changeReason"; + this.gv_changeReason.OptionsColumn.AllowEdit = false; + this.gv_changeReason.Tag = "query_a.change_reason"; + this.gv_changeReason.Visible = true; + this.gv_changeReason.VisibleIndex = 13; + this.gv_changeReason.Width = 94; + // + // gv_note + // + this.gv_note.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_note.AppearanceCell.Options.UseFont = true; + this.gv_note.Caption = "澶囨敞 "; + this.gv_note.FieldName = "note"; + this.gv_note.MinWidth = 50; + this.gv_note.Name = "gv_note"; + this.gv_note.OptionsColumn.AllowEdit = false; + this.gv_note.Tag = "query_a.note"; + this.gv_note.Visible = true; + this.gv_note.VisibleIndex = 14; + this.gv_note.Width = 94; + // + // gv_settleId + // + this.gv_settleId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_settleId.AppearanceCell.Options.UseFont = true; + this.gv_settleId.Caption = "缁撶畻鏂� "; + this.gv_settleId.FieldName = "settleId"; + this.gv_settleId.MinWidth = 50; + this.gv_settleId.Name = "gv_settleId"; + this.gv_settleId.OptionsColumn.AllowEdit = false; + this.gv_settleId.Tag = "query_a.settle_id"; + this.gv_settleId.Visible = true; + this.gv_settleId.VisibleIndex = 15; + this.gv_settleId.Width = 94; + // + // gv_approverId + // + this.gv_approverId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_approverId.AppearanceCell.Options.UseFont = true; + this.gv_approverId.Caption = "瀹℃牳浜� "; + this.gv_approverId.FieldName = "approverId"; + this.gv_approverId.MinWidth = 50; + this.gv_approverId.Name = "gv_approverId"; + this.gv_approverId.OptionsColumn.AllowEdit = false; + this.gv_approverId.Tag = "query_a.approver_id"; + this.gv_approverId.Visible = true; + this.gv_approverId.VisibleIndex = 16; + this.gv_approverId.Width = 94; + // + // gv_linkMan + // + this.gv_linkMan.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_linkMan.AppearanceCell.Options.UseFont = true; + this.gv_linkMan.Caption = "鏀惰揣浜哄鍚� "; + this.gv_linkMan.FieldName = "linkMan"; + this.gv_linkMan.MinWidth = 50; + this.gv_linkMan.Name = "gv_linkMan"; + this.gv_linkMan.OptionsColumn.AllowEdit = false; + this.gv_linkMan.Tag = "query_a.link_man"; + this.gv_linkMan.Visible = true; + this.gv_linkMan.VisibleIndex = 17; + this.gv_linkMan.Width = 94; + // + // gv_chargeId + // + this.gv_chargeId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_chargeId.AppearanceCell.Options.UseFont = true; + this.gv_chargeId.Caption = "浠樻鏂� "; + this.gv_chargeId.FieldName = "chargeId"; + this.gv_chargeId.MinWidth = 50; + this.gv_chargeId.Name = "gv_chargeId"; + this.gv_chargeId.OptionsColumn.AllowEdit = false; + this.gv_chargeId.Tag = "query_a.charge_id"; + this.gv_chargeId.Visible = true; + this.gv_chargeId.VisibleIndex = 18; + this.gv_chargeId.Width = 94; + // + // gv_linkPhone + // + this.gv_linkPhone.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_linkPhone.AppearanceCell.Options.UseFont = true; + this.gv_linkPhone.Caption = "鑱旂郴鐢佃瘽 "; + this.gv_linkPhone.FieldName = "linkPhone"; + this.gv_linkPhone.MinWidth = 50; + this.gv_linkPhone.Name = "gv_linkPhone"; + this.gv_linkPhone.OptionsColumn.AllowEdit = false; + this.gv_linkPhone.Tag = "query_a.link_phone"; + this.gv_linkPhone.Visible = true; + this.gv_linkPhone.VisibleIndex = 19; + this.gv_linkPhone.Width = 94; + // + // gv_creatorId + // + this.gv_creatorId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_creatorId.AppearanceCell.Options.UseFont = true; + this.gv_creatorId.Caption = "鍒涘缓浜� "; + this.gv_creatorId.FieldName = "creatorId"; + this.gv_creatorId.MinWidth = 50; + this.gv_creatorId.Name = "gv_creatorId"; + this.gv_creatorId.OptionsColumn.AllowEdit = false; + this.gv_creatorId.Tag = "query_a.creator_id"; + this.gv_creatorId.Visible = true; + this.gv_creatorId.VisibleIndex = 20; + this.gv_creatorId.Width = 94; + // + // gv_createDate + // + this.gv_createDate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_createDate.AppearanceCell.Options.UseFont = true; + this.gv_createDate.Caption = "鍒涘缓鏃ユ湡 "; + this.gv_createDate.FieldName = "createDate"; + this.gv_createDate.MinWidth = 50; + this.gv_createDate.Name = "gv_createDate"; + this.gv_createDate.OptionsColumn.AllowEdit = false; + this.gv_createDate.Tag = "query_a.create_date"; + this.gv_createDate.Visible = true; + this.gv_createDate.VisibleIndex = 21; + this.gv_createDate.Width = 94; + // + // gv_modifierId + // + this.gv_modifierId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_modifierId.AppearanceCell.Options.UseFont = true; + this.gv_modifierId.Caption = "鏈�鍚庝慨鏀逛汉 "; + this.gv_modifierId.FieldName = "modifierId"; + this.gv_modifierId.MinWidth = 50; + this.gv_modifierId.Name = "gv_modifierId"; + this.gv_modifierId.OptionsColumn.AllowEdit = false; + this.gv_modifierId.Tag = "query_a.modifier_id"; + this.gv_modifierId.Visible = true; + this.gv_modifierId.VisibleIndex = 22; + this.gv_modifierId.Width = 94; + // + // gv_modifyDate + // + this.gv_modifyDate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_modifyDate.AppearanceCell.Options.UseFont = true; + this.gv_modifyDate.Caption = "鏈�鍚庝慨鏀规棩鏈� "; + this.gv_modifyDate.FieldName = "modifyDate"; + this.gv_modifyDate.MinWidth = 50; + this.gv_modifyDate.Name = "gv_modifyDate"; + this.gv_modifyDate.OptionsColumn.AllowEdit = false; + this.gv_modifyDate.Tag = "query_a.modify_date"; + this.gv_modifyDate.Visible = true; + this.gv_modifyDate.VisibleIndex = 23; + this.gv_modifyDate.Width = 94; + // + // gv_approveDate + // + this.gv_approveDate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_approveDate.AppearanceCell.Options.UseFont = true; + this.gv_approveDate.Caption = "瀹℃牳鏃ユ湡 "; + this.gv_approveDate.FieldName = "approveDate"; + this.gv_approveDate.MinWidth = 50; + this.gv_approveDate.Name = "gv_approveDate"; + this.gv_approveDate.OptionsColumn.AllowEdit = false; + this.gv_approveDate.Tag = "query_a.approve_date"; + this.gv_approveDate.Visible = true; + this.gv_approveDate.VisibleIndex = 24; + this.gv_approveDate.Width = 94; + // + // gv_closerId + // + this.gv_closerId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_closerId.AppearanceCell.Options.UseFont = true; + this.gv_closerId.Caption = "鍏抽棴浜� "; + this.gv_closerId.FieldName = "closerId"; + this.gv_closerId.MinWidth = 50; + this.gv_closerId.Name = "gv_closerId"; + this.gv_closerId.OptionsColumn.AllowEdit = false; + this.gv_closerId.Tag = "query_a.closer_id"; + this.gv_closerId.Visible = true; + this.gv_closerId.VisibleIndex = 25; + this.gv_closerId.Width = 94; + // + // gv_closeDate + // + this.gv_closeDate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_closeDate.AppearanceCell.Options.UseFont = true; + this.gv_closeDate.Caption = "鍏抽棴鏃ユ湡 "; + this.gv_closeDate.FieldName = "closeDate"; + this.gv_closeDate.MinWidth = 50; + this.gv_closeDate.Name = "gv_closeDate"; + this.gv_closeDate.OptionsColumn.AllowEdit = false; + this.gv_closeDate.Tag = "query_a.close_date"; + this.gv_closeDate.Visible = true; + this.gv_closeDate.VisibleIndex = 26; + this.gv_closeDate.Width = 94; + // + // gv_changeDate + // + this.gv_changeDate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_changeDate.AppearanceCell.Options.UseFont = true; + this.gv_changeDate.Caption = "鍙樻洿鏃ユ湡 "; + this.gv_changeDate.FieldName = "changeDate"; + this.gv_changeDate.MinWidth = 50; + this.gv_changeDate.Name = "gv_changeDate"; + this.gv_changeDate.OptionsColumn.AllowEdit = false; + this.gv_changeDate.Tag = "query_a.change_date"; + this.gv_changeDate.Visible = true; + this.gv_changeDate.VisibleIndex = 27; + this.gv_changeDate.Width = 94; + // + // gv_cancelStatus + // + this.gv_cancelStatus.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_cancelStatus.AppearanceCell.Options.UseFont = true; + this.gv_cancelStatus.Caption = "浣滃簾鐘舵�� "; + this.gv_cancelStatus.FieldName = "cancelStatus"; + this.gv_cancelStatus.MinWidth = 50; + this.gv_cancelStatus.Name = "gv_cancelStatus"; + this.gv_cancelStatus.OptionsColumn.AllowEdit = false; + this.gv_cancelStatus.Tag = "query_a.cancel_status"; + this.gv_cancelStatus.Visible = true; + this.gv_cancelStatus.VisibleIndex = 28; + this.gv_cancelStatus.Width = 94; + // + // gv_cancellerId + // + this.gv_cancellerId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_cancellerId.AppearanceCell.Options.UseFont = true; + this.gv_cancellerId.Caption = "浣滃簾浜� "; + this.gv_cancellerId.FieldName = "cancellerId"; + this.gv_cancellerId.MinWidth = 50; + this.gv_cancellerId.Name = "gv_cancellerId"; + this.gv_cancellerId.OptionsColumn.AllowEdit = false; + this.gv_cancellerId.Tag = "query_a.canceller_id"; + this.gv_cancellerId.Visible = true; + this.gv_cancellerId.VisibleIndex = 29; + this.gv_cancellerId.Width = 94; + // + // gv_versionNo + // + this.gv_versionNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_versionNo.AppearanceCell.Options.UseFont = true; + this.gv_versionNo.Caption = "鐗堟湰鍙� "; + this.gv_versionNo.FieldName = "versionNo"; + this.gv_versionNo.MinWidth = 50; + this.gv_versionNo.Name = "gv_versionNo"; + this.gv_versionNo.OptionsColumn.AllowEdit = false; + this.gv_versionNo.Tag = "query_a.version_no"; + this.gv_versionNo.Visible = true; + this.gv_versionNo.VisibleIndex = 30; + this.gv_versionNo.Width = 94; + // + // gv_changerId + // + this.gv_changerId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_changerId.AppearanceCell.Options.UseFont = true; + this.gv_changerId.Caption = "鍙樻洿浜� "; + this.gv_changerId.FieldName = "changerId"; + this.gv_changerId.MinWidth = 50; + this.gv_changerId.Name = "gv_changerId"; + this.gv_changerId.OptionsColumn.AllowEdit = false; + this.gv_changerId.Tag = "query_a.changer_id"; + this.gv_changerId.Visible = true; + this.gv_changerId.VisibleIndex = 31; + this.gv_changerId.Width = 94; + // + // gv_entryNote + // + this.gv_entryNote.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_entryNote.AppearanceCell.Options.UseFont = true; + this.gv_entryNote.Caption = "澶囨敞 "; + this.gv_entryNote.FieldName = "entryNote"; + this.gv_entryNote.MinWidth = 50; + this.gv_entryNote.Name = "gv_entryNote"; + this.gv_entryNote.OptionsColumn.AllowEdit = false; + this.gv_entryNote.Tag = "query_a.entry_note"; + this.gv_entryNote.Visible = true; + this.gv_entryNote.VisibleIndex = 32; + this.gv_entryNote.Width = 94; + // + // gv_fbilltype + // + this.gv_fbilltype.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_fbilltype.AppearanceCell.Options.UseFont = true; + this.gv_fbilltype.Caption = "fbilltype "; + this.gv_fbilltype.FieldName = "fbilltype"; + this.gv_fbilltype.MinWidth = 50; + this.gv_fbilltype.Name = "gv_fbilltype"; + this.gv_fbilltype.OptionsColumn.AllowEdit = false; + this.gv_fbilltype.Tag = "query_a.fbilltype"; + this.gv_fbilltype.Visible = true; + this.gv_fbilltype.VisibleIndex = 33; + this.gv_fbilltype.Width = 94; + // + // gv_saleOrgId + // + this.gv_saleOrgId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_saleOrgId.AppearanceCell.Options.UseFont = true; + this.gv_saleOrgId.Caption = "閿�鍞粍缁嘔D "; + this.gv_saleOrgId.FieldName = "saleOrgId"; + this.gv_saleOrgId.MinWidth = 50; + this.gv_saleOrgId.Name = "gv_saleOrgId"; + this.gv_saleOrgId.OptionsColumn.AllowEdit = false; + this.gv_saleOrgId.Tag = "query_a.SALE_ORG_ID"; + this.gv_saleOrgId.Visible = true; + this.gv_saleOrgId.VisibleIndex = 34; + this.gv_saleOrgId.Width = 94; + // + // gv_receiveId + // + this.gv_receiveId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_receiveId.AppearanceCell.Options.UseFont = true; + this.gv_receiveId.Caption = "鏀惰揣鏂� "; + this.gv_receiveId.FieldName = "receiveId"; + this.gv_receiveId.MinWidth = 50; + this.gv_receiveId.Name = "gv_receiveId"; + this.gv_receiveId.OptionsColumn.AllowEdit = false; + this.gv_receiveId.Tag = "query_a.RECEIVE_ID"; + this.gv_receiveId.Visible = true; + this.gv_receiveId.VisibleIndex = 35; + this.gv_receiveId.Width = 94; + // + // gv_receiveContact + // + this.gv_receiveContact.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_receiveContact.AppearanceCell.Options.UseFont = true; + this.gv_receiveContact.Caption = "鏀惰揣鏂硅仈绯讳汉 "; + this.gv_receiveContact.FieldName = "receiveContact"; + this.gv_receiveContact.MinWidth = 50; + this.gv_receiveContact.Name = "gv_receiveContact"; + this.gv_receiveContact.OptionsColumn.AllowEdit = false; + this.gv_receiveContact.Tag = "query_a.RECEIVE_CONTACT"; + this.gv_receiveContact.Visible = true; + this.gv_receiveContact.VisibleIndex = 36; + this.gv_receiveContact.Width = 94; + // + // tabPage2 + // + this.tabPage2.Controls.Add(this.splitContainerControl1); + this.tabPage2.Location = new System.Drawing.Point(4, 27); + this.tabPage2.Name = "tabPage2"; + this.tabPage2.Padding = new System.Windows.Forms.Padding(3); + this.tabPage2.Size = new System.Drawing.Size(1049, 629); + this.tabPage2.TabIndex = 1; + this.tabPage2.Text = "tabPage2"; + this.tabPage2.UseVisualStyleBackColor = true; // // splitContainerControl1 // this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainerControl1.Horizontal = false; - this.splitContainerControl1.Location = new System.Drawing.Point(0, 0); + this.splitContainerControl1.Location = new System.Drawing.Point(3, 3); this.splitContainerControl1.Name = "splitContainerControl1"; // // splitContainerControl1.Panel1 // + this.splitContainerControl1.Panel1.Appearance.BackColor = System.Drawing.Color.White; + this.splitContainerControl1.Panel1.Appearance.Options.UseBackColor = true; + this.splitContainerControl1.Panel1.Controls.Add(this.labelControl2); + this.splitContainerControl1.Panel1.Controls.Add(this.panelControl2); + this.splitContainerControl1.Panel1.Controls.Add(this.panelControl1); this.splitContainerControl1.Panel1.Text = "Panel1"; // // splitContainerControl1.Panel2 // this.splitContainerControl1.Panel2.Text = "Panel2"; - this.splitContainerControl1.Size = new System.Drawing.Size(1055, 628); - this.splitContainerControl1.SplitterPosition = 255; - this.splitContainerControl1.TabIndex = 0; + this.splitContainerControl1.Size = new System.Drawing.Size(1043, 623); + this.splitContainerControl1.SplitterPosition = 189; + this.splitContainerControl1.TabIndex = 1; // - // xtraTabPage2 + // labelControl2 // - this.xtraTabPage2.Controls.Add(this.splitContainerControl2); - this.xtraTabPage2.Name = "xtraTabPage2"; - this.xtraTabPage2.Size = new System.Drawing.Size(1055, 628); - this.xtraTabPage2.Text = "xtraTabPage2"; + this.labelControl2.Location = new System.Drawing.Point(567, 42); + this.labelControl2.Name = "labelControl2"; + this.labelControl2.Size = new System.Drawing.Size(81, 18); + this.labelControl2.TabIndex = 0; + this.labelControl2.Text = "labelControl2"; // - // splitContainerControl2 + // panelControl2 // - this.splitContainerControl2.Dock = System.Windows.Forms.DockStyle.Fill; - this.splitContainerControl2.Horizontal = false; - this.splitContainerControl2.Location = new System.Drawing.Point(0, 0); - this.splitContainerControl2.Name = "splitContainerControl2"; + this.panelControl2.Controls.Add(this.labelControl3); + this.panelControl2.Controls.Add(this.textEdit2); + this.panelControl2.Location = new System.Drawing.Point(189, 76); + this.panelControl2.Name = "panelControl2"; + this.panelControl2.Size = new System.Drawing.Size(237, 39); + this.panelControl2.TabIndex = 1; // - // splitContainerControl2.Panel1 + // labelControl3 // - this.splitContainerControl2.Panel1.Controls.Add(this.panLayHead); - this.splitContainerControl2.Panel1.Text = "Panel1"; - // - // splitContainerControl2.Panel2 - // - this.splitContainerControl2.Panel2.Controls.Add(this.label1); - this.splitContainerControl2.Panel2.Controls.Add(this.panel6); - this.splitContainerControl2.Panel2.Controls.Add(this.panel4); - this.splitContainerControl2.Panel2.Controls.Add(this.panel5); - this.splitContainerControl2.Panel2.Controls.Add(this.panel3); - this.splitContainerControl2.Panel2.Text = "Panel2"; - this.splitContainerControl2.Size = new System.Drawing.Size(1055, 628); - this.splitContainerControl2.SplitterPosition = 255; - this.splitContainerControl2.TabIndex = 1; - // - // panLayHead - // - this.panLayHead.AutoScroll = true; - this.panLayHead.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; - this.panLayHead.Controls.Add(this.panel1); - this.panLayHead.Controls.Add(this.panelControl1); - this.panLayHead.Dock = System.Windows.Forms.DockStyle.Fill; - this.panLayHead.Location = new System.Drawing.Point(0, 0); - this.panLayHead.Name = "panLayHead"; - this.panLayHead.Size = new System.Drawing.Size(1055, 255); - this.panLayHead.TabIndex = 400; - // - // labelControl7 - // - this.labelControl7.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); - this.labelControl7.Appearance.Options.UseFont = true; - this.labelControl7.Location = new System.Drawing.Point(3, 16); - this.labelControl7.Name = "labelControl7"; - this.labelControl7.Size = new System.Drawing.Size(68, 21); - this.labelControl7.TabIndex = 397; - this.labelControl7.Text = "鐢宠鏃堕棿"; - // - // textEdit1 - // - this.textEdit1.Enabled = false; - this.textEdit1.Location = new System.Drawing.Point(75, 12); - this.textEdit1.Name = "textEdit1"; - this.textEdit1.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); - this.textEdit1.Properties.Appearance.Options.UseFont = true; - this.textEdit1.Size = new System.Drawing.Size(166, 28); - this.textEdit1.TabIndex = 398; - // - // labelControl8 - // - this.labelControl8.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); - this.labelControl8.Appearance.Options.UseFont = true; - this.labelControl8.Location = new System.Drawing.Point(5, 32); - this.labelControl8.Name = "labelControl8"; - this.labelControl8.Size = new System.Drawing.Size(51, 21); - this.labelControl8.TabIndex = 395; - this.labelControl8.Text = "鐢宠浜�"; + this.labelControl3.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.labelControl3.Appearance.Options.UseFont = true; + this.labelControl3.Location = new System.Drawing.Point(4, 5); + this.labelControl3.Name = "labelControl3"; + this.labelControl3.Size = new System.Drawing.Size(73, 21); + this.labelControl3.TabIndex = 217; + this.labelControl3.Text = "鍗曟嵁绫诲瀷 "; // // textEdit2 // - this.textEdit2.Enabled = false; - this.textEdit2.Location = new System.Drawing.Point(60, 28); + this.textEdit2.Location = new System.Drawing.Point(78, 5); this.textEdit2.Name = "textEdit2"; this.textEdit2.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.textEdit2.Properties.Appearance.Options.UseFont = true; - this.textEdit2.Size = new System.Drawing.Size(166, 28); - this.textEdit2.TabIndex = 396; - // - // txt_isWc - // - this.txt_isWc.Enabled = false; - this.txt_isWc.Location = new System.Drawing.Point(188, 38); - this.txt_isWc.Name = "txt_isWc"; - this.txt_isWc.Properties.Caption = ""; - this.txt_isWc.Size = new System.Drawing.Size(39, 24); - this.txt_isWc.TabIndex = 394; - // - // txt_shState - // - this.txt_shState.Enabled = false; - this.txt_shState.Location = new System.Drawing.Point(74, 38); - this.txt_shState.Name = "txt_shState"; - this.txt_shState.Properties.Caption = ""; - this.txt_shState.Size = new System.Drawing.Size(29, 24); - this.txt_shState.TabIndex = 393; - // - // lb_isWc - // - this.lb_isWc.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); - this.lb_isWc.Appearance.Options.UseFont = true; - this.lb_isWc.Location = new System.Drawing.Point(112, 40); - this.lb_isWc.Name = "lb_isWc"; - this.lb_isWc.Size = new System.Drawing.Size(73, 21); - this.lb_isWc.TabIndex = 392; - this.lb_isWc.Text = "瀹岀粨鏍囪瘑 "; - // - // lb_shState - // - this.lb_shState.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); - this.lb_shState.Appearance.Options.UseFont = true; - this.lb_shState.Location = new System.Drawing.Point(2, 40); - this.lb_shState.Name = "lb_shState"; - this.lb_shState.Size = new System.Drawing.Size(68, 21); - this.lb_shState.TabIndex = 391; - this.lb_shState.Text = "瀹℃牳鐘舵��"; - // - // lb_shDate - // - this.lb_shDate.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); - this.lb_shDate.Appearance.Options.UseFont = true; - this.lb_shDate.Location = new System.Drawing.Point(3, 20); - this.lb_shDate.Name = "lb_shDate"; - this.lb_shDate.Size = new System.Drawing.Size(68, 21); - this.lb_shDate.TabIndex = 389; - this.lb_shDate.Text = "瀹℃牳鏃堕棿"; - // - // txt_shDate - // - this.txt_shDate.Enabled = false; - this.txt_shDate.Location = new System.Drawing.Point(75, 16); - this.txt_shDate.Name = "txt_shDate"; - this.txt_shDate.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); - this.txt_shDate.Properties.Appearance.Options.UseFont = true; - this.txt_shDate.Size = new System.Drawing.Size(166, 28); - this.txt_shDate.TabIndex = 390; - // - // lb_shBy - // - this.lb_shBy.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); - this.lb_shBy.Appearance.Options.UseFont = true; - this.lb_shBy.Location = new System.Drawing.Point(3, 15); - this.lb_shBy.Name = "lb_shBy"; - this.lb_shBy.Size = new System.Drawing.Size(51, 21); - this.lb_shBy.TabIndex = 387; - this.lb_shBy.Text = "瀹℃牳浜�"; - // - // txt_shBy - // - this.txt_shBy.Enabled = false; - this.txt_shBy.Location = new System.Drawing.Point(58, 11); - this.txt_shBy.Name = "txt_shBy"; - this.txt_shBy.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); - this.txt_shBy.Properties.Appearance.Options.UseFont = true; - this.txt_shBy.Size = new System.Drawing.Size(166, 28); - this.txt_shBy.TabIndex = 388; - // - // panel3 - // - this.panel3.Controls.Add(this.labelControl7); - this.panel3.Controls.Add(this.textEdit1); - this.panel3.Location = new System.Drawing.Point(118, 45); - this.panel3.Name = "panel3"; - this.panel3.Size = new System.Drawing.Size(256, 53); - this.panel3.TabIndex = 400; - // - // panel4 - // - this.panel4.Controls.Add(this.lb_shBy); - this.panel4.Controls.Add(this.txt_shBy); - this.panel4.Location = new System.Drawing.Point(748, 118); - this.panel4.Name = "panel4"; - this.panel4.Size = new System.Drawing.Size(237, 46); - this.panel4.TabIndex = 401; - // - // panel5 - // - this.panel5.Controls.Add(this.lb_shDate); - this.panel5.Controls.Add(this.txt_shDate); - this.panel5.Location = new System.Drawing.Point(453, 99); - this.panel5.Name = "panel5"; - this.panel5.Size = new System.Drawing.Size(267, 58); - this.panel5.TabIndex = 402; - // - // panel6 - // - this.panel6.Controls.Add(this.lb_isWc); - this.panel6.Controls.Add(this.txt_shState); - this.panel6.Controls.Add(this.lb_shState); - this.panel6.Controls.Add(this.txt_isWc); - this.panel6.Location = new System.Drawing.Point(116, 132); - this.panel6.Name = "panel6"; - this.panel6.Size = new System.Drawing.Size(240, 70); - this.panel6.TabIndex = 403; - // - // label1 - // - this.label1.AutoSize = true; - this.label1.Location = new System.Drawing.Point(383, 160); - this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(44, 18); - this.label1.TabIndex = 404; - this.label1.Text = "label1"; + this.textEdit2.Size = new System.Drawing.Size(155, 28); + this.textEdit2.TabIndex = 218; // // panelControl1 // - this.panelControl1.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192))))); - this.panelControl1.Appearance.BorderColor = System.Drawing.Color.Red; - this.panelControl1.Appearance.Options.UseBackColor = true; - this.panelControl1.Appearance.Options.UseBorderColor = true; - this.panelControl1.Controls.Add(this.textEdit2); - this.panelControl1.Controls.Add(this.labelControl8); - this.panelControl1.Location = new System.Drawing.Point(384, 50); + this.panelControl1.Controls.Add(this.labelControl1); + this.panelControl1.Controls.Add(this.textEdit1); + this.panelControl1.Location = new System.Drawing.Point(189, 31); this.panelControl1.Name = "panelControl1"; - this.panelControl1.Size = new System.Drawing.Size(283, 186); - this.panelControl1.TabIndex = 400; + this.panelControl1.Size = new System.Drawing.Size(237, 39); + this.panelControl1.TabIndex = 0; // - // panel1 + // labelControl1 // - this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.panel1.Location = new System.Drawing.Point(83, 62); - this.panel1.Name = "panel1"; - this.panel1.Size = new System.Drawing.Size(200, 100); - this.panel1.TabIndex = 401; + this.labelControl1.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.labelControl1.Appearance.Options.UseFont = true; + this.labelControl1.Location = new System.Drawing.Point(4, 8); + this.labelControl1.Name = "labelControl1"; + this.labelControl1.Size = new System.Drawing.Size(68, 21); + this.labelControl1.TabIndex = 214; + this.labelControl1.Text = "鍗曟嵁缂栧彿"; + // + // textEdit1 + // + this.textEdit1.Location = new System.Drawing.Point(78, 5); + this.textEdit1.Name = "textEdit1"; + this.textEdit1.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.textEdit1.Properties.Appearance.Options.UseFont = true; + this.textEdit1.Size = new System.Drawing.Size(155, 28); + this.textEdit1.TabIndex = 215; + // + // tabPage3 + // + this.tabPage3.Location = new System.Drawing.Point(4, 27); + this.tabPage3.Name = "tabPage3"; + this.tabPage3.Padding = new System.Windows.Forms.Padding(3); + this.tabPage3.Size = new System.Drawing.Size(1049, 629); + this.tabPage3.TabIndex = 2; + this.tabPage3.Text = "tabPage3"; + this.tabPage3.UseVisualStyleBackColor = true; + // + // dockManager1 + // + this.dockManager1.Form = this; + this.dockManager1.HiddenPanels.AddRange(new DevExpress.XtraBars.Docking.DockPanel[] { + this.dockPanel1}); + this.dockManager1.RootPanels.AddRange(new DevExpress.XtraBars.Docking.DockPanel[] { + this.dockPanel2}); + this.dockManager1.TopZIndexControls.AddRange(new string[] { + "DevExpress.XtraBars.BarDockControl", + "DevExpress.XtraBars.StandaloneBarDockControl", + "System.Windows.Forms.MenuStrip", + "System.Windows.Forms.StatusStrip", + "System.Windows.Forms.StatusBar", + "DevExpress.XtraBars.Ribbon.RibbonStatusBar", + "DevExpress.XtraBars.Ribbon.RibbonControl", + "DevExpress.XtraBars.Navigation.OfficeNavigationBar", + "DevExpress.XtraBars.Navigation.TileNavPane", + "DevExpress.XtraBars.TabFormControl", + "DevExpress.XtraBars.FluentDesignSystem.FluentDesignFormControl", + "DevExpress.XtraBars.ToolbarForm.ToolbarFormControl"}); + // + // dockPanel1 + // + this.dockPanel1.Appearance.BorderColor = System.Drawing.Color.Black; + this.dockPanel1.Appearance.Options.UseBorderColor = true; + this.dockPanel1.Controls.Add(this.dockPanel1_Container); + this.dockPanel1.Dock = DevExpress.XtraBars.Docking.DockingStyle.Float; + this.dockPanel1.FloatLocation = new System.Drawing.Point(1668, 111); + this.dockPanel1.FloatSize = new System.Drawing.Size(200, 327); + this.dockPanel1.ID = new System.Guid("726e2754-293f-4051-82ef-5a55b66fff3b"); + this.dockPanel1.Location = new System.Drawing.Point(-32768, -32768); + this.dockPanel1.Name = "dockPanel1"; + this.dockPanel1.OriginalSize = new System.Drawing.Size(200, 200); + this.dockPanel1.SavedIndex = 0; + this.dockPanel1.Size = new System.Drawing.Size(200, 327); + this.dockPanel1.Text = "dockPanel1"; + this.dockPanel1.Visibility = DevExpress.XtraBars.Docking.DockVisibility.Hidden; + // + // dockPanel1_Container + // + this.dockPanel1_Container.Location = new System.Drawing.Point(5, 32); + this.dockPanel1_Container.Name = "dockPanel1_Container"; + this.dockPanel1_Container.Size = new System.Drawing.Size(190, 291); + this.dockPanel1_Container.TabIndex = 0; + // + // dockPanel2 + // + this.dockPanel2.Controls.Add(this.dockPanel2_Container); + this.dockPanel2.Dock = DevExpress.XtraBars.Docking.DockingStyle.Float; + this.dockPanel2.FloatLocation = new System.Drawing.Point(576, 403); + this.dockPanel2.ID = new System.Guid("40a1e9c8-dcf0-4757-93cc-fd8ff633d140"); + this.dockPanel2.Location = new System.Drawing.Point(0, 0); + this.dockPanel2.Name = "dockPanel2"; + this.dockPanel2.OriginalSize = new System.Drawing.Size(200, 200); + this.dockPanel2.Size = new System.Drawing.Size(200, 200); + this.dockPanel2.Text = "dockPanel2"; + // + // dockPanel2_Container + // + this.dockPanel2_Container.Location = new System.Drawing.Point(5, 32); + this.dockPanel2_Container.Name = "dockPanel2_Container"; + this.dockPanel2_Container.Size = new System.Drawing.Size(190, 164); + this.dockPanel2_Container.TabIndex = 0; // // XtraForm1 // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1057, 660); - this.Controls.Add(this.xtraTabControl1); + this.Controls.Add(this.tabControl1); this.Name = "XtraForm1"; this.Text = "XtraForm1"; - ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit(); - this.xtraTabControl1.ResumeLayout(false); - this.xtraTabPage1.ResumeLayout(false); + this.WindowState = System.Windows.Forms.FormWindowState.Maximized; + this.tabControl1.ResumeLayout(false); + this.tabPage1.ResumeLayout(false); + ((System.ComponentModel.ISupportInitialize)(this.gcMain)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit(); + this.tabPage2.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(); ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit(); this.splitContainerControl1.ResumeLayout(false); - this.xtraTabPage2.ResumeLayout(false); - ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2.Panel1)).EndInit(); - this.splitContainerControl2.Panel1.ResumeLayout(false); - ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2.Panel2)).EndInit(); - this.splitContainerControl2.Panel2.ResumeLayout(false); - this.splitContainerControl2.Panel2.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).EndInit(); - this.splitContainerControl2.ResumeLayout(false); - this.panLayHead.ResumeLayout(false); - ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit(); + this.panelControl2.ResumeLayout(false); + this.panelControl2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.textEdit2.Properties)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.txt_isWc.Properties)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.txt_shState.Properties)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.txt_shDate.Properties)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.txt_shBy.Properties)).EndInit(); - this.panel3.ResumeLayout(false); - this.panel3.PerformLayout(); - this.panel4.ResumeLayout(false); - this.panel4.PerformLayout(); - this.panel5.ResumeLayout(false); - this.panel5.PerformLayout(); - this.panel6.ResumeLayout(false); - this.panel6.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); this.panelControl1.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).EndInit(); + this.dockPanel1.ResumeLayout(false); + this.dockPanel2.ResumeLayout(false); this.ResumeLayout(false); } #endregion - private DevExpress.XtraTab.XtraTabControl xtraTabControl1; - private DevExpress.XtraTab.XtraTabPage xtraTabPage1; - private DevExpress.XtraTab.XtraTabPage xtraTabPage2; + private System.Windows.Forms.TabControl tabControl1; + private System.Windows.Forms.TabPage tabPage1; + private System.Windows.Forms.TabPage tabPage2; + private System.Windows.Forms.TabPage tabPage3; + private DevExpress.XtraGrid.GridControl gcMain; + private DevExpress.XtraGrid.Views.Grid.GridView gridView1; + private DevExpress.XtraGrid.Columns.GridColumn gv_id; + private DevExpress.XtraGrid.Columns.GridColumn gv_erpId; + private DevExpress.XtraGrid.Columns.GridColumn gv_billNo; + private DevExpress.XtraGrid.Columns.GridColumn gv_billTypeId; + private DevExpress.XtraGrid.Columns.GridColumn gv_documentStatus; + private DevExpress.XtraGrid.Columns.GridColumn gv_fDate; + private DevExpress.XtraGrid.Columns.GridColumn gv_businessType; + private DevExpress.XtraGrid.Columns.GridColumn gv_headDeliveryWay; + private DevExpress.XtraGrid.Columns.GridColumn gv_headLocId; + private DevExpress.XtraGrid.Columns.GridColumn gv_custId; + private DevExpress.XtraGrid.Columns.GridColumn gv_closeStatus; + private DevExpress.XtraGrid.Columns.GridColumn gv_saleDeptId; + private DevExpress.XtraGrid.Columns.GridColumn gv_salerId; + private DevExpress.XtraGrid.Columns.GridColumn gv_changeReason; + private DevExpress.XtraGrid.Columns.GridColumn gv_note; + private DevExpress.XtraGrid.Columns.GridColumn gv_settleId; + private DevExpress.XtraGrid.Columns.GridColumn gv_approverId; + private DevExpress.XtraGrid.Columns.GridColumn gv_linkMan; + private DevExpress.XtraGrid.Columns.GridColumn gv_chargeId; + private DevExpress.XtraGrid.Columns.GridColumn gv_linkPhone; + private DevExpress.XtraGrid.Columns.GridColumn gv_creatorId; + private DevExpress.XtraGrid.Columns.GridColumn gv_createDate; + private DevExpress.XtraGrid.Columns.GridColumn gv_modifierId; + private DevExpress.XtraGrid.Columns.GridColumn gv_modifyDate; + private DevExpress.XtraGrid.Columns.GridColumn gv_approveDate; + private DevExpress.XtraGrid.Columns.GridColumn gv_closerId; + private DevExpress.XtraGrid.Columns.GridColumn gv_closeDate; + private DevExpress.XtraGrid.Columns.GridColumn gv_changeDate; + private DevExpress.XtraGrid.Columns.GridColumn gv_cancelStatus; + private DevExpress.XtraGrid.Columns.GridColumn gv_cancellerId; + private DevExpress.XtraGrid.Columns.GridColumn gv_versionNo; + private DevExpress.XtraGrid.Columns.GridColumn gv_changerId; + private DevExpress.XtraGrid.Columns.GridColumn gv_entryNote; + private DevExpress.XtraGrid.Columns.GridColumn gv_fbilltype; + private DevExpress.XtraGrid.Columns.GridColumn gv_saleOrgId; + private DevExpress.XtraGrid.Columns.GridColumn gv_receiveId; + private DevExpress.XtraGrid.Columns.GridColumn gv_receiveContact; private DevExpress.XtraEditors.SplitContainerControl splitContainerControl1; - private DevExpress.XtraEditors.SplitContainerControl splitContainerControl2; - private DevExpress.XtraEditors.LabelControl labelControl7; - private DevExpress.XtraEditors.TextEdit textEdit1; - private DevExpress.XtraEditors.LabelControl labelControl8; + private DevExpress.XtraEditors.LabelControl labelControl2; + private DevExpress.XtraEditors.PanelControl panelControl2; + private DevExpress.XtraEditors.LabelControl labelControl3; private DevExpress.XtraEditors.TextEdit textEdit2; - private DevExpress.XtraEditors.CheckEdit txt_isWc; - private DevExpress.XtraEditors.CheckEdit txt_shState; - private DevExpress.XtraEditors.LabelControl lb_isWc; - private DevExpress.XtraEditors.LabelControl lb_shState; - private DevExpress.XtraEditors.LabelControl lb_shDate; - private DevExpress.XtraEditors.TextEdit txt_shDate; - private DevExpress.XtraEditors.LabelControl lb_shBy; - private DevExpress.XtraEditors.TextEdit txt_shBy; - private System.Windows.Forms.Panel panLayHead; - private System.Windows.Forms.Panel panel5; - private System.Windows.Forms.Panel panel4; - private System.Windows.Forms.Panel panel3; - private System.Windows.Forms.Panel panel6; - private System.Windows.Forms.Label label1; private DevExpress.XtraEditors.PanelControl panelControl1; - private System.Windows.Forms.Panel panel1; + private DevExpress.XtraEditors.LabelControl labelControl1; + private DevExpress.XtraEditors.TextEdit textEdit1; + private DevExpress.XtraBars.Docking.DockManager dockManager1; + private DevExpress.XtraBars.Docking.DockPanel dockPanel1; + private DevExpress.XtraBars.Docking.ControlContainer dockPanel1_Container; + private DevExpress.XtraBars.Docking.DockPanel dockPanel2; + private DevExpress.XtraBars.Docking.ControlContainer dockPanel2_Container; } } \ No newline at end of file -- Gitblit v1.9.3