TextAreaForm.Designer.cs 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  1. namespace UAS_MES_NEW.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.TextArea = new System.Windows.Forms.TextBox();
  30. this.headBar1 = new UAS_MES_NEW.CustomControl.HeadBar();
  31. this.Clean = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  32. this.Confirm = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  33. this.label1 = new System.Windows.Forms.Label();
  34. this.SuspendLayout();
  35. //
  36. // TextArea
  37. //
  38. this.TextArea.Font = new System.Drawing.Font("微软雅黑", 15F);
  39. this.TextArea.Location = new System.Drawing.Point(1, 41);
  40. this.TextArea.Margin = new System.Windows.Forms.Padding(4);
  41. this.TextArea.Multiline = true;
  42. this.TextArea.Name = "TextArea";
  43. this.TextArea.Size = new System.Drawing.Size(693, 328);
  44. this.TextArea.TabIndex = 0;
  45. //
  46. // headBar1
  47. //
  48. this.headBar1.BackColor = System.Drawing.SystemColors.ControlDarkDark;
  49. this.headBar1.Dock = System.Windows.Forms.DockStyle.Top;
  50. this.headBar1.Location = new System.Drawing.Point(0, 0);
  51. this.headBar1.Margin = new System.Windows.Forms.Padding(5);
  52. this.headBar1.Name = "headBar1";
  53. this.headBar1.Size = new System.Drawing.Size(696, 40);
  54. this.headBar1.TabIndex = 3;
  55. this.headBar1.Title = null;
  56. this.headBar1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.headBar1_MouseDown);
  57. //
  58. // Clean
  59. //
  60. this.Clean.AllPower = null;
  61. this.Clean.BackColor = System.Drawing.Color.Transparent;
  62. this.Clean.DownImage = ((System.Drawing.Image)(resources.GetObject("Clean.DownImage")));
  63. this.Clean.Image = ((System.Drawing.Image)(resources.GetObject("Clean.Image")));
  64. this.Clean.IsShowBorder = true;
  65. this.Clean.Location = new System.Drawing.Point(377, 378);
  66. this.Clean.Margin = new System.Windows.Forms.Padding(4);
  67. this.Clean.MoveImage = ((System.Drawing.Image)(resources.GetObject("Clean.MoveImage")));
  68. this.Clean.Name = "Clean";
  69. this.Clean.NormalImage = ((System.Drawing.Image)(resources.GetObject("Clean.NormalImage")));
  70. this.Clean.Power = null;
  71. this.Clean.Size = new System.Drawing.Size(100, 29);
  72. this.Clean.TabIndex = 2;
  73. this.Clean.Text = "清除";
  74. this.Clean.UseVisualStyleBackColor = true;
  75. this.Clean.Click += new System.EventHandler(this.Clean_Click);
  76. //
  77. // Confirm
  78. //
  79. this.Confirm.AllPower = null;
  80. this.Confirm.BackColor = System.Drawing.Color.Transparent;
  81. this.Confirm.DownImage = ((System.Drawing.Image)(resources.GetObject("Confirm.DownImage")));
  82. this.Confirm.Image = ((System.Drawing.Image)(resources.GetObject("Confirm.Image")));
  83. this.Confirm.IsShowBorder = true;
  84. this.Confirm.Location = new System.Drawing.Point(213, 378);
  85. this.Confirm.Margin = new System.Windows.Forms.Padding(4);
  86. this.Confirm.MoveImage = ((System.Drawing.Image)(resources.GetObject("Confirm.MoveImage")));
  87. this.Confirm.Name = "Confirm";
  88. this.Confirm.NormalImage = ((System.Drawing.Image)(resources.GetObject("Confirm.NormalImage")));
  89. this.Confirm.Power = null;
  90. this.Confirm.Size = new System.Drawing.Size(100, 29);
  91. this.Confirm.TabIndex = 1;
  92. this.Confirm.Text = "确认";
  93. this.Confirm.UseVisualStyleBackColor = true;
  94. this.Confirm.Click += new System.EventHandler(this.Confirm_Click);
  95. //
  96. // label1
  97. //
  98. this.label1.AutoSize = true;
  99. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  100. this.label1.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  101. this.label1.Location = new System.Drawing.Point(12, 9);
  102. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  103. this.label1.Name = "label1";
  104. this.label1.Size = new System.Drawing.Size(92, 27);
  105. this.label1.TabIndex = 4;
  106. this.label1.Text = "详细内容";
  107. //
  108. // TextAreaForm
  109. //
  110. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  111. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  112. this.BackColor = System.Drawing.SystemColors.ControlDarkDark;
  113. this.ClientSize = new System.Drawing.Size(696, 411);
  114. this.Controls.Add(this.label1);
  115. this.Controls.Add(this.headBar1);
  116. this.Controls.Add(this.Clean);
  117. this.Controls.Add(this.Confirm);
  118. this.Controls.Add(this.TextArea);
  119. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  120. this.KeyPreview = true;
  121. this.Margin = new System.Windows.Forms.Padding(4);
  122. this.Name = "TextAreaForm";
  123. this.Tag = "ShowDialogWindow";
  124. this.Text = "TextAreaForm";
  125. this.Load += new System.EventHandler(this.TextAreaForm_Load);
  126. this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TextAreaForm_KeyDown);
  127. this.ResumeLayout(false);
  128. this.PerformLayout();
  129. }
  130. #endregion
  131. private System.Windows.Forms.TextBox TextArea;
  132. private ButtonUtil.NormalButton Confirm;
  133. private ButtonUtil.NormalButton Clean;
  134. private HeadBar headBar1;
  135. private System.Windows.Forms.Label label1;
  136. }
  137. }