CNAS取数仪器端升级
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.

frmConfigPort.Designer.cs 14KB

4 months ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317
  1. namespace CNAS_BalanceClient
  2. {
  3. partial class frmConfigPort
  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(frmConfigPort));
  29. this.panel1 = new System.Windows.Forms.Panel();
  30. this.pnlCenter = new System.Windows.Forms.Panel();
  31. this.btnCancel = new System.Windows.Forms.Button();
  32. this.btnOK = new System.Windows.Forms.Button();
  33. this.cbxHandshake = new System.Windows.Forms.ComboBox();
  34. this.label6 = new System.Windows.Forms.Label();
  35. this.cbxDataBits = new System.Windows.Forms.ComboBox();
  36. this.label5 = new System.Windows.Forms.Label();
  37. this.cbxParity = new System.Windows.Forms.ComboBox();
  38. this.label4 = new System.Windows.Forms.Label();
  39. this.cbxStopBits = new System.Windows.Forms.ComboBox();
  40. this.label3 = new System.Windows.Forms.Label();
  41. this.cbxBaudRate = new System.Windows.Forms.ComboBox();
  42. this.label2 = new System.Windows.Forms.Label();
  43. this.cbxPortName = new System.Windows.Forms.ComboBox();
  44. this.label1 = new System.Windows.Forms.Label();
  45. this.pnlBottom = new System.Windows.Forms.Panel();
  46. this.pnlTop = new System.Windows.Forms.Panel();
  47. this.pnlRight = new System.Windows.Forms.Panel();
  48. this.pnlLeft = new System.Windows.Forms.Panel();
  49. this.panel1.SuspendLayout();
  50. this.pnlCenter.SuspendLayout();
  51. this.SuspendLayout();
  52. //
  53. // panel1
  54. //
  55. this.panel1.Controls.Add(this.pnlCenter);
  56. this.panel1.Controls.Add(this.pnlBottom);
  57. this.panel1.Controls.Add(this.pnlTop);
  58. this.panel1.Controls.Add(this.pnlRight);
  59. this.panel1.Controls.Add(this.pnlLeft);
  60. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  61. this.panel1.Location = new System.Drawing.Point(0, 0);
  62. this.panel1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  63. this.panel1.Name = "panel1";
  64. this.panel1.Size = new System.Drawing.Size(509, 275);
  65. this.panel1.TabIndex = 0;
  66. //
  67. // pnlCenter
  68. //
  69. this.pnlCenter.Controls.Add(this.btnCancel);
  70. this.pnlCenter.Controls.Add(this.btnOK);
  71. this.pnlCenter.Controls.Add(this.cbxHandshake);
  72. this.pnlCenter.Controls.Add(this.label6);
  73. this.pnlCenter.Controls.Add(this.cbxDataBits);
  74. this.pnlCenter.Controls.Add(this.label5);
  75. this.pnlCenter.Controls.Add(this.cbxParity);
  76. this.pnlCenter.Controls.Add(this.label4);
  77. this.pnlCenter.Controls.Add(this.cbxStopBits);
  78. this.pnlCenter.Controls.Add(this.label3);
  79. this.pnlCenter.Controls.Add(this.cbxBaudRate);
  80. this.pnlCenter.Controls.Add(this.label2);
  81. this.pnlCenter.Controls.Add(this.cbxPortName);
  82. this.pnlCenter.Controls.Add(this.label1);
  83. this.pnlCenter.Dock = System.Windows.Forms.DockStyle.Fill;
  84. this.pnlCenter.Location = new System.Drawing.Point(10, 10);
  85. this.pnlCenter.Name = "pnlCenter";
  86. this.pnlCenter.Size = new System.Drawing.Size(489, 255);
  87. this.pnlCenter.TabIndex = 4;
  88. //
  89. // btnCancel
  90. //
  91. this.btnCancel.Location = new System.Drawing.Point(377, 213);
  92. this.btnCancel.Name = "btnCancel";
  93. this.btnCancel.Size = new System.Drawing.Size(90, 30);
  94. this.btnCancel.TabIndex = 16;
  95. this.btnCancel.Text = "取消";
  96. this.btnCancel.UseVisualStyleBackColor = true;
  97. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  98. //
  99. // btnOK
  100. //
  101. this.btnOK.Location = new System.Drawing.Point(268, 213);
  102. this.btnOK.Name = "btnOK";
  103. this.btnOK.Size = new System.Drawing.Size(90, 30);
  104. this.btnOK.TabIndex = 15;
  105. this.btnOK.Text = "确定";
  106. this.btnOK.UseVisualStyleBackColor = true;
  107. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  108. //
  109. // cbxHandshake
  110. //
  111. this.cbxHandshake.FormattingEnabled = true;
  112. this.cbxHandshake.Items.AddRange(new object[] {
  113. "None",
  114. "XOnXOff",
  115. "RequestToSend",
  116. "RequestToSendXOnXOff"});
  117. this.cbxHandshake.Location = new System.Drawing.Point(110, 167);
  118. this.cbxHandshake.Name = "cbxHandshake";
  119. this.cbxHandshake.Size = new System.Drawing.Size(357, 25);
  120. this.cbxHandshake.TabIndex = 11;
  121. //
  122. // label6
  123. //
  124. this.label6.AutoSize = true;
  125. this.label6.Location = new System.Drawing.Point(38, 175);
  126. this.label6.Name = "label6";
  127. this.label6.Size = new System.Drawing.Size(56, 17);
  128. this.label6.TabIndex = 10;
  129. this.label6.Text = "握手信号";
  130. //
  131. // cbxDataBits
  132. //
  133. this.cbxDataBits.FormattingEnabled = true;
  134. this.cbxDataBits.Items.AddRange(new object[] {
  135. "8",
  136. "7"});
  137. this.cbxDataBits.Location = new System.Drawing.Point(341, 120);
  138. this.cbxDataBits.Name = "cbxDataBits";
  139. this.cbxDataBits.Size = new System.Drawing.Size(126, 25);
  140. this.cbxDataBits.TabIndex = 9;
  141. //
  142. // label5
  143. //
  144. this.label5.AutoSize = true;
  145. this.label5.Location = new System.Drawing.Point(269, 128);
  146. this.label5.Name = "label5";
  147. this.label5.Size = new System.Drawing.Size(44, 17);
  148. this.label5.TabIndex = 8;
  149. this.label5.Text = "数据位";
  150. //
  151. // cbxParity
  152. //
  153. this.cbxParity.FormattingEnabled = true;
  154. this.cbxParity.Items.AddRange(new object[] {
  155. "None",
  156. "Even",
  157. "Odd",
  158. "Mark",
  159. "Space"});
  160. this.cbxParity.Location = new System.Drawing.Point(110, 120);
  161. this.cbxParity.Name = "cbxParity";
  162. this.cbxParity.Size = new System.Drawing.Size(126, 25);
  163. this.cbxParity.TabIndex = 7;
  164. //
  165. // label4
  166. //
  167. this.label4.AutoSize = true;
  168. this.label4.Location = new System.Drawing.Point(38, 128);
  169. this.label4.Name = "label4";
  170. this.label4.Size = new System.Drawing.Size(56, 17);
  171. this.label4.TabIndex = 6;
  172. this.label4.Text = "奇偶校验";
  173. //
  174. // cbxStopBits
  175. //
  176. this.cbxStopBits.FormattingEnabled = true;
  177. this.cbxStopBits.Items.AddRange(new object[] {
  178. "1",
  179. "1.5",
  180. "2"});
  181. this.cbxStopBits.Location = new System.Drawing.Point(341, 72);
  182. this.cbxStopBits.Name = "cbxStopBits";
  183. this.cbxStopBits.Size = new System.Drawing.Size(126, 25);
  184. this.cbxStopBits.TabIndex = 5;
  185. //
  186. // label3
  187. //
  188. this.label3.AutoSize = true;
  189. this.label3.Location = new System.Drawing.Point(269, 80);
  190. this.label3.Name = "label3";
  191. this.label3.Size = new System.Drawing.Size(44, 17);
  192. this.label3.TabIndex = 4;
  193. this.label3.Text = "停止位";
  194. //
  195. // cbxBaudRate
  196. //
  197. this.cbxBaudRate.FormattingEnabled = true;
  198. this.cbxBaudRate.Items.AddRange(new object[] {
  199. "9600",
  200. "1200"});
  201. this.cbxBaudRate.Location = new System.Drawing.Point(110, 72);
  202. this.cbxBaudRate.Name = "cbxBaudRate";
  203. this.cbxBaudRate.Size = new System.Drawing.Size(126, 25);
  204. this.cbxBaudRate.TabIndex = 3;
  205. //
  206. // label2
  207. //
  208. this.label2.AutoSize = true;
  209. this.label2.Location = new System.Drawing.Point(7, 75);
  210. this.label2.Name = "label2";
  211. this.label2.Size = new System.Drawing.Size(97, 17);
  212. this.label2.TabIndex = 2;
  213. this.label2.Text = "传输速率/波特率";
  214. //
  215. // cbxPortName
  216. //
  217. this.cbxPortName.FormattingEnabled = true;
  218. this.cbxPortName.Items.AddRange(new object[] {
  219. "COM1"});
  220. this.cbxPortName.Location = new System.Drawing.Point(110, 24);
  221. this.cbxPortName.Name = "cbxPortName";
  222. this.cbxPortName.Size = new System.Drawing.Size(357, 25);
  223. this.cbxPortName.TabIndex = 1;
  224. //
  225. // label1
  226. //
  227. this.label1.AutoSize = true;
  228. this.label1.Location = new System.Drawing.Point(38, 32);
  229. this.label1.Name = "label1";
  230. this.label1.Size = new System.Drawing.Size(62, 17);
  231. this.label1.TabIndex = 0;
  232. this.label1.Text = "COM名称";
  233. //
  234. // pnlBottom
  235. //
  236. this.pnlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
  237. this.pnlBottom.Location = new System.Drawing.Point(10, 265);
  238. this.pnlBottom.Name = "pnlBottom";
  239. this.pnlBottom.Size = new System.Drawing.Size(489, 10);
  240. this.pnlBottom.TabIndex = 3;
  241. //
  242. // pnlTop
  243. //
  244. this.pnlTop.Dock = System.Windows.Forms.DockStyle.Top;
  245. this.pnlTop.Location = new System.Drawing.Point(10, 0);
  246. this.pnlTop.Name = "pnlTop";
  247. this.pnlTop.Size = new System.Drawing.Size(489, 10);
  248. this.pnlTop.TabIndex = 2;
  249. //
  250. // pnlRight
  251. //
  252. this.pnlRight.Dock = System.Windows.Forms.DockStyle.Right;
  253. this.pnlRight.Location = new System.Drawing.Point(499, 0);
  254. this.pnlRight.Name = "pnlRight";
  255. this.pnlRight.Size = new System.Drawing.Size(10, 275);
  256. this.pnlRight.TabIndex = 1;
  257. //
  258. // pnlLeft
  259. //
  260. this.pnlLeft.Dock = System.Windows.Forms.DockStyle.Left;
  261. this.pnlLeft.Location = new System.Drawing.Point(0, 0);
  262. this.pnlLeft.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  263. this.pnlLeft.Name = "pnlLeft";
  264. this.pnlLeft.Size = new System.Drawing.Size(10, 275);
  265. this.pnlLeft.TabIndex = 0;
  266. //
  267. // frmConfigPort
  268. //
  269. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
  270. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  271. this.ClientSize = new System.Drawing.Size(509, 275);
  272. this.Controls.Add(this.panel1);
  273. this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  274. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  275. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  276. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  277. this.MaximizeBox = false;
  278. this.MinimizeBox = false;
  279. this.Name = "frmConfigPort";
  280. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  281. this.Text = "天平设置";
  282. this.Load += new System.EventHandler(this.frmConfigPort_Load);
  283. this.Shown += new System.EventHandler(this.frmConfigPort_Shown);
  284. this.panel1.ResumeLayout(false);
  285. this.pnlCenter.ResumeLayout(false);
  286. this.pnlCenter.PerformLayout();
  287. this.ResumeLayout(false);
  288. }
  289. #endregion
  290. private System.Windows.Forms.Panel panel1;
  291. private System.Windows.Forms.Panel pnlBottom;
  292. private System.Windows.Forms.Panel pnlTop;
  293. private System.Windows.Forms.Panel pnlRight;
  294. private System.Windows.Forms.Panel pnlLeft;
  295. private System.Windows.Forms.Panel pnlCenter;
  296. private System.Windows.Forms.Button btnCancel;
  297. private System.Windows.Forms.Button btnOK;
  298. private System.Windows.Forms.ComboBox cbxHandshake;
  299. private System.Windows.Forms.Label label6;
  300. private System.Windows.Forms.ComboBox cbxDataBits;
  301. private System.Windows.Forms.Label label5;
  302. private System.Windows.Forms.ComboBox cbxParity;
  303. private System.Windows.Forms.Label label4;
  304. private System.Windows.Forms.ComboBox cbxStopBits;
  305. private System.Windows.Forms.Label label3;
  306. private System.Windows.Forms.ComboBox cbxBaudRate;
  307. private System.Windows.Forms.Label label2;
  308. private System.Windows.Forms.ComboBox cbxPortName;
  309. private System.Windows.Forms.Label label1;
  310. }
  311. }