Weigher.Designer.cs 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325
  1. namespace UAS_MES
  2. {
  3. partial class Weigher
  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(Weigher));
  29. this.GetSeriadlData = new System.Windows.Forms.Button();
  30. this.DataFlush = new System.Windows.Forms.TextBox();
  31. this.StopGetSerialData = new System.Windows.Forms.Button();
  32. this.comboBox1 = new System.Windows.Forms.ComboBox();
  33. this.label1 = new System.Windows.Forms.Label();
  34. this.label2 = new System.Windows.Forms.Label();
  35. this.BaudRate = new System.Windows.Forms.TextBox();
  36. this.label3 = new System.Windows.Forms.Label();
  37. this.label4 = new System.Windows.Forms.Label();
  38. this.label5 = new System.Windows.Forms.Label();
  39. this.WeigherData = new System.Windows.Forms.TextBox();
  40. this.label6 = new System.Windows.Forms.Label();
  41. this.label7 = new System.Windows.Forms.Label();
  42. this.label8 = new System.Windows.Forms.Label();
  43. this.textBox4 = new System.Windows.Forms.TextBox();
  44. this.textBox5 = new System.Windows.Forms.TextBox();
  45. this.label9 = new System.Windows.Forms.Label();
  46. this.CleanDataFlush = new System.Windows.Forms.Button();
  47. this.enterTextBox2 = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  48. this.headBar1 = new UAS_MES.CustomControl.HeadBar();
  49. this.normalButton1 = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  50. this.SuspendLayout();
  51. //
  52. // GetSeriadlData
  53. //
  54. this.GetSeriadlData.Location = new System.Drawing.Point(534, 194);
  55. this.GetSeriadlData.Name = "GetSeriadlData";
  56. this.GetSeriadlData.Size = new System.Drawing.Size(119, 54);
  57. this.GetSeriadlData.TabIndex = 1;
  58. this.GetSeriadlData.Tag = "ifread";
  59. this.GetSeriadlData.Text = "接收数据";
  60. this.GetSeriadlData.UseVisualStyleBackColor = true;
  61. this.GetSeriadlData.Click += new System.EventHandler(this.GetSeriadlData_Click);
  62. //
  63. // DataFlush
  64. //
  65. this.DataFlush.Location = new System.Drawing.Point(751, 60);
  66. this.DataFlush.Multiline = true;
  67. this.DataFlush.Name = "DataFlush";
  68. this.DataFlush.Size = new System.Drawing.Size(268, 343);
  69. this.DataFlush.TabIndex = 2;
  70. //
  71. // StopGetSerialData
  72. //
  73. this.StopGetSerialData.Location = new System.Drawing.Point(534, 297);
  74. this.StopGetSerialData.Name = "StopGetSerialData";
  75. this.StopGetSerialData.Size = new System.Drawing.Size(119, 50);
  76. this.StopGetSerialData.TabIndex = 3;
  77. this.StopGetSerialData.Tag = "ifread";
  78. this.StopGetSerialData.Text = "停止接收";
  79. this.StopGetSerialData.UseVisualStyleBackColor = true;
  80. this.StopGetSerialData.Click += new System.EventHandler(this.StopGetSeriadlData_Click);
  81. //
  82. // comboBox1
  83. //
  84. this.comboBox1.FormattingEnabled = true;
  85. this.comboBox1.Location = new System.Drawing.Point(394, 60);
  86. this.comboBox1.Name = "comboBox1";
  87. this.comboBox1.Size = new System.Drawing.Size(75, 20);
  88. this.comboBox1.TabIndex = 4;
  89. this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
  90. //
  91. // label1
  92. //
  93. this.label1.AutoSize = true;
  94. this.label1.Location = new System.Drawing.Point(302, 63);
  95. this.label1.Name = "label1";
  96. this.label1.Size = new System.Drawing.Size(77, 12);
  97. this.label1.TabIndex = 5;
  98. this.label1.Text = "选择端口号:";
  99. //
  100. // label2
  101. //
  102. this.label2.AutoSize = true;
  103. this.label2.Location = new System.Drawing.Point(302, 97);
  104. this.label2.Name = "label2";
  105. this.label2.Size = new System.Drawing.Size(77, 12);
  106. this.label2.TabIndex = 6;
  107. this.label2.Text = "输入波特率:";
  108. //
  109. // BaudRate
  110. //
  111. this.BaudRate.Location = new System.Drawing.Point(394, 94);
  112. this.BaudRate.Name = "BaudRate";
  113. this.BaudRate.Size = new System.Drawing.Size(75, 21);
  114. this.BaudRate.TabIndex = 7;
  115. this.BaudRate.Text = "9600";
  116. this.BaudRate.TextChanged += new System.EventHandler(this.BaudRate_TextChanged);
  117. //
  118. // label3
  119. //
  120. this.label3.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
  121. this.label3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  122. this.label3.Location = new System.Drawing.Point(239, 156);
  123. this.label3.Name = "label3";
  124. this.label3.Size = new System.Drawing.Size(510, 4);
  125. this.label3.TabIndex = 8;
  126. //
  127. // label4
  128. //
  129. this.label4.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
  130. this.label4.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  131. this.label4.Location = new System.Drawing.Point(748, 0);
  132. this.label4.Name = "label4";
  133. this.label4.Size = new System.Drawing.Size(4, 432);
  134. this.label4.TabIndex = 9;
  135. //
  136. // label5
  137. //
  138. this.label5.AutoSize = true;
  139. this.label5.Font = new System.Drawing.Font("宋体", 10F);
  140. this.label5.Location = new System.Drawing.Point(824, 39);
  141. this.label5.Name = "label5";
  142. this.label5.Size = new System.Drawing.Size(119, 14);
  143. this.label5.TabIndex = 10;
  144. this.label5.Text = "电子秤数据缓冲区";
  145. //
  146. // WeigherData
  147. //
  148. this.WeigherData.Location = new System.Drawing.Point(277, 356);
  149. this.WeigherData.Multiline = true;
  150. this.WeigherData.Name = "WeigherData";
  151. this.WeigherData.Size = new System.Drawing.Size(188, 47);
  152. this.WeigherData.TabIndex = 11;
  153. //
  154. // label6
  155. //
  156. this.label6.AutoSize = true;
  157. this.label6.Font = new System.Drawing.Font("宋体", 11F);
  158. this.label6.Location = new System.Drawing.Point(275, 332);
  159. this.label6.Name = "label6";
  160. this.label6.Size = new System.Drawing.Size(97, 15);
  161. this.label6.TabIndex = 12;
  162. this.label6.Text = "最终称量结果";
  163. //
  164. // label7
  165. //
  166. this.label7.AutoSize = true;
  167. this.label7.Location = new System.Drawing.Point(276, 179);
  168. this.label7.Name = "label7";
  169. this.label7.Size = new System.Drawing.Size(113, 12);
  170. this.label7.TabIndex = 13;
  171. this.label7.Text = "称量过程中数据标识";
  172. //
  173. // label8
  174. //
  175. this.label8.AutoSize = true;
  176. this.label8.Location = new System.Drawing.Point(278, 251);
  177. this.label8.Name = "label8";
  178. this.label8.Size = new System.Drawing.Size(101, 12);
  179. this.label8.TabIndex = 14;
  180. this.label8.Text = "称量结果数据标识";
  181. //
  182. // textBox4
  183. //
  184. this.textBox4.Location = new System.Drawing.Point(278, 212);
  185. this.textBox4.Name = "textBox4";
  186. this.textBox4.Size = new System.Drawing.Size(100, 21);
  187. this.textBox4.TabIndex = 15;
  188. this.textBox4.Text = "US";
  189. //
  190. // textBox5
  191. //
  192. this.textBox5.Location = new System.Drawing.Point(278, 276);
  193. this.textBox5.Name = "textBox5";
  194. this.textBox5.Size = new System.Drawing.Size(100, 21);
  195. this.textBox5.TabIndex = 16;
  196. this.textBox5.Text = "ST";
  197. this.textBox5.TextChanged += new System.EventHandler(this.textBox5_TextChanged);
  198. //
  199. // label9
  200. //
  201. this.label9.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
  202. this.label9.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  203. this.label9.Location = new System.Drawing.Point(239, 33);
  204. this.label9.Name = "label9";
  205. this.label9.Size = new System.Drawing.Size(4, 400);
  206. this.label9.TabIndex = 18;
  207. //
  208. // CleanDataFlush
  209. //
  210. this.CleanDataFlush.Location = new System.Drawing.Point(842, 407);
  211. this.CleanDataFlush.Name = "CleanDataFlush";
  212. this.CleanDataFlush.Size = new System.Drawing.Size(75, 23);
  213. this.CleanDataFlush.TabIndex = 22;
  214. this.CleanDataFlush.Text = "清除";
  215. this.CleanDataFlush.UseVisualStyleBackColor = true;
  216. this.CleanDataFlush.Click += new System.EventHandler(this.CleanDataFlush_Click);
  217. //
  218. // enterTextBox2
  219. //
  220. this.enterTextBox2.AllPower = null;
  221. this.enterTextBox2.BackColor = System.Drawing.Color.White;
  222. this.enterTextBox2.Dock = System.Windows.Forms.DockStyle.Left;
  223. this.enterTextBox2.ID = null;
  224. this.enterTextBox2.Location = new System.Drawing.Point(0, 32);
  225. this.enterTextBox2.Multiline = true;
  226. this.enterTextBox2.Name = "enterTextBox2";
  227. this.enterTextBox2.Power = null;
  228. this.enterTextBox2.Size = new System.Drawing.Size(240, 400);
  229. this.enterTextBox2.Str = null;
  230. this.enterTextBox2.Str1 = null;
  231. this.enterTextBox2.Str2 = null;
  232. this.enterTextBox2.TabIndex = 21;
  233. this.enterTextBox2.Enter += new System.EventHandler(this.enterTextBox2_Enter);
  234. this.enterTextBox2.KeyDown += new System.Windows.Forms.KeyEventHandler(this.enterTextBox2_KeyDown);
  235. //
  236. // headBar1
  237. //
  238. this.headBar1.BackColor = System.Drawing.SystemColors.ControlDarkDark;
  239. this.headBar1.Dock = System.Windows.Forms.DockStyle.Top;
  240. this.headBar1.Location = new System.Drawing.Point(0, 0);
  241. this.headBar1.Name = "headBar1";
  242. this.headBar1.Size = new System.Drawing.Size(1019, 32);
  243. this.headBar1.TabIndex = 17;
  244. //
  245. // normalButton1
  246. //
  247. this.normalButton1.AllPower = null;
  248. this.normalButton1.BackColor = System.Drawing.Color.Transparent;
  249. this.normalButton1.DownImage = ((System.Drawing.Image)(resources.GetObject("normalButton1.DownImage")));
  250. this.normalButton1.Image = null;
  251. this.normalButton1.IsShowBorder = true;
  252. this.normalButton1.Location = new System.Drawing.Point(453, 235);
  253. this.normalButton1.MoveImage = ((System.Drawing.Image)(resources.GetObject("normalButton1.MoveImage")));
  254. this.normalButton1.Name = "normalButton1";
  255. this.normalButton1.NormalImage = ((System.Drawing.Image)(resources.GetObject("normalButton1.NormalImage")));
  256. this.normalButton1.Power = null;
  257. this.normalButton1.Size = new System.Drawing.Size(75, 28);
  258. this.normalButton1.TabIndex = 23;
  259. this.normalButton1.Text = "normalButton1";
  260. this.normalButton1.UseVisualStyleBackColor = false;
  261. this.normalButton1.Click += new System.EventHandler(this.GetSeriadlData_Click);
  262. //
  263. // Weigher
  264. //
  265. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  266. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  267. this.ClientSize = new System.Drawing.Size(1019, 432);
  268. this.Controls.Add(this.normalButton1);
  269. this.Controls.Add(this.CleanDataFlush);
  270. this.Controls.Add(this.enterTextBox2);
  271. this.Controls.Add(this.label9);
  272. this.Controls.Add(this.headBar1);
  273. this.Controls.Add(this.textBox5);
  274. this.Controls.Add(this.textBox4);
  275. this.Controls.Add(this.label8);
  276. this.Controls.Add(this.label7);
  277. this.Controls.Add(this.label6);
  278. this.Controls.Add(this.WeigherData);
  279. this.Controls.Add(this.label5);
  280. this.Controls.Add(this.label4);
  281. this.Controls.Add(this.label3);
  282. this.Controls.Add(this.BaudRate);
  283. this.Controls.Add(this.label2);
  284. this.Controls.Add(this.label1);
  285. this.Controls.Add(this.comboBox1);
  286. this.Controls.Add(this.StopGetSerialData);
  287. this.Controls.Add(this.DataFlush);
  288. this.Controls.Add(this.GetSeriadlData);
  289. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  290. this.Name = "Weigher";
  291. this.Tag = "Make!ColorBoxWeigh";
  292. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Weigher_FormClosing);
  293. this.Load += new System.EventHandler(this.Weigher_Load);
  294. this.ResumeLayout(false);
  295. this.PerformLayout();
  296. }
  297. #endregion
  298. private System.Windows.Forms.Button GetSeriadlData;
  299. private System.Windows.Forms.TextBox DataFlush;
  300. private System.Windows.Forms.Button StopGetSerialData;
  301. private System.Windows.Forms.ComboBox comboBox1;
  302. private System.Windows.Forms.Label label1;
  303. private System.Windows.Forms.Label label2;
  304. private System.Windows.Forms.TextBox BaudRate;
  305. private System.Windows.Forms.Label label3;
  306. private System.Windows.Forms.Label label4;
  307. private System.Windows.Forms.Label label5;
  308. private System.Windows.Forms.TextBox WeigherData;
  309. private System.Windows.Forms.Label label6;
  310. private System.Windows.Forms.Label label7;
  311. private System.Windows.Forms.Label label8;
  312. private System.Windows.Forms.TextBox textBox4;
  313. private System.Windows.Forms.TextBox textBox5;
  314. private CustomControl.HeadBar headBar1;
  315. private System.Windows.Forms.Label label9;
  316. private CustomControl.TextBoxWithIcon.EnterTextBox enterTextBox2;
  317. private System.Windows.Forms.Button CleanDataFlush;
  318. private CustomControl.ButtonUtil.NormalButton normalButton1;
  319. }
  320. }