啊鑫
2024-07-09 0552fcc8cb73fc3021e2915129f55a42ed3f20e5
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
 
namespace GSBase.Control
{
    partial class AdvButtonText
    {
        /// <summary> 
        /// 必需的设计器变量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;
 
        /// <summary> 
        /// 清理所有正在使用的资源。
        /// </summary>
        /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }
 
        #region 组件设计器生成的代码
 
        /// <summary> 
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.lbCaption = new DevExpress.XtraEditors.LabelControl();
            this.lbRemark = new DevExpress.XtraEditors.LabelControl();
            this.textEdit = new DevExpress.XtraEditors.TextEdit();
            this.btnButton = new DevExpress.XtraEditors.SimpleButton();
            ((System.ComponentModel.ISupportInitialize)(this.textEdit.Properties)).BeginInit();
            this.SuspendLayout();
            // 
            // lbCaption
            // 
            this.lbCaption.Appearance.BackColor = System.Drawing.Color.Transparent;
            this.lbCaption.Appearance.Options.UseBackColor = true;
            this.lbCaption.Appearance.Options.UseTextOptions = true;
            this.lbCaption.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
            this.lbCaption.Location = new System.Drawing.Point(0, 5);
            this.lbCaption.Margin = new System.Windows.Forms.Padding(1);
            this.lbCaption.Name = "lbCaption";
            this.lbCaption.Padding = new System.Windows.Forms.Padding(1);
            this.lbCaption.Size = new System.Drawing.Size(50, 20);
            this.lbCaption.TabIndex = 1;
            this.lbCaption.Text = "Caption";
            // 
            // lbRemark
            // 
            this.lbRemark.Appearance.BackColor = System.Drawing.Color.Transparent;
            this.lbRemark.Appearance.Options.UseBackColor = true;
            this.lbRemark.Location = new System.Drawing.Point(210, 5);
            this.lbRemark.Margin = new System.Windows.Forms.Padding(1);
            this.lbRemark.Name = "lbRemark";
            this.lbRemark.Padding = new System.Windows.Forms.Padding(1);
            this.lbRemark.Size = new System.Drawing.Size(53, 20);
            this.lbRemark.TabIndex = 3;
            this.lbRemark.Text = "Remark";
            // 
            // textEdit
            // 
            this.textEdit.Location = new System.Drawing.Point(64, 1);
            this.textEdit.Margin = new System.Windows.Forms.Padding(1);
            this.textEdit.Name = "textEdit";
            this.textEdit.Size = new System.Drawing.Size(113, 24);
            this.textEdit.TabIndex = 0;
            // 
            // btnButton
            // 
            this.btnButton.Appearance.Options.UseTextOptions = true;
            this.btnButton.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.btnButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
            this.btnButton.ImageOptions.Location = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
            this.btnButton.Location = new System.Drawing.Point(179, 2);
            this.btnButton.Margin = new System.Windows.Forms.Padding(1);
            this.btnButton.Name = "btnButton";
            this.btnButton.Padding = new System.Windows.Forms.Padding(1);
            this.btnButton.Size = new System.Drawing.Size(26, 24);
            this.btnButton.TabIndex = 2;
            this.btnButton.Text = "…";
            // 
            // AdvButtonText
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.AutoSize = true;
            this.BackColor = System.Drawing.Color.Transparent;
            this.Controls.Add(this.btnButton);
            this.Controls.Add(this.textEdit);
            this.Controls.Add(this.lbCaption);
            this.Controls.Add(this.lbRemark);
            this.Margin = new System.Windows.Forms.Padding(1);
            this.Name = "AdvButtonText";
            this.Size = new System.Drawing.Size(282, 27);
            ((System.ComponentModel.ISupportInitialize)(this.textEdit.Properties)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();
 
        }
 
        #endregion
 
        /// <summary>
        /// 组件标签
        /// </summary>
        public DevExpress.XtraEditors.LabelControl lbCaption;
 
        /// <summary>
        /// 文本框
        /// </summary>
        public DevExpress.XtraEditors.TextEdit textEdit;
 
        /// <summary>
        /// 备注
        /// </summary>
        public DevExpress.XtraEditors.LabelControl lbRemark;
        public DevExpress.XtraEditors.SimpleButton btnButton;
    }
}