SystemSetting_ScaleTest.Designer.cs 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275
  1. namespace UAS_MES_NEW.SystemSetting
  2. {
  3. partial class SystemSetting_ScaleTest
  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(SystemSetting_ScaleTest));
  29. this.panel4 = new System.Windows.Forms.Panel();
  30. this.Weight = new System.Windows.Forms.Label();
  31. this.panel5 = new System.Windows.Forms.Panel();
  32. this.pr_colorboxunit = new System.Windows.Forms.Label();
  33. this.label22 = new System.Windows.Forms.Label();
  34. this.SerialPortComBox_label = new System.Windows.Forms.Label();
  35. this.BaudRate_label = new System.Windows.Forms.Label();
  36. this.StopTest = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  37. this.BaudRate = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.NumOnlyTextBox();
  38. this.StartTest = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  39. this.ComList = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.SerialPortCombox();
  40. this.normalButton1 = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  41. this.Remark = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  42. this.panel4.SuspendLayout();
  43. this.panel5.SuspendLayout();
  44. this.SuspendLayout();
  45. //
  46. // panel4
  47. //
  48. this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  49. this.panel4.Controls.Add(this.Weight);
  50. this.panel4.Controls.Add(this.panel5);
  51. this.panel4.Location = new System.Drawing.Point(684, 172);
  52. this.panel4.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  53. this.panel4.Name = "panel4";
  54. this.panel4.Size = new System.Drawing.Size(664, 256);
  55. this.panel4.TabIndex = 39;
  56. //
  57. // Weight
  58. //
  59. this.Weight.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  60. | System.Windows.Forms.AnchorStyles.Left)
  61. | System.Windows.Forms.AnchorStyles.Right)));
  62. this.Weight.AutoSize = true;
  63. this.Weight.Font = new System.Drawing.Font("微软雅黑", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  64. this.Weight.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
  65. this.Weight.Location = new System.Drawing.Point(268, 100);
  66. this.Weight.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  67. this.Weight.Name = "Weight";
  68. this.Weight.Size = new System.Drawing.Size(0, 62);
  69. this.Weight.TabIndex = 41;
  70. //
  71. // panel5
  72. //
  73. this.panel5.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
  74. this.panel5.Controls.Add(this.pr_colorboxunit);
  75. this.panel5.Controls.Add(this.label22);
  76. this.panel5.Dock = System.Windows.Forms.DockStyle.Left;
  77. this.panel5.Location = new System.Drawing.Point(0, 0);
  78. this.panel5.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  79. this.panel5.Name = "panel5";
  80. this.panel5.Size = new System.Drawing.Size(156, 254);
  81. this.panel5.TabIndex = 40;
  82. //
  83. // pr_colorboxunit
  84. //
  85. this.pr_colorboxunit.AutoSize = true;
  86. this.pr_colorboxunit.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  87. this.pr_colorboxunit.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  88. this.pr_colorboxunit.Location = new System.Drawing.Point(44, 132);
  89. this.pr_colorboxunit.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  90. this.pr_colorboxunit.Name = "pr_colorboxunit";
  91. this.pr_colorboxunit.Size = new System.Drawing.Size(60, 50);
  92. this.pr_colorboxunit.TabIndex = 42;
  93. this.pr_colorboxunit.Text = "克";
  94. //
  95. // label22
  96. //
  97. this.label22.AutoSize = true;
  98. this.label22.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  99. this.label22.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  100. this.label22.Location = new System.Drawing.Point(30, 64);
  101. this.label22.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  102. this.label22.Name = "label22";
  103. this.label22.Size = new System.Drawing.Size(98, 50);
  104. this.label22.TabIndex = 20;
  105. this.label22.Text = "重量";
  106. //
  107. // SerialPortComBox_label
  108. //
  109. this.SerialPortComBox_label.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  110. | System.Windows.Forms.AnchorStyles.Left)
  111. | System.Windows.Forms.AnchorStyles.Right)));
  112. this.SerialPortComBox_label.AutoSize = true;
  113. this.SerialPortComBox_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  114. this.SerialPortComBox_label.Location = new System.Drawing.Point(86, 170);
  115. this.SerialPortComBox_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  116. this.SerialPortComBox_label.Name = "SerialPortComBox_label";
  117. this.SerialPortComBox_label.Size = new System.Drawing.Size(153, 41);
  118. this.SerialPortComBox_label.TabIndex = 42;
  119. this.SerialPortComBox_label.Text = "Com端口";
  120. //
  121. // BaudRate_label
  122. //
  123. this.BaudRate_label.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  124. | System.Windows.Forms.AnchorStyles.Left)
  125. | System.Windows.Forms.AnchorStyles.Right)));
  126. this.BaudRate_label.AutoSize = true;
  127. this.BaudRate_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  128. this.BaudRate_label.Location = new System.Drawing.Point(124, 248);
  129. this.BaudRate_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  130. this.BaudRate_label.Name = "BaudRate_label";
  131. this.BaudRate_label.Size = new System.Drawing.Size(114, 41);
  132. this.BaudRate_label.TabIndex = 44;
  133. this.BaudRate_label.Text = "波特率";
  134. //
  135. // StopTest
  136. //
  137. this.StopTest.AllPower = null;
  138. this.StopTest.BackColor = System.Drawing.Color.Transparent;
  139. this.StopTest.DownImage = ((System.Drawing.Image)(resources.GetObject("StopTest.DownImage")));
  140. this.StopTest.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  141. this.StopTest.Image = ((System.Drawing.Image)(resources.GetObject("StopTest.Image")));
  142. this.StopTest.IsShowBorder = true;
  143. this.StopTest.Location = new System.Drawing.Point(406, 380);
  144. this.StopTest.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  145. this.StopTest.MoveImage = ((System.Drawing.Image)(resources.GetObject("StopTest.MoveImage")));
  146. this.StopTest.Name = "StopTest";
  147. this.StopTest.NormalImage = ((System.Drawing.Image)(resources.GetObject("StopTest.NormalImage")));
  148. this.StopTest.Power = null;
  149. this.StopTest.Size = new System.Drawing.Size(134, 46);
  150. this.StopTest.TabIndex = 45;
  151. this.StopTest.Text = "停止调试";
  152. this.StopTest.UseVisualStyleBackColor = true;
  153. this.StopTest.Click += new System.EventHandler(this.StopTest_Click);
  154. //
  155. // BaudRate
  156. //
  157. this.BaudRate.AllPower = null;
  158. this.BaudRate.BackColor = System.Drawing.Color.White;
  159. this.BaudRate.ID = null;
  160. this.BaudRate.Location = new System.Drawing.Point(260, 252);
  161. this.BaudRate.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  162. this.BaudRate.Name = "BaudRate";
  163. this.BaudRate.Negative = false;
  164. this.BaudRate.Power = null;
  165. this.BaudRate.Size = new System.Drawing.Size(276, 35);
  166. this.BaudRate.Str = null;
  167. this.BaudRate.Str1 = null;
  168. this.BaudRate.Str2 = null;
  169. this.BaudRate.TabIndex = 43;
  170. //
  171. // StartTest
  172. //
  173. this.StartTest.AllPower = null;
  174. this.StartTest.BackColor = System.Drawing.Color.Transparent;
  175. this.StartTest.DownImage = ((System.Drawing.Image)(resources.GetObject("StartTest.DownImage")));
  176. this.StartTest.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  177. this.StartTest.Image = ((System.Drawing.Image)(resources.GetObject("StartTest.Image")));
  178. this.StartTest.IsShowBorder = true;
  179. this.StartTest.Location = new System.Drawing.Point(240, 380);
  180. this.StartTest.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  181. this.StartTest.MoveImage = ((System.Drawing.Image)(resources.GetObject("StartTest.MoveImage")));
  182. this.StartTest.Name = "StartTest";
  183. this.StartTest.NormalImage = ((System.Drawing.Image)(resources.GetObject("StartTest.NormalImage")));
  184. this.StartTest.Power = null;
  185. this.StartTest.Size = new System.Drawing.Size(134, 46);
  186. this.StartTest.TabIndex = 41;
  187. this.StartTest.Text = "开始调试";
  188. this.StartTest.UseVisualStyleBackColor = true;
  189. this.StartTest.Click += new System.EventHandler(this.StartTest_Click);
  190. //
  191. // ComList
  192. //
  193. this.ComList.Location = new System.Drawing.Point(260, 172);
  194. this.ComList.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  195. this.ComList.Name = "ComList";
  196. this.ComList.Size = new System.Drawing.Size(280, 40);
  197. this.ComList.TabIndex = 40;
  198. //
  199. // normalButton1
  200. //
  201. this.normalButton1.AllPower = null;
  202. this.normalButton1.BackColor = System.Drawing.Color.Transparent;
  203. this.normalButton1.DownImage = ((System.Drawing.Image)(resources.GetObject("normalButton1.DownImage")));
  204. this.normalButton1.Image = ((System.Drawing.Image)(resources.GetObject("normalButton1.Image")));
  205. this.normalButton1.IsShowBorder = true;
  206. this.normalButton1.Location = new System.Drawing.Point(0, 0);
  207. this.normalButton1.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  208. this.normalButton1.MoveImage = ((System.Drawing.Image)(resources.GetObject("normalButton1.MoveImage")));
  209. this.normalButton1.Name = "normalButton1";
  210. this.normalButton1.NormalImage = ((System.Drawing.Image)(resources.GetObject("normalButton1.NormalImage")));
  211. this.normalButton1.Power = null;
  212. this.normalButton1.Size = new System.Drawing.Size(0, 0);
  213. this.normalButton1.TabIndex = 36;
  214. this.normalButton1.Text = "normalButton1";
  215. this.normalButton1.UseVisualStyleBackColor = true;
  216. //
  217. // Remark
  218. //
  219. this.Remark.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  220. this.Remark.Location = new System.Drawing.Point(170, 558);
  221. this.Remark.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
  222. this.Remark.Name = "Remark";
  223. this.Remark.Size = new System.Drawing.Size(476, 156);
  224. this.Remark.TabIndex = 195;
  225. this.Remark.Text = "";
  226. //
  227. // SystemSetting_ScaleTest
  228. //
  229. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  230. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  231. this.ClientSize = new System.Drawing.Size(1832, 948);
  232. this.Controls.Add(this.Remark);
  233. this.Controls.Add(this.StopTest);
  234. this.Controls.Add(this.BaudRate_label);
  235. this.Controls.Add(this.BaudRate);
  236. this.Controls.Add(this.SerialPortComBox_label);
  237. this.Controls.Add(this.StartTest);
  238. this.Controls.Add(this.ComList);
  239. this.Controls.Add(this.panel4);
  240. this.Controls.Add(this.normalButton1);
  241. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  242. this.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  243. this.Name = "SystemSetting_ScaleTest";
  244. this.Tag = "Setup!ScaleTest";
  245. this.Text = " ";
  246. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.SystemSetting_ScaleTest_FormClosing);
  247. this.Load += new System.EventHandler(this.SystemSetting_ScaleTest_Load);
  248. this.panel4.ResumeLayout(false);
  249. this.panel4.PerformLayout();
  250. this.panel5.ResumeLayout(false);
  251. this.panel5.PerformLayout();
  252. this.ResumeLayout(false);
  253. this.PerformLayout();
  254. }
  255. #endregion
  256. private CustomControl.ButtonUtil.NormalButton normalButton1;
  257. private System.Windows.Forms.Panel panel4;
  258. private System.Windows.Forms.Panel panel5;
  259. private System.Windows.Forms.Label Weight;
  260. private System.Windows.Forms.Label label22;
  261. private System.Windows.Forms.Label pr_colorboxunit;
  262. private CustomControl.ComBoxWithFocus.SerialPortCombox ComList;
  263. private CustomControl.ButtonUtil.NormalButton StartTest;
  264. private System.Windows.Forms.Label SerialPortComBox_label;
  265. private CustomControl.TextBoxWithIcon.NumOnlyTextBox BaudRate;
  266. private System.Windows.Forms.Label BaudRate_label;
  267. private CustomControl.ButtonUtil.NormalButton StopTest;
  268. private CustomControl.RichText.RichTextAutoBottom Remark;
  269. }
  270. }