TextAreaForm.Designer.cs 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. namespace UAS_MES.CustomControl.TextBoxWithIcon
  2. {
  3. partial class TextAreaForm
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TextAreaForm));
  29. this.textBox1 = new System.Windows.Forms.TextBox();
  30. this.headBar1 = new UAS_MES.CustomControl.HeadBar();
  31. this.Clean = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  32. this.Confirm = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  33. this.label1 = new System.Windows.Forms.Label();
  34. this.SuspendLayout();
  35. //
  36. // textBox1
  37. //
  38. this.textBox1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  39. this.textBox1.Location = new System.Drawing.Point(1, 33);
  40. this.textBox1.Multiline = true;
  41. this.textBox1.Name = "textBox1";
  42. this.textBox1.Size = new System.Drawing.Size(521, 263);
  43. this.textBox1.TabIndex = 0;
  44. //
  45. // headBar1
  46. //
  47. this.headBar1.BackColor = System.Drawing.SystemColors.ControlDarkDark;
  48. this.headBar1.Dock = System.Windows.Forms.DockStyle.Top;
  49. this.headBar1.Location = new System.Drawing.Point(0, 0);
  50. this.headBar1.Name = "headBar1";
  51. this.headBar1.Size = new System.Drawing.Size(522, 32);
  52. this.headBar1.TabIndex = 3;
  53. this.headBar1.Title = null;
  54. this.headBar1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.headBar1_MouseDown);
  55. //
  56. // Clean
  57. //
  58. this.Clean.AllPower = null;
  59. this.Clean.BackColor = System.Drawing.Color.Transparent;
  60. this.Clean.DownImage = ((System.Drawing.Image)(resources.GetObject("Clean.DownImage")));
  61. this.Clean.Image = ((System.Drawing.Image)(resources.GetObject("Clean.Image")));
  62. this.Clean.IsShowBorder = true;
  63. this.Clean.Location = new System.Drawing.Point(283, 302);
  64. this.Clean.MoveImage = ((System.Drawing.Image)(resources.GetObject("Clean.MoveImage")));
  65. this.Clean.Name = "Clean";
  66. this.Clean.NormalImage = ((System.Drawing.Image)(resources.GetObject("Clean.NormalImage")));
  67. this.Clean.Power = null;
  68. this.Clean.Size = new System.Drawing.Size(75, 23);
  69. this.Clean.TabIndex = 2;
  70. this.Clean.Text = "清除";
  71. this.Clean.UseVisualStyleBackColor = true;
  72. this.Clean.Click += new System.EventHandler(this.Clean_Click);
  73. //
  74. // Confirm
  75. //
  76. this.Confirm.AllPower = null;
  77. this.Confirm.BackColor = System.Drawing.Color.Transparent;
  78. this.Confirm.DownImage = ((System.Drawing.Image)(resources.GetObject("Confirm.DownImage")));
  79. this.Confirm.Image = ((System.Drawing.Image)(resources.GetObject("Confirm.Image")));
  80. this.Confirm.IsShowBorder = true;
  81. this.Confirm.Location = new System.Drawing.Point(160, 302);
  82. this.Confirm.MoveImage = ((System.Drawing.Image)(resources.GetObject("Confirm.MoveImage")));
  83. this.Confirm.Name = "Confirm";
  84. this.Confirm.NormalImage = ((System.Drawing.Image)(resources.GetObject("Confirm.NormalImage")));
  85. this.Confirm.Power = null;
  86. this.Confirm.Size = new System.Drawing.Size(75, 23);
  87. this.Confirm.TabIndex = 1;
  88. this.Confirm.Text = "确认";
  89. this.Confirm.UseVisualStyleBackColor = true;
  90. this.Confirm.Click += new System.EventHandler(this.Confirm_Click);
  91. //
  92. // label1
  93. //
  94. this.label1.AutoSize = true;
  95. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  96. this.label1.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  97. this.label1.Location = new System.Drawing.Point(9, 7);
  98. this.label1.Name = "label1";
  99. this.label1.Size = new System.Drawing.Size(74, 21);
  100. this.label1.TabIndex = 4;
  101. this.label1.Text = "详细内容";
  102. //
  103. // TextAreaForm
  104. //
  105. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  106. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  107. this.BackColor = System.Drawing.SystemColors.ControlDarkDark;
  108. this.ClientSize = new System.Drawing.Size(522, 329);
  109. this.Controls.Add(this.label1);
  110. this.Controls.Add(this.headBar1);
  111. this.Controls.Add(this.Clean);
  112. this.Controls.Add(this.Confirm);
  113. this.Controls.Add(this.textBox1);
  114. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  115. this.KeyPreview = true;
  116. this.Name = "TextAreaForm";
  117. this.Tag = "ShowDialogWindow";
  118. this.Text = "TextAreaForm";
  119. this.Load += new System.EventHandler(this.TextAreaForm_Load);
  120. this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TextAreaForm_KeyDown);
  121. this.ResumeLayout(false);
  122. this.PerformLayout();
  123. }
  124. #endregion
  125. private System.Windows.Forms.TextBox textBox1;
  126. private ButtonUtil.NormalButton Confirm;
  127. private ButtonUtil.NormalButton Clean;
  128. private HeadBar headBar1;
  129. private System.Windows.Forms.Label label1;
  130. }
  131. }