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