SystemSetting_ScaleTest.Designer.cs 14 KB

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