namespace CombBoxXX
{
partial class DatePickerCustom
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region 组件设计器生成的代码
///
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DatePickerCustom));
this.buttonExpand1 = new LYFZ.ComponentLibrary.ButtonExpand();
this.textBoxEx1 = new LYFZ.ComponentLibrary.TextBoxEx();
this.SuspendLayout();
//
// buttonExpand1
//
this.buttonExpand1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.buttonExpand1.BackColor = System.Drawing.Color.Transparent;
this.buttonExpand1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("buttonExpand1.BackgroundImage")));
this.buttonExpand1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.buttonExpand1.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("buttonExpand1.BackImg")));
this.buttonExpand1.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 27, 22);
this.buttonExpand1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.buttonExpand1.ForeColor = System.Drawing.Color.White;
this.buttonExpand1.IsCustomBackImg = false;
this.buttonExpand1.IsShowText = false;
this.buttonExpand1.Location = new System.Drawing.Point(101, 1);
this.buttonExpand1.Name = "buttonExpand1";
this.buttonExpand1.Size = new System.Drawing.Size(20, 20);
this.buttonExpand1.TabIndex = 2;
this.buttonExpand1.Text = "buttonExpand1";
this.buttonExpand1.UseVisualStyleBackColor = false;
this.buttonExpand1.Click += new System.EventHandler(this.buttonExpand1_Click);
//
// textBoxEx1
//
this.textBoxEx1.BackColor = System.Drawing.Color.Transparent;
this.textBoxEx1.BorderColor = System.Drawing.Color.Black;
this.textBoxEx1.BorderWidth = 1;
this.textBoxEx1.Ico = null;
this.textBoxEx1.IcoPadding = new System.Windows.Forms.Padding(3, 3, 0, 0);
this.textBoxEx1.Isico = false;
this.textBoxEx1.IsPass = false;
this.textBoxEx1.lines = new string[0];
this.textBoxEx1.Location = new System.Drawing.Point(0, 0);
this.textBoxEx1.MaxLength = 32767;
this.textBoxEx1.Multiline = false;
this.textBoxEx1.Name = "textBoxEx1";
this.textBoxEx1.NewFont = new System.Drawing.Font("宋体", 10.5F);
this.textBoxEx1.PassChar = '\0';
this.textBoxEx1.ReadOnly = true;
this.textBoxEx1.Size = new System.Drawing.Size(120, 22);
this.textBoxEx1.TabIndex = 1;
//
// DatePickerCustom
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.Controls.Add(this.buttonExpand1);
this.Controls.Add(this.textBoxEx1);
this.Name = "DatePickerCustom";
this.Size = new System.Drawing.Size(120, 22);
this.Load += new System.EventHandler(this.DatePickerCustom_Load);
this.ResumeLayout(false);
}
#endregion
private LYFZ.ComponentLibrary.TextBoxEx textBoxEx1;
private LYFZ.ComponentLibrary.ButtonExpand buttonExpand1;
}
}