TextBoxWithTextArea.Designer.cs 3.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. namespace UAS_MES.CustomControl.TextBoxWithIcon
  2. {
  3. partial class TextBoxWithTextArea
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.TextAreaTextBox = new UAS_MES.CustomControl.TextBoxWithIcon.MaCodeTextBox();
  29. this.TextAreaIcon = new System.Windows.Forms.PictureBox();
  30. ((System.ComponentModel.ISupportInitialize)(this.TextAreaIcon)).BeginInit();
  31. this.SuspendLayout();
  32. //
  33. // TextAreaTextBox
  34. //
  35. this.TextAreaTextBox.AllPower = null;
  36. this.TextAreaTextBox.BackColor = System.Drawing.Color.White;
  37. this.TextAreaTextBox.Dock = System.Windows.Forms.DockStyle.Left;
  38. this.TextAreaTextBox.ID = null;
  39. this.TextAreaTextBox.Location = new System.Drawing.Point(0, 0);
  40. this.TextAreaTextBox.Lock = false;
  41. this.TextAreaTextBox.Name = "TextAreaTextBox";
  42. this.TextAreaTextBox.Power = null;
  43. this.TextAreaTextBox.Size = new System.Drawing.Size(173, 21);
  44. this.TextAreaTextBox.Str = null;
  45. this.TextAreaTextBox.Str1 = null;
  46. this.TextAreaTextBox.Str2 = null;
  47. this.TextAreaTextBox.TabIndex = 0;
  48. this.TextAreaTextBox.Enter += new System.EventHandler(this.textBox1_Enter);
  49. this.TextAreaTextBox.Leave += new System.EventHandler(this.textBox1_Leave);
  50. //
  51. // TextAreaIcon
  52. //
  53. this.TextAreaIcon.Cursor = System.Windows.Forms.Cursors.Hand;
  54. this.TextAreaIcon.Dock = System.Windows.Forms.DockStyle.Right;
  55. this.TextAreaIcon.Image = global::UAS_MES.Properties.Resources.notice_text_editor_16px_11373_easyicon_net;
  56. this.TextAreaIcon.Location = new System.Drawing.Point(174, 0);
  57. this.TextAreaIcon.Name = "TextAreaIcon";
  58. this.TextAreaIcon.Size = new System.Drawing.Size(19, 21);
  59. this.TextAreaIcon.TabIndex = 1;
  60. this.TextAreaIcon.TabStop = false;
  61. this.TextAreaIcon.Click += new System.EventHandler(this.TextAreaIcon_Click);
  62. //
  63. // TextBoxWithTextArea
  64. //
  65. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  66. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  67. this.Controls.Add(this.TextAreaIcon);
  68. this.Controls.Add(this.TextAreaTextBox);
  69. this.Name = "TextBoxWithTextArea";
  70. this.Size = new System.Drawing.Size(193, 21);
  71. this.SizeChanged += new System.EventHandler(this.TextBoxWithTextArea_SizeChanged);
  72. ((System.ComponentModel.ISupportInitialize)(this.TextAreaIcon)).EndInit();
  73. this.ResumeLayout(false);
  74. this.PerformLayout();
  75. }
  76. #endregion
  77. private CustomControl.TextBoxWithIcon.MaCodeTextBox TextAreaTextBox;
  78. private System.Windows.Forms.PictureBox TextAreaIcon;
  79. }
  80. }