FrmSetting.Designer.cs 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430
  1. namespace Core.ONH.Collection.Receive
  2. {
  3. partial class FrmSetting
  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.Windows.Forms.TreeNode treeNode1 = new System.Windows.Forms.TreeNode("已设置的串口");
  29. this.groupBox4 = new System.Windows.Forms.GroupBox();
  30. this.nudH = new System.Windows.Forms.NumericUpDown();
  31. this.cboH = new System.Windows.Forms.CheckBox();
  32. this.nudN = new System.Windows.Forms.NumericUpDown();
  33. this.cboN = new System.Windows.Forms.CheckBox();
  34. this.nudO = new System.Windows.Forms.NumericUpDown();
  35. this.cboO = new System.Windows.Forms.CheckBox();
  36. this.groupBox3 = new System.Windows.Forms.GroupBox();
  37. this.groupBox1 = new System.Windows.Forms.GroupBox();
  38. this.txtDEVICE_NAME = new System.Windows.Forms.TextBox();
  39. this.label7 = new System.Windows.Forms.Label();
  40. this.groupBox2 = new System.Windows.Forms.GroupBox();
  41. this.btnDelete = new System.Windows.Forms.Button();
  42. this.btnSave = new System.Windows.Forms.Button();
  43. this.cmbx_Com = new System.Windows.Forms.ComboBox();
  44. this.label5 = new System.Windows.Forms.Label();
  45. this.paRity = new System.Windows.Forms.ComboBox();
  46. this.stopBits = new System.Windows.Forms.ComboBox();
  47. this.dataBits = new System.Windows.Forms.ComboBox();
  48. this.baudRate = new System.Windows.Forms.ComboBox();
  49. this.label4 = new System.Windows.Forms.Label();
  50. this.label3 = new System.Windows.Forms.Label();
  51. this.label2 = new System.Windows.Forms.Label();
  52. this.label1 = new System.Windows.Forms.Label();
  53. this.tvComm = new System.Windows.Forms.TreeView();
  54. this.button1 = new System.Windows.Forms.Button();
  55. this.groupBox4.SuspendLayout();
  56. ((System.ComponentModel.ISupportInitialize)(this.nudH)).BeginInit();
  57. ((System.ComponentModel.ISupportInitialize)(this.nudN)).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)(this.nudO)).BeginInit();
  59. this.groupBox3.SuspendLayout();
  60. this.groupBox1.SuspendLayout();
  61. this.groupBox2.SuspendLayout();
  62. this.SuspendLayout();
  63. //
  64. // groupBox4
  65. //
  66. this.groupBox4.Controls.Add(this.button1);
  67. this.groupBox4.Controls.Add(this.nudH);
  68. this.groupBox4.Controls.Add(this.cboH);
  69. this.groupBox4.Controls.Add(this.nudN);
  70. this.groupBox4.Controls.Add(this.cboN);
  71. this.groupBox4.Controls.Add(this.nudO);
  72. this.groupBox4.Controls.Add(this.cboO);
  73. this.groupBox4.Dock = System.Windows.Forms.DockStyle.Fill;
  74. this.groupBox4.Location = new System.Drawing.Point(415, 0);
  75. this.groupBox4.Margin = new System.Windows.Forms.Padding(4);
  76. this.groupBox4.Name = "groupBox4";
  77. this.groupBox4.Padding = new System.Windows.Forms.Padding(4);
  78. this.groupBox4.Size = new System.Drawing.Size(231, 408);
  79. this.groupBox4.TabIndex = 6;
  80. this.groupBox4.TabStop = false;
  81. this.groupBox4.Text = "元素保留小数位";
  82. //
  83. // nudH
  84. //
  85. this.nudH.Location = new System.Drawing.Point(90, 157);
  86. this.nudH.Name = "nudH";
  87. this.nudH.Size = new System.Drawing.Size(94, 25);
  88. this.nudH.TabIndex = 5;
  89. //
  90. // cboH
  91. //
  92. this.cboH.AutoSize = true;
  93. this.cboH.Location = new System.Drawing.Point(31, 157);
  94. this.cboH.Name = "cboH";
  95. this.cboH.Size = new System.Drawing.Size(37, 19);
  96. this.cboH.TabIndex = 4;
  97. this.cboH.Text = "H";
  98. this.cboH.UseVisualStyleBackColor = true;
  99. //
  100. // nudN
  101. //
  102. this.nudN.Location = new System.Drawing.Point(90, 101);
  103. this.nudN.Name = "nudN";
  104. this.nudN.Size = new System.Drawing.Size(94, 25);
  105. this.nudN.TabIndex = 3;
  106. //
  107. // cboN
  108. //
  109. this.cboN.AutoSize = true;
  110. this.cboN.Location = new System.Drawing.Point(31, 101);
  111. this.cboN.Name = "cboN";
  112. this.cboN.Size = new System.Drawing.Size(37, 19);
  113. this.cboN.TabIndex = 2;
  114. this.cboN.Text = "N";
  115. this.cboN.UseVisualStyleBackColor = true;
  116. //
  117. // nudO
  118. //
  119. this.nudO.Location = new System.Drawing.Point(90, 48);
  120. this.nudO.Name = "nudO";
  121. this.nudO.Size = new System.Drawing.Size(94, 25);
  122. this.nudO.TabIndex = 1;
  123. //
  124. // cboO
  125. //
  126. this.cboO.AutoSize = true;
  127. this.cboO.Location = new System.Drawing.Point(31, 48);
  128. this.cboO.Name = "cboO";
  129. this.cboO.Size = new System.Drawing.Size(37, 19);
  130. this.cboO.TabIndex = 0;
  131. this.cboO.Text = "O";
  132. this.cboO.UseVisualStyleBackColor = true;
  133. //
  134. // groupBox3
  135. //
  136. this.groupBox3.Controls.Add(this.groupBox1);
  137. this.groupBox3.Controls.Add(this.tvComm);
  138. this.groupBox3.Dock = System.Windows.Forms.DockStyle.Left;
  139. this.groupBox3.Location = new System.Drawing.Point(0, 0);
  140. this.groupBox3.Margin = new System.Windows.Forms.Padding(4);
  141. this.groupBox3.Name = "groupBox3";
  142. this.groupBox3.Padding = new System.Windows.Forms.Padding(4);
  143. this.groupBox3.Size = new System.Drawing.Size(415, 408);
  144. this.groupBox3.TabIndex = 5;
  145. this.groupBox3.TabStop = false;
  146. //
  147. // groupBox1
  148. //
  149. this.groupBox1.Controls.Add(this.txtDEVICE_NAME);
  150. this.groupBox1.Controls.Add(this.label7);
  151. this.groupBox1.Controls.Add(this.groupBox2);
  152. this.groupBox1.Controls.Add(this.cmbx_Com);
  153. this.groupBox1.Controls.Add(this.label5);
  154. this.groupBox1.Controls.Add(this.paRity);
  155. this.groupBox1.Controls.Add(this.stopBits);
  156. this.groupBox1.Controls.Add(this.dataBits);
  157. this.groupBox1.Controls.Add(this.baudRate);
  158. this.groupBox1.Controls.Add(this.label4);
  159. this.groupBox1.Controls.Add(this.label3);
  160. this.groupBox1.Controls.Add(this.label2);
  161. this.groupBox1.Controls.Add(this.label1);
  162. this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  163. this.groupBox1.Location = new System.Drawing.Point(153, 22);
  164. this.groupBox1.Margin = new System.Windows.Forms.Padding(4);
  165. this.groupBox1.Name = "groupBox1";
  166. this.groupBox1.Padding = new System.Windows.Forms.Padding(4);
  167. this.groupBox1.Size = new System.Drawing.Size(258, 382);
  168. this.groupBox1.TabIndex = 3;
  169. this.groupBox1.TabStop = false;
  170. this.groupBox1.Text = "设置";
  171. //
  172. // txtDEVICE_NAME
  173. //
  174. this.txtDEVICE_NAME.Location = new System.Drawing.Point(112, 221);
  175. this.txtDEVICE_NAME.Margin = new System.Windows.Forms.Padding(4);
  176. this.txtDEVICE_NAME.Name = "txtDEVICE_NAME";
  177. this.txtDEVICE_NAME.Size = new System.Drawing.Size(124, 25);
  178. this.txtDEVICE_NAME.TabIndex = 25;
  179. //
  180. // label7
  181. //
  182. this.label7.AutoSize = true;
  183. this.label7.Location = new System.Drawing.Point(29, 225);
  184. this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  185. this.label7.Name = "label7";
  186. this.label7.Size = new System.Drawing.Size(75, 15);
  187. this.label7.TabIndex = 24;
  188. this.label7.Text = "设备名称:";
  189. //
  190. // groupBox2
  191. //
  192. this.groupBox2.Controls.Add(this.btnDelete);
  193. this.groupBox2.Controls.Add(this.btnSave);
  194. this.groupBox2.Dock = System.Windows.Forms.DockStyle.Bottom;
  195. this.groupBox2.Location = new System.Drawing.Point(4, 300);
  196. this.groupBox2.Margin = new System.Windows.Forms.Padding(4);
  197. this.groupBox2.Name = "groupBox2";
  198. this.groupBox2.Padding = new System.Windows.Forms.Padding(4);
  199. this.groupBox2.Size = new System.Drawing.Size(250, 78);
  200. this.groupBox2.TabIndex = 21;
  201. this.groupBox2.TabStop = false;
  202. this.groupBox2.Text = "执行";
  203. //
  204. // btnDelete
  205. //
  206. this.btnDelete.Location = new System.Drawing.Point(151, 31);
  207. this.btnDelete.Margin = new System.Windows.Forms.Padding(4);
  208. this.btnDelete.Name = "btnDelete";
  209. this.btnDelete.Size = new System.Drawing.Size(84, 29);
  210. this.btnDelete.TabIndex = 1;
  211. this.btnDelete.Text = "删除(&D)";
  212. this.btnDelete.UseVisualStyleBackColor = true;
  213. this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
  214. //
  215. // btnSave
  216. //
  217. this.btnSave.Location = new System.Drawing.Point(28, 31);
  218. this.btnSave.Margin = new System.Windows.Forms.Padding(4);
  219. this.btnSave.Name = "btnSave";
  220. this.btnSave.Size = new System.Drawing.Size(84, 29);
  221. this.btnSave.TabIndex = 0;
  222. this.btnSave.Text = "保存(&S)";
  223. this.btnSave.UseVisualStyleBackColor = true;
  224. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  225. //
  226. // cmbx_Com
  227. //
  228. this.cmbx_Com.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  229. this.cmbx_Com.FormattingEnabled = true;
  230. this.cmbx_Com.Location = new System.Drawing.Point(112, 28);
  231. this.cmbx_Com.Margin = new System.Windows.Forms.Padding(4);
  232. this.cmbx_Com.Name = "cmbx_Com";
  233. this.cmbx_Com.Size = new System.Drawing.Size(124, 23);
  234. this.cmbx_Com.TabIndex = 20;
  235. //
  236. // label5
  237. //
  238. this.label5.AutoSize = true;
  239. this.label5.Location = new System.Drawing.Point(29, 31);
  240. this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  241. this.label5.Name = "label5";
  242. this.label5.Size = new System.Drawing.Size(60, 15);
  243. this.label5.TabIndex = 19;
  244. this.label5.Text = "串口号:";
  245. //
  246. // paRity
  247. //
  248. this.paRity.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  249. this.paRity.FormattingEnabled = true;
  250. this.paRity.Items.AddRange(new object[] {
  251. "Even",
  252. "Mark",
  253. "None",
  254. "Odd",
  255. "Space"});
  256. this.paRity.Location = new System.Drawing.Point(112, 182);
  257. this.paRity.Margin = new System.Windows.Forms.Padding(4);
  258. this.paRity.Name = "paRity";
  259. this.paRity.Size = new System.Drawing.Size(124, 23);
  260. this.paRity.TabIndex = 18;
  261. //
  262. // stopBits
  263. //
  264. this.stopBits.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  265. this.stopBits.FormattingEnabled = true;
  266. this.stopBits.Items.AddRange(new object[] {
  267. "None",
  268. "One",
  269. "OnePointFive",
  270. "Two"});
  271. this.stopBits.Location = new System.Drawing.Point(112, 144);
  272. this.stopBits.Margin = new System.Windows.Forms.Padding(4);
  273. this.stopBits.Name = "stopBits";
  274. this.stopBits.Size = new System.Drawing.Size(124, 23);
  275. this.stopBits.TabIndex = 17;
  276. //
  277. // dataBits
  278. //
  279. this.dataBits.Enabled = false;
  280. this.dataBits.FormattingEnabled = true;
  281. this.dataBits.Location = new System.Drawing.Point(112, 105);
  282. this.dataBits.Margin = new System.Windows.Forms.Padding(4);
  283. this.dataBits.Name = "dataBits";
  284. this.dataBits.Size = new System.Drawing.Size(124, 23);
  285. this.dataBits.TabIndex = 16;
  286. this.dataBits.Text = "8";
  287. //
  288. // baudRate
  289. //
  290. this.baudRate.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  291. this.baudRate.FormattingEnabled = true;
  292. this.baudRate.Items.AddRange(new object[] {
  293. "300",
  294. "1200",
  295. "2400",
  296. "4800",
  297. "9600",
  298. "19200",
  299. "38400",
  300. "57600"});
  301. this.baudRate.Location = new System.Drawing.Point(112, 66);
  302. this.baudRate.Margin = new System.Windows.Forms.Padding(4);
  303. this.baudRate.Name = "baudRate";
  304. this.baudRate.Size = new System.Drawing.Size(124, 23);
  305. this.baudRate.TabIndex = 15;
  306. //
  307. // label4
  308. //
  309. this.label4.AutoSize = true;
  310. this.label4.Location = new System.Drawing.Point(29, 109);
  311. this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  312. this.label4.Name = "label4";
  313. this.label4.Size = new System.Drawing.Size(60, 15);
  314. this.label4.TabIndex = 14;
  315. this.label4.Text = "数据位:";
  316. //
  317. // label3
  318. //
  319. this.label3.AutoSize = true;
  320. this.label3.Location = new System.Drawing.Point(29, 148);
  321. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  322. this.label3.Name = "label3";
  323. this.label3.Size = new System.Drawing.Size(60, 15);
  324. this.label3.TabIndex = 13;
  325. this.label3.Text = "停止位:";
  326. //
  327. // label2
  328. //
  329. this.label2.AutoSize = true;
  330. this.label2.Location = new System.Drawing.Point(29, 186);
  331. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  332. this.label2.Name = "label2";
  333. this.label2.Size = new System.Drawing.Size(75, 15);
  334. this.label2.TabIndex = 12;
  335. this.label2.Text = "奇偶校验:";
  336. //
  337. // label1
  338. //
  339. this.label1.AutoSize = true;
  340. this.label1.Location = new System.Drawing.Point(29, 70);
  341. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  342. this.label1.Name = "label1";
  343. this.label1.Size = new System.Drawing.Size(60, 15);
  344. this.label1.TabIndex = 11;
  345. this.label1.Text = "波特率:";
  346. //
  347. // tvComm
  348. //
  349. this.tvComm.Dock = System.Windows.Forms.DockStyle.Left;
  350. this.tvComm.Location = new System.Drawing.Point(4, 22);
  351. this.tvComm.Margin = new System.Windows.Forms.Padding(4);
  352. this.tvComm.Name = "tvComm";
  353. treeNode1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
  354. treeNode1.Name = "mainnode";
  355. treeNode1.Text = "已设置的串口";
  356. this.tvComm.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
  357. treeNode1});
  358. this.tvComm.Size = new System.Drawing.Size(149, 382);
  359. this.tvComm.TabIndex = 2;
  360. this.tvComm.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.tvComm_NodeMouseClick);
  361. //
  362. // button1
  363. //
  364. this.button1.Location = new System.Drawing.Point(100, 353);
  365. this.button1.Margin = new System.Windows.Forms.Padding(4);
  366. this.button1.Name = "button1";
  367. this.button1.Size = new System.Drawing.Size(84, 29);
  368. this.button1.TabIndex = 6;
  369. this.button1.Text = "保存(&S)";
  370. this.button1.UseVisualStyleBackColor = true;
  371. this.button1.Click += new System.EventHandler(this.button1_Click);
  372. //
  373. // FrmSetting
  374. //
  375. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  376. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  377. this.ClientSize = new System.Drawing.Size(646, 408);
  378. this.Controls.Add(this.groupBox4);
  379. this.Controls.Add(this.groupBox3);
  380. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
  381. this.Name = "FrmSetting";
  382. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  383. this.Text = "设置";
  384. this.Load += new System.EventHandler(this.FrmSetting_Load);
  385. this.groupBox4.ResumeLayout(false);
  386. this.groupBox4.PerformLayout();
  387. ((System.ComponentModel.ISupportInitialize)(this.nudH)).EndInit();
  388. ((System.ComponentModel.ISupportInitialize)(this.nudN)).EndInit();
  389. ((System.ComponentModel.ISupportInitialize)(this.nudO)).EndInit();
  390. this.groupBox3.ResumeLayout(false);
  391. this.groupBox1.ResumeLayout(false);
  392. this.groupBox1.PerformLayout();
  393. this.groupBox2.ResumeLayout(false);
  394. this.ResumeLayout(false);
  395. }
  396. #endregion
  397. private System.Windows.Forms.GroupBox groupBox4;
  398. private System.Windows.Forms.GroupBox groupBox3;
  399. private System.Windows.Forms.GroupBox groupBox1;
  400. private System.Windows.Forms.TextBox txtDEVICE_NAME;
  401. private System.Windows.Forms.Label label7;
  402. private System.Windows.Forms.GroupBox groupBox2;
  403. private System.Windows.Forms.Button btnDelete;
  404. private System.Windows.Forms.Button btnSave;
  405. private System.Windows.Forms.ComboBox cmbx_Com;
  406. private System.Windows.Forms.Label label5;
  407. private System.Windows.Forms.ComboBox paRity;
  408. private System.Windows.Forms.ComboBox stopBits;
  409. private System.Windows.Forms.ComboBox dataBits;
  410. private System.Windows.Forms.ComboBox baudRate;
  411. private System.Windows.Forms.Label label4;
  412. private System.Windows.Forms.Label label3;
  413. private System.Windows.Forms.Label label2;
  414. private System.Windows.Forms.Label label1;
  415. private System.Windows.Forms.TreeView tvComm;
  416. private System.Windows.Forms.CheckBox cboO;
  417. private System.Windows.Forms.NumericUpDown nudO;
  418. private System.Windows.Forms.NumericUpDown nudH;
  419. private System.Windows.Forms.CheckBox cboH;
  420. private System.Windows.Forms.NumericUpDown nudN;
  421. private System.Windows.Forms.CheckBox cboN;
  422. private System.Windows.Forms.Button button1;
  423. }
  424. }