namespace UAS_MES.CustomControl.TextBoxWithIcon
{
partial class TextBoxWithTextArea
{
///
/// 必需的设计器变量。
///
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()
{
this.textBox1 = new UAS_MES.CustomControl.TextBoxWithIcon.MaCodeTextBox();
this.TextAreaIcon = new System.Windows.Forms.PictureBox();
((System.ComponentModel.ISupportInitialize)(this.TextAreaIcon)).BeginInit();
this.SuspendLayout();
//
// textBox1
//
this.textBox1.AllPower = null;
this.textBox1.BackColor = System.Drawing.Color.White;
this.textBox1.Dock = System.Windows.Forms.DockStyle.Fill;
this.textBox1.ID = null;
this.textBox1.Location = new System.Drawing.Point(0, 0);
this.textBox1.Lock = false;
this.textBox1.Margin = new System.Windows.Forms.Padding(4);
this.textBox1.Name = "textBox1";
this.textBox1.Power = null;
this.textBox1.Size = new System.Drawing.Size(265, 25);
this.textBox1.Str = null;
this.textBox1.Str1 = null;
this.textBox1.Str2 = null;
this.textBox1.TabIndex = 0;
this.textBox1.Enter += new System.EventHandler(this.textBox1_Enter);
this.textBox1.Leave += new System.EventHandler(this.textBox1_Leave);
//
// TextAreaIcon
//
this.TextAreaIcon.Cursor = System.Windows.Forms.Cursors.Hand;
this.TextAreaIcon.Image = global::UAS_MES.Properties.Resources.notice_text_editor_16px_11373_easyicon_net;
this.TextAreaIcon.Location = new System.Drawing.Point(239, 1);
this.TextAreaIcon.Margin = new System.Windows.Forms.Padding(4);
this.TextAreaIcon.Name = "TextAreaIcon";
this.TextAreaIcon.Size = new System.Drawing.Size(25, 21);
this.TextAreaIcon.TabIndex = 1;
this.TextAreaIcon.TabStop = false;
this.TextAreaIcon.Click += new System.EventHandler(this.TextAreaIcon_Click);
//
// TextBoxWithTextArea
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.TextAreaIcon);
this.Controls.Add(this.textBox1);
this.Margin = new System.Windows.Forms.Padding(4);
this.Name = "TextBoxWithTextArea";
this.Size = new System.Drawing.Size(265, 25);
((System.ComponentModel.ISupportInitialize)(this.TextAreaIcon)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private CustomControl.TextBoxWithIcon.MaCodeTextBox textBox1;
private System.Windows.Forms.PictureBox TextAreaIcon;
}
}