From 363156238c2443d2759e541e65a0f1f148c654ec Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期六, 22 二月 2025 09:04:17 +0800 Subject: [PATCH] 调拨 --- DevApp/Gs.DevApp/DevFrm/XtraForm1.Designer.cs | 84 ++++++++++++++++++++++++++++++----------- 1 files changed, 61 insertions(+), 23 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/XtraForm1.Designer.cs b/DevApp/Gs.DevApp/DevFrm/XtraForm1.Designer.cs index 7f7335c..6cbb55e 100644 --- a/DevApp/Gs.DevApp/DevFrm/XtraForm1.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/XtraForm1.Designer.cs @@ -32,21 +32,27 @@ 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.dockPanel1 = new DevExpress.XtraBars.Docking.DockPanel(); + this.dockPanel1_Container = new DevExpress.XtraBars.Docking.ControlContainer(); this.panTuo = new DevExpress.XtraEditors.PanelControl(); this.textEdit1 = new DevExpress.XtraEditors.TextEdit(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); + this.panelControl2 = new DevExpress.XtraEditors.PanelControl(); + this.textEdit2 = new DevExpress.XtraEditors.TextEdit(); + this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); 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(); + this.dockPanel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.panTuo)).BeginInit(); this.panTuo.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); - this.dockPanel1.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit(); + this.panelControl2.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.textEdit2.Properties)).BeginInit(); this.SuspendLayout(); // // dockManager1 @@ -90,11 +96,29 @@ this.dockPanel6_Container.Size = new System.Drawing.Size(190, 164); this.dockPanel6_Container.TabIndex = 0; // + // dockPanel1 + // + 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(677, 0); + this.dockPanel1.Name = "dockPanel1"; + this.dockPanel1.OriginalSize = new System.Drawing.Size(237, 200); + this.dockPanel1.Size = new System.Drawing.Size(237, 553); + this.dockPanel1.Text = "dockPanel1"; + // + // dockPanel1_Container + // + this.dockPanel1_Container.Location = new System.Drawing.Point(6, 32); + this.dockPanel1_Container.Name = "dockPanel1_Container"; + this.dockPanel1_Container.Size = new System.Drawing.Size(227, 517); + this.dockPanel1_Container.TabIndex = 0; + // // panTuo // this.panTuo.Controls.Add(this.textEdit1); this.panTuo.Controls.Add(this.labelControl1); - this.panTuo.Location = new System.Drawing.Point(74, 52); + this.panTuo.Location = new System.Drawing.Point(56, 18); this.panTuo.Name = "panTuo"; this.panTuo.Size = new System.Drawing.Size(276, 100); this.panTuo.TabIndex = 0; @@ -116,11 +140,36 @@ // // panelControl1 // + this.panelControl1.Controls.Add(this.panelControl2); this.panelControl1.Controls.Add(this.panTuo); this.panelControl1.Location = new System.Drawing.Point(46, 69); this.panelControl1.Name = "panelControl1"; this.panelControl1.Size = new System.Drawing.Size(482, 310); this.panelControl1.TabIndex = 4; + // + // panelControl2 + // + this.panelControl2.Controls.Add(this.textEdit2); + this.panelControl2.Controls.Add(this.labelControl2); + this.panelControl2.Location = new System.Drawing.Point(56, 159); + this.panelControl2.Name = "panelControl2"; + this.panelControl2.Size = new System.Drawing.Size(276, 100); + this.panelControl2.TabIndex = 1; + // + // textEdit2 + // + this.textEdit2.Location = new System.Drawing.Point(108, 26); + this.textEdit2.Name = "textEdit2"; + this.textEdit2.Size = new System.Drawing.Size(125, 24); + this.textEdit2.TabIndex = 1; + // + // labelControl2 + // + this.labelControl2.Location = new System.Drawing.Point(20, 34); + this.labelControl2.Name = "labelControl2"; + this.labelControl2.Size = new System.Drawing.Size(81, 18); + this.labelControl2.TabIndex = 0; + this.labelControl2.Text = "labelControl2"; // // lbMsg // @@ -129,24 +178,6 @@ this.lbMsg.Size = new System.Drawing.Size(81, 18); this.lbMsg.TabIndex = 5; this.lbMsg.Text = "labelControl2"; - // - // dockPanel1 - // - 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"; - // - // dockPanel1_Container - // - 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; // // XtraForm1 // @@ -160,13 +191,17 @@ this.Text = "XtraForm1"; ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).EndInit(); this.dockPanel6.ResumeLayout(false); + this.dockPanel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.panTuo)).EndInit(); this.panTuo.ResumeLayout(false); this.panTuo.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); - this.dockPanel1.ResumeLayout(false); + ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit(); + this.panelControl2.ResumeLayout(false); + this.panelControl2.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.textEdit2.Properties)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); @@ -183,5 +218,8 @@ private DevExpress.XtraEditors.LabelControl lbMsg; private DevExpress.XtraBars.Docking.DockPanel dockPanel1; private DevExpress.XtraBars.Docking.ControlContainer dockPanel1_Container; + private DevExpress.XtraEditors.PanelControl panelControl2; + private DevExpress.XtraEditors.TextEdit textEdit2; + private DevExpress.XtraEditors.LabelControl labelControl2; } } \ No newline at end of file -- Gitblit v1.9.3