TruckScaleServer.Designer.cs 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363
  1. namespace Core.StlMes.Client.LgResMgt.Mcms
  2. {
  3. partial class TruckScaleServer
  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. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  30. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TruckScaleServer));
  31. this.ugpInfo = new Infragistics.Win.Misc.UltraGroupBox();
  32. this.chkDetail = new System.Windows.Forms.CheckBox();
  33. this.btnTest = new System.Windows.Forms.Button();
  34. this.cboNo = new System.Windows.Forms.ComboBox();
  35. this.label4 = new System.Windows.Forms.Label();
  36. this.lblWtNow = new Infragistics.Win.Misc.UltraLabel();
  37. this.txtPort = new System.Windows.Forms.TextBox();
  38. this.label2 = new System.Windows.Forms.Label();
  39. this.txtIp = new System.Windows.Forms.TextBox();
  40. this.lblIp = new System.Windows.Forms.Label();
  41. this.label5 = new System.Windows.Forms.Label();
  42. this.label1 = new System.Windows.Forms.Label();
  43. this.baudRate = new System.Windows.Forms.ComboBox();
  44. this.cmbCom = new System.Windows.Forms.ComboBox();
  45. this.ulvClient = new Infragistics.Win.UltraWinListView.UltraListView();
  46. this.imageList1 = new System.Windows.Forms.ImageList(this.components);
  47. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  48. this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
  49. this.showMsg = new Core.StlMes.Client.LgResMgt.Mcms.ShowMsg();
  50. ((System.ComponentModel.ISupportInitialize)(this.ugpInfo)).BeginInit();
  51. this.ugpInfo.SuspendLayout();
  52. ((System.ComponentModel.ISupportInitialize)(this.ulvClient)).BeginInit();
  53. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  54. this.ultraGroupBox1.SuspendLayout();
  55. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
  56. this.ultraGroupBox2.SuspendLayout();
  57. this.SuspendLayout();
  58. //
  59. // ugpInfo
  60. //
  61. this.ugpInfo.Controls.Add(this.chkDetail);
  62. this.ugpInfo.Controls.Add(this.btnTest);
  63. this.ugpInfo.Controls.Add(this.cboNo);
  64. this.ugpInfo.Controls.Add(this.label4);
  65. this.ugpInfo.Controls.Add(this.lblWtNow);
  66. this.ugpInfo.Controls.Add(this.txtPort);
  67. this.ugpInfo.Controls.Add(this.label2);
  68. this.ugpInfo.Controls.Add(this.txtIp);
  69. this.ugpInfo.Controls.Add(this.lblIp);
  70. this.ugpInfo.Controls.Add(this.label5);
  71. this.ugpInfo.Controls.Add(this.label1);
  72. this.ugpInfo.Controls.Add(this.baudRate);
  73. this.ugpInfo.Controls.Add(this.cmbCom);
  74. this.ugpInfo.Dock = System.Windows.Forms.DockStyle.Top;
  75. this.ugpInfo.Location = new System.Drawing.Point(0, 0);
  76. this.ugpInfo.Name = "ugpInfo";
  77. this.ugpInfo.Size = new System.Drawing.Size(1508, 84);
  78. this.ugpInfo.TabIndex = 0;
  79. this.ugpInfo.Text = "服务信息";
  80. //
  81. // chkDetail
  82. //
  83. this.chkDetail.AutoSize = true;
  84. this.chkDetail.Location = new System.Drawing.Point(1277, 40);
  85. this.chkDetail.Name = "chkDetail";
  86. this.chkDetail.Size = new System.Drawing.Size(89, 19);
  87. this.chkDetail.TabIndex = 604;
  88. this.chkDetail.Text = "显示详细";
  89. this.chkDetail.UseVisualStyleBackColor = true;
  90. //
  91. // btnTest
  92. //
  93. this.btnTest.Location = new System.Drawing.Point(1408, 35);
  94. this.btnTest.Name = "btnTest";
  95. this.btnTest.Size = new System.Drawing.Size(75, 23);
  96. this.btnTest.TabIndex = 603;
  97. this.btnTest.Text = "开始测试";
  98. this.btnTest.UseVisualStyleBackColor = true;
  99. this.btnTest.Click += new System.EventHandler(this.btnTest_Click);
  100. //
  101. // cboNo
  102. //
  103. this.cboNo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  104. this.cboNo.Font = new System.Drawing.Font("宋体", 10F);
  105. this.cboNo.FormattingEnabled = true;
  106. this.cboNo.Items.AddRange(new object[] {
  107. "300",
  108. "1200",
  109. "2400",
  110. "4800",
  111. "9600",
  112. "19200",
  113. "38400",
  114. "57600"});
  115. this.cboNo.Location = new System.Drawing.Point(389, 38);
  116. this.cboNo.Margin = new System.Windows.Forms.Padding(4);
  117. this.cboNo.Name = "cboNo";
  118. this.cboNo.Size = new System.Drawing.Size(86, 25);
  119. this.cboNo.TabIndex = 602;
  120. this.cboNo.SelectedValueChanged += new System.EventHandler(this.cboNo_SelectedValueChanged);
  121. //
  122. // label4
  123. //
  124. this.label4.AutoSize = true;
  125. this.label4.Location = new System.Drawing.Point(296, 41);
  126. this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  127. this.label4.Name = "label4";
  128. this.label4.Size = new System.Drawing.Size(75, 15);
  129. this.label4.TabIndex = 601;
  130. this.label4.Text = "磅房编号:";
  131. this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  132. //
  133. // lblWtNow
  134. //
  135. appearance12.BackColor = System.Drawing.Color.LightBlue;
  136. appearance12.TextHAlignAsString = "Center";
  137. appearance12.TextVAlignAsString = "Middle";
  138. this.lblWtNow.Appearance = appearance12;
  139. this.lblWtNow.Dock = System.Windows.Forms.DockStyle.Left;
  140. this.lblWtNow.Font = new System.Drawing.Font("微软雅黑", 34.8F, System.Drawing.FontStyle.Bold);
  141. this.lblWtNow.Location = new System.Drawing.Point(3, 21);
  142. this.lblWtNow.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  143. this.lblWtNow.Name = "lblWtNow";
  144. this.lblWtNow.Size = new System.Drawing.Size(275, 60);
  145. this.lblWtNow.TabIndex = 600;
  146. this.lblWtNow.Text = "0.00t";
  147. //
  148. // txtPort
  149. //
  150. this.txtPort.Location = new System.Drawing.Point(1182, 36);
  151. this.txtPort.Name = "txtPort";
  152. this.txtPort.Size = new System.Drawing.Size(65, 25);
  153. this.txtPort.TabIndex = 598;
  154. //
  155. // label2
  156. //
  157. this.label2.AutoSize = true;
  158. this.label2.Location = new System.Drawing.Point(1119, 41);
  159. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  160. this.label2.Name = "label2";
  161. this.label2.Size = new System.Drawing.Size(45, 15);
  162. this.label2.TabIndex = 597;
  163. this.label2.Text = "端口:";
  164. this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  165. //
  166. // txtIp
  167. //
  168. this.txtIp.Enabled = false;
  169. this.txtIp.Location = new System.Drawing.Point(934, 36);
  170. this.txtIp.Name = "txtIp";
  171. this.txtIp.ReadOnly = true;
  172. this.txtIp.Size = new System.Drawing.Size(167, 25);
  173. this.txtIp.TabIndex = 596;
  174. //
  175. // lblIp
  176. //
  177. this.lblIp.AutoSize = true;
  178. this.lblIp.Location = new System.Drawing.Point(885, 41);
  179. this.lblIp.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  180. this.lblIp.Name = "lblIp";
  181. this.lblIp.Size = new System.Drawing.Size(31, 15);
  182. this.lblIp.TabIndex = 595;
  183. this.lblIp.Text = "IP:";
  184. this.lblIp.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  185. //
  186. // label5
  187. //
  188. this.label5.AutoSize = true;
  189. this.label5.Location = new System.Drawing.Point(493, 43);
  190. this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  191. this.label5.Name = "label5";
  192. this.label5.Size = new System.Drawing.Size(60, 15);
  193. this.label5.TabIndex = 592;
  194. this.label5.Text = "串口号:";
  195. this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  196. //
  197. // label1
  198. //
  199. this.label1.AutoSize = true;
  200. this.label1.Location = new System.Drawing.Point(675, 41);
  201. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  202. this.label1.Name = "label1";
  203. this.label1.Size = new System.Drawing.Size(60, 15);
  204. this.label1.TabIndex = 594;
  205. this.label1.Text = "波特率:";
  206. this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  207. //
  208. // baudRate
  209. //
  210. this.baudRate.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  211. this.baudRate.Font = new System.Drawing.Font("宋体", 10F);
  212. this.baudRate.FormattingEnabled = true;
  213. this.baudRate.Items.AddRange(new object[] {
  214. "300",
  215. "1200",
  216. "2400",
  217. "4800",
  218. "9600",
  219. "19200",
  220. "38400",
  221. "57600"});
  222. this.baudRate.Location = new System.Drawing.Point(753, 36);
  223. this.baudRate.Margin = new System.Windows.Forms.Padding(4);
  224. this.baudRate.Name = "baudRate";
  225. this.baudRate.Size = new System.Drawing.Size(86, 25);
  226. this.baudRate.TabIndex = 591;
  227. //
  228. // cmbCom
  229. //
  230. this.cmbCom.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  231. this.cmbCom.Font = new System.Drawing.Font("宋体", 10F);
  232. this.cmbCom.FormattingEnabled = true;
  233. this.cmbCom.Items.AddRange(new object[] {
  234. "COM1",
  235. "COM2",
  236. "COM3",
  237. "COM4",
  238. "COM5",
  239. "COM6",
  240. "COM7",
  241. "COM8",
  242. "COM9",
  243. "COM10",
  244. "COM11",
  245. "COM12",
  246. "COM13",
  247. "COM14",
  248. "COM15",
  249. "COM16",
  250. "COM17",
  251. "COM18",
  252. "COM19",
  253. "COM20",
  254. "COM21",
  255. "COM22",
  256. "COM23",
  257. "COM24",
  258. "COM25",
  259. "COM26",
  260. "COM27",
  261. "COM28",
  262. "COM29",
  263. "COM30"});
  264. this.cmbCom.Location = new System.Drawing.Point(571, 38);
  265. this.cmbCom.Margin = new System.Windows.Forms.Padding(4);
  266. this.cmbCom.Name = "cmbCom";
  267. this.cmbCom.Size = new System.Drawing.Size(86, 25);
  268. this.cmbCom.TabIndex = 593;
  269. //
  270. // ulvClient
  271. //
  272. this.ulvClient.Dock = System.Windows.Forms.DockStyle.Fill;
  273. this.ulvClient.Location = new System.Drawing.Point(3, 21);
  274. this.ulvClient.Name = "ulvClient";
  275. this.ulvClient.Size = new System.Drawing.Size(194, 528);
  276. this.ulvClient.TabIndex = 2;
  277. this.ulvClient.Text = "ultraListView1";
  278. this.ulvClient.View = Infragistics.Win.UltraWinListView.UltraListViewStyle.List;
  279. this.ulvClient.ViewSettingsList.ImageList = this.imageList1;
  280. //
  281. // imageList1
  282. //
  283. this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
  284. this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
  285. this.imageList1.Images.SetKeyName(0, "28.png");
  286. //
  287. // ultraGroupBox1
  288. //
  289. this.ultraGroupBox1.Controls.Add(this.ulvClient);
  290. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Left;
  291. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 84);
  292. this.ultraGroupBox1.Name = "ultraGroupBox1";
  293. this.ultraGroupBox1.Size = new System.Drawing.Size(200, 552);
  294. this.ultraGroupBox1.TabIndex = 3;
  295. this.ultraGroupBox1.Text = "已连接客户端";
  296. //
  297. // ultraGroupBox2
  298. //
  299. this.ultraGroupBox2.Controls.Add(this.showMsg);
  300. this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
  301. this.ultraGroupBox2.Location = new System.Drawing.Point(200, 84);
  302. this.ultraGroupBox2.Name = "ultraGroupBox2";
  303. this.ultraGroupBox2.Size = new System.Drawing.Size(1308, 552);
  304. this.ultraGroupBox2.TabIndex = 4;
  305. this.ultraGroupBox2.Text = "消息";
  306. //
  307. // showMsg
  308. //
  309. this.showMsg.Dock = System.Windows.Forms.DockStyle.Fill;
  310. this.showMsg.Location = new System.Drawing.Point(3, 21);
  311. this.showMsg.Name = "showMsg";
  312. this.showMsg.Size = new System.Drawing.Size(1302, 528);
  313. this.showMsg.TabIndex = 0;
  314. //
  315. // TruckScaleServer
  316. //
  317. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  318. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  319. this.ClientSize = new System.Drawing.Size(1508, 636);
  320. this.Controls.Add(this.ultraGroupBox2);
  321. this.Controls.Add(this.ultraGroupBox1);
  322. this.Controls.Add(this.ugpInfo);
  323. this.Name = "TruckScaleServer";
  324. this.Text = "本地服务";
  325. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.TruckScaleServer_FormClosing);
  326. ((System.ComponentModel.ISupportInitialize)(this.ugpInfo)).EndInit();
  327. this.ugpInfo.ResumeLayout(false);
  328. this.ugpInfo.PerformLayout();
  329. ((System.ComponentModel.ISupportInitialize)(this.ulvClient)).EndInit();
  330. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  331. this.ultraGroupBox1.ResumeLayout(false);
  332. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
  333. this.ultraGroupBox2.ResumeLayout(false);
  334. this.ResumeLayout(false);
  335. }
  336. #endregion
  337. private Infragistics.Win.Misc.UltraGroupBox ugpInfo;
  338. private System.Windows.Forms.Label label5;
  339. private System.Windows.Forms.Label label1;
  340. private System.Windows.Forms.ComboBox baudRate;
  341. private System.Windows.Forms.ComboBox cmbCom;
  342. private System.Windows.Forms.TextBox txtIp;
  343. private System.Windows.Forms.Label lblIp;
  344. private System.Windows.Forms.TextBox txtPort;
  345. private System.Windows.Forms.Label label2;
  346. private Infragistics.Win.UltraWinListView.UltraListView ulvClient;
  347. private System.Windows.Forms.ImageList imageList1;
  348. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  349. private Infragistics.Win.Misc.UltraLabel lblWtNow;
  350. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox2;
  351. private System.Windows.Forms.ComboBox cboNo;
  352. private System.Windows.Forms.Label label4;
  353. private ShowMsg showMsg;
  354. private System.Windows.Forms.Button btnTest;
  355. private System.Windows.Forms.CheckBox chkDetail;
  356. }
  357. }