73 lines
2.6 KiB
C#
73 lines
2.6 KiB
C#
namespace ControlLib.com
|
|
{
|
|
partial class SingleSelecter
|
|
{
|
|
/// <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.chkInfo = new System.Windows.Forms.CheckBox();
|
|
this.lblFromUser = new System.Windows.Forms.Label();
|
|
this.SuspendLayout();
|
|
//
|
|
// chkInfo
|
|
//
|
|
this.chkInfo.AutoSize = true;
|
|
this.chkInfo.Location = new System.Drawing.Point(3, 15);
|
|
this.chkInfo.Name = "chkInfo";
|
|
this.chkInfo.Size = new System.Drawing.Size(15, 14);
|
|
this.chkInfo.TabIndex = 0;
|
|
this.chkInfo.UseVisualStyleBackColor = true;
|
|
//
|
|
// lblFromUser
|
|
//
|
|
this.lblFromUser.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.lblFromUser.Location = new System.Drawing.Point(24, 0);
|
|
this.lblFromUser.Name = "lblFromUser";
|
|
this.lblFromUser.Size = new System.Drawing.Size(376, 43);
|
|
this.lblFromUser.TabIndex = 5;
|
|
this.lblFromUser.Click += new System.EventHandler(this.lblFromUser_Click);
|
|
//
|
|
// SingleSelecter
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.lblFromUser);
|
|
this.Controls.Add(this.chkInfo);
|
|
this.Name = "SingleSelecter";
|
|
this.Size = new System.Drawing.Size(400, 50);
|
|
this.Load += new System.EventHandler(this.SingleSelecter_Load);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.CheckBox chkInfo;
|
|
private System.Windows.Forms.Label lblFromUser;
|
|
}
|
|
}
|