Files
cyf ab56a9bcf7 基线 SVN r240
SVN-Revision: r240
2025-02-06 06:46:06 +00:00

59 lines
1.8 KiB
C#

namespace PictureComp
{
partial class control_Text
{
/// <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.lable_sign = new DevExpress.XtraEditors.LabelControl();
this.SuspendLayout();
//
// lable_sign
//
this.lable_sign.Location = new System.Drawing.Point(3, 30);
this.lable_sign.Name = "lable_sign";
this.lable_sign.Size = new System.Drawing.Size(70, 14);
this.lable_sign.TabIndex = 0;
this.lable_sign.Text = "labelControl1";
//
// control_Text
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.lable_sign);
this.Name = "control_Text";
this.Size = new System.Drawing.Size(149, 106);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private DevExpress.XtraEditors.LabelControl lable_sign;
}
}