ab56a9bcf7
SVN-Revision: r240
80 lines
3.3 KiB
C#
80 lines
3.3 KiB
C#
namespace Lskj.BsMes.Controls
|
|
{
|
|
partial class LabelTextBoxEdit
|
|
{
|
|
/// <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.imageLabel = new DevExpress.XtraEditors.LabelControl();
|
|
this.textBoxEdit = new DevExpress.XtraEditors.TextEdit();
|
|
((System.ComponentModel.ISupportInitialize)(this.textBoxEdit.Properties)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// imageLabel
|
|
//
|
|
this.imageLabel.Appearance.BackColor = System.Drawing.Color.Transparent;
|
|
this.imageLabel.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
|
|
this.imageLabel.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.imageLabel.Location = new System.Drawing.Point(0, 0);
|
|
this.imageLabel.Name = "imageLabel";
|
|
this.imageLabel.Size = new System.Drawing.Size(50, 50);
|
|
this.imageLabel.TabIndex = 1;
|
|
//
|
|
// textBoxEdit
|
|
//
|
|
this.textBoxEdit.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.textBoxEdit.Location = new System.Drawing.Point(50, 0);
|
|
this.textBoxEdit.Name = "textBoxEdit";
|
|
this.textBoxEdit.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
|
|
this.textBoxEdit.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 14F);
|
|
this.textBoxEdit.Properties.Appearance.Options.UseBackColor = true;
|
|
this.textBoxEdit.Properties.Appearance.Options.UseFont = true;
|
|
this.textBoxEdit.Properties.AutoHeight = false;
|
|
this.textBoxEdit.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.textBoxEdit.Size = new System.Drawing.Size(300, 50);
|
|
this.textBoxEdit.TabIndex = 3;
|
|
//
|
|
// LabelTextBoxEdit
|
|
//
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
|
this.BackColor = System.Drawing.Color.Transparent;
|
|
this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.Controls.Add(this.textBoxEdit);
|
|
this.Controls.Add(this.imageLabel);
|
|
this.Name = "LabelTextBoxEdit";
|
|
this.Size = new System.Drawing.Size(350, 50);
|
|
((System.ComponentModel.ISupportInitialize)(this.textBoxEdit.Properties)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.XtraEditors.LabelControl imageLabel;
|
|
private DevExpress.XtraEditors.TextEdit textBoxEdit;
|
|
}
|
|
}
|