Make_Humiture.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235
  1. namespace UAS_MES_NEW.Make
  2. {
  3. partial class Make_Humiture
  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. this.components = new System.ComponentModel.Container();
  29. this.MsgBox = new System.Windows.Forms.TableLayoutPanel();
  30. this.TopBox = new System.Windows.Forms.Panel();
  31. this.onStart = new System.Windows.Forms.Button();
  32. this.timeVal = new System.Windows.Forms.TextBox();
  33. this.IpPortUrlVal = new System.Windows.Forms.TextBox();
  34. this.timeLab = new System.Windows.Forms.Label();
  35. this.IpPortUrlLab = new System.Windows.Forms.Label();
  36. this.timer1 = new System.Windows.Forms.Timer(this.components);
  37. this.Msg4 = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  38. this.Msg2 = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  39. this.Msg3 = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  40. this.Msg1 = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  41. this.timeLab1 = new System.Windows.Forms.Label();
  42. this.claerBtn = new System.Windows.Forms.Button();
  43. this.MsgBox.SuspendLayout();
  44. this.TopBox.SuspendLayout();
  45. this.SuspendLayout();
  46. //
  47. // MsgBox
  48. //
  49. this.MsgBox.ColumnCount = 2;
  50. this.MsgBox.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  51. this.MsgBox.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  52. this.MsgBox.Controls.Add(this.Msg4, 1, 1);
  53. this.MsgBox.Controls.Add(this.Msg2, 1, 0);
  54. this.MsgBox.Controls.Add(this.Msg3, 0, 1);
  55. this.MsgBox.Controls.Add(this.Msg1, 0, 0);
  56. this.MsgBox.Dock = System.Windows.Forms.DockStyle.Fill;
  57. this.MsgBox.Location = new System.Drawing.Point(0, 252);
  58. this.MsgBox.Name = "MsgBox";
  59. this.MsgBox.RowCount = 2;
  60. this.MsgBox.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 51.85185F));
  61. this.MsgBox.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 48.14815F));
  62. this.MsgBox.Size = new System.Drawing.Size(1280, 468);
  63. this.MsgBox.TabIndex = 9;
  64. //
  65. // TopBox
  66. //
  67. this.TopBox.Controls.Add(this.claerBtn);
  68. this.TopBox.Controls.Add(this.timeLab1);
  69. this.TopBox.Controls.Add(this.onStart);
  70. this.TopBox.Controls.Add(this.timeVal);
  71. this.TopBox.Controls.Add(this.IpPortUrlVal);
  72. this.TopBox.Controls.Add(this.timeLab);
  73. this.TopBox.Controls.Add(this.IpPortUrlLab);
  74. this.TopBox.Dock = System.Windows.Forms.DockStyle.Top;
  75. this.TopBox.Location = new System.Drawing.Point(0, 0);
  76. this.TopBox.Name = "TopBox";
  77. this.TopBox.Size = new System.Drawing.Size(1280, 252);
  78. this.TopBox.TabIndex = 10;
  79. //
  80. // onStart
  81. //
  82. this.onStart.Cursor = System.Windows.Forms.Cursors.Hand;
  83. this.onStart.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  84. this.onStart.Location = new System.Drawing.Point(388, 174);
  85. this.onStart.Name = "onStart";
  86. this.onStart.Size = new System.Drawing.Size(120, 35);
  87. this.onStart.TabIndex = 9;
  88. this.onStart.Text = "开启获取";
  89. this.onStart.UseVisualStyleBackColor = true;
  90. this.onStart.Click += new System.EventHandler(this.onStart_Click);
  91. //
  92. // timeVal
  93. //
  94. this.timeVal.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  95. this.timeVal.Location = new System.Drawing.Point(155, 115);
  96. this.timeVal.Name = "timeVal";
  97. this.timeVal.Size = new System.Drawing.Size(65, 31);
  98. this.timeVal.TabIndex = 2;
  99. //
  100. // IpPortUrlVal
  101. //
  102. this.IpPortUrlVal.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  103. this.IpPortUrlVal.Location = new System.Drawing.Point(155, 62);
  104. this.IpPortUrlVal.Name = "IpPortUrlVal";
  105. this.IpPortUrlVal.Size = new System.Drawing.Size(355, 31);
  106. this.IpPortUrlVal.TabIndex = 0;
  107. //
  108. // timeLab
  109. //
  110. this.timeLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  111. this.timeLab.Location = new System.Drawing.Point(103, 114);
  112. this.timeLab.Name = "timeLab";
  113. this.timeLab.Size = new System.Drawing.Size(59, 28);
  114. this.timeLab.TabIndex = 3;
  115. this.timeLab.Text = "时间:";
  116. //
  117. // IpPortUrlLab
  118. //
  119. this.IpPortUrlLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  120. this.IpPortUrlLab.Location = new System.Drawing.Point(61, 65);
  121. this.IpPortUrlLab.Name = "IpPortUrlLab";
  122. this.IpPortUrlLab.Size = new System.Drawing.Size(101, 28);
  123. this.IpPortUrlLab.TabIndex = 1;
  124. this.IpPortUrlLab.Text = "请求地址:";
  125. //
  126. // timer1
  127. //
  128. this.timer1.Interval = 60000;
  129. this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
  130. //
  131. // Msg4
  132. //
  133. this.Msg4.Dock = System.Windows.Forms.DockStyle.Fill;
  134. this.Msg4.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  135. this.Msg4.Location = new System.Drawing.Point(644, 246);
  136. this.Msg4.Margin = new System.Windows.Forms.Padding(4);
  137. this.Msg4.Name = "Msg4";
  138. this.Msg4.Size = new System.Drawing.Size(632, 218);
  139. this.Msg4.TabIndex = 56;
  140. this.Msg4.Text = "";
  141. //
  142. // Msg2
  143. //
  144. this.Msg2.Dock = System.Windows.Forms.DockStyle.Fill;
  145. this.Msg2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  146. this.Msg2.Location = new System.Drawing.Point(644, 4);
  147. this.Msg2.Margin = new System.Windows.Forms.Padding(4);
  148. this.Msg2.Name = "Msg2";
  149. this.Msg2.Size = new System.Drawing.Size(632, 234);
  150. this.Msg2.TabIndex = 55;
  151. this.Msg2.Text = "";
  152. //
  153. // Msg3
  154. //
  155. this.Msg3.Dock = System.Windows.Forms.DockStyle.Fill;
  156. this.Msg3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  157. this.Msg3.Location = new System.Drawing.Point(4, 246);
  158. this.Msg3.Margin = new System.Windows.Forms.Padding(4);
  159. this.Msg3.Name = "Msg3";
  160. this.Msg3.Size = new System.Drawing.Size(632, 218);
  161. this.Msg3.TabIndex = 54;
  162. this.Msg3.Text = "";
  163. //
  164. // Msg1
  165. //
  166. this.Msg1.Dock = System.Windows.Forms.DockStyle.Fill;
  167. this.Msg1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  168. this.Msg1.Location = new System.Drawing.Point(4, 4);
  169. this.Msg1.Margin = new System.Windows.Forms.Padding(4);
  170. this.Msg1.Name = "Msg1";
  171. this.Msg1.Size = new System.Drawing.Size(632, 234);
  172. this.Msg1.TabIndex = 53;
  173. this.Msg1.Text = "";
  174. //
  175. // timeLab1
  176. //
  177. this.timeLab1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  178. this.timeLab1.Location = new System.Drawing.Point(222, 114);
  179. this.timeLab1.Name = "timeLab1";
  180. this.timeLab1.Size = new System.Drawing.Size(59, 28);
  181. this.timeLab1.TabIndex = 10;
  182. this.timeLab1.Text = "分钟";
  183. //
  184. // claerBtn
  185. //
  186. this.claerBtn.Cursor = System.Windows.Forms.Cursors.Hand;
  187. this.claerBtn.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  188. this.claerBtn.Location = new System.Drawing.Point(244, 174);
  189. this.claerBtn.Name = "claerBtn";
  190. this.claerBtn.Size = new System.Drawing.Size(120, 35);
  191. this.claerBtn.TabIndex = 11;
  192. this.claerBtn.Text = "清除提示";
  193. this.claerBtn.UseVisualStyleBackColor = true;
  194. this.claerBtn.Click += new System.EventHandler(this.claerBtn_Click);
  195. //
  196. // Make_Humiture
  197. //
  198. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
  199. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  200. this.ClientSize = new System.Drawing.Size(1280, 720);
  201. this.Controls.Add(this.MsgBox);
  202. this.Controls.Add(this.TopBox);
  203. this.Font = new System.Drawing.Font("微软雅黑", 7.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  204. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  205. this.Name = "Make_Humiture";
  206. this.Text = "Make_Humiture";
  207. this.Load += new System.EventHandler(this.Make_Humiture_Load);
  208. this.MsgBox.ResumeLayout(false);
  209. this.TopBox.ResumeLayout(false);
  210. this.TopBox.PerformLayout();
  211. this.ResumeLayout(false);
  212. }
  213. #endregion
  214. private System.Windows.Forms.TableLayoutPanel MsgBox;
  215. private CustomControl.RichText.RichTextAutoBottom Msg3;
  216. private CustomControl.RichText.RichTextAutoBottom Msg1;
  217. private System.Windows.Forms.Panel TopBox;
  218. private CustomControl.RichText.RichTextAutoBottom Msg4;
  219. private CustomControl.RichText.RichTextAutoBottom Msg2;
  220. private System.Windows.Forms.Timer timer1;
  221. private System.Windows.Forms.Label IpPortUrlLab;
  222. private System.Windows.Forms.TextBox IpPortUrlVal;
  223. private System.Windows.Forms.Label timeLab;
  224. private System.Windows.Forms.TextBox timeVal;
  225. private System.Windows.Forms.Button onStart;
  226. private System.Windows.Forms.Label timeLab1;
  227. private System.Windows.Forms.Button claerBtn;
  228. }
  229. }