Configure.Designer.cs 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392
  1. namespace WinForms
  2. {
  3. partial class Configure
  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.tabControl1 = new System.Windows.Forms.TabControl();
  29. this.tabPage1 = new System.Windows.Forms.TabPage();
  30. this.tabPage2 = new System.Windows.Forms.TabPage();
  31. this.tabPage3 = new System.Windows.Forms.TabPage();
  32. this.tabPage4 = new System.Windows.Forms.TabPage();
  33. this.textBox1 = new System.Windows.Forms.TextBox();
  34. this.label1 = new System.Windows.Forms.Label();
  35. this.dbTextBox1 = new System.Windows.Forms.TextBox();
  36. this.dbLabel1 = new System.Windows.Forms.Label();
  37. this.dbTextBox2 = new System.Windows.Forms.TextBox();
  38. this.dbLabel2 = new System.Windows.Forms.Label();
  39. this.dbTextBox3 = new System.Windows.Forms.TextBox();
  40. this.dbLabel3 = new System.Windows.Forms.Label();
  41. this.dbTextBox4 = new System.Windows.Forms.TextBox();
  42. this.dbLabel4 = new System.Windows.Forms.Label();
  43. this.dbTextBox5 = new System.Windows.Forms.TextBox();
  44. this.dbLabel5 = new System.Windows.Forms.Label();
  45. this.btnCancel = new System.Windows.Forms.Button();
  46. this.btnSubmit = new System.Windows.Forms.Button();
  47. this.textBox2 = new System.Windows.Forms.TextBox();
  48. this.label2 = new System.Windows.Forms.Label();
  49. this.textBox3 = new System.Windows.Forms.TextBox();
  50. this.label3 = new System.Windows.Forms.Label();
  51. this.textBox4 = new System.Windows.Forms.TextBox();
  52. this.label4 = new System.Windows.Forms.Label();
  53. this.textBox5 = new System.Windows.Forms.TextBox();
  54. this.label5 = new System.Windows.Forms.Label();
  55. this.tabControl1.SuspendLayout();
  56. this.tabPage1.SuspendLayout();
  57. this.tabPage2.SuspendLayout();
  58. this.SuspendLayout();
  59. //
  60. // tabControl1
  61. //
  62. this.tabControl1.Controls.Add(this.tabPage1);
  63. this.tabControl1.Controls.Add(this.tabPage2);
  64. this.tabControl1.Controls.Add(this.tabPage3);
  65. this.tabControl1.Controls.Add(this.tabPage4);
  66. this.tabControl1.Dock = System.Windows.Forms.DockStyle.Top;
  67. this.tabControl1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  68. this.tabControl1.Location = new System.Drawing.Point(0, 0);
  69. this.tabControl1.Multiline = true;
  70. this.tabControl1.Name = "tabControl1";
  71. this.tabControl1.SelectedIndex = 0;
  72. this.tabControl1.Size = new System.Drawing.Size(536, 296);
  73. this.tabControl1.TabIndex = 1;
  74. //
  75. // tabPage1
  76. //
  77. this.tabPage1.Controls.Add(this.textBox2);
  78. this.tabPage1.Controls.Add(this.label2);
  79. this.tabPage1.Controls.Add(this.textBox3);
  80. this.tabPage1.Controls.Add(this.label3);
  81. this.tabPage1.Controls.Add(this.textBox4);
  82. this.tabPage1.Controls.Add(this.label4);
  83. this.tabPage1.Controls.Add(this.textBox5);
  84. this.tabPage1.Controls.Add(this.label5);
  85. this.tabPage1.Controls.Add(this.textBox1);
  86. this.tabPage1.Controls.Add(this.label1);
  87. this.tabPage1.Location = new System.Drawing.Point(4, 30);
  88. this.tabPage1.Name = "tabPage1";
  89. this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
  90. this.tabPage1.Size = new System.Drawing.Size(528, 262);
  91. this.tabPage1.TabIndex = 0;
  92. this.tabPage1.Text = "串口";
  93. this.tabPage1.UseVisualStyleBackColor = true;
  94. //
  95. // tabPage2
  96. //
  97. this.tabPage2.Controls.Add(this.dbTextBox5);
  98. this.tabPage2.Controls.Add(this.dbLabel5);
  99. this.tabPage2.Controls.Add(this.dbTextBox4);
  100. this.tabPage2.Controls.Add(this.dbLabel4);
  101. this.tabPage2.Controls.Add(this.dbTextBox3);
  102. this.tabPage2.Controls.Add(this.dbLabel3);
  103. this.tabPage2.Controls.Add(this.dbTextBox2);
  104. this.tabPage2.Controls.Add(this.dbLabel2);
  105. this.tabPage2.Controls.Add(this.dbTextBox1);
  106. this.tabPage2.Controls.Add(this.dbLabel1);
  107. this.tabPage2.Location = new System.Drawing.Point(4, 30);
  108. this.tabPage2.Name = "tabPage2";
  109. this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
  110. this.tabPage2.Size = new System.Drawing.Size(528, 262);
  111. this.tabPage2.TabIndex = 1;
  112. this.tabPage2.Text = "数据库";
  113. this.tabPage2.UseVisualStyleBackColor = true;
  114. //
  115. // tabPage3
  116. //
  117. this.tabPage3.Location = new System.Drawing.Point(4, 26);
  118. this.tabPage3.Name = "tabPage3";
  119. this.tabPage3.Size = new System.Drawing.Size(792, 420);
  120. this.tabPage3.TabIndex = 2;
  121. this.tabPage3.Text = "采集";
  122. this.tabPage3.UseVisualStyleBackColor = true;
  123. //
  124. // tabPage4
  125. //
  126. this.tabPage4.Location = new System.Drawing.Point(4, 26);
  127. this.tabPage4.Name = "tabPage4";
  128. this.tabPage4.Size = new System.Drawing.Size(792, 420);
  129. this.tabPage4.TabIndex = 3;
  130. this.tabPage4.Text = "打印";
  131. this.tabPage4.UseVisualStyleBackColor = true;
  132. //
  133. // textBox1
  134. //
  135. this.textBox1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  136. this.textBox1.Location = new System.Drawing.Point(112, 20);
  137. this.textBox1.Name = "textBox1";
  138. this.textBox1.Size = new System.Drawing.Size(385, 29);
  139. this.textBox1.TabIndex = 76;
  140. //
  141. // label1
  142. //
  143. this.label1.AutoSize = true;
  144. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  145. this.label1.Location = new System.Drawing.Point(24, 22);
  146. this.label1.Name = "label1";
  147. this.label1.Size = new System.Drawing.Size(58, 21);
  148. this.label1.TabIndex = 75;
  149. this.label1.Text = "端口:";
  150. //
  151. // dbTextBox1
  152. //
  153. this.dbTextBox1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  154. this.dbTextBox1.Location = new System.Drawing.Point(112, 20);
  155. this.dbTextBox1.Name = "dbTextBox1";
  156. this.dbTextBox1.Size = new System.Drawing.Size(385, 29);
  157. this.dbTextBox1.TabIndex = 78;
  158. //
  159. // dbLabel1
  160. //
  161. this.dbLabel1.AutoSize = true;
  162. this.dbLabel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  163. this.dbLabel1.Location = new System.Drawing.Point(24, 22);
  164. this.dbLabel1.Name = "dbLabel1";
  165. this.dbLabel1.Size = new System.Drawing.Size(58, 21);
  166. this.dbLabel1.TabIndex = 77;
  167. this.dbLabel1.Text = "地址:";
  168. //
  169. // dbTextBox2
  170. //
  171. this.dbTextBox2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  172. this.dbTextBox2.Location = new System.Drawing.Point(112, 68);
  173. this.dbTextBox2.Name = "dbTextBox2";
  174. this.dbTextBox2.Size = new System.Drawing.Size(385, 29);
  175. this.dbTextBox2.TabIndex = 80;
  176. //
  177. // dbLabel2
  178. //
  179. this.dbLabel2.AutoSize = true;
  180. this.dbLabel2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  181. this.dbLabel2.Location = new System.Drawing.Point(24, 71);
  182. this.dbLabel2.Name = "dbLabel2";
  183. this.dbLabel2.Size = new System.Drawing.Size(58, 21);
  184. this.dbLabel2.TabIndex = 79;
  185. this.dbLabel2.Text = "端口:";
  186. //
  187. // dbTextBox3
  188. //
  189. this.dbTextBox3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  190. this.dbTextBox3.Location = new System.Drawing.Point(112, 117);
  191. this.dbTextBox3.Name = "dbTextBox3";
  192. this.dbTextBox3.Size = new System.Drawing.Size(385, 29);
  193. this.dbTextBox3.TabIndex = 82;
  194. //
  195. // dbLabel3
  196. //
  197. this.dbLabel3.AutoSize = true;
  198. this.dbLabel3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  199. this.dbLabel3.Location = new System.Drawing.Point(24, 120);
  200. this.dbLabel3.Name = "dbLabel3";
  201. this.dbLabel3.Size = new System.Drawing.Size(58, 21);
  202. this.dbLabel3.TabIndex = 81;
  203. this.dbLabel3.Text = "名称:";
  204. //
  205. // dbTextBox4
  206. //
  207. this.dbTextBox4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  208. this.dbTextBox4.Location = new System.Drawing.Point(112, 166);
  209. this.dbTextBox4.Name = "dbTextBox4";
  210. this.dbTextBox4.Size = new System.Drawing.Size(385, 29);
  211. this.dbTextBox4.TabIndex = 84;
  212. //
  213. // dbLabel4
  214. //
  215. this.dbLabel4.AutoSize = true;
  216. this.dbLabel4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  217. this.dbLabel4.Location = new System.Drawing.Point(24, 169);
  218. this.dbLabel4.Name = "dbLabel4";
  219. this.dbLabel4.Size = new System.Drawing.Size(74, 21);
  220. this.dbLabel4.TabIndex = 83;
  221. this.dbLabel4.Text = "用户名:";
  222. //
  223. // dbTextBox5
  224. //
  225. this.dbTextBox5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  226. this.dbTextBox5.Location = new System.Drawing.Point(112, 215);
  227. this.dbTextBox5.Name = "dbTextBox5";
  228. this.dbTextBox5.Size = new System.Drawing.Size(385, 29);
  229. this.dbTextBox5.TabIndex = 86;
  230. //
  231. // dbLabel5
  232. //
  233. this.dbLabel5.AutoSize = true;
  234. this.dbLabel5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  235. this.dbLabel5.Location = new System.Drawing.Point(24, 218);
  236. this.dbLabel5.Name = "dbLabel5";
  237. this.dbLabel5.Size = new System.Drawing.Size(58, 21);
  238. this.dbLabel5.TabIndex = 85;
  239. this.dbLabel5.Text = "密码:";
  240. //
  241. // btnCancel
  242. //
  243. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  244. this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  245. this.btnCancel.Location = new System.Drawing.Point(444, 306);
  246. this.btnCancel.Name = "btnCancel";
  247. this.btnCancel.Size = new System.Drawing.Size(80, 30);
  248. this.btnCancel.TabIndex = 78;
  249. this.btnCancel.Text = "取消";
  250. this.btnCancel.UseVisualStyleBackColor = true;
  251. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  252. //
  253. // btnSubmit
  254. //
  255. this.btnSubmit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  256. this.btnSubmit.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  257. this.btnSubmit.Location = new System.Drawing.Point(358, 306);
  258. this.btnSubmit.Name = "btnSubmit";
  259. this.btnSubmit.Size = new System.Drawing.Size(80, 30);
  260. this.btnSubmit.TabIndex = 77;
  261. this.btnSubmit.Text = "确定";
  262. this.btnSubmit.UseVisualStyleBackColor = true;
  263. this.btnSubmit.Click += new System.EventHandler(this.btnSubmit_Click);
  264. //
  265. // textBox2
  266. //
  267. this.textBox2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  268. this.textBox2.Location = new System.Drawing.Point(112, 215);
  269. this.textBox2.Name = "textBox2";
  270. this.textBox2.Size = new System.Drawing.Size(385, 29);
  271. this.textBox2.TabIndex = 94;
  272. //
  273. // label2
  274. //
  275. this.label2.AutoSize = true;
  276. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  277. this.label2.Location = new System.Drawing.Point(24, 218);
  278. this.label2.Name = "label2";
  279. this.label2.Size = new System.Drawing.Size(74, 21);
  280. this.label2.TabIndex = 93;
  281. this.label2.Text = "校验位:";
  282. //
  283. // textBox3
  284. //
  285. this.textBox3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  286. this.textBox3.Location = new System.Drawing.Point(112, 166);
  287. this.textBox3.Name = "textBox3";
  288. this.textBox3.Size = new System.Drawing.Size(385, 29);
  289. this.textBox3.TabIndex = 92;
  290. //
  291. // label3
  292. //
  293. this.label3.AutoSize = true;
  294. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  295. this.label3.Location = new System.Drawing.Point(24, 169);
  296. this.label3.Name = "label3";
  297. this.label3.Size = new System.Drawing.Size(74, 21);
  298. this.label3.TabIndex = 91;
  299. this.label3.Text = "停止位:";
  300. //
  301. // textBox4
  302. //
  303. this.textBox4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  304. this.textBox4.Location = new System.Drawing.Point(112, 117);
  305. this.textBox4.Name = "textBox4";
  306. this.textBox4.Size = new System.Drawing.Size(385, 29);
  307. this.textBox4.TabIndex = 90;
  308. //
  309. // label4
  310. //
  311. this.label4.AutoSize = true;
  312. this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  313. this.label4.Location = new System.Drawing.Point(24, 120);
  314. this.label4.Name = "label4";
  315. this.label4.Size = new System.Drawing.Size(74, 21);
  316. this.label4.TabIndex = 89;
  317. this.label4.Text = "数据位:";
  318. //
  319. // textBox5
  320. //
  321. this.textBox5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  322. this.textBox5.Location = new System.Drawing.Point(112, 68);
  323. this.textBox5.Name = "textBox5";
  324. this.textBox5.Size = new System.Drawing.Size(385, 29);
  325. this.textBox5.TabIndex = 88;
  326. //
  327. // label5
  328. //
  329. this.label5.AutoSize = true;
  330. this.label5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  331. this.label5.Location = new System.Drawing.Point(24, 71);
  332. this.label5.Name = "label5";
  333. this.label5.Size = new System.Drawing.Size(74, 21);
  334. this.label5.TabIndex = 87;
  335. this.label5.Text = "波特率:";
  336. //
  337. // Configure
  338. //
  339. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  340. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  341. this.ClientSize = new System.Drawing.Size(536, 348);
  342. this.Controls.Add(this.btnCancel);
  343. this.Controls.Add(this.btnSubmit);
  344. this.Controls.Add(this.tabControl1);
  345. this.MaximizeBox = false;
  346. this.MinimizeBox = false;
  347. this.Name = "Configure";
  348. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  349. this.Text = "设置";
  350. this.tabControl1.ResumeLayout(false);
  351. this.tabPage1.ResumeLayout(false);
  352. this.tabPage1.PerformLayout();
  353. this.tabPage2.ResumeLayout(false);
  354. this.tabPage2.PerformLayout();
  355. this.ResumeLayout(false);
  356. }
  357. #endregion
  358. private System.Windows.Forms.TabControl tabControl1;
  359. private System.Windows.Forms.TabPage tabPage1;
  360. private System.Windows.Forms.TabPage tabPage2;
  361. private System.Windows.Forms.TabPage tabPage3;
  362. private System.Windows.Forms.TabPage tabPage4;
  363. private System.Windows.Forms.TextBox textBox1;
  364. private System.Windows.Forms.Label label1;
  365. private System.Windows.Forms.TextBox dbTextBox1;
  366. private System.Windows.Forms.Label dbLabel1;
  367. private System.Windows.Forms.TextBox dbTextBox5;
  368. private System.Windows.Forms.Label dbLabel5;
  369. private System.Windows.Forms.TextBox dbTextBox4;
  370. private System.Windows.Forms.Label dbLabel4;
  371. private System.Windows.Forms.TextBox dbTextBox3;
  372. private System.Windows.Forms.Label dbLabel3;
  373. private System.Windows.Forms.TextBox dbTextBox2;
  374. private System.Windows.Forms.Label dbLabel2;
  375. private System.Windows.Forms.Button btnCancel;
  376. private System.Windows.Forms.Button btnSubmit;
  377. private System.Windows.Forms.TextBox textBox2;
  378. private System.Windows.Forms.Label label2;
  379. private System.Windows.Forms.TextBox textBox3;
  380. private System.Windows.Forms.Label label3;
  381. private System.Windows.Forms.TextBox textBox4;
  382. private System.Windows.Forms.Label label4;
  383. private System.Windows.Forms.TextBox textBox5;
  384. private System.Windows.Forms.Label label5;
  385. }
  386. }