| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- namespace UAS_MES.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.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.Name = "TextAreaTextBox";
- this.TextAreaTextBox.Power = null;
- this.TextAreaTextBox.Size = new System.Drawing.Size(173, 21);
- 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.Properties.Resources.notice_text_editor_16px_11373_easyicon_net;
- this.TextAreaIcon.Location = new System.Drawing.Point(174, 0);
- this.TextAreaIcon.Name = "TextAreaIcon";
- this.TextAreaIcon.Size = new System.Drawing.Size(19, 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(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.Controls.Add(this.TextAreaIcon);
- this.Controls.Add(this.TextAreaTextBox);
- this.Name = "TextBoxWithTextArea";
- this.Size = new System.Drawing.Size(193, 21);
- 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;
- }
- }
|