tx
2025-04-09 fa7510e1ed63df0366787fa4ed1b3db6426d2b46
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
namespace TProduct.WinFrmUI.TestBench
{
    partial class AddressTextBox
    {
        /// <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.checkEdit16 = new DevExpress.XtraEditors.CheckEdit();
            this.txtAddress = new DevExpress.XtraEditors.TextEdit();
            this.labelControl16 = new DevExpress.XtraEditors.LabelControl();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit16.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtAddress.Properties)).BeginInit();
            this.SuspendLayout();
            // 
            // checkEdit16
            // 
            this.checkEdit16.Dock = System.Windows.Forms.DockStyle.Left;
            this.checkEdit16.Location = new System.Drawing.Point(0, 0);
            this.checkEdit16.Name = "checkEdit16";
            this.checkEdit16.Properties.Caption = "16进制";
            this.checkEdit16.Size = new System.Drawing.Size(62, 24);
            this.checkEdit16.TabIndex = 1;
            this.checkEdit16.CheckedChanged += new System.EventHandler(this.checkEdit16_CheckedChanged);
            // 
            // txtAddress
            // 
            this.txtAddress.Dock = System.Windows.Forms.DockStyle.Fill;
            this.txtAddress.Location = new System.Drawing.Point(62, 0);
            this.txtAddress.Margin = new System.Windows.Forms.Padding(0);
            this.txtAddress.MaximumSize = new System.Drawing.Size(0, 23);
            this.txtAddress.MinimumSize = new System.Drawing.Size(0, 23);
            this.txtAddress.Name = "txtAddress";
            this.txtAddress.Properties.Appearance.Options.UseTextOptions = true;
            this.txtAddress.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.txtAddress.Properties.AppearanceFocused.Options.UseTextOptions = true;
            this.txtAddress.Properties.AppearanceFocused.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.txtAddress.Size = new System.Drawing.Size(257, 23);
            this.txtAddress.TabIndex = 2;
            this.txtAddress.EditValueChanging += new DevExpress.XtraEditors.Controls.ChangingEventHandler(this.txtAddress_EditValueChanging);
            // 
            // labelControl16
            // 
            this.labelControl16.Dock = System.Windows.Forms.DockStyle.Right;
            this.labelControl16.Location = new System.Drawing.Point(319, 0);
            this.labelControl16.MaximumSize = new System.Drawing.Size(40, 0);
            this.labelControl16.MinimumSize = new System.Drawing.Size(40, 0);
            this.labelControl16.Name = "labelControl16";
            this.labelControl16.Padding = new System.Windows.Forms.Padding(0, 6, 0, 0);
            this.labelControl16.Size = new System.Drawing.Size(40, 20);
            this.labelControl16.TabIndex = 3;
            this.labelControl16.Text = " ";
            // 
            // AddressTextBox
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.txtAddress);
            this.Controls.Add(this.checkEdit16);
            this.Controls.Add(this.labelControl16);
            this.Margin = new System.Windows.Forms.Padding(0);
            this.Name = "AddressTextBox";
            this.Size = new System.Drawing.Size(359, 24);
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit16.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtAddress.Properties)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();
 
        }
 
        #endregion
 
        private DevExpress.XtraEditors.CheckEdit checkEdit16;
        private DevExpress.XtraEditors.TextEdit txtAddress;
        private DevExpress.XtraEditors.LabelControl labelControl16;
    }
}