cnf
2025-11-06 50863ec3601b9fabcc6952357b1ec1064c090750
DevApp/Gs.DevApp/UserControl/UcBtnPrintOne.Designer.cs
@@ -28,22 +28,27 @@
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UcBtnPrintOne));
            DevExpress.XtraLayout.ColumnDefinition columnDefinition1 = new DevExpress.XtraLayout.ColumnDefinition();
            DevExpress.XtraLayout.ColumnDefinition columnDefinition2 = new DevExpress.XtraLayout.ColumnDefinition();
            DevExpress.XtraLayout.RowDefinition rowDefinition1 = new DevExpress.XtraLayout.RowDefinition();
            this.layoutControl2 = new DevExpress.XtraLayout.LayoutControl();
            this.btnPrint = new DevExpress.XtraEditors.SimpleButton();
            this.btnAll = new DevExpress.XtraEditors.SimpleButton();
            this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
            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.lay1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lay3)).BeginInit();
            this.SuspendLayout();
            // 
            // layoutControl2
            // 
            this.layoutControl2.Controls.Add(this.btnPrint);
            this.layoutControl2.Controls.Add(this.btnAll);
            this.layoutControl2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.layoutControl2.Location = new System.Drawing.Point(0, 0);
            this.layoutControl2.Margin = new System.Windows.Forms.Padding(0);
@@ -61,17 +66,28 @@
            this.btnPrint.Location = new System.Drawing.Point(0, 2);
            this.btnPrint.Margin = new System.Windows.Forms.Padding(9, 0, 0, 0);
            this.btnPrint.Name = "btnPrint";
            this.btnPrint.Size = new System.Drawing.Size(114, 22);
            this.btnPrint.Size = new System.Drawing.Size(105, 22);
            this.btnPrint.StyleController = this.layoutControl2;
            this.btnPrint.TabIndex = 3;
            this.btnPrint.Text = "一键打印";
            //
            // btnAll
            //
            this.btnAll.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnAll.ImageOptions.Image")));
            this.btnAll.Location = new System.Drawing.Point(107, 4);
            this.btnAll.Name = "btnAll";
            this.btnAll.Size = new System.Drawing.Size(102, 22);
            this.btnAll.StyleController = this.layoutControl2;
            this.btnAll.TabIndex = 3;
            this.btnAll.Text = "批量操作2";
            // 
            // layoutControlGroup1
            // 
            this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
            this.layoutControlGroup1.GroupBordersVisible = false;
            this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.lay1});
            this.lay1,
            this.lay3});
            this.layoutControlGroup1.LayoutMode = DevExpress.XtraLayout.Utils.LayoutMode.Table;
            this.layoutControlGroup1.Name = "Root";
            columnDefinition1.SizeType = System.Windows.Forms.SizeType.Percent;
@@ -86,7 +102,7 @@
            this.layoutControlGroup1.OptionsTableLayoutGroup.RowDefinitions.AddRange(new DevExpress.XtraLayout.RowDefinition[] {
            rowDefinition1});
            this.layoutControlGroup1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 2, 0);
            this.layoutControlGroup1.Size = new System.Drawing.Size(228, 26);
            this.layoutControlGroup1.Size = new System.Drawing.Size(211, 28);
            this.layoutControlGroup1.TextVisible = false;
            // 
            // lay1
@@ -95,10 +111,20 @@
            this.lay1.Location = new System.Drawing.Point(0, 0);
            this.lay1.Name = "lay1";
            this.lay1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            this.lay1.Size = new System.Drawing.Size(114, 24);
            this.lay1.Size = new System.Drawing.Size(105, 26);
            this.lay1.Text = "确定打印";
            this.lay1.TextSize = new System.Drawing.Size(0, 0);
            this.lay1.TextVisible = false;
            //
            // lay3
            //
            this.lay3.Control = this.btnAll;
            this.lay3.Location = new System.Drawing.Point(105, 0);
            this.lay3.Name = "lay3";
            this.lay3.OptionsTableLayoutItem.ColumnIndex = 1;
            this.lay3.Size = new System.Drawing.Size(106, 26);
            this.lay3.TextSize = new System.Drawing.Size(0, 0);
            this.lay3.TextVisible = false;
            // 
            // UcBtnPrintOne
            // 
@@ -112,6 +138,7 @@
            this.layoutControl2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lay1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lay3)).EndInit();
            this.ResumeLayout(false);
        }
@@ -122,5 +149,7 @@
        private DevExpress.XtraLayout.LayoutControl layoutControl2;
        private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
        private DevExpress.XtraLayout.LayoutControlItem lay1;
        private DevExpress.XtraEditors.SimpleButton btnAll;
        private DevExpress.XtraLayout.LayoutControlItem lay3;
    }
}