lu
2025-10-13 70c49ce94352ea6097b5de48536e81b1b96682e5
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
namespace Gs.DevApp.UserControl
{
    partial class UcBtnPrint
    {
        /// <summary> 
        /// Required designer variable.
        /// </summary>
        private System.ComponentModel.IContainer components = null;
 
        /// <summary> 
        /// Clean up any resources being used.
        /// </summary>
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }
 
        #region Component Designer generated code
 
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UcBtnPrint));
            DevExpress.XtraLayout.ColumnDefinition columnDefinition1 = new DevExpress.XtraLayout.ColumnDefinition();
            DevExpress.XtraLayout.ColumnDefinition columnDefinition2 = new DevExpress.XtraLayout.ColumnDefinition();
            DevExpress.XtraLayout.ColumnDefinition columnDefinition3 = 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.btnZhiJie = new DevExpress.XtraEditors.SimpleButton();
            this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
            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.lay2)).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.Controls.Add(this.btnZhiJie);
            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);
            this.layoutControl2.Name = "layoutControl2";
            this.layoutControl2.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(602, 323, 812, 500);
            this.layoutControl2.Padding = new System.Windows.Forms.Padding(0, 1, 0, 0);
            this.layoutControl2.Root = this.layoutControlGroup1;
            this.layoutControl2.Size = new System.Drawing.Size(382, 34);
            this.layoutControl2.TabIndex = 6;
            this.layoutControl2.Text = "layoutControl2";
            // 
            // btnPrint
            // 
            this.btnPrint.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnPrint.ImageOptions.Image")));
            this.btnPrint.Location = new System.Drawing.Point(127, 2);
            this.btnPrint.Margin = new System.Windows.Forms.Padding(10, 0, 0, 0);
            this.btnPrint.Name = "btnPrint";
            this.btnPrint.Size = new System.Drawing.Size(127, 27);
            this.btnPrint.StyleController = this.layoutControl2;
            this.btnPrint.TabIndex = 3;
            this.btnPrint.Text = "预览打印";
            // 
            // btnAll
            // 
            this.btnAll.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.refreshpivottable_16x16;
            this.btnAll.Location = new System.Drawing.Point(254, 2);
            this.btnAll.Name = "btnAll";
            this.btnAll.Size = new System.Drawing.Size(128, 27);
            this.btnAll.StyleController = this.layoutControl2;
            this.btnAll.TabIndex = 4;
            this.btnAll.Text = "批量操作";
            // 
            // btnZhiJie
            // 
            this.btnZhiJie.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.printernetwork_16x16;
            this.btnZhiJie.Location = new System.Drawing.Point(0, 2);
            this.btnZhiJie.Name = "btnZhiJie";
            this.btnZhiJie.Size = new System.Drawing.Size(127, 27);
            this.btnZhiJie.StyleController = this.layoutControl2;
            this.btnZhiJie.TabIndex = 5;
            this.btnZhiJie.Text = "直接打印";
            // 
            // layoutControlGroup1
            // 
            this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
            this.layoutControlGroup1.GroupBordersVisible = false;
            this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.lay2,
            this.lay1,
            this.lay3});
            this.layoutControlGroup1.LayoutMode = DevExpress.XtraLayout.Utils.LayoutMode.Table;
            this.layoutControlGroup1.Name = "Root";
            columnDefinition1.SizeType = System.Windows.Forms.SizeType.Percent;
            columnDefinition1.Width = 100D;
            columnDefinition2.SizeType = System.Windows.Forms.SizeType.Percent;
            columnDefinition2.Width = 100D;
            columnDefinition3.SizeType = System.Windows.Forms.SizeType.Percent;
            columnDefinition3.Width = 100D;
            this.layoutControlGroup1.OptionsTableLayoutGroup.ColumnDefinitions.AddRange(new DevExpress.XtraLayout.ColumnDefinition[] {
            columnDefinition1,
            columnDefinition2,
            columnDefinition3});
            rowDefinition1.Height = 100D;
            rowDefinition1.SizeType = System.Windows.Forms.SizeType.Percent;
            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(382, 34);
            this.layoutControlGroup1.TextVisible = false;
            // 
            // lay2
            // 
            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
            // 
            this.lay1.Control = this.btnPrint;
            this.lay1.Location = new System.Drawing.Point(127, 0);
            this.lay1.Name = "lay1";
            this.lay1.OptionsTableLayoutItem.ColumnIndex = 1;
            this.lay1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            this.lay1.Size = new System.Drawing.Size(127, 32);
            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(254, 0);
            this.lay3.Name = "lay3";
            this.lay3.OptionsTableLayoutItem.ColumnIndex = 2;
            this.lay3.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            this.lay3.Size = new System.Drawing.Size(128, 32);
            this.lay3.Text = "批量操作";
            this.lay3.TextSize = new System.Drawing.Size(0, 0);
            this.lay3.TextVisible = false;
            // 
            // UcBtnPrint
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.layoutControl2);
            this.Margin = new System.Windows.Forms.Padding(0);
            this.Name = "UcBtnPrint";
            this.Size = new System.Drawing.Size(382, 34);
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl2)).EndInit();
            this.layoutControl2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lay2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lay1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lay3)).EndInit();
            this.ResumeLayout(false);
 
        }
 
        #endregion
 
        private DevExpress.XtraEditors.SimpleButton btnPrint;
        private DevExpress.XtraLayout.LayoutControl layoutControl2;
        private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
        private DevExpress.XtraEditors.SimpleButton btnAll;
        private DevExpress.XtraEditors.SimpleButton btnZhiJie;
        private DevExpress.XtraLayout.LayoutControlItem lay2;
        private DevExpress.XtraLayout.LayoutControlItem lay1;
        private DevExpress.XtraLayout.LayoutControlItem lay3;
    }
}