Configure.Designer.cs 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296
  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.tabControl1.SuspendLayout();
  48. this.tabPage1.SuspendLayout();
  49. this.tabPage2.SuspendLayout();
  50. this.SuspendLayout();
  51. //
  52. // tabControl1
  53. //
  54. this.tabControl1.Controls.Add(this.tabPage1);
  55. this.tabControl1.Controls.Add(this.tabPage2);
  56. this.tabControl1.Controls.Add(this.tabPage3);
  57. this.tabControl1.Controls.Add(this.tabPage4);
  58. this.tabControl1.Dock = System.Windows.Forms.DockStyle.Top;
  59. this.tabControl1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  60. this.tabControl1.Location = new System.Drawing.Point(0, 0);
  61. this.tabControl1.Multiline = true;
  62. this.tabControl1.Name = "tabControl1";
  63. this.tabControl1.SelectedIndex = 0;
  64. this.tabControl1.Size = new System.Drawing.Size(536, 296);
  65. this.tabControl1.TabIndex = 1;
  66. //
  67. // tabPage1
  68. //
  69. this.tabPage1.Controls.Add(this.textBox1);
  70. this.tabPage1.Controls.Add(this.label1);
  71. this.tabPage1.Location = new System.Drawing.Point(4, 30);
  72. this.tabPage1.Name = "tabPage1";
  73. this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
  74. this.tabPage1.Size = new System.Drawing.Size(792, 416);
  75. this.tabPage1.TabIndex = 0;
  76. this.tabPage1.Text = "串口";
  77. this.tabPage1.UseVisualStyleBackColor = true;
  78. //
  79. // tabPage2
  80. //
  81. this.tabPage2.Controls.Add(this.dbTextBox5);
  82. this.tabPage2.Controls.Add(this.dbLabel5);
  83. this.tabPage2.Controls.Add(this.dbTextBox4);
  84. this.tabPage2.Controls.Add(this.dbLabel4);
  85. this.tabPage2.Controls.Add(this.dbTextBox3);
  86. this.tabPage2.Controls.Add(this.dbLabel3);
  87. this.tabPage2.Controls.Add(this.dbTextBox2);
  88. this.tabPage2.Controls.Add(this.dbLabel2);
  89. this.tabPage2.Controls.Add(this.dbTextBox1);
  90. this.tabPage2.Controls.Add(this.dbLabel1);
  91. this.tabPage2.Location = new System.Drawing.Point(4, 30);
  92. this.tabPage2.Name = "tabPage2";
  93. this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
  94. this.tabPage2.Size = new System.Drawing.Size(528, 262);
  95. this.tabPage2.TabIndex = 1;
  96. this.tabPage2.Text = "数据库";
  97. this.tabPage2.UseVisualStyleBackColor = true;
  98. //
  99. // tabPage3
  100. //
  101. this.tabPage3.Location = new System.Drawing.Point(4, 26);
  102. this.tabPage3.Name = "tabPage3";
  103. this.tabPage3.Size = new System.Drawing.Size(792, 420);
  104. this.tabPage3.TabIndex = 2;
  105. this.tabPage3.Text = "采集";
  106. this.tabPage3.UseVisualStyleBackColor = true;
  107. //
  108. // tabPage4
  109. //
  110. this.tabPage4.Location = new System.Drawing.Point(4, 26);
  111. this.tabPage4.Name = "tabPage4";
  112. this.tabPage4.Size = new System.Drawing.Size(792, 420);
  113. this.tabPage4.TabIndex = 3;
  114. this.tabPage4.Text = "打印";
  115. this.tabPage4.UseVisualStyleBackColor = true;
  116. //
  117. // textBox1
  118. //
  119. this.textBox1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  120. this.textBox1.Location = new System.Drawing.Point(111, 19);
  121. this.textBox1.Name = "textBox1";
  122. this.textBox1.Size = new System.Drawing.Size(385, 29);
  123. this.textBox1.TabIndex = 76;
  124. //
  125. // label1
  126. //
  127. this.label1.AutoSize = true;
  128. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  129. this.label1.Location = new System.Drawing.Point(24, 22);
  130. this.label1.Name = "label1";
  131. this.label1.Size = new System.Drawing.Size(58, 21);
  132. this.label1.TabIndex = 75;
  133. this.label1.Text = "端口:";
  134. //
  135. // dbTextBox1
  136. //
  137. this.dbTextBox1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  138. this.dbTextBox1.Location = new System.Drawing.Point(112, 20);
  139. this.dbTextBox1.Name = "dbTextBox1";
  140. this.dbTextBox1.Size = new System.Drawing.Size(385, 29);
  141. this.dbTextBox1.TabIndex = 78;
  142. //
  143. // dbLabel1
  144. //
  145. this.dbLabel1.AutoSize = true;
  146. this.dbLabel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  147. this.dbLabel1.Location = new System.Drawing.Point(24, 22);
  148. this.dbLabel1.Name = "dbLabel1";
  149. this.dbLabel1.Size = new System.Drawing.Size(58, 21);
  150. this.dbLabel1.TabIndex = 77;
  151. this.dbLabel1.Text = "地址:";
  152. //
  153. // dbTextBox2
  154. //
  155. this.dbTextBox2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  156. this.dbTextBox2.Location = new System.Drawing.Point(112, 68);
  157. this.dbTextBox2.Name = "dbTextBox2";
  158. this.dbTextBox2.Size = new System.Drawing.Size(385, 29);
  159. this.dbTextBox2.TabIndex = 80;
  160. //
  161. // dbLabel2
  162. //
  163. this.dbLabel2.AutoSize = true;
  164. this.dbLabel2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  165. this.dbLabel2.Location = new System.Drawing.Point(24, 71);
  166. this.dbLabel2.Name = "dbLabel2";
  167. this.dbLabel2.Size = new System.Drawing.Size(58, 21);
  168. this.dbLabel2.TabIndex = 79;
  169. this.dbLabel2.Text = "端口:";
  170. //
  171. // dbTextBox3
  172. //
  173. this.dbTextBox3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  174. this.dbTextBox3.Location = new System.Drawing.Point(112, 117);
  175. this.dbTextBox3.Name = "dbTextBox3";
  176. this.dbTextBox3.Size = new System.Drawing.Size(385, 29);
  177. this.dbTextBox3.TabIndex = 82;
  178. //
  179. // dbLabel3
  180. //
  181. this.dbLabel3.AutoSize = true;
  182. this.dbLabel3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  183. this.dbLabel3.Location = new System.Drawing.Point(24, 120);
  184. this.dbLabel3.Name = "dbLabel3";
  185. this.dbLabel3.Size = new System.Drawing.Size(58, 21);
  186. this.dbLabel3.TabIndex = 81;
  187. this.dbLabel3.Text = "名称:";
  188. //
  189. // dbTextBox4
  190. //
  191. this.dbTextBox4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  192. this.dbTextBox4.Location = new System.Drawing.Point(112, 166);
  193. this.dbTextBox4.Name = "dbTextBox4";
  194. this.dbTextBox4.Size = new System.Drawing.Size(385, 29);
  195. this.dbTextBox4.TabIndex = 84;
  196. //
  197. // dbLabel4
  198. //
  199. this.dbLabel4.AutoSize = true;
  200. this.dbLabel4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  201. this.dbLabel4.Location = new System.Drawing.Point(24, 169);
  202. this.dbLabel4.Name = "dbLabel4";
  203. this.dbLabel4.Size = new System.Drawing.Size(74, 21);
  204. this.dbLabel4.TabIndex = 83;
  205. this.dbLabel4.Text = "用户名:";
  206. //
  207. // dbTextBox5
  208. //
  209. this.dbTextBox5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  210. this.dbTextBox5.Location = new System.Drawing.Point(112, 215);
  211. this.dbTextBox5.Name = "dbTextBox5";
  212. this.dbTextBox5.Size = new System.Drawing.Size(385, 29);
  213. this.dbTextBox5.TabIndex = 86;
  214. //
  215. // dbLabel5
  216. //
  217. this.dbLabel5.AutoSize = true;
  218. this.dbLabel5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  219. this.dbLabel5.Location = new System.Drawing.Point(24, 218);
  220. this.dbLabel5.Name = "dbLabel5";
  221. this.dbLabel5.Size = new System.Drawing.Size(58, 21);
  222. this.dbLabel5.TabIndex = 85;
  223. this.dbLabel5.Text = "密码:";
  224. //
  225. // btnCancel
  226. //
  227. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  228. this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  229. this.btnCancel.Location = new System.Drawing.Point(444, 306);
  230. this.btnCancel.Name = "btnCancel";
  231. this.btnCancel.Size = new System.Drawing.Size(80, 30);
  232. this.btnCancel.TabIndex = 78;
  233. this.btnCancel.Text = "取消";
  234. this.btnCancel.UseVisualStyleBackColor = true;
  235. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  236. //
  237. // btnSubmit
  238. //
  239. this.btnSubmit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  240. this.btnSubmit.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  241. this.btnSubmit.Location = new System.Drawing.Point(358, 306);
  242. this.btnSubmit.Name = "btnSubmit";
  243. this.btnSubmit.Size = new System.Drawing.Size(80, 30);
  244. this.btnSubmit.TabIndex = 77;
  245. this.btnSubmit.Text = "确定";
  246. this.btnSubmit.UseVisualStyleBackColor = true;
  247. this.btnSubmit.Click += new System.EventHandler(this.btnSubmit_Click);
  248. //
  249. // Configure
  250. //
  251. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  252. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  253. this.ClientSize = new System.Drawing.Size(536, 348);
  254. this.Controls.Add(this.btnCancel);
  255. this.Controls.Add(this.btnSubmit);
  256. this.Controls.Add(this.tabControl1);
  257. this.MaximizeBox = false;
  258. this.MinimizeBox = false;
  259. this.Name = "Configure";
  260. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  261. this.Text = "设置";
  262. this.tabControl1.ResumeLayout(false);
  263. this.tabPage1.ResumeLayout(false);
  264. this.tabPage1.PerformLayout();
  265. this.tabPage2.ResumeLayout(false);
  266. this.tabPage2.PerformLayout();
  267. this.ResumeLayout(false);
  268. }
  269. #endregion
  270. private System.Windows.Forms.TabControl tabControl1;
  271. private System.Windows.Forms.TabPage tabPage1;
  272. private System.Windows.Forms.TabPage tabPage2;
  273. private System.Windows.Forms.TabPage tabPage3;
  274. private System.Windows.Forms.TabPage tabPage4;
  275. private System.Windows.Forms.TextBox textBox1;
  276. private System.Windows.Forms.Label label1;
  277. private System.Windows.Forms.TextBox dbTextBox1;
  278. private System.Windows.Forms.Label dbLabel1;
  279. private System.Windows.Forms.TextBox dbTextBox5;
  280. private System.Windows.Forms.Label dbLabel5;
  281. private System.Windows.Forms.TextBox dbTextBox4;
  282. private System.Windows.Forms.Label dbLabel4;
  283. private System.Windows.Forms.TextBox dbTextBox3;
  284. private System.Windows.Forms.Label dbLabel3;
  285. private System.Windows.Forms.TextBox dbTextBox2;
  286. private System.Windows.Forms.Label dbLabel2;
  287. private System.Windows.Forms.Button btnCancel;
  288. private System.Windows.Forms.Button btnSubmit;
  289. }
  290. }