ab56a9bcf7
SVN-Revision: r240
75 lines
2.7 KiB
C#
75 lines
2.7 KiB
C#
|
|
namespace Lskj.Control
|
|
{
|
|
partial class LabelButtonWithCheckbox
|
|
{
|
|
/// <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.ckCheck = new DevExpress.XtraEditors.CheckEdit();
|
|
this.button = new DevExpress.XtraEditors.SimpleButton();
|
|
((System.ComponentModel.ISupportInitialize)(this.ckCheck.Properties)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// ckCheck
|
|
//
|
|
this.ckCheck.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.ckCheck.Location = new System.Drawing.Point(0, 0);
|
|
this.ckCheck.Name = "ckCheck";
|
|
this.ckCheck.Properties.Caption = "";
|
|
this.ckCheck.Size = new System.Drawing.Size(19, 49);
|
|
this.ckCheck.TabIndex = 39;
|
|
//
|
|
// button
|
|
//
|
|
this.button.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.button.Location = new System.Drawing.Point(19, 0);
|
|
this.button.Margin = new System.Windows.Forms.Padding(2);
|
|
this.button.Name = "button";
|
|
this.button.Size = new System.Drawing.Size(131, 49);
|
|
this.button.TabIndex = 40;
|
|
this.button.Text = "按钮";
|
|
//
|
|
// LabelButtonWithCheckbox
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.button);
|
|
this.Controls.Add(this.ckCheck);
|
|
this.Name = "LabelButtonWithCheckbox";
|
|
this.Size = new System.Drawing.Size(150, 49);
|
|
((System.ComponentModel.ISupportInitialize)(this.ckCheck.Properties)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.XtraEditors.CheckEdit ckCheck;
|
|
private DevExpress.XtraEditors.SimpleButton button;
|
|
}
|
|
}
|