TextBoxWithTextArea.Designer.cs 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. namespace UAS_MES_NEW.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_NEW.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.Margin = new System.Windows.Forms.Padding(4);
  42. this.TextAreaTextBox.Name = "TextAreaTextBox";
  43. this.TextAreaTextBox.Power = null;
  44. this.TextAreaTextBox.Size = new System.Drawing.Size(229, 25);
  45. this.TextAreaTextBox.Str = null;
  46. this.TextAreaTextBox.Str1 = null;
  47. this.TextAreaTextBox.Str2 = null;
  48. this.TextAreaTextBox.TabIndex = 0;
  49. this.TextAreaTextBox.Enter += new System.EventHandler(this.textBox1_Enter);
  50. this.TextAreaTextBox.Leave += new System.EventHandler(this.textBox1_Leave);
  51. //
  52. // TextAreaIcon
  53. //
  54. this.TextAreaIcon.Cursor = System.Windows.Forms.Cursors.Hand;
  55. this.TextAreaIcon.Dock = System.Windows.Forms.DockStyle.Right;
  56. this.TextAreaIcon.Image = global::UAS_MES_NEW.Properties.Resources.notice_text_editor_16px_11373_easyicon_net;
  57. this.TextAreaIcon.Location = new System.Drawing.Point(232, 0);
  58. this.TextAreaIcon.Margin = new System.Windows.Forms.Padding(4);
  59. this.TextAreaIcon.Name = "TextAreaIcon";
  60. this.TextAreaIcon.Size = new System.Drawing.Size(25, 26);
  61. this.TextAreaIcon.TabIndex = 1;
  62. this.TextAreaIcon.TabStop = false;
  63. this.TextAreaIcon.Click += new System.EventHandler(this.TextAreaIcon_Click);
  64. //
  65. // TextBoxWithTextArea
  66. //
  67. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  68. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  69. this.Controls.Add(this.TextAreaIcon);
  70. this.Controls.Add(this.TextAreaTextBox);
  71. this.Margin = new System.Windows.Forms.Padding(4);
  72. this.Name = "TextBoxWithTextArea";
  73. this.Size = new System.Drawing.Size(257, 26);
  74. this.Load += new System.EventHandler(this.TextBoxWithTextArea_Load);
  75. this.SizeChanged += new System.EventHandler(this.TextBoxWithTextArea_SizeChanged);
  76. ((System.ComponentModel.ISupportInitialize)(this.TextAreaIcon)).EndInit();
  77. this.ResumeLayout(true);
  78. this.PerformLayout();
  79. }
  80. #endregion
  81. private CustomControl.TextBoxWithIcon.MaCodeTextBox TextAreaTextBox;
  82. private System.Windows.Forms.PictureBox TextAreaIcon;
  83. }
  84. }