From 3d429071ceeda5ce75ca660c13459c13f3d92337 Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期三, 26 二月 2025 10:30:11 +0800
Subject: [PATCH] 调拨
---
DevApp/Gs.DevApp/DevFrm/XtraForm1.Designer.cs | 968 ++++++++++++++++++++++++++++++++++++++++++++++++++------
1 files changed, 855 insertions(+), 113 deletions(-)
diff --git a/DevApp/Gs.DevApp/DevFrm/XtraForm1.Designer.cs b/DevApp/Gs.DevApp/DevFrm/XtraForm1.Designer.cs
index 7f7335c..684151a 100644
--- a/DevApp/Gs.DevApp/DevFrm/XtraForm1.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/XtraForm1.Designer.cs
@@ -29,159 +29,901 @@
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
- this.dockManager1 = new DevExpress.XtraBars.Docking.DockManager(this.components);
- this.dockPanel6 = new DevExpress.XtraBars.Docking.DockPanel();
- this.dockPanel6_Container = new DevExpress.XtraBars.Docking.ControlContainer();
- this.panTuo = new DevExpress.XtraEditors.PanelControl();
- this.textEdit1 = new DevExpress.XtraEditors.TextEdit();
- this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
+ DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions1 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
+ DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
+ this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
+ this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
+ this.toolStrip1 = new System.Windows.Forms.ToolStrip();
+ 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.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
+ this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
+ this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
+ this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
+ this.textEdit2 = new DevExpress.XtraEditors.TextEdit();
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
- this.lbMsg = new DevExpress.XtraEditors.LabelControl();
- this.dockPanel1 = new DevExpress.XtraBars.Docking.DockPanel();
- this.dockPanel1_Container = new DevExpress.XtraBars.Docking.ControlContainer();
- ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).BeginInit();
- this.dockPanel6.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.panTuo)).BeginInit();
- this.panTuo.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).BeginInit();
+ this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
+ this.textEdit1 = new DevExpress.XtraEditors.TextEdit();
+ this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
+ this.panel1 = new System.Windows.Forms.Panel();
+ this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
+ this.textEdit4 = new DevExpress.XtraEditors.TextEdit();
+ ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
+ this.xtraTabControl1.SuspendLayout();
+ this.xtraTabPage1.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.gcMain)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
+ this.xtraTabPage2.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();
+ ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
+ this.panelControl2.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.textEdit2.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
this.panelControl1.SuspendLayout();
- this.dockPanel1.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).BeginInit();
+ this.panel1.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.textEdit4.Properties)).BeginInit();
this.SuspendLayout();
//
- // dockManager1
+ // xtraTabControl1
//
- this.dockManager1.Form = this;
- this.dockManager1.HiddenPanels.AddRange(new DevExpress.XtraBars.Docking.DockPanel[] {
- this.dockPanel6});
- this.dockManager1.RootPanels.AddRange(new DevExpress.XtraBars.Docking.DockPanel[] {
- this.dockPanel1});
- 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"});
+ editorButtonImageOptions1.Image = global::Gs.DevApp.Properties.Resources._3dcolumn_16x16;
+ this.xtraTabControl1.CustomHeaderButtons.AddRange(new DevExpress.XtraTab.Buttons.CustomHeaderButton[] {
+ new DevExpress.XtraTab.Buttons.CustomHeaderButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", -1, true, true, editorButtonImageOptions1, serializableAppearanceObject1, "", null, null)});
+ 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 = 1;
+ this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
+ this.xtraTabPage1,
+ this.xtraTabPage2});
//
- // dockPanel6
+ // xtraTabPage1
//
- this.dockPanel6.Controls.Add(this.dockPanel6_Container);
- this.dockPanel6.Dock = DevExpress.XtraBars.Docking.DockingStyle.Float;
- this.dockPanel6.ID = new System.Guid("d1ecdb58-0d2a-4534-939d-21df5f7ede56");
- this.dockPanel6.Location = new System.Drawing.Point(-32768, -32768);
- this.dockPanel6.Name = "dockPanel6";
- this.dockPanel6.OriginalSize = new System.Drawing.Size(200, 200);
- this.dockPanel6.SavedIndex = 5;
- this.dockPanel6.Size = new System.Drawing.Size(200, 200);
- this.dockPanel6.Text = "dockPanel6";
- this.dockPanel6.Visibility = DevExpress.XtraBars.Docking.DockVisibility.Hidden;
+ this.xtraTabPage1.Controls.Add(this.toolStrip1);
+ this.xtraTabPage1.Controls.Add(this.gcMain);
+ this.xtraTabPage1.Name = "xtraTabPage1";
+ this.xtraTabPage1.Size = new System.Drawing.Size(1055, 628);
+ this.xtraTabPage1.Text = "xtraTabPage1";
//
- // dockPanel6_Container
+ // toolStrip1
//
- this.dockPanel6_Container.Location = new System.Drawing.Point(5, 32);
- this.dockPanel6_Container.Name = "dockPanel6_Container";
- this.dockPanel6_Container.Size = new System.Drawing.Size(190, 164);
- this.dockPanel6_Container.TabIndex = 0;
+ this.toolStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
+ this.toolStrip1.Location = new System.Drawing.Point(0, 0);
+ this.toolStrip1.Name = "toolStrip1";
+ this.toolStrip1.Size = new System.Drawing.Size(1055, 25);
+ this.toolStrip1.TabIndex = 7;
+ this.toolStrip1.Text = "toolStrip1";
//
- // panTuo
+ // gcMain
//
- this.panTuo.Controls.Add(this.textEdit1);
- this.panTuo.Controls.Add(this.labelControl1);
- this.panTuo.Location = new System.Drawing.Point(74, 52);
- this.panTuo.Name = "panTuo";
- this.panTuo.Size = new System.Drawing.Size(276, 100);
- this.panTuo.TabIndex = 0;
+ this.gcMain.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.gcMain.Font = new System.Drawing.Font("Tahoma", 10F);
+ this.gcMain.Location = new System.Drawing.Point(0, 0);
+ this.gcMain.MainView = this.gridView1;
+ this.gcMain.Name = "gcMain";
+ this.gcMain.Size = new System.Drawing.Size(1055, 628);
+ this.gcMain.TabIndex = 6;
+ this.gcMain.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
+ this.gridView1});
//
- // textEdit1
+ // gridView1
//
- this.textEdit1.Location = new System.Drawing.Point(108, 26);
- this.textEdit1.Name = "textEdit1";
- this.textEdit1.Size = new System.Drawing.Size(125, 24);
- this.textEdit1.TabIndex = 1;
+ 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;
//
- // labelControl1
+ // gv_id
//
- this.labelControl1.Location = new System.Drawing.Point(20, 34);
- this.labelControl1.Name = "labelControl1";
- this.labelControl1.Size = new System.Drawing.Size(81, 18);
- this.labelControl1.TabIndex = 0;
- this.labelControl1.Text = "labelControl1";
+ 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;
+ //
+ // xtraTabPage2
+ //
+ this.xtraTabPage2.Controls.Add(this.splitContainerControl1);
+ this.xtraTabPage2.Name = "xtraTabPage2";
+ this.xtraTabPage2.Size = new System.Drawing.Size(1055, 628);
+ this.xtraTabPage2.Text = "xtraTabPage2";
+ //
+ // splitContainerControl1
+ //
+ 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.Appearance.BackColor = System.Drawing.Color.White;
+ this.splitContainerControl1.Panel1.Appearance.Options.UseBackColor = true;
+ this.splitContainerControl1.Panel1.Controls.Add(this.panel1);
+ 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 = 189;
+ this.splitContainerControl1.TabIndex = 2;
+ //
+ // panelControl2
+ //
+ this.panelControl2.Appearance.BackColor = System.Drawing.Color.White;
+ this.panelControl2.Appearance.Options.UseBackColor = true;
+ 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;
+ //
+ // labelControl3
+ //
+ 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.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(155, 28);
+ this.textEdit2.TabIndex = 218;
//
// panelControl1
//
- this.panelControl1.Controls.Add(this.panTuo);
- this.panelControl1.Location = new System.Drawing.Point(46, 69);
+ 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(482, 310);
- this.panelControl1.TabIndex = 4;
+ this.panelControl1.Size = new System.Drawing.Size(237, 39);
+ this.panelControl1.TabIndex = 0;
//
- // lbMsg
+ // labelControl1
//
- this.lbMsg.Location = new System.Drawing.Point(46, 28);
- this.lbMsg.Name = "lbMsg";
- this.lbMsg.Size = new System.Drawing.Size(81, 18);
- this.lbMsg.TabIndex = 5;
- this.lbMsg.Text = "labelControl2";
+ 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 = "鍗曟嵁缂栧彿";
//
- // dockPanel1
+ // textEdit1
//
- this.dockPanel1.Controls.Add(this.dockPanel1_Container);
- this.dockPanel1.Dock = DevExpress.XtraBars.Docking.DockingStyle.Right;
- this.dockPanel1.ID = new System.Guid("8abce80a-c8c2-4696-95f4-0ce4b3b63096");
- this.dockPanel1.Location = new System.Drawing.Point(714, 0);
- this.dockPanel1.Name = "dockPanel1";
- this.dockPanel1.OriginalSize = new System.Drawing.Size(200, 200);
- this.dockPanel1.Size = new System.Drawing.Size(200, 553);
- this.dockPanel1.Text = "dockPanel1";
+ 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;
//
- // dockPanel1_Container
+ // panel1
//
- this.dockPanel1_Container.Location = new System.Drawing.Point(6, 32);
- this.dockPanel1_Container.Name = "dockPanel1_Container";
- this.dockPanel1_Container.Size = new System.Drawing.Size(190, 517);
- this.dockPanel1_Container.TabIndex = 0;
+ this.panel1.Controls.Add(this.labelControl2);
+ this.panel1.Controls.Add(this.textEdit4);
+ this.panel1.Location = new System.Drawing.Point(494, 31);
+ this.panel1.Name = "panel1";
+ this.panel1.Size = new System.Drawing.Size(271, 100);
+ this.panel1.TabIndex = 2;
+ //
+ // labelControl2
+ //
+ this.labelControl2.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+ this.labelControl2.Appearance.Options.UseFont = true;
+ this.labelControl2.Location = new System.Drawing.Point(34, 40);
+ this.labelControl2.Name = "labelControl2";
+ this.labelControl2.Size = new System.Drawing.Size(73, 21);
+ this.labelControl2.TabIndex = 219;
+ this.labelControl2.Text = "鍗曟嵁绫诲瀷 ";
+ //
+ // textEdit4
+ //
+ this.textEdit4.Location = new System.Drawing.Point(113, 33);
+ this.textEdit4.Name = "textEdit4";
+ this.textEdit4.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+ this.textEdit4.Properties.Appearance.Options.UseFont = true;
+ this.textEdit4.Size = new System.Drawing.Size(155, 28);
+ this.textEdit4.TabIndex = 220;
//
// XtraForm1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(914, 553);
- this.Controls.Add(this.lbMsg);
- this.Controls.Add(this.panelControl1);
- this.Controls.Add(this.dockPanel1);
+ this.ClientSize = new System.Drawing.Size(1057, 660);
+ this.Controls.Add(this.xtraTabControl1);
this.Name = "XtraForm1";
this.Text = "XtraForm1";
- ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).EndInit();
- this.dockPanel6.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.panTuo)).EndInit();
- this.panTuo.ResumeLayout(false);
- this.panTuo.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).EndInit();
+ this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
+ ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
+ this.xtraTabControl1.ResumeLayout(false);
+ this.xtraTabPage1.ResumeLayout(false);
+ this.xtraTabPage1.PerformLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.gcMain)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
+ this.xtraTabPage2.ResumeLayout(false);
+ ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1.Panel1)).EndInit();
+ this.splitContainerControl1.Panel1.ResumeLayout(false);
+ ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1.Panel2)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
+ this.splitContainerControl1.ResumeLayout(false);
+ ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
+ this.panelControl2.ResumeLayout(false);
+ this.panelControl2.PerformLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.textEdit2.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
this.panelControl1.ResumeLayout(false);
- this.dockPanel1.ResumeLayout(false);
+ this.panelControl1.PerformLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).EndInit();
+ this.panel1.ResumeLayout(false);
+ this.panel1.PerformLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.textEdit4.Properties)).EndInit();
this.ResumeLayout(false);
- this.PerformLayout();
}
#endregion
- private DevExpress.XtraBars.Docking.DockManager dockManager1;
- private DevExpress.XtraBars.Docking.DockPanel dockPanel6;
- private DevExpress.XtraBars.Docking.ControlContainer dockPanel6_Container;
- private DevExpress.XtraEditors.PanelControl panTuo;
- private DevExpress.XtraEditors.TextEdit textEdit1;
- private DevExpress.XtraEditors.LabelControl labelControl1;
+
+ private DevExpress.XtraTab.XtraTabControl xtraTabControl1;
+ private DevExpress.XtraTab.XtraTabPage xtraTabPage1;
+ 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.XtraTab.XtraTabPage xtraTabPage2;
+ private DevExpress.XtraEditors.SplitContainerControl splitContainerControl1;
+ private DevExpress.XtraEditors.PanelControl panelControl2;
+ private DevExpress.XtraEditors.LabelControl labelControl3;
+ private DevExpress.XtraEditors.TextEdit textEdit2;
private DevExpress.XtraEditors.PanelControl panelControl1;
- private DevExpress.XtraEditors.LabelControl lbMsg;
- private DevExpress.XtraBars.Docking.DockPanel dockPanel1;
- private DevExpress.XtraBars.Docking.ControlContainer dockPanel1_Container;
+ private DevExpress.XtraEditors.LabelControl labelControl1;
+ private DevExpress.XtraEditors.TextEdit textEdit1;
+ private System.Windows.Forms.ToolStrip toolStrip1;
+ private System.Windows.Forms.ToolTip toolTip1;
+ private System.Windows.Forms.Panel panel1;
+ private DevExpress.XtraEditors.LabelControl labelControl2;
+ private DevExpress.XtraEditors.TextEdit textEdit4;
}
}
\ No newline at end of file
--
Gitblit v1.9.3