锐腾搅拌上料功能
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

826 lines
43 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormCom
  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(FormCom));
  29. this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
  30. this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
  31. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  32. this.groupBox1 = new System.Windows.Forms.GroupBox();
  33. this.txtAddress = new DevExpress.XtraEditors.ComboBoxEdit();
  34. this.label7 = new System.Windows.Forms.Label();
  35. this.label5 = new System.Windows.Forms.Label();
  36. this.label4 = new System.Windows.Forms.Label();
  37. this.btnOpenOrClose = new DevExpress.XtraEditors.SimpleButton();
  38. this.label3 = new System.Windows.Forms.Label();
  39. this.label2 = new System.Windows.Forms.Label();
  40. this.label1 = new System.Windows.Forms.Label();
  41. this.label6 = new System.Windows.Forms.Label();
  42. this.txtBaudRate = new DevExpress.XtraEditors.ComboBoxEdit();
  43. this.txtXonXoff = new DevExpress.XtraEditors.ComboBoxEdit();
  44. this.txtCom = new DevExpress.XtraEditors.ComboBoxEdit();
  45. this.txtDataBits = new DevExpress.XtraEditors.ComboBoxEdit();
  46. this.txtParitv = new DevExpress.XtraEditors.ComboBoxEdit();
  47. this.txtStop = new DevExpress.XtraEditors.ComboBoxEdit();
  48. this.panel1 = new System.Windows.Forms.Panel();
  49. this.RTBox_Log = new System.Windows.Forms.RichTextBox();
  50. this.groupBox2 = new System.Windows.Forms.GroupBox();
  51. this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
  52. this.RTBox_Log1 = new System.Windows.Forms.RichTextBox();
  53. this.groupBox5 = new System.Windows.Forms.GroupBox();
  54. this.txtResult = new System.Windows.Forms.TextBox();
  55. this.groupBox3 = new System.Windows.Forms.GroupBox();
  56. this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
  57. this.groupBox4 = new System.Windows.Forms.GroupBox();
  58. this.simpleButton8 = new DevExpress.XtraEditors.SimpleButton();
  59. this.simpleButton9 = new DevExpress.XtraEditors.SimpleButton();
  60. this.simpleButton10 = new DevExpress.XtraEditors.SimpleButton();
  61. this.simpleButton7 = new DevExpress.XtraEditors.SimpleButton();
  62. this.simpleButton6 = new DevExpress.XtraEditors.SimpleButton();
  63. this.simpleButton5 = new DevExpress.XtraEditors.SimpleButton();
  64. this.panel2 = new System.Windows.Forms.Panel();
  65. this.btnchangeunit = new DevExpress.XtraEditors.SimpleButton();
  66. this.btnqp = new DevExpress.XtraEditors.SimpleButton();
  67. this.btngl = new DevExpress.XtraEditors.SimpleButton();
  68. this.btnnm = new DevExpress.XtraEditors.SimpleButton();
  69. this.txtmz = new DevExpress.XtraEditors.SimpleButton();
  70. this.bntpz = new DevExpress.XtraEditors.SimpleButton();
  71. this.btnjz = new DevExpress.XtraEditors.SimpleButton();
  72. this.panel3 = new System.Windows.Forms.Panel();
  73. this.btnOK = new DevExpress.XtraEditors.SimpleButton();
  74. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  75. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
  76. this.panelControl1.SuspendLayout();
  77. this.tableLayoutPanel1.SuspendLayout();
  78. this.groupBox1.SuspendLayout();
  79. ((System.ComponentModel.ISupportInitialize)(this.txtAddress.Properties)).BeginInit();
  80. ((System.ComponentModel.ISupportInitialize)(this.txtBaudRate.Properties)).BeginInit();
  81. ((System.ComponentModel.ISupportInitialize)(this.txtXonXoff.Properties)).BeginInit();
  82. ((System.ComponentModel.ISupportInitialize)(this.txtCom.Properties)).BeginInit();
  83. ((System.ComponentModel.ISupportInitialize)(this.txtDataBits.Properties)).BeginInit();
  84. ((System.ComponentModel.ISupportInitialize)(this.txtParitv.Properties)).BeginInit();
  85. ((System.ComponentModel.ISupportInitialize)(this.txtStop.Properties)).BeginInit();
  86. this.panel1.SuspendLayout();
  87. this.groupBox2.SuspendLayout();
  88. this.tableLayoutPanel3.SuspendLayout();
  89. this.groupBox5.SuspendLayout();
  90. this.groupBox3.SuspendLayout();
  91. this.tableLayoutPanel2.SuspendLayout();
  92. this.groupBox4.SuspendLayout();
  93. this.panel2.SuspendLayout();
  94. this.panel3.SuspendLayout();
  95. this.SuspendLayout();
  96. //
  97. // labelControl1
  98. //
  99. this.labelControl1.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  100. this.labelControl1.Appearance.ForeColor = System.Drawing.Color.Black;
  101. this.labelControl1.Location = new System.Drawing.Point(0, 3);
  102. this.labelControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  103. this.labelControl1.Name = "labelControl1";
  104. this.labelControl1.Size = new System.Drawing.Size(0, 27);
  105. this.labelControl1.TabIndex = 26;
  106. //
  107. // panelControl1
  108. //
  109. this.panelControl1.Appearance.BackColor = System.Drawing.Color.White;
  110. this.panelControl1.Appearance.Options.UseBackColor = true;
  111. this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  112. this.panelControl1.Controls.Add(this.tableLayoutPanel1);
  113. this.panelControl1.Location = new System.Drawing.Point(2, 33);
  114. this.panelControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  115. this.panelControl1.Name = "panelControl1";
  116. this.panelControl1.Size = new System.Drawing.Size(995, 889);
  117. this.panelControl1.TabIndex = 27;
  118. //
  119. // tableLayoutPanel1
  120. //
  121. this.tableLayoutPanel1.ColumnCount = 2;
  122. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 27.63819F));
  123. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 72.36181F));
  124. this.tableLayoutPanel1.Controls.Add(this.groupBox1, 0, 0);
  125. this.tableLayoutPanel1.Controls.Add(this.panel1, 1, 0);
  126. this.tableLayoutPanel1.Controls.Add(this.groupBox2, 0, 1);
  127. this.tableLayoutPanel1.Controls.Add(this.groupBox3, 0, 2);
  128. this.tableLayoutPanel1.Controls.Add(this.panel3, 0, 3);
  129. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  130. this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
  131. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  132. this.tableLayoutPanel1.RowCount = 4;
  133. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 46.79415F));
  134. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 26.20922F));
  135. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.42295F));
  136. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10.57368F));
  137. this.tableLayoutPanel1.Size = new System.Drawing.Size(995, 889);
  138. this.tableLayoutPanel1.TabIndex = 209;
  139. //
  140. // groupBox1
  141. //
  142. this.groupBox1.Controls.Add(this.txtAddress);
  143. this.groupBox1.Controls.Add(this.label7);
  144. this.groupBox1.Controls.Add(this.label5);
  145. this.groupBox1.Controls.Add(this.label4);
  146. this.groupBox1.Controls.Add(this.btnOpenOrClose);
  147. this.groupBox1.Controls.Add(this.label3);
  148. this.groupBox1.Controls.Add(this.label2);
  149. this.groupBox1.Controls.Add(this.label1);
  150. this.groupBox1.Controls.Add(this.label6);
  151. this.groupBox1.Controls.Add(this.txtBaudRate);
  152. this.groupBox1.Controls.Add(this.txtXonXoff);
  153. this.groupBox1.Controls.Add(this.txtCom);
  154. this.groupBox1.Controls.Add(this.txtDataBits);
  155. this.groupBox1.Controls.Add(this.txtParitv);
  156. this.groupBox1.Controls.Add(this.txtStop);
  157. this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  158. this.groupBox1.Location = new System.Drawing.Point(3, 3);
  159. this.groupBox1.Name = "groupBox1";
  160. this.groupBox1.Size = new System.Drawing.Size(268, 410);
  161. this.groupBox1.TabIndex = 208;
  162. this.groupBox1.TabStop = false;
  163. this.groupBox1.Text = "串口配置";
  164. this.groupBox1.Enter += new System.EventHandler(this.groupBox1_Enter);
  165. //
  166. // txtAddress
  167. //
  168. this.txtAddress.EditValue = "";
  169. this.txtAddress.Location = new System.Drawing.Point(81, 320);
  170. this.txtAddress.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  171. this.txtAddress.Name = "txtAddress";
  172. this.txtAddress.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  173. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  174. this.txtAddress.Properties.Items.AddRange(new object[] {
  175. "",
  176. "1",
  177. "2",
  178. "3",
  179. "4",
  180. "5",
  181. "6",
  182. "7",
  183. "8",
  184. "9",
  185. "10",
  186. "11",
  187. "12",
  188. "13",
  189. "14",
  190. "15",
  191. "16",
  192. "17",
  193. "18",
  194. "19",
  195. "20",
  196. "21",
  197. "22",
  198. "23",
  199. "24",
  200. "25",
  201. "26",
  202. "27",
  203. "28",
  204. "29",
  205. "30",
  206. "31",
  207. "32"});
  208. this.txtAddress.Properties.NullText = "[EditValue is null]";
  209. this.txtAddress.Properties.PopupSizeable = true;
  210. this.txtAddress.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
  211. this.txtAddress.Size = new System.Drawing.Size(150, 24);
  212. this.txtAddress.TabIndex = 216;
  213. //
  214. // label7
  215. //
  216. this.label7.AutoSize = true;
  217. this.label7.Location = new System.Drawing.Point(7, 323);
  218. this.label7.Name = "label7";
  219. this.label7.Size = new System.Drawing.Size(83, 18);
  220. this.label7.TabIndex = 215;
  221. this.label7.Text = "仪表地址:";
  222. //
  223. // label5
  224. //
  225. this.label5.AutoSize = true;
  226. this.label5.Location = new System.Drawing.Point(6, 281);
  227. this.label5.Name = "label5";
  228. this.label5.Size = new System.Drawing.Size(111, 18);
  229. this.label5.TabIndex = 213;
  230. this.label5.Text = "Xon/Xoff控制:";
  231. //
  232. // label4
  233. //
  234. this.label4.AutoSize = true;
  235. this.label4.Location = new System.Drawing.Point(7, 186);
  236. this.label4.Name = "label4";
  237. this.label4.Size = new System.Drawing.Size(68, 18);
  238. this.label4.TabIndex = 209;
  239. this.label4.Text = "校验位:";
  240. //
  241. // btnOpenOrClose
  242. //
  243. this.btnOpenOrClose.Location = new System.Drawing.Point(-3, 362);
  244. this.btnOpenOrClose.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  245. this.btnOpenOrClose.Name = "btnOpenOrClose";
  246. this.btnOpenOrClose.Size = new System.Drawing.Size(272, 43);
  247. this.btnOpenOrClose.TabIndex = 207;
  248. this.btnOpenOrClose.Text = "打开串口";
  249. this.btnOpenOrClose.Click += new System.EventHandler(this.btnBigenOrSuspend_Click);
  250. //
  251. // label3
  252. //
  253. this.label3.AutoSize = true;
  254. this.label3.Location = new System.Drawing.Point(6, 134);
  255. this.label3.Name = "label3";
  256. this.label3.Size = new System.Drawing.Size(68, 18);
  257. this.label3.TabIndex = 207;
  258. this.label3.Text = "数据位:";
  259. //
  260. // label2
  261. //
  262. this.label2.AutoSize = true;
  263. this.label2.Location = new System.Drawing.Point(7, 236);
  264. this.label2.Name = "label2";
  265. this.label2.Size = new System.Drawing.Size(68, 18);
  266. this.label2.TabIndex = 205;
  267. this.label2.Text = "停止位:";
  268. //
  269. // label1
  270. //
  271. this.label1.AutoSize = true;
  272. this.label1.Location = new System.Drawing.Point(6, 35);
  273. this.label1.Name = "label1";
  274. this.label1.Size = new System.Drawing.Size(68, 18);
  275. this.label1.TabIndex = 8;
  276. this.label1.Text = "通讯口:";
  277. //
  278. // label6
  279. //
  280. this.label6.AutoSize = true;
  281. this.label6.Location = new System.Drawing.Point(7, 85);
  282. this.label6.Name = "label6";
  283. this.label6.Size = new System.Drawing.Size(68, 18);
  284. this.label6.TabIndex = 91;
  285. this.label6.Text = "波特率:";
  286. //
  287. // txtBaudRate
  288. //
  289. this.txtBaudRate.Location = new System.Drawing.Point(80, 82);
  290. this.txtBaudRate.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  291. this.txtBaudRate.Name = "txtBaudRate";
  292. this.txtBaudRate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  293. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  294. this.txtBaudRate.Properties.Items.AddRange(new object[] {
  295. "110",
  296. "300",
  297. "600",
  298. "1200 ",
  299. "2400",
  300. "4800",
  301. "9600",
  302. "19200",
  303. "38400",
  304. "57600",
  305. "115200"});
  306. this.txtBaudRate.Size = new System.Drawing.Size(150, 24);
  307. this.txtBaudRate.TabIndex = 92;
  308. //
  309. // txtXonXoff
  310. //
  311. this.txtXonXoff.EditValue = "";
  312. this.txtXonXoff.Location = new System.Drawing.Point(123, 278);
  313. this.txtXonXoff.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  314. this.txtXonXoff.Name = "txtXonXoff";
  315. this.txtXonXoff.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  316. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  317. this.txtXonXoff.Properties.Items.AddRange(new object[] {
  318. "Off",
  319. "On"});
  320. this.txtXonXoff.Properties.NullText = "[EditValue is null]";
  321. this.txtXonXoff.Properties.PopupSizeable = true;
  322. this.txtXonXoff.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
  323. this.txtXonXoff.Size = new System.Drawing.Size(108, 24);
  324. this.txtXonXoff.TabIndex = 214;
  325. //
  326. // txtCom
  327. //
  328. this.txtCom.EditValue = "";
  329. this.txtCom.Location = new System.Drawing.Point(80, 32);
  330. this.txtCom.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  331. this.txtCom.Name = "txtCom";
  332. this.txtCom.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  333. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  334. this.txtCom.Properties.NullText = "[EditValue is null]";
  335. this.txtCom.Properties.PopupSizeable = true;
  336. this.txtCom.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
  337. this.txtCom.Size = new System.Drawing.Size(150, 24);
  338. this.txtCom.TabIndex = 204;
  339. //
  340. // txtDataBits
  341. //
  342. this.txtDataBits.EditValue = "";
  343. this.txtDataBits.Location = new System.Drawing.Point(80, 128);
  344. this.txtDataBits.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  345. this.txtDataBits.Name = "txtDataBits";
  346. this.txtDataBits.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  347. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  348. this.txtDataBits.Properties.Items.AddRange(new object[] {
  349. "5",
  350. "6",
  351. "7",
  352. "8"});
  353. this.txtDataBits.Properties.NullText = "[EditValue is null]";
  354. this.txtDataBits.Properties.PopupSizeable = true;
  355. this.txtDataBits.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
  356. this.txtDataBits.Size = new System.Drawing.Size(150, 24);
  357. this.txtDataBits.TabIndex = 208;
  358. //
  359. // txtParitv
  360. //
  361. this.txtParitv.EditValue = "";
  362. this.txtParitv.Location = new System.Drawing.Point(81, 180);
  363. this.txtParitv.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  364. this.txtParitv.Name = "txtParitv";
  365. this.txtParitv.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  366. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  367. this.txtParitv.Properties.Items.AddRange(new object[] {
  368. "None",
  369. "Even",
  370. "Mark",
  371. "Odd"});
  372. this.txtParitv.Properties.NullText = "[EditValue is null]";
  373. this.txtParitv.Properties.PopupSizeable = true;
  374. this.txtParitv.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
  375. this.txtParitv.Size = new System.Drawing.Size(150, 24);
  376. this.txtParitv.TabIndex = 210;
  377. //
  378. // txtStop
  379. //
  380. this.txtStop.EditValue = "";
  381. this.txtStop.Location = new System.Drawing.Point(81, 233);
  382. this.txtStop.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  383. this.txtStop.Name = "txtStop";
  384. this.txtStop.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  385. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  386. this.txtStop.Properties.Items.AddRange(new object[] {
  387. "0",
  388. "1",
  389. "1.5",
  390. "2"});
  391. this.txtStop.Properties.NullText = "[EditValue is null]";
  392. this.txtStop.Properties.PopupSizeable = true;
  393. this.txtStop.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
  394. this.txtStop.Size = new System.Drawing.Size(150, 24);
  395. this.txtStop.TabIndex = 206;
  396. //
  397. // panel1
  398. //
  399. this.panel1.Controls.Add(this.RTBox_Log);
  400. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  401. this.panel1.Location = new System.Drawing.Point(277, 3);
  402. this.panel1.Name = "panel1";
  403. this.tableLayoutPanel1.SetRowSpan(this.panel1, 2);
  404. this.panel1.Size = new System.Drawing.Size(715, 642);
  405. this.panel1.TabIndex = 209;
  406. //
  407. // RTBox_Log
  408. //
  409. this.RTBox_Log.BackColor = System.Drawing.SystemColors.HighlightText;
  410. this.RTBox_Log.Dock = System.Windows.Forms.DockStyle.Fill;
  411. this.RTBox_Log.Location = new System.Drawing.Point(0, 0);
  412. this.RTBox_Log.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  413. this.RTBox_Log.Name = "RTBox_Log";
  414. this.RTBox_Log.ReadOnly = true;
  415. this.RTBox_Log.Size = new System.Drawing.Size(715, 642);
  416. this.RTBox_Log.TabIndex = 2;
  417. this.RTBox_Log.Text = "";
  418. //
  419. // groupBox2
  420. //
  421. this.groupBox2.Controls.Add(this.tableLayoutPanel3);
  422. this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
  423. this.groupBox2.Location = new System.Drawing.Point(3, 419);
  424. this.groupBox2.Name = "groupBox2";
  425. this.groupBox2.Size = new System.Drawing.Size(268, 226);
  426. this.groupBox2.TabIndex = 210;
  427. this.groupBox2.TabStop = false;
  428. this.groupBox2.Text = "操作信息";
  429. this.groupBox2.Enter += new System.EventHandler(this.groupBox2_Enter);
  430. //
  431. // tableLayoutPanel3
  432. //
  433. this.tableLayoutPanel3.ColumnCount = 1;
  434. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  435. this.tableLayoutPanel3.Controls.Add(this.RTBox_Log1, 0, 0);
  436. this.tableLayoutPanel3.Controls.Add(this.groupBox5, 0, 1);
  437. this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
  438. this.tableLayoutPanel3.Location = new System.Drawing.Point(3, 22);
  439. this.tableLayoutPanel3.Name = "tableLayoutPanel3";
  440. this.tableLayoutPanel3.RowCount = 2;
  441. this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 69.87447F));
  442. this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 30.12552F));
  443. this.tableLayoutPanel3.Size = new System.Drawing.Size(262, 201);
  444. this.tableLayoutPanel3.TabIndex = 0;
  445. //
  446. // RTBox_Log1
  447. //
  448. this.RTBox_Log1.BackColor = System.Drawing.SystemColors.HighlightText;
  449. this.RTBox_Log1.Dock = System.Windows.Forms.DockStyle.Fill;
  450. this.RTBox_Log1.Location = new System.Drawing.Point(3, 4);
  451. this.RTBox_Log1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  452. this.RTBox_Log1.Name = "RTBox_Log1";
  453. this.RTBox_Log1.ReadOnly = true;
  454. this.RTBox_Log1.Size = new System.Drawing.Size(256, 132);
  455. this.RTBox_Log1.TabIndex = 3;
  456. this.RTBox_Log1.Text = "";
  457. //
  458. // groupBox5
  459. //
  460. this.groupBox5.Controls.Add(this.txtResult);
  461. this.groupBox5.Dock = System.Windows.Forms.DockStyle.Fill;
  462. this.groupBox5.Location = new System.Drawing.Point(3, 143);
  463. this.groupBox5.Name = "groupBox5";
  464. this.groupBox5.Size = new System.Drawing.Size(256, 55);
  465. this.groupBox5.TabIndex = 4;
  466. this.groupBox5.TabStop = false;
  467. this.groupBox5.Text = "重量";
  468. //
  469. // txtResult
  470. //
  471. this.txtResult.Dock = System.Windows.Forms.DockStyle.Fill;
  472. this.txtResult.Font = new System.Drawing.Font("Tahoma", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  473. this.txtResult.ForeColor = System.Drawing.Color.Green;
  474. this.txtResult.Location = new System.Drawing.Point(3, 22);
  475. this.txtResult.Multiline = true;
  476. this.txtResult.Name = "txtResult";
  477. this.txtResult.Size = new System.Drawing.Size(250, 30);
  478. this.txtResult.TabIndex = 0;
  479. //
  480. // groupBox3
  481. //
  482. this.tableLayoutPanel1.SetColumnSpan(this.groupBox3, 2);
  483. this.groupBox3.Controls.Add(this.tableLayoutPanel2);
  484. this.groupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
  485. this.groupBox3.Location = new System.Drawing.Point(3, 651);
  486. this.groupBox3.Name = "groupBox3";
  487. this.groupBox3.Size = new System.Drawing.Size(989, 140);
  488. this.groupBox3.TabIndex = 211;
  489. this.groupBox3.TabStop = false;
  490. this.groupBox3.Text = "指令模块";
  491. //
  492. // tableLayoutPanel2
  493. //
  494. this.tableLayoutPanel2.ColumnCount = 2;
  495. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 30.31536F));
  496. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 69.68464F));
  497. this.tableLayoutPanel2.Controls.Add(this.groupBox4, 0, 0);
  498. this.tableLayoutPanel2.Controls.Add(this.panel2, 1, 0);
  499. this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
  500. this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 22);
  501. this.tableLayoutPanel2.Name = "tableLayoutPanel2";
  502. this.tableLayoutPanel2.RowCount = 1;
  503. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
  504. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 116F));
  505. this.tableLayoutPanel2.Size = new System.Drawing.Size(983, 115);
  506. this.tableLayoutPanel2.TabIndex = 0;
  507. //
  508. // groupBox4
  509. //
  510. this.groupBox4.Controls.Add(this.simpleButton8);
  511. this.groupBox4.Controls.Add(this.simpleButton9);
  512. this.groupBox4.Controls.Add(this.simpleButton10);
  513. this.groupBox4.Controls.Add(this.simpleButton7);
  514. this.groupBox4.Controls.Add(this.simpleButton6);
  515. this.groupBox4.Controls.Add(this.simpleButton5);
  516. this.groupBox4.Dock = System.Windows.Forms.DockStyle.Fill;
  517. this.groupBox4.Location = new System.Drawing.Point(3, 3);
  518. this.groupBox4.Name = "groupBox4";
  519. this.groupBox4.Size = new System.Drawing.Size(291, 109);
  520. this.groupBox4.TabIndex = 0;
  521. this.groupBox4.TabStop = false;
  522. this.groupBox4.Text = "通讯模式";
  523. //
  524. // simpleButton8
  525. //
  526. this.simpleButton8.Location = new System.Drawing.Point(183, 71);
  527. this.simpleButton8.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  528. this.simpleButton8.Name = "simpleButton8";
  529. this.simpleButton8.Size = new System.Drawing.Size(98, 31);
  530. this.simpleButton8.TabIndex = 214;
  531. this.simpleButton8.Tag = "FC 5";
  532. this.simpleButton8.Text = "稳定输出";
  533. this.simpleButton8.Click += new System.EventHandler(this.Common_Click);
  534. //
  535. // simpleButton9
  536. //
  537. this.simpleButton9.Location = new System.Drawing.Point(89, 71);
  538. this.simpleButton9.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  539. this.simpleButton9.Name = "simpleButton9";
  540. this.simpleButton9.Size = new System.Drawing.Size(80, 31);
  541. this.simpleButton9.TabIndex = 213;
  542. this.simpleButton9.Tag = "FC 4";
  543. this.simpleButton9.Text = "按键输出";
  544. this.simpleButton9.Click += new System.EventHandler(this.Common_Click);
  545. //
  546. // simpleButton10
  547. //
  548. this.simpleButton10.Location = new System.Drawing.Point(3, 71);
  549. this.simpleButton10.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  550. this.simpleButton10.Name = "simpleButton10";
  551. this.simpleButton10.Size = new System.Drawing.Size(80, 31);
  552. this.simpleButton10.TabIndex = 212;
  553. this.simpleButton10.Tag = "FC 3";
  554. this.simpleButton10.Text = "应答输出";
  555. this.simpleButton10.Click += new System.EventHandler(this.Common_Click);
  556. //
  557. // simpleButton7
  558. //
  559. this.simpleButton7.Location = new System.Drawing.Point(183, 26);
  560. this.simpleButton7.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  561. this.simpleButton7.Name = "simpleButton7";
  562. this.simpleButton7.Size = new System.Drawing.Size(98, 31);
  563. this.simpleButton7.TabIndex = 211;
  564. this.simpleButton7.Tag = "FC 2";
  565. this.simpleButton7.Text = "稳定输出一次";
  566. this.simpleButton7.Click += new System.EventHandler(this.Common_Click);
  567. //
  568. // simpleButton6
  569. //
  570. this.simpleButton6.Location = new System.Drawing.Point(90, 25);
  571. this.simpleButton6.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  572. this.simpleButton6.Name = "simpleButton6";
  573. this.simpleButton6.Size = new System.Drawing.Size(80, 31);
  574. this.simpleButton6.TabIndex = 210;
  575. this.simpleButton6.Tag = "FC 1";
  576. this.simpleButton6.Text = "连续输出";
  577. this.simpleButton6.Click += new System.EventHandler(this.Common_Click);
  578. //
  579. // simpleButton5
  580. //
  581. this.simpleButton5.Location = new System.Drawing.Point(4, 26);
  582. this.simpleButton5.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  583. this.simpleButton5.Name = "simpleButton5";
  584. this.simpleButton5.Size = new System.Drawing.Size(80, 31);
  585. this.simpleButton5.TabIndex = 209;
  586. this.simpleButton5.Tag = "OFF";
  587. this.simpleButton5.Text = "禁止输出";
  588. this.simpleButton5.Click += new System.EventHandler(this.Common_Click);
  589. //
  590. // panel2
  591. //
  592. this.panel2.Controls.Add(this.btnchangeunit);
  593. this.panel2.Controls.Add(this.btnqp);
  594. this.panel2.Controls.Add(this.btngl);
  595. this.panel2.Controls.Add(this.btnnm);
  596. this.panel2.Controls.Add(this.txtmz);
  597. this.panel2.Controls.Add(this.bntpz);
  598. this.panel2.Controls.Add(this.btnjz);
  599. this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
  600. this.panel2.Location = new System.Drawing.Point(300, 3);
  601. this.panel2.Name = "panel2";
  602. this.panel2.Size = new System.Drawing.Size(680, 109);
  603. this.panel2.TabIndex = 1;
  604. //
  605. // btnchangeunit
  606. //
  607. this.btnchangeunit.Location = new System.Drawing.Point(579, 4);
  608. this.btnchangeunit.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  609. this.btnchangeunit.Name = "btnchangeunit";
  610. this.btnchangeunit.Size = new System.Drawing.Size(90, 104);
  611. this.btnchangeunit.TabIndex = 214;
  612. this.btnchangeunit.Tag = "U";
  613. this.btnchangeunit.Text = "切换单位";
  614. this.btnchangeunit.Click += new System.EventHandler(this.Common_Click);
  615. //
  616. // btnqp
  617. //
  618. this.btnqp.Location = new System.Drawing.Point(483, 4);
  619. this.btnqp.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  620. this.btnqp.Name = "btnqp";
  621. this.btnqp.Size = new System.Drawing.Size(90, 104);
  622. this.btnqp.TabIndex = 213;
  623. this.btnqp.Tag = "T";
  624. this.btnqp.Text = "去皮";
  625. this.btnqp.Click += new System.EventHandler(this.Common_Click);
  626. //
  627. // btngl
  628. //
  629. this.btngl.Location = new System.Drawing.Point(387, 4);
  630. this.btngl.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  631. this.btngl.Name = "btngl";
  632. this.btngl.Size = new System.Drawing.Size(90, 104);
  633. this.btngl.TabIndex = 212;
  634. this.btngl.Tag = "Z";
  635. this.btngl.Text = "归零";
  636. this.btngl.Click += new System.EventHandler(this.Common_Click);
  637. //
  638. // btnnm
  639. //
  640. this.btnnm.Location = new System.Drawing.Point(291, 4);
  641. this.btnnm.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  642. this.btnnm.Name = "btnnm";
  643. this.btnnm.Size = new System.Drawing.Size(90, 104);
  644. this.btnnm.TabIndex = 211;
  645. this.btnnm.Tag = "C";
  646. this.btnnm.Text = "内码";
  647. this.btnnm.Click += new System.EventHandler(this.Common_Click);
  648. //
  649. // txtmz
  650. //
  651. this.txtmz.Location = new System.Drawing.Point(195, 4);
  652. this.txtmz.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  653. this.txtmz.Name = "txtmz";
  654. this.txtmz.Size = new System.Drawing.Size(90, 105);
  655. this.txtmz.TabIndex = 210;
  656. this.txtmz.Tag = "G";
  657. this.txtmz.Text = "毛重";
  658. this.txtmz.Click += new System.EventHandler(this.Common_Click);
  659. //
  660. // bntpz
  661. //
  662. this.bntpz.Location = new System.Drawing.Point(99, 4);
  663. this.bntpz.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  664. this.bntpz.Name = "bntpz";
  665. this.bntpz.Size = new System.Drawing.Size(90, 105);
  666. this.bntpz.TabIndex = 209;
  667. this.bntpz.Tag = "T";
  668. this.bntpz.Text = "皮重";
  669. this.bntpz.Click += new System.EventHandler(this.Common_Click);
  670. //
  671. // btnjz
  672. //
  673. this.btnjz.Location = new System.Drawing.Point(3, 4);
  674. this.btnjz.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  675. this.btnjz.Name = "btnjz";
  676. this.btnjz.Size = new System.Drawing.Size(90, 104);
  677. this.btnjz.TabIndex = 208;
  678. this.btnjz.Tag = "N";
  679. this.btnjz.Text = "净重";
  680. this.btnjz.Click += new System.EventHandler(this.Common_Click);
  681. //
  682. // panel3
  683. //
  684. this.panel3.BackColor = System.Drawing.Color.CornflowerBlue;
  685. this.tableLayoutPanel1.SetColumnSpan(this.panel3, 2);
  686. this.panel3.Controls.Add(this.btnOK);
  687. this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
  688. this.panel3.Location = new System.Drawing.Point(3, 797);
  689. this.panel3.Name = "panel3";
  690. this.panel3.Size = new System.Drawing.Size(989, 89);
  691. this.panel3.TabIndex = 212;
  692. //
  693. // btnOK
  694. //
  695. this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  696. this.btnOK.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  697. this.btnOK.Appearance.ForeColor = System.Drawing.Color.White;
  698. this.btnOK.Appearance.Options.UseFont = true;
  699. this.btnOK.Appearance.Options.UseForeColor = true;
  700. this.btnOK.Appearance.Options.UseTextOptions = true;
  701. this.btnOK.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  702. this.btnOK.Image = ((System.Drawing.Image)(resources.GetObject("btnOK.Image")));
  703. this.btnOK.Location = new System.Drawing.Point(892, 4);
  704. this.btnOK.LookAndFeel.SkinName = "BlueButtonSkin";
  705. this.btnOK.LookAndFeel.UseDefaultLookAndFeel = false;
  706. this.btnOK.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  707. this.btnOK.Name = "btnOK";
  708. this.btnOK.Size = new System.Drawing.Size(90, 38);
  709. this.btnOK.TabIndex = 28;
  710. this.btnOK.Text = "确定";
  711. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  712. //
  713. // btnClose
  714. //
  715. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  716. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  717. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  718. this.btnClose.Appearance.Options.UseFont = true;
  719. this.btnClose.Appearance.Options.UseForeColor = true;
  720. this.btnClose.Appearance.Options.UseTextOptions = true;
  721. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  722. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  723. this.btnClose.Location = new System.Drawing.Point(967, 0);
  724. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  725. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  726. this.btnClose.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  727. this.btnClose.Name = "btnClose";
  728. this.btnClose.Size = new System.Drawing.Size(30, 34);
  729. this.btnClose.TabIndex = 30;
  730. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  731. //
  732. // FormCom
  733. //
  734. this.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  735. this.Appearance.Options.UseBackColor = true;
  736. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
  737. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  738. this.ClientSize = new System.Drawing.Size(999, 884);
  739. this.Controls.Add(this.btnClose);
  740. this.Controls.Add(this.panelControl1);
  741. this.Controls.Add(this.labelControl1);
  742. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  743. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  744. this.Name = "FormCom";
  745. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  746. this.Text = "产品工序价格";
  747. this.Load += new System.EventHandler(this.FormEcAdd_Load);
  748. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
  749. this.panelControl1.ResumeLayout(false);
  750. this.tableLayoutPanel1.ResumeLayout(false);
  751. this.groupBox1.ResumeLayout(false);
  752. this.groupBox1.PerformLayout();
  753. ((System.ComponentModel.ISupportInitialize)(this.txtAddress.Properties)).EndInit();
  754. ((System.ComponentModel.ISupportInitialize)(this.txtBaudRate.Properties)).EndInit();
  755. ((System.ComponentModel.ISupportInitialize)(this.txtXonXoff.Properties)).EndInit();
  756. ((System.ComponentModel.ISupportInitialize)(this.txtCom.Properties)).EndInit();
  757. ((System.ComponentModel.ISupportInitialize)(this.txtDataBits.Properties)).EndInit();
  758. ((System.ComponentModel.ISupportInitialize)(this.txtParitv.Properties)).EndInit();
  759. ((System.ComponentModel.ISupportInitialize)(this.txtStop.Properties)).EndInit();
  760. this.panel1.ResumeLayout(false);
  761. this.groupBox2.ResumeLayout(false);
  762. this.tableLayoutPanel3.ResumeLayout(false);
  763. this.groupBox5.ResumeLayout(false);
  764. this.groupBox5.PerformLayout();
  765. this.groupBox3.ResumeLayout(false);
  766. this.tableLayoutPanel2.ResumeLayout(false);
  767. this.groupBox4.ResumeLayout(false);
  768. this.panel2.ResumeLayout(false);
  769. this.panel3.ResumeLayout(false);
  770. this.ResumeLayout(false);
  771. this.PerformLayout();
  772. }
  773. #endregion
  774. private DevExpress.XtraEditors.LabelControl labelControl1;
  775. private DevExpress.XtraEditors.PanelControl panelControl1;
  776. private DevExpress.XtraEditors.SimpleButton btnOK;
  777. private DevExpress.XtraEditors.SimpleButton btnClose;
  778. private System.Windows.Forms.Label label1;
  779. private System.Windows.Forms.Label label6;
  780. private DevExpress.XtraEditors.SimpleButton btnOpenOrClose;
  781. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  782. private System.Windows.Forms.GroupBox groupBox1;
  783. private System.Windows.Forms.Label label4;
  784. private System.Windows.Forms.Label label3;
  785. private System.Windows.Forms.Label label2;
  786. private DevExpress.XtraEditors.ComboBoxEdit txtBaudRate;
  787. private System.Windows.Forms.Panel panel1;
  788. private System.Windows.Forms.RichTextBox RTBox_Log;
  789. private System.Windows.Forms.Label label7;
  790. private System.Windows.Forms.Label label5;
  791. private DevExpress.XtraEditors.ComboBoxEdit txtXonXoff;
  792. private DevExpress.XtraEditors.ComboBoxEdit txtCom;
  793. private DevExpress.XtraEditors.ComboBoxEdit txtDataBits;
  794. private DevExpress.XtraEditors.ComboBoxEdit txtParitv;
  795. private DevExpress.XtraEditors.ComboBoxEdit txtStop;
  796. private DevExpress.XtraEditors.ComboBoxEdit txtAddress;
  797. private System.Windows.Forms.GroupBox groupBox2;
  798. private System.Windows.Forms.RichTextBox RTBox_Log1;
  799. private System.Windows.Forms.GroupBox groupBox3;
  800. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
  801. private System.Windows.Forms.GroupBox groupBox4;
  802. private DevExpress.XtraEditors.SimpleButton simpleButton8;
  803. private DevExpress.XtraEditors.SimpleButton simpleButton9;
  804. private DevExpress.XtraEditors.SimpleButton simpleButton10;
  805. private DevExpress.XtraEditors.SimpleButton simpleButton7;
  806. private DevExpress.XtraEditors.SimpleButton simpleButton6;
  807. private DevExpress.XtraEditors.SimpleButton simpleButton5;
  808. private System.Windows.Forms.Panel panel2;
  809. private DevExpress.XtraEditors.SimpleButton btnchangeunit;
  810. private DevExpress.XtraEditors.SimpleButton btnqp;
  811. private DevExpress.XtraEditors.SimpleButton btngl;
  812. private DevExpress.XtraEditors.SimpleButton btnnm;
  813. private DevExpress.XtraEditors.SimpleButton txtmz;
  814. private DevExpress.XtraEditors.SimpleButton bntpz;
  815. private DevExpress.XtraEditors.SimpleButton btnjz;
  816. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
  817. private System.Windows.Forms.GroupBox groupBox5;
  818. private System.Windows.Forms.TextBox txtResult;
  819. private System.Windows.Forms.Panel panel3;
  820. }
  821. }