wbc
2025-11-13 03302e55e6a3c830ea310b1ec63e0e2e48985e2e
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
namespace Gs.DevApp.UserControl
{
    partial class UcPrintPanel
    {
        /// <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()
        {
            this.layoutMain = new DevExpress.XtraLayout.LayoutControl();
            this.ucBtnPrint1 = new Gs.DevApp.UserControl.UcBtnPrint();
            this.layoutGroup = new DevExpress.XtraLayout.LayoutControlGroup();
            this.layPrint = new DevExpress.XtraLayout.LayoutControlItem();
            this.colDef1 = new DevExpress.XtraLayout.ColumnDefinition();
            this.rowDef1 = new DevExpress.XtraLayout.RowDefinition();
            ((System.ComponentModel.ISupportInitialize)(this.layoutMain)).BeginInit();
            this.layoutMain.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.layoutGroup)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layPrint)).BeginInit();
            this.SuspendLayout();
            // 
            // layoutMain
            // 
            this.layoutMain.Controls.Add(this.ucBtnPrint1);
            this.layoutMain.Dock = System.Windows.Forms.DockStyle.Fill;
            this.layoutMain.Location = new System.Drawing.Point(0, 0);
            this.layoutMain.Margin = new System.Windows.Forms.Padding(0);
            this.layoutMain.Name = "layoutMain";
            this.layoutMain.Root = this.layoutGroup;
            this.layoutMain.Size = new System.Drawing.Size(261, 34);
            this.layoutMain.TabIndex = 0;
            this.layoutMain.Text = "layoutMain";
            // 
            // ucBtnPrint1
            // 
            this.ucBtnPrint1.Location = new System.Drawing.Point(0, 0);
            this.ucBtnPrint1.Margin = new System.Windows.Forms.Padding(0);
            this.ucBtnPrint1.Name = "ucBtnPrint1";
            this.ucBtnPrint1.Size = new System.Drawing.Size(261, 34);
            this.ucBtnPrint1.TabIndex = 0;
            // 
            // layoutGroup
            // 
            this.layoutGroup.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
            this.layoutGroup.GroupBordersVisible = false;
            this.layoutGroup.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.layPrint});
            this.layoutGroup.LayoutMode = DevExpress.XtraLayout.Utils.LayoutMode.Table;
            this.layoutGroup.Name = "Root";
            this.colDef1.SizeType = System.Windows.Forms.SizeType.Percent;
            this.colDef1.Width = 100D;
            this.layoutGroup.OptionsTableLayoutGroup.ColumnDefinitions.AddRange(new DevExpress.XtraLayout.ColumnDefinition[] {
            this.colDef1});
            this.rowDef1.SizeType = System.Windows.Forms.SizeType.Percent;
            this.rowDef1.Height = 100D;
            this.layoutGroup.OptionsTableLayoutGroup.RowDefinitions.AddRange(new DevExpress.XtraLayout.RowDefinition[] {
            this.rowDef1});
            this.layoutGroup.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            this.layoutGroup.Size = new System.Drawing.Size(261, 34);
            this.layoutGroup.TextVisible = false;
            // 
            // layPrint
            // 
            this.layPrint.Control = this.ucBtnPrint1;
            this.layPrint.Location = new System.Drawing.Point(0, 0);
            this.layPrint.Name = "layPrint";
            this.layPrint.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            this.layPrint.Size = new System.Drawing.Size(261, 34);
            this.layPrint.TextSize = new System.Drawing.Size(0, 0);
            this.layPrint.TextVisible = false;
            // 
            // UcPrintPanel
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.layoutMain);
            this.Name = "UcPrintPanel";
            this.Size = new System.Drawing.Size(261, 34);
            ((System.ComponentModel.ISupportInitialize)(this.layoutMain)).EndInit();
            this.layoutMain.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.layoutGroup)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layPrint)).EndInit();
            this.ResumeLayout(false);
 
        }
 
        #endregion
 
        private DevExpress.XtraLayout.LayoutControl layoutMain;
        private DevExpress.XtraLayout.LayoutControlGroup layoutGroup;
        private Gs.DevApp.UserControl.UcBtnPrint ucBtnPrint1;
        private DevExpress.XtraLayout.LayoutControlItem layPrint;
        private DevExpress.XtraLayout.ColumnDefinition colDef1;
        private DevExpress.XtraLayout.RowDefinition rowDef1;
    }
}