JLHHJSvrConfig.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253
  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.SuspendLayout();
  45. //
  46. // textBox1
  47. //
  48. this.textBox1.Location = new System.Drawing.Point(87, 29);
  49. this.textBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  50. this.textBox1.Name = "textBox1";
  51. this.textBox1.Size = new System.Drawing.Size(216, 25);
  52. this.textBox1.TabIndex = 0;
  53. //
  54. // label1
  55. //
  56. this.label1.AutoSize = true;
  57. this.label1.Location = new System.Drawing.Point(24, 34);
  58. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  59. this.label1.Name = "label1";
  60. this.label1.Size = new System.Drawing.Size(52, 15);
  61. this.label1.TabIndex = 1;
  62. this.label1.Text = "服务器";
  63. //
  64. // label2
  65. //
  66. this.label2.AutoSize = true;
  67. this.label2.Location = new System.Drawing.Point(24, 70);
  68. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  69. this.label2.Name = "label2";
  70. this.label2.Size = new System.Drawing.Size(52, 15);
  71. this.label2.TabIndex = 2;
  72. this.label2.Text = "数据库";
  73. //
  74. // textBox2
  75. //
  76. this.textBox2.Location = new System.Drawing.Point(87, 65);
  77. this.textBox2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  78. this.textBox2.Name = "textBox2";
  79. this.textBox2.Size = new System.Drawing.Size(216, 25);
  80. this.textBox2.TabIndex = 1;
  81. //
  82. // label3
  83. //
  84. this.label3.AutoSize = true;
  85. this.label3.Location = new System.Drawing.Point(24, 106);
  86. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  87. this.label3.Name = "label3";
  88. this.label3.Size = new System.Drawing.Size(52, 15);
  89. this.label3.TabIndex = 2;
  90. this.label3.Text = "用户名";
  91. //
  92. // label4
  93. //
  94. this.label4.AutoSize = true;
  95. this.label4.Location = new System.Drawing.Point(40, 142);
  96. this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  97. this.label4.Name = "label4";
  98. this.label4.Size = new System.Drawing.Size(37, 15);
  99. this.label4.TabIndex = 2;
  100. this.label4.Text = "密码";
  101. //
  102. // textBox3
  103. //
  104. this.textBox3.Location = new System.Drawing.Point(87, 101);
  105. this.textBox3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  106. this.textBox3.Name = "textBox3";
  107. this.textBox3.Size = new System.Drawing.Size(216, 25);
  108. this.textBox3.TabIndex = 2;
  109. //
  110. // textBox4
  111. //
  112. this.textBox4.Location = new System.Drawing.Point(87, 138);
  113. this.textBox4.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  114. this.textBox4.Name = "textBox4";
  115. this.textBox4.Size = new System.Drawing.Size(216, 25);
  116. this.textBox4.TabIndex = 3;
  117. this.textBox4.UseSystemPasswordChar = true;
  118. //
  119. // button1
  120. //
  121. this.button1.Location = new System.Drawing.Point(87, 171);
  122. this.button1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  123. this.button1.Name = "button1";
  124. this.button1.Size = new System.Drawing.Size(100, 29);
  125. this.button1.TabIndex = 4;
  126. this.button1.Text = "测试连接";
  127. this.button1.UseVisualStyleBackColor = true;
  128. this.button1.Click += new System.EventHandler(this.button1_Click);
  129. //
  130. // button2
  131. //
  132. this.button2.Location = new System.Drawing.Point(472, 215);
  133. this.button2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  134. this.button2.Name = "button2";
  135. this.button2.Size = new System.Drawing.Size(100, 29);
  136. this.button2.TabIndex = 5;
  137. this.button2.Text = "保存";
  138. this.button2.UseVisualStyleBackColor = true;
  139. this.button2.Click += new System.EventHandler(this.button2_Click);
  140. //
  141. // button3
  142. //
  143. this.button3.Location = new System.Drawing.Point(580, 215);
  144. this.button3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  145. this.button3.Name = "button3";
  146. this.button3.Size = new System.Drawing.Size(100, 29);
  147. this.button3.TabIndex = 6;
  148. this.button3.Text = "退出";
  149. this.button3.UseVisualStyleBackColor = true;
  150. this.button3.Click += new System.EventHandler(this.button3_Click);
  151. //
  152. // button4
  153. //
  154. this.button4.Location = new System.Drawing.Point(580, 28);
  155. this.button4.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  156. this.button4.Name = "button4";
  157. this.button4.Size = new System.Drawing.Size(100, 29);
  158. this.button4.TabIndex = 7;
  159. this.button4.Text = "安装服务";
  160. this.button4.UseVisualStyleBackColor = true;
  161. this.button4.Click += new System.EventHandler(this.button4_Click);
  162. //
  163. // textBox5
  164. //
  165. this.textBox5.Location = new System.Drawing.Point(391, 101);
  166. this.textBox5.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  167. this.textBox5.Name = "textBox5";
  168. this.textBox5.Size = new System.Drawing.Size(103, 25);
  169. this.textBox5.TabIndex = 3;
  170. this.textBox5.Text = "9075";
  171. //
  172. // label5
  173. //
  174. this.label5.AutoSize = true;
  175. this.label5.Location = new System.Drawing.Point(322, 106);
  176. this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  177. this.label5.Name = "label5";
  178. this.label5.Size = new System.Drawing.Size(61, 15);
  179. this.label5.TabIndex = 2;
  180. this.label5.Text = "TCP端口";
  181. //
  182. // label6
  183. //
  184. this.label6.AutoSize = true;
  185. this.label6.Location = new System.Drawing.Point(314, 141);
  186. this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  187. this.label6.Name = "label6";
  188. this.label6.Size = new System.Drawing.Size(69, 15);
  189. this.label6.TabIndex = 8;
  190. this.label6.Text = "HTTP端口";
  191. //
  192. // textBox6
  193. //
  194. this.textBox6.Location = new System.Drawing.Point(391, 137);
  195. this.textBox6.Margin = new System.Windows.Forms.Padding(4);
  196. this.textBox6.Name = "textBox6";
  197. this.textBox6.Size = new System.Drawing.Size(103, 25);
  198. this.textBox6.TabIndex = 9;
  199. this.textBox6.Text = "9076";
  200. //
  201. // Form1
  202. //
  203. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  204. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  205. this.ClientSize = new System.Drawing.Size(720, 259);
  206. this.Controls.Add(this.label6);
  207. this.Controls.Add(this.textBox6);
  208. this.Controls.Add(this.button4);
  209. this.Controls.Add(this.button3);
  210. this.Controls.Add(this.button2);
  211. this.Controls.Add(this.button1);
  212. this.Controls.Add(this.label5);
  213. this.Controls.Add(this.label4);
  214. this.Controls.Add(this.label3);
  215. this.Controls.Add(this.label2);
  216. this.Controls.Add(this.label1);
  217. this.Controls.Add(this.textBox5);
  218. this.Controls.Add(this.textBox4);
  219. this.Controls.Add(this.textBox3);
  220. this.Controls.Add(this.textBox2);
  221. this.Controls.Add(this.textBox1);
  222. this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  223. this.Name = "Form1";
  224. this.Text = "数据库连接设置";
  225. this.ResumeLayout(false);
  226. this.PerformLayout();
  227. }
  228. #endregion
  229. private System.Windows.Forms.TextBox textBox1;
  230. private System.Windows.Forms.Label label1;
  231. private System.Windows.Forms.Label label2;
  232. private System.Windows.Forms.TextBox textBox2;
  233. private System.Windows.Forms.Label label3;
  234. private System.Windows.Forms.Label label4;
  235. private System.Windows.Forms.TextBox textBox3;
  236. private System.Windows.Forms.TextBox textBox4;
  237. private System.Windows.Forms.Button button1;
  238. private System.Windows.Forms.Button button2;
  239. private System.Windows.Forms.Button button3;
  240. private System.Windows.Forms.Button button4;
  241. private System.Windows.Forms.TextBox textBox5;
  242. private System.Windows.Forms.Label label5;
  243. private System.Windows.Forms.Label label6;
  244. private System.Windows.Forms.TextBox textBox6;
  245. }
  246. }