TextBoxWithTextArea.Designer.cs 3.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  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.textBox1 = 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. // textBox1
  34. //
  35. this.textBox1.AllPower = null;
  36. this.textBox1.BackColor = System.Drawing.Color.White;
  37. this.textBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  38. this.textBox1.ID = null;
  39. this.textBox1.Location = new System.Drawing.Point(0, 0);
  40. this.textBox1.Lock = false;
  41. this.textBox1.Margin = new System.Windows.Forms.Padding(4);
  42. this.textBox1.Name = "textBox1";
  43. this.textBox1.Power = null;
  44. this.textBox1.Size = new System.Drawing.Size(265, 25);
  45. this.textBox1.Str = null;
  46. this.textBox1.Str1 = null;
  47. this.textBox1.Str2 = null;
  48. this.textBox1.TabIndex = 0;
  49. this.textBox1.Enter += new System.EventHandler(this.textBox1_Enter);
  50. this.textBox1.Leave += new System.EventHandler(this.textBox1_Leave);
  51. //
  52. // TextAreaIcon
  53. //
  54. this.TextAreaIcon.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  55. | System.Windows.Forms.AnchorStyles.Right)));
  56. this.TextAreaIcon.Cursor = System.Windows.Forms.Cursors.Hand;
  57. this.TextAreaIcon.Image = global::UAS_MES.Properties.Resources.notice_text_editor_16px_11373_easyicon_net;
  58. this.TextAreaIcon.Location = new System.Drawing.Point(239, 1);
  59. this.TextAreaIcon.Margin = new System.Windows.Forms.Padding(4);
  60. this.TextAreaIcon.Name = "TextAreaIcon";
  61. this.TextAreaIcon.Size = new System.Drawing.Size(25, 21);
  62. this.TextAreaIcon.TabIndex = 1;
  63. this.TextAreaIcon.TabStop = false;
  64. this.TextAreaIcon.Click += new System.EventHandler(this.TextAreaIcon_Click);
  65. //
  66. // TextBoxWithTextArea
  67. //
  68. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  69. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  70. this.Controls.Add(this.TextAreaIcon);
  71. this.Controls.Add(this.textBox1);
  72. this.Margin = new System.Windows.Forms.Padding(4);
  73. this.Name = "TextBoxWithTextArea";
  74. this.Size = new System.Drawing.Size(265, 25);
  75. ((System.ComponentModel.ISupportInitialize)(this.TextAreaIcon)).EndInit();
  76. this.ResumeLayout(false);
  77. this.PerformLayout();
  78. }
  79. #endregion
  80. private CustomControl.TextBoxWithIcon.MaCodeTextBox textBox1;
  81. private System.Windows.Forms.PictureBox TextAreaIcon;
  82. }
  83. }