You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
114 lines
4.9 KiB
114 lines
4.9 KiB
namespace CK.SCP.Common
|
|
{
|
|
partial class CktTextBox
|
|
{
|
|
/// <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.Lbl = new DevComponents.DotNetBar.LabelX();
|
|
this.txtValue = new DevComponents.DotNetBar.Controls.TextBoxX();
|
|
this.lblRear = new DevComponents.DotNetBar.LabelX();
|
|
this.SuspendLayout();
|
|
//
|
|
// Lbl
|
|
//
|
|
//
|
|
//
|
|
//
|
|
this.Lbl.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
this.Lbl.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.Lbl.Location = new System.Drawing.Point(0, 0);
|
|
this.Lbl.Margin = new System.Windows.Forms.Padding(2);
|
|
this.Lbl.Name = "Lbl";
|
|
this.Lbl.Size = new System.Drawing.Size(80, 24);
|
|
this.Lbl.TabIndex = 0;
|
|
this.Lbl.Text = "标签";
|
|
this.Lbl.TextAlignment = System.Drawing.StringAlignment.Far;
|
|
//
|
|
// txtValue
|
|
//
|
|
this.txtValue.BackColor = System.Drawing.Color.White;
|
|
//
|
|
//
|
|
//
|
|
this.txtValue.Border.Class = "TextBoxBorder";
|
|
this.txtValue.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
this.txtValue.ButtonCustom.Text = "...";
|
|
this.txtValue.DisabledBackColor = System.Drawing.Color.LightGray;
|
|
this.txtValue.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.txtValue.FocusHighlightColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
|
|
this.txtValue.FocusHighlightEnabled = true;
|
|
this.txtValue.ForeColor = System.Drawing.Color.Black;
|
|
this.txtValue.Location = new System.Drawing.Point(80, 0);
|
|
this.txtValue.Margin = new System.Windows.Forms.Padding(2);
|
|
this.txtValue.Name = "txtValue";
|
|
this.txtValue.PreventEnterBeep = true;
|
|
this.txtValue.Size = new System.Drawing.Size(120, 21);
|
|
this.txtValue.TabIndex = 1;
|
|
this.txtValue.WatermarkColor = System.Drawing.Color.Silver;
|
|
this.txtValue.ButtonCustomClick += new System.EventHandler(this.txtValue_ButtonCustomClick);
|
|
this.txtValue.TextChanged += new System.EventHandler(this.txtValue_TextChanged);
|
|
this.txtValue.DoubleClick += new System.EventHandler(this.txtValue_DoubleClick);
|
|
this.txtValue.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtValue_KeyPress);
|
|
//
|
|
// lblRear
|
|
//
|
|
//
|
|
//
|
|
//
|
|
this.lblRear.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
this.lblRear.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.lblRear.Location = new System.Drawing.Point(200, 0);
|
|
this.lblRear.Margin = new System.Windows.Forms.Padding(2);
|
|
this.lblRear.Name = "lblRear";
|
|
this.lblRear.Size = new System.Drawing.Size(40, 24);
|
|
this.lblRear.TabIndex = 2;
|
|
this.lblRear.TextAlignment = System.Drawing.StringAlignment.Far;
|
|
this.lblRear.Visible = false;
|
|
//
|
|
// CktTextBox
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
this.BackColor = System.Drawing.Color.Transparent;
|
|
this.Controls.Add(this.txtValue);
|
|
this.Controls.Add(this.Lbl);
|
|
this.Controls.Add(this.lblRear);
|
|
this.Margin = new System.Windows.Forms.Padding(2);
|
|
this.Name = "CktTextBox";
|
|
this.Size = new System.Drawing.Size(240, 24);
|
|
this.SizeChanged += new System.EventHandler(this.UcLabelTextBox_SizeChanged);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevComponents.DotNetBar.LabelX Lbl;
|
|
private DevComponents.DotNetBar.Controls.TextBoxX txtValue;
|
|
private DevComponents.DotNetBar.LabelX lblRear;
|
|
}
|
|
}
|
|
|