Make_BodyTest.Designer.cs 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307
  1. namespace UAS_MES_NEW.Make
  2. {
  3. partial class Make_BodyTest
  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.ketVal = new System.Windows.Forms.TextBox();
  32. this.ketLab = new System.Windows.Forms.Label();
  33. this.claerBtn = new System.Windows.Forms.Button();
  34. this.onStart = new System.Windows.Forms.Button();
  35. this.IpPortUrlVal = new System.Windows.Forms.TextBox();
  36. this.IpPortUrlLab = new System.Windows.Forms.Label();
  37. this.timer1 = new System.Windows.Forms.Timer(this.components);
  38. this.Msg1 = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  39. this.workTimeVal1 = new System.Windows.Forms.DateTimePicker();
  40. this.workTimeLab1 = new System.Windows.Forms.Label();
  41. this.workTimeVal2 = new System.Windows.Forms.DateTimePicker();
  42. this.workTimeLab2 = new System.Windows.Forms.Label();
  43. this.workTimeVal4 = new System.Windows.Forms.DateTimePicker();
  44. this.workTimeLab4 = new System.Windows.Forms.Label();
  45. this.workTimeVal3 = new System.Windows.Forms.DateTimePicker();
  46. this.workTimeLab3 = new System.Windows.Forms.Label();
  47. this.MsgBox.SuspendLayout();
  48. this.TopBox.SuspendLayout();
  49. this.SuspendLayout();
  50. //
  51. // MsgBox
  52. //
  53. this.MsgBox.ColumnCount = 2;
  54. this.MsgBox.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  55. this.MsgBox.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  56. this.MsgBox.Controls.Add(this.Msg1, 1, 0);
  57. this.MsgBox.Controls.Add(this.TopBox, 0, 0);
  58. this.MsgBox.Dock = System.Windows.Forms.DockStyle.Top;
  59. this.MsgBox.Location = new System.Drawing.Point(0, 0);
  60. this.MsgBox.Name = "MsgBox";
  61. this.MsgBox.RowCount = 1;
  62. this.MsgBox.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  63. this.MsgBox.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  64. this.MsgBox.Size = new System.Drawing.Size(1280, 253);
  65. this.MsgBox.TabIndex = 9;
  66. //
  67. // TopBox
  68. //
  69. this.TopBox.Controls.Add(this.workTimeVal4);
  70. this.TopBox.Controls.Add(this.workTimeLab4);
  71. this.TopBox.Controls.Add(this.workTimeVal3);
  72. this.TopBox.Controls.Add(this.workTimeLab3);
  73. this.TopBox.Controls.Add(this.workTimeVal2);
  74. this.TopBox.Controls.Add(this.workTimeLab2);
  75. this.TopBox.Controls.Add(this.workTimeVal1);
  76. this.TopBox.Controls.Add(this.workTimeLab1);
  77. this.TopBox.Controls.Add(this.ketVal);
  78. this.TopBox.Controls.Add(this.ketLab);
  79. this.TopBox.Controls.Add(this.claerBtn);
  80. this.TopBox.Controls.Add(this.onStart);
  81. this.TopBox.Controls.Add(this.IpPortUrlVal);
  82. this.TopBox.Controls.Add(this.IpPortUrlLab);
  83. this.TopBox.Dock = System.Windows.Forms.DockStyle.Fill;
  84. this.TopBox.Location = new System.Drawing.Point(3, 3);
  85. this.TopBox.Name = "TopBox";
  86. this.TopBox.Size = new System.Drawing.Size(634, 247);
  87. this.TopBox.TabIndex = 10;
  88. //
  89. // ketVal
  90. //
  91. this.ketVal.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  92. this.ketVal.Location = new System.Drawing.Point(147, 63);
  93. this.ketVal.Name = "ketVal";
  94. this.ketVal.Size = new System.Drawing.Size(305, 31);
  95. this.ketVal.TabIndex = 12;
  96. //
  97. // ketLab
  98. //
  99. this.ketLab.AutoSize = true;
  100. this.ketLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  101. this.ketLab.Location = new System.Drawing.Point(86, 63);
  102. this.ketLab.Name = "ketLab";
  103. this.ketLab.Size = new System.Drawing.Size(59, 28);
  104. this.ketLab.TabIndex = 13;
  105. this.ketLab.Text = "密钥:";
  106. //
  107. // claerBtn
  108. //
  109. this.claerBtn.Cursor = System.Windows.Forms.Cursors.Hand;
  110. this.claerBtn.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  111. this.claerBtn.Location = new System.Drawing.Point(285, 195);
  112. this.claerBtn.Name = "claerBtn";
  113. this.claerBtn.Size = new System.Drawing.Size(120, 35);
  114. this.claerBtn.TabIndex = 11;
  115. this.claerBtn.Text = "清除提示";
  116. this.claerBtn.UseVisualStyleBackColor = true;
  117. this.claerBtn.Click += new System.EventHandler(this.claerBtn_Click);
  118. //
  119. // onStart
  120. //
  121. this.onStart.Cursor = System.Windows.Forms.Cursors.Hand;
  122. this.onStart.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  123. this.onStart.Location = new System.Drawing.Point(429, 195);
  124. this.onStart.Name = "onStart";
  125. this.onStart.Size = new System.Drawing.Size(120, 35);
  126. this.onStart.TabIndex = 9;
  127. this.onStart.Text = "开启获取";
  128. this.onStart.UseVisualStyleBackColor = true;
  129. this.onStart.Click += new System.EventHandler(this.onStart_Click);
  130. //
  131. // IpPortUrlVal
  132. //
  133. this.IpPortUrlVal.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  134. this.IpPortUrlVal.Location = new System.Drawing.Point(147, 17);
  135. this.IpPortUrlVal.Name = "IpPortUrlVal";
  136. this.IpPortUrlVal.Size = new System.Drawing.Size(355, 31);
  137. this.IpPortUrlVal.TabIndex = 0;
  138. //
  139. // IpPortUrlLab
  140. //
  141. this.IpPortUrlLab.AutoSize = true;
  142. this.IpPortUrlLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  143. this.IpPortUrlLab.Location = new System.Drawing.Point(57, 20);
  144. this.IpPortUrlLab.Name = "IpPortUrlLab";
  145. this.IpPortUrlLab.Size = new System.Drawing.Size(101, 28);
  146. this.IpPortUrlLab.TabIndex = 1;
  147. this.IpPortUrlLab.Text = "请求地址:";
  148. //
  149. // timer1
  150. //
  151. this.timer1.Interval = 60000;
  152. this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
  153. //
  154. // Msg1
  155. //
  156. this.Msg1.Dock = System.Windows.Forms.DockStyle.Fill;
  157. this.Msg1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  158. this.Msg1.Location = new System.Drawing.Point(644, 4);
  159. this.Msg1.Margin = new System.Windows.Forms.Padding(4);
  160. this.Msg1.Name = "Msg1";
  161. this.Msg1.Size = new System.Drawing.Size(632, 245);
  162. this.Msg1.TabIndex = 53;
  163. this.Msg1.Text = "";
  164. //
  165. // workTimeVal1
  166. //
  167. this.workTimeVal1.CalendarFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  168. this.workTimeVal1.Cursor = System.Windows.Forms.Cursors.Hand;
  169. this.workTimeVal1.CustomFormat = "hh:mm";
  170. this.workTimeVal1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  171. this.workTimeVal1.Format = System.Windows.Forms.DateTimePickerFormat.Time;
  172. this.workTimeVal1.Location = new System.Drawing.Point(147, 108);
  173. this.workTimeVal1.Name = "workTimeVal1";
  174. this.workTimeVal1.ShowUpDown = true;
  175. this.workTimeVal1.Size = new System.Drawing.Size(131, 31);
  176. this.workTimeVal1.TabIndex = 14;
  177. this.workTimeVal1.TabStop = false;
  178. this.workTimeVal1.Value = new System.DateTime(2026, 6, 16, 11, 31, 0, 0);
  179. //
  180. // workTimeLab1
  181. //
  182. this.workTimeLab1.AutoSize = true;
  183. this.workTimeLab1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  184. this.workTimeLab1.Location = new System.Drawing.Point(57, 108);
  185. this.workTimeLab1.Name = "workTimeLab1";
  186. this.workTimeLab1.Size = new System.Drawing.Size(101, 28);
  187. this.workTimeLab1.TabIndex = 15;
  188. this.workTimeLab1.Text = "上班时间:";
  189. //
  190. // workTimeVal2
  191. //
  192. this.workTimeVal2.CalendarFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  193. this.workTimeVal2.Cursor = System.Windows.Forms.Cursors.Hand;
  194. this.workTimeVal2.CustomFormat = "hh:mm";
  195. this.workTimeVal2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  196. this.workTimeVal2.Format = System.Windows.Forms.DateTimePickerFormat.Time;
  197. this.workTimeVal2.Location = new System.Drawing.Point(147, 153);
  198. this.workTimeVal2.Name = "workTimeVal2";
  199. this.workTimeVal2.ShowUpDown = true;
  200. this.workTimeVal2.Size = new System.Drawing.Size(131, 31);
  201. this.workTimeVal2.TabIndex = 16;
  202. this.workTimeVal2.TabStop = false;
  203. this.workTimeVal2.Value = new System.DateTime(2026, 6, 16, 11, 31, 0, 0);
  204. //
  205. // workTimeLab2
  206. //
  207. this.workTimeLab2.AutoSize = true;
  208. this.workTimeLab2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  209. this.workTimeLab2.Location = new System.Drawing.Point(57, 153);
  210. this.workTimeLab2.Name = "workTimeLab2";
  211. this.workTimeLab2.Size = new System.Drawing.Size(101, 28);
  212. this.workTimeLab2.TabIndex = 17;
  213. this.workTimeLab2.Text = "上班时间:";
  214. //
  215. // workTimeVal4
  216. //
  217. this.workTimeVal4.CalendarFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  218. this.workTimeVal4.Cursor = System.Windows.Forms.Cursors.Hand;
  219. this.workTimeVal4.CustomFormat = "hh:mm";
  220. this.workTimeVal4.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  221. this.workTimeVal4.Format = System.Windows.Forms.DateTimePickerFormat.Time;
  222. this.workTimeVal4.Location = new System.Drawing.Point(388, 153);
  223. this.workTimeVal4.Name = "workTimeVal4";
  224. this.workTimeVal4.ShowUpDown = true;
  225. this.workTimeVal4.Size = new System.Drawing.Size(131, 31);
  226. this.workTimeVal4.TabIndex = 20;
  227. this.workTimeVal4.TabStop = false;
  228. this.workTimeVal4.Value = new System.DateTime(2026, 6, 16, 11, 31, 0, 0);
  229. //
  230. // workTimeLab4
  231. //
  232. this.workTimeLab4.AutoSize = true;
  233. this.workTimeLab4.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  234. this.workTimeLab4.Location = new System.Drawing.Point(298, 153);
  235. this.workTimeLab4.Name = "workTimeLab4";
  236. this.workTimeLab4.Size = new System.Drawing.Size(101, 28);
  237. this.workTimeLab4.TabIndex = 21;
  238. this.workTimeLab4.Text = "下班时间:";
  239. //
  240. // workTimeVal3
  241. //
  242. this.workTimeVal3.CalendarFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  243. this.workTimeVal3.Cursor = System.Windows.Forms.Cursors.Hand;
  244. this.workTimeVal3.CustomFormat = "hh:mm";
  245. this.workTimeVal3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  246. this.workTimeVal3.Format = System.Windows.Forms.DateTimePickerFormat.Time;
  247. this.workTimeVal3.Location = new System.Drawing.Point(388, 108);
  248. this.workTimeVal3.Name = "workTimeVal3";
  249. this.workTimeVal3.ShowUpDown = true;
  250. this.workTimeVal3.Size = new System.Drawing.Size(131, 31);
  251. this.workTimeVal3.TabIndex = 18;
  252. this.workTimeVal3.TabStop = false;
  253. this.workTimeVal3.Value = new System.DateTime(2026, 6, 16, 11, 31, 0, 0);
  254. //
  255. // workTimeLab3
  256. //
  257. this.workTimeLab3.AutoSize = true;
  258. this.workTimeLab3.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  259. this.workTimeLab3.Location = new System.Drawing.Point(298, 108);
  260. this.workTimeLab3.Name = "workTimeLab3";
  261. this.workTimeLab3.Size = new System.Drawing.Size(101, 28);
  262. this.workTimeLab3.TabIndex = 19;
  263. this.workTimeLab3.Text = "下班时间:";
  264. //
  265. // Make_BodyTest
  266. //
  267. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
  268. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  269. this.ClientSize = new System.Drawing.Size(1280, 720);
  270. this.Controls.Add(this.MsgBox);
  271. this.Font = new System.Drawing.Font("微软雅黑", 7.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  272. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  273. this.Name = "Make_BodyTest";
  274. this.Text = "Make_Humiture";
  275. this.Load += new System.EventHandler(this.Make_Humiture_Load);
  276. this.MsgBox.ResumeLayout(false);
  277. this.TopBox.ResumeLayout(false);
  278. this.TopBox.PerformLayout();
  279. this.ResumeLayout(false);
  280. }
  281. #endregion
  282. private System.Windows.Forms.TableLayoutPanel MsgBox;
  283. private System.Windows.Forms.Panel TopBox;
  284. private System.Windows.Forms.Timer timer1;
  285. private System.Windows.Forms.Label IpPortUrlLab;
  286. private System.Windows.Forms.TextBox IpPortUrlVal;
  287. private System.Windows.Forms.Button onStart;
  288. private System.Windows.Forms.Button claerBtn;
  289. private System.Windows.Forms.TextBox ketVal;
  290. private System.Windows.Forms.Label ketLab;
  291. private CustomControl.RichText.RichTextAutoBottom Msg1;
  292. private System.Windows.Forms.DateTimePicker workTimeVal1;
  293. private System.Windows.Forms.Label workTimeLab1;
  294. private System.Windows.Forms.DateTimePicker workTimeVal2;
  295. private System.Windows.Forms.Label workTimeLab2;
  296. private System.Windows.Forms.DateTimePicker workTimeVal4;
  297. private System.Windows.Forms.Label workTimeLab4;
  298. private System.Windows.Forms.DateTimePicker workTimeVal3;
  299. private System.Windows.Forms.Label workTimeLab3;
  300. }
  301. }