基线 SVN r240
SVN-Revision: r240
This commit is contained in:
+106
@@ -0,0 +1,106 @@
|
||||
namespace Lskj.Control
|
||||
{
|
||||
partial class LabelCheckDateEdit
|
||||
{
|
||||
/// <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.plLeft = new System.Windows.Forms.Panel();
|
||||
this.ckCheck = new DevExpress.XtraEditors.CheckEdit();
|
||||
this.plRight = new System.Windows.Forms.Panel();
|
||||
this.labelDateEdit1 = new Lskj.Control.LabelDateEdit();
|
||||
this.plLeft.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.ckCheck.Properties)).BeginInit();
|
||||
this.plRight.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// plLeft
|
||||
//
|
||||
this.plLeft.Controls.Add(this.ckCheck);
|
||||
this.plLeft.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.plLeft.Location = new System.Drawing.Point(0, 0);
|
||||
this.plLeft.Name = "plLeft";
|
||||
this.plLeft.Size = new System.Drawing.Size(22, 21);
|
||||
this.plLeft.TabIndex = 1;
|
||||
//
|
||||
// ckCheck
|
||||
//
|
||||
this.ckCheck.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.ckCheck.Location = new System.Drawing.Point(0, 0);
|
||||
this.ckCheck.Name = "ckCheck";
|
||||
this.ckCheck.Properties.Caption = "";
|
||||
this.ckCheck.Size = new System.Drawing.Size(22, 21);
|
||||
this.ckCheck.TabIndex = 0;
|
||||
this.ckCheck.CheckedChanged += new System.EventHandler(this.ckCheck_CheckedChanged);
|
||||
//
|
||||
// plRight
|
||||
//
|
||||
this.plRight.Controls.Add(this.labelDateEdit1);
|
||||
this.plRight.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.plRight.Location = new System.Drawing.Point(22, 0);
|
||||
this.plRight.Name = "plRight";
|
||||
this.plRight.Size = new System.Drawing.Size(158, 21);
|
||||
this.plRight.TabIndex = 2;
|
||||
//
|
||||
// labelDateEdit1
|
||||
//
|
||||
this.labelDateEdit1.BackColor = System.Drawing.Color.Transparent;
|
||||
this.labelDateEdit1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.labelDateEdit1.EditText = "";
|
||||
this.labelDateEdit1.FontSize = 0F;
|
||||
this.labelDateEdit1.LabelText = "名称";
|
||||
this.labelDateEdit1.Location = new System.Drawing.Point(0, 0);
|
||||
this.labelDateEdit1.Model = null;
|
||||
this.labelDateEdit1.Name = "labelDateEdit1";
|
||||
this.labelDateEdit1.NullText = "";
|
||||
this.labelDateEdit1.ReadOnly = false;
|
||||
this.labelDateEdit1.Required = false;
|
||||
this.labelDateEdit1.Size = new System.Drawing.Size(158, 21);
|
||||
this.labelDateEdit1.TabIndex = 0;
|
||||
//
|
||||
// LabelCheckDateEdit
|
||||
//
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
||||
this.BackColor = System.Drawing.Color.Transparent;
|
||||
this.Controls.Add(this.plRight);
|
||||
this.Controls.Add(this.plLeft);
|
||||
this.Name = "LabelCheckDateEdit";
|
||||
this.Size = new System.Drawing.Size(180, 21);
|
||||
this.plLeft.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.ckCheck.Properties)).EndInit();
|
||||
this.plRight.ResumeLayout(false);
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private System.Windows.Forms.Panel plLeft;
|
||||
private System.Windows.Forms.Panel plRight;
|
||||
private DevExpress.XtraEditors.CheckEdit ckCheck;
|
||||
private LabelDateEdit labelDateEdit1;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user