From 70c49ce94352ea6097b5de48536e81b1b96682e5 Mon Sep 17 00:00:00 2001
From: lu <123456>
Date: 星期一, 13 十月 2025 21:29:26 +0800
Subject: [PATCH] 打印
---
DevApp/Gs.DevApp/UserControl/UcBtnPrint.Designer.cs | 28 ++++++++++++++--------------
1 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/DevApp/Gs.DevApp/UserControl/UcBtnPrint.Designer.cs b/DevApp/Gs.DevApp/UserControl/UcBtnPrint.Designer.cs
index ee7481e..c788131 100644
--- a/DevApp/Gs.DevApp/UserControl/UcBtnPrint.Designer.cs
+++ b/DevApp/Gs.DevApp/UserControl/UcBtnPrint.Designer.cs
@@ -38,13 +38,13 @@
this.btnAll = new DevExpress.XtraEditors.SimpleButton();
this.btnZhiJie = new DevExpress.XtraEditors.SimpleButton();
this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
- this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.lay2 = new DevExpress.XtraLayout.LayoutControlItem();
this.lay1 = new DevExpress.XtraLayout.LayoutControlItem();
this.lay3 = new DevExpress.XtraLayout.LayoutControlItem();
((System.ComponentModel.ISupportInitialize)(this.layoutControl2)).BeginInit();
this.layoutControl2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.lay2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.lay1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.lay3)).BeginInit();
this.SuspendLayout();
@@ -101,7 +101,7 @@
this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
this.layoutControlGroup1.GroupBordersVisible = false;
this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
- this.layoutControlItem1,
+ this.lay2,
this.lay1,
this.lay3});
this.layoutControlGroup1.LayoutMode = DevExpress.XtraLayout.Utils.LayoutMode.Table;
@@ -124,16 +124,16 @@
this.layoutControlGroup1.Size = new System.Drawing.Size(382, 34);
this.layoutControlGroup1.TextVisible = false;
//
- // layoutControlItem1
+ // lay2
//
- this.layoutControlItem1.Control = this.btnZhiJie;
- this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
- this.layoutControlItem1.Name = "layoutControlItem1";
- this.layoutControlItem1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
- this.layoutControlItem1.Size = new System.Drawing.Size(127, 32);
- this.layoutControlItem1.Text = "鐩存帴鎵撳嵃";
- this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
- this.layoutControlItem1.TextVisible = false;
+ this.lay2.Control = this.btnZhiJie;
+ this.lay2.Location = new System.Drawing.Point(0, 0);
+ this.lay2.Name = "lay2";
+ this.lay2.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
+ this.lay2.Size = new System.Drawing.Size(127, 32);
+ this.lay2.Text = "鐩存帴鎵撳嵃";
+ this.lay2.TextSize = new System.Drawing.Size(0, 0);
+ this.lay2.TextVisible = false;
//
// lay1
//
@@ -170,7 +170,7 @@
((System.ComponentModel.ISupportInitialize)(this.layoutControl2)).EndInit();
this.layoutControl2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.lay2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.lay1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.lay3)).EndInit();
this.ResumeLayout(false);
@@ -184,7 +184,7 @@
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
private DevExpress.XtraEditors.SimpleButton btnAll;
private DevExpress.XtraEditors.SimpleButton btnZhiJie;
- private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
+ private DevExpress.XtraLayout.LayoutControlItem lay2;
private DevExpress.XtraLayout.LayoutControlItem lay1;
private DevExpress.XtraLayout.LayoutControlItem lay3;
}
--
Gitblit v1.9.3