JLHHJSvrConfig.Designer.cs 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355
  1. namespace JLHHJSvr
  2. {
  3. partial class Form1
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.textBox1 = new System.Windows.Forms.TextBox();
  29. this.label1 = new System.Windows.Forms.Label();
  30. this.label2 = new System.Windows.Forms.Label();
  31. this.textBox2 = new System.Windows.Forms.TextBox();
  32. this.label3 = new System.Windows.Forms.Label();
  33. this.label4 = new System.Windows.Forms.Label();
  34. this.textBox3 = new System.Windows.Forms.TextBox();
  35. this.textBox4 = new System.Windows.Forms.TextBox();
  36. this.button1 = new System.Windows.Forms.Button();
  37. this.button2 = new System.Windows.Forms.Button();
  38. this.button3 = new System.Windows.Forms.Button();
  39. this.button4 = new System.Windows.Forms.Button();
  40. this.textBox5 = new System.Windows.Forms.TextBox();
  41. this.label5 = new System.Windows.Forms.Label();
  42. this.label6 = new System.Windows.Forms.Label();
  43. this.textBox6 = new System.Windows.Forms.TextBox();
  44. this.textBox7 = new System.Windows.Forms.TextBox();
  45. this.label7 = new System.Windows.Forms.Label();
  46. this.textBox8 = new System.Windows.Forms.TextBox();
  47. this.textBox9 = new System.Windows.Forms.TextBox();
  48. this.label9 = new System.Windows.Forms.Label();
  49. this.label10 = new System.Windows.Forms.Label();
  50. this.textBox10 = new System.Windows.Forms.TextBox();
  51. this.label11 = new System.Windows.Forms.Label();
  52. this.SuspendLayout();
  53. //
  54. // textBox1
  55. //
  56. this.textBox1.Location = new System.Drawing.Point(130, 46);
  57. this.textBox1.Margin = new System.Windows.Forms.Padding(6);
  58. this.textBox1.Name = "textBox1";
  59. this.textBox1.Size = new System.Drawing.Size(322, 35);
  60. this.textBox1.TabIndex = 0;
  61. //
  62. // label1
  63. //
  64. this.label1.AutoSize = true;
  65. this.label1.Location = new System.Drawing.Point(36, 54);
  66. this.label1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  67. this.label1.Name = "label1";
  68. this.label1.Size = new System.Drawing.Size(82, 24);
  69. this.label1.TabIndex = 1;
  70. this.label1.Text = "服务器";
  71. //
  72. // label2
  73. //
  74. this.label2.AutoSize = true;
  75. this.label2.Location = new System.Drawing.Point(36, 112);
  76. this.label2.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  77. this.label2.Name = "label2";
  78. this.label2.Size = new System.Drawing.Size(82, 24);
  79. this.label2.TabIndex = 2;
  80. this.label2.Text = "数据库";
  81. //
  82. // textBox2
  83. //
  84. this.textBox2.Location = new System.Drawing.Point(130, 104);
  85. this.textBox2.Margin = new System.Windows.Forms.Padding(6);
  86. this.textBox2.Name = "textBox2";
  87. this.textBox2.Size = new System.Drawing.Size(322, 35);
  88. this.textBox2.TabIndex = 1;
  89. //
  90. // label3
  91. //
  92. this.label3.AutoSize = true;
  93. this.label3.Location = new System.Drawing.Point(36, 170);
  94. this.label3.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  95. this.label3.Name = "label3";
  96. this.label3.Size = new System.Drawing.Size(82, 24);
  97. this.label3.TabIndex = 2;
  98. this.label3.Text = "用户名";
  99. //
  100. // label4
  101. //
  102. this.label4.AutoSize = true;
  103. this.label4.Location = new System.Drawing.Point(60, 227);
  104. this.label4.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  105. this.label4.Name = "label4";
  106. this.label4.Size = new System.Drawing.Size(58, 24);
  107. this.label4.TabIndex = 2;
  108. this.label4.Text = "密码";
  109. //
  110. // textBox3
  111. //
  112. this.textBox3.Location = new System.Drawing.Point(130, 162);
  113. this.textBox3.Margin = new System.Windows.Forms.Padding(6);
  114. this.textBox3.Name = "textBox3";
  115. this.textBox3.Size = new System.Drawing.Size(322, 35);
  116. this.textBox3.TabIndex = 2;
  117. //
  118. // textBox4
  119. //
  120. this.textBox4.Location = new System.Drawing.Point(130, 221);
  121. this.textBox4.Margin = new System.Windows.Forms.Padding(6);
  122. this.textBox4.Name = "textBox4";
  123. this.textBox4.Size = new System.Drawing.Size(322, 35);
  124. this.textBox4.TabIndex = 3;
  125. this.textBox4.UseSystemPasswordChar = true;
  126. //
  127. // button1
  128. //
  129. this.button1.Location = new System.Drawing.Point(870, 210);
  130. this.button1.Margin = new System.Windows.Forms.Padding(6);
  131. this.button1.Name = "button1";
  132. this.button1.Size = new System.Drawing.Size(150, 46);
  133. this.button1.TabIndex = 4;
  134. this.button1.Text = "测试连接";
  135. this.button1.UseVisualStyleBackColor = true;
  136. this.button1.Click += new System.EventHandler(this.button1_Click);
  137. //
  138. // button2
  139. //
  140. this.button2.Location = new System.Drawing.Point(708, 477);
  141. this.button2.Margin = new System.Windows.Forms.Padding(6);
  142. this.button2.Name = "button2";
  143. this.button2.Size = new System.Drawing.Size(150, 46);
  144. this.button2.TabIndex = 5;
  145. this.button2.Text = "保存";
  146. this.button2.UseVisualStyleBackColor = true;
  147. this.button2.Click += new System.EventHandler(this.button2_Click);
  148. //
  149. // button3
  150. //
  151. this.button3.Location = new System.Drawing.Point(870, 477);
  152. this.button3.Margin = new System.Windows.Forms.Padding(6);
  153. this.button3.Name = "button3";
  154. this.button3.Size = new System.Drawing.Size(150, 46);
  155. this.button3.TabIndex = 6;
  156. this.button3.Text = "退出";
  157. this.button3.UseVisualStyleBackColor = true;
  158. this.button3.Click += new System.EventHandler(this.button3_Click);
  159. //
  160. // button4
  161. //
  162. this.button4.Location = new System.Drawing.Point(870, 45);
  163. this.button4.Margin = new System.Windows.Forms.Padding(6);
  164. this.button4.Name = "button4";
  165. this.button4.Size = new System.Drawing.Size(150, 46);
  166. this.button4.TabIndex = 7;
  167. this.button4.Text = "安装服务";
  168. this.button4.UseVisualStyleBackColor = true;
  169. this.button4.Click += new System.EventHandler(this.button4_Click);
  170. //
  171. // textBox5
  172. //
  173. this.textBox5.Location = new System.Drawing.Point(586, 162);
  174. this.textBox5.Margin = new System.Windows.Forms.Padding(6);
  175. this.textBox5.Name = "textBox5";
  176. this.textBox5.Size = new System.Drawing.Size(152, 35);
  177. this.textBox5.TabIndex = 3;
  178. this.textBox5.Text = "9075";
  179. //
  180. // label5
  181. //
  182. this.label5.AutoSize = true;
  183. this.label5.Location = new System.Drawing.Point(483, 170);
  184. this.label5.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  185. this.label5.Name = "label5";
  186. this.label5.Size = new System.Drawing.Size(94, 24);
  187. this.label5.TabIndex = 2;
  188. this.label5.Text = "TCP端口";
  189. //
  190. // label6
  191. //
  192. this.label6.AutoSize = true;
  193. this.label6.Location = new System.Drawing.Point(471, 226);
  194. this.label6.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  195. this.label6.Name = "label6";
  196. this.label6.Size = new System.Drawing.Size(106, 24);
  197. this.label6.TabIndex = 8;
  198. this.label6.Text = "HTTP端口";
  199. //
  200. // textBox6
  201. //
  202. this.textBox6.Location = new System.Drawing.Point(586, 219);
  203. this.textBox6.Margin = new System.Windows.Forms.Padding(6);
  204. this.textBox6.Name = "textBox6";
  205. this.textBox6.Size = new System.Drawing.Size(152, 35);
  206. this.textBox6.TabIndex = 9;
  207. this.textBox6.Text = "9076";
  208. //
  209. // textBox7
  210. //
  211. this.textBox7.Location = new System.Drawing.Point(134, 302);
  212. this.textBox7.Margin = new System.Windows.Forms.Padding(6);
  213. this.textBox7.Name = "textBox7";
  214. this.textBox7.Size = new System.Drawing.Size(322, 35);
  215. this.textBox7.TabIndex = 10;
  216. //
  217. // label7
  218. //
  219. this.label7.AutoSize = true;
  220. this.label7.Location = new System.Drawing.Point(40, 305);
  221. this.label7.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  222. this.label7.Name = "label7";
  223. this.label7.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  224. this.label7.Size = new System.Drawing.Size(82, 24);
  225. this.label7.TabIndex = 11;
  226. this.label7.Text = "L1账套";
  227. //
  228. // textBox8
  229. //
  230. this.textBox8.Location = new System.Drawing.Point(134, 359);
  231. this.textBox8.Margin = new System.Windows.Forms.Padding(6);
  232. this.textBox8.Name = "textBox8";
  233. this.textBox8.Size = new System.Drawing.Size(322, 35);
  234. this.textBox8.TabIndex = 12;
  235. //
  236. // textBox9
  237. //
  238. this.textBox9.Location = new System.Drawing.Point(134, 418);
  239. this.textBox9.Margin = new System.Windows.Forms.Padding(6);
  240. this.textBox9.Name = "textBox9";
  241. this.textBox9.Size = new System.Drawing.Size(322, 35);
  242. this.textBox9.TabIndex = 13;
  243. this.textBox9.UseSystemPasswordChar = true;
  244. //
  245. // label9
  246. //
  247. this.label9.AutoSize = true;
  248. this.label9.Location = new System.Drawing.Point(20, 362);
  249. this.label9.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  250. this.label9.Name = "label9";
  251. this.label9.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  252. this.label9.Size = new System.Drawing.Size(106, 24);
  253. this.label9.TabIndex = 14;
  254. this.label9.Text = "账号名称";
  255. //
  256. // label10
  257. //
  258. this.label10.AutoSize = true;
  259. this.label10.Location = new System.Drawing.Point(20, 423);
  260. this.label10.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  261. this.label10.Name = "label10";
  262. this.label10.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  263. this.label10.Size = new System.Drawing.Size(106, 24);
  264. this.label10.TabIndex = 15;
  265. this.label10.Text = "账号密码";
  266. //
  267. // textBox10
  268. //
  269. this.textBox10.Location = new System.Drawing.Point(590, 302);
  270. this.textBox10.Margin = new System.Windows.Forms.Padding(6);
  271. this.textBox10.Name = "textBox10";
  272. this.textBox10.Size = new System.Drawing.Size(152, 35);
  273. this.textBox10.TabIndex = 16;
  274. this.textBox10.Text = "8080";
  275. //
  276. // label11
  277. //
  278. this.label11.AutoSize = true;
  279. this.label11.Location = new System.Drawing.Point(475, 305);
  280. this.label11.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  281. this.label11.Name = "label11";
  282. this.label11.Size = new System.Drawing.Size(106, 24);
  283. this.label11.TabIndex = 17;
  284. this.label11.Text = "HTTP端口";
  285. //
  286. // Form1
  287. //
  288. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  289. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  290. this.ClientSize = new System.Drawing.Size(1080, 552);
  291. this.Controls.Add(this.label11);
  292. this.Controls.Add(this.textBox10);
  293. this.Controls.Add(this.label10);
  294. this.Controls.Add(this.label9);
  295. this.Controls.Add(this.textBox9);
  296. this.Controls.Add(this.textBox8);
  297. this.Controls.Add(this.label7);
  298. this.Controls.Add(this.textBox7);
  299. this.Controls.Add(this.label6);
  300. this.Controls.Add(this.textBox6);
  301. this.Controls.Add(this.button4);
  302. this.Controls.Add(this.button3);
  303. this.Controls.Add(this.button2);
  304. this.Controls.Add(this.button1);
  305. this.Controls.Add(this.label5);
  306. this.Controls.Add(this.label4);
  307. this.Controls.Add(this.label3);
  308. this.Controls.Add(this.label2);
  309. this.Controls.Add(this.label1);
  310. this.Controls.Add(this.textBox5);
  311. this.Controls.Add(this.textBox4);
  312. this.Controls.Add(this.textBox3);
  313. this.Controls.Add(this.textBox2);
  314. this.Controls.Add(this.textBox1);
  315. this.Margin = new System.Windows.Forms.Padding(6);
  316. this.Name = "Form1";
  317. this.Text = "数据库连接设置";
  318. this.ResumeLayout(false);
  319. this.PerformLayout();
  320. }
  321. #endregion
  322. private System.Windows.Forms.TextBox textBox1;
  323. private System.Windows.Forms.Label label1;
  324. private System.Windows.Forms.Label label2;
  325. private System.Windows.Forms.TextBox textBox2;
  326. private System.Windows.Forms.Label label3;
  327. private System.Windows.Forms.Label label4;
  328. private System.Windows.Forms.TextBox textBox3;
  329. private System.Windows.Forms.TextBox textBox4;
  330. private System.Windows.Forms.Button button1;
  331. private System.Windows.Forms.Button button2;
  332. private System.Windows.Forms.Button button3;
  333. private System.Windows.Forms.Button button4;
  334. private System.Windows.Forms.TextBox textBox5;
  335. private System.Windows.Forms.Label label5;
  336. private System.Windows.Forms.Label label6;
  337. private System.Windows.Forms.TextBox textBox6;
  338. private System.Windows.Forms.TextBox textBox7;
  339. private System.Windows.Forms.Label label7;
  340. private System.Windows.Forms.Label label8;
  341. private System.Windows.Forms.TextBox textBox8;
  342. private System.Windows.Forms.TextBox textBox9;
  343. private System.Windows.Forms.Label label9;
  344. private System.Windows.Forms.Label label10;
  345. private System.Windows.Forms.TextBox textBox10;
  346. private System.Windows.Forms.Label label11;
  347. }
  348. }