From 88f69448fd3fb65d437c0b258ea93a3055017abd Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期四, 27 二月 2025 13:39:26 +0800
Subject: [PATCH] 退货申请
---
DevApp/Gs.DevApp/DevFrm/XtraForm1.Designer.cs | 175 +++++++++++++---------------------------------------------
1 files changed, 39 insertions(+), 136 deletions(-)
diff --git a/DevApp/Gs.DevApp/DevFrm/XtraForm1.Designer.cs b/DevApp/Gs.DevApp/DevFrm/XtraForm1.Designer.cs
index 7f7335c..ddee06c 100644
--- a/DevApp/Gs.DevApp/DevFrm/XtraForm1.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/XtraForm1.Designer.cs
@@ -28,160 +28,63 @@
/// </summary>
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();
- 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();
- ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
- this.panelControl1.SuspendLayout();
- this.dockPanel1.SuspendLayout();
+ this.panel1 = new System.Windows.Forms.Panel();
+ this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
+ this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
+ this.panel1.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
this.SuspendLayout();
//
- // dockManager1
+ // panel1
//
- 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"});
+ this.panel1.Controls.Add(this.layoutControl1);
+ this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
+ this.panel1.Location = new System.Drawing.Point(0, 0);
+ this.panel1.Name = "panel1";
+ this.panel1.Size = new System.Drawing.Size(1057, 392);
+ this.panel1.TabIndex = 0;
//
- // dockPanel6
+ // layoutControl1
//
- 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.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.layoutControl1.Location = new System.Drawing.Point(0, 0);
+ this.layoutControl1.Name = "layoutControl1";
+ this.layoutControl1.Root = this.Root;
+ this.layoutControl1.Size = new System.Drawing.Size(1057, 392);
+ this.layoutControl1.TabIndex = 0;
+ this.layoutControl1.Text = "layoutControl1";
//
- // dockPanel6_Container
+ // Root
//
- 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;
- //
- // panTuo
- //
- 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;
- //
- // textEdit1
- //
- 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;
- //
- // labelControl1
- //
- 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";
- //
- // panelControl1
- //
- 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;
- //
- // lbMsg
- //
- 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";
- //
- // 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;
+ this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
+ this.Root.GroupBordersVisible = false;
+ this.Root.Name = "Root";
+ this.Root.OptionsCustomization.AllowDrag = DevExpress.XtraLayout.ItemDragDropMode.Allow;
+ this.Root.OptionsCustomization.AllowDrop = DevExpress.XtraLayout.ItemDragDropMode.Allow;
+ this.Root.Size = new System.Drawing.Size(1057, 392);
+ this.Root.TextVisible = false;
//
// 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.panel1);
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();
- ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
- this.panelControl1.ResumeLayout(false);
- this.dockPanel1.ResumeLayout(false);
+ this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
+ this.panel1.ResumeLayout(false);
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.Root)).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.XtraEditors.PanelControl panelControl1;
- private DevExpress.XtraEditors.LabelControl lbMsg;
- private DevExpress.XtraBars.Docking.DockPanel dockPanel1;
- private DevExpress.XtraBars.Docking.ControlContainer dockPanel1_Container;
+
+ private System.Windows.Forms.Panel panel1;
+ private DevExpress.XtraLayout.LayoutControl layoutControl1;
+ private DevExpress.XtraLayout.LayoutControlGroup Root;
}
}
\ No newline at end of file
--
Gitblit v1.9.3