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;
|
}
|
}
|