namespace UAS_MES_NEW.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.TextAreaTextBox = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.MaCodeTextBox(); this.TextAreaIcon = new System.Windows.Forms.PictureBox(); ((System.ComponentModel.ISupportInitialize)(this.TextAreaIcon)).BeginInit(); this.SuspendLayout(); // // TextAreaTextBox // this.TextAreaTextBox.AllPower = null; this.TextAreaTextBox.BackColor = System.Drawing.Color.White; this.TextAreaTextBox.Dock = System.Windows.Forms.DockStyle.Left; this.TextAreaTextBox.ID = null; this.TextAreaTextBox.Location = new System.Drawing.Point(0, 0); this.TextAreaTextBox.Lock = false; this.TextAreaTextBox.Margin = new System.Windows.Forms.Padding(4); this.TextAreaTextBox.Name = "TextAreaTextBox"; this.TextAreaTextBox.Power = null; this.TextAreaTextBox.Size = new System.Drawing.Size(229, 25); this.TextAreaTextBox.Str = null; this.TextAreaTextBox.Str1 = null; this.TextAreaTextBox.Str2 = null; this.TextAreaTextBox.TabIndex = 0; this.TextAreaTextBox.Enter += new System.EventHandler(this.textBox1_Enter); this.TextAreaTextBox.Leave += new System.EventHandler(this.textBox1_Leave); // // TextAreaIcon // this.TextAreaIcon.Cursor = System.Windows.Forms.Cursors.Hand; this.TextAreaIcon.Dock = System.Windows.Forms.DockStyle.Right; this.TextAreaIcon.Image = global::UAS_MES_NEW.Properties.Resources.notice_text_editor_16px_11373_easyicon_net; this.TextAreaIcon.Location = new System.Drawing.Point(232, 0); this.TextAreaIcon.Margin = new System.Windows.Forms.Padding(4); this.TextAreaIcon.Name = "TextAreaIcon"; this.TextAreaIcon.Size = new System.Drawing.Size(25, 26); 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.TextAreaTextBox); this.Margin = new System.Windows.Forms.Padding(4); this.Name = "TextBoxWithTextArea"; this.Size = new System.Drawing.Size(257, 26); this.Load += new System.EventHandler(this.TextBoxWithTextArea_Load); this.SizeChanged += new System.EventHandler(this.TextBoxWithTextArea_SizeChanged); ((System.ComponentModel.ISupportInitialize)(this.TextAreaIcon)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private CustomControl.TextBoxWithIcon.MaCodeTextBox TextAreaTextBox; private System.Windows.Forms.PictureBox TextAreaIcon; } }