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 | 242 +++++++++++++++++++----------------------------- 1 files changed, 97 insertions(+), 145 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/XtraForm1.Designer.cs b/DevApp/Gs.DevApp/DevFrm/XtraForm1.Designer.cs index 59b6838..684151a 100644 --- a/DevApp/Gs.DevApp/DevFrm/XtraForm1.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/XtraForm1.Designer.cs @@ -29,8 +29,11 @@ private void InitializeComponent() { this.components = new System.ComponentModel.Container(); - this.tabControl1 = new System.Windows.Forms.TabControl(); - this.tabPage1 = new System.Windows.Forms.TabPage(); + 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(); @@ -70,26 +73,24 @@ 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.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage(); this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl(); - 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.panelControl1 = new DevExpress.XtraEditors.PanelControl(); 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(); + 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.tabPage2.SuspendLayout(); + this.xtraTabPage2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1.Panel1)).BeginInit(); this.splitContainerControl1.Panel1.SuspendLayout(); @@ -101,43 +102,51 @@ ((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.panel1.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.textEdit4.Properties)).BeginInit(); this.SuspendLayout(); // - // tabControl1 + // xtraTabControl1 // - 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; + 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}); // - // tabPage1 + // 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; + 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"; + // + // toolStrip1 + // + 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"; // // 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.Location = new System.Drawing.Point(0, 0); this.gcMain.MainView = this.gridView1; this.gcMain.Name = "gcMain"; - this.gcMain.Size = new System.Drawing.Size(1043, 623); - this.gcMain.TabIndex = 5; + 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}); // @@ -708,29 +717,25 @@ this.gv_receiveContact.VisibleIndex = 36; this.gv_receiveContact.Width = 94; // - // tabPage2 + // xtraTabPage2 // - 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; + 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(3, 3); + 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.labelControl2); + 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"; @@ -738,20 +743,14 @@ // splitContainerControl1.Panel2 // this.splitContainerControl1.Panel2.Text = "Panel2"; - this.splitContainerControl1.Size = new System.Drawing.Size(1043, 623); + this.splitContainerControl1.Size = new System.Drawing.Size(1055, 628); this.splitContainerControl1.SplitterPosition = 189; - this.splitContainerControl1.TabIndex = 1; - // - // labelControl2 - // - 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"; + 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); @@ -806,97 +805,52 @@ this.textEdit1.Size = new System.Drawing.Size(155, 28); this.textEdit1.TabIndex = 215; // - // tabPage3 + // panel1 // - 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; + 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; // - // dockManager1 + // labelControl2 // - 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"}); + 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 = "鍗曟嵁绫诲瀷 "; // - // dockPanel1 + // textEdit4 // - 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; + 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(1057, 660); - this.Controls.Add(this.tabControl1); + this.Controls.Add(this.xtraTabControl1); this.Name = "XtraForm1"; this.Text = "XtraForm1"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; - this.tabControl1.ResumeLayout(false); - this.tabPage1.ResumeLayout(false); + ((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.tabPage2.ResumeLayout(false); + this.xtraTabPage2.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); @@ -908,19 +862,17 @@ 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.panel1.ResumeLayout(false); + this.panel1.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.textEdit4.Properties)).EndInit(); this.ResumeLayout(false); } #endregion - 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.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; @@ -960,18 +912,18 @@ 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.LabelControl labelControl2; private DevExpress.XtraEditors.PanelControl panelControl2; private DevExpress.XtraEditors.LabelControl labelControl3; private DevExpress.XtraEditors.TextEdit textEdit2; private DevExpress.XtraEditors.PanelControl panelControl1; 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; + 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