123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990 |
- namespace UAS_MES_NEW.CustomControl.TextBoxWithIcon
- {
- partial class TextBoxWithTextArea
- {
- /// <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.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(true);
- this.PerformLayout();
- }
- #endregion
- private CustomControl.TextBoxWithIcon.MaCodeTextBox TextAreaTextBox;
- private System.Windows.Forms.PictureBox TextAreaIcon;
- }
- }
|