JLHHJSvrConfig.Designer.cs 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330
  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(65, 23);
  57. this.textBox1.Name = "textBox1";
  58. this.textBox1.Size = new System.Drawing.Size(163, 21);
  59. this.textBox1.TabIndex = 0;
  60. //
  61. // label1
  62. //
  63. this.label1.AutoSize = true;
  64. this.label1.Location = new System.Drawing.Point(18, 27);
  65. this.label1.Name = "label1";
  66. this.label1.Size = new System.Drawing.Size(41, 12);
  67. this.label1.TabIndex = 1;
  68. this.label1.Text = "服务器";
  69. //
  70. // label2
  71. //
  72. this.label2.AutoSize = true;
  73. this.label2.Location = new System.Drawing.Point(18, 56);
  74. this.label2.Name = "label2";
  75. this.label2.Size = new System.Drawing.Size(41, 12);
  76. this.label2.TabIndex = 2;
  77. this.label2.Text = "数据库";
  78. //
  79. // textBox2
  80. //
  81. this.textBox2.Location = new System.Drawing.Point(65, 52);
  82. this.textBox2.Name = "textBox2";
  83. this.textBox2.Size = new System.Drawing.Size(163, 21);
  84. this.textBox2.TabIndex = 1;
  85. //
  86. // label3
  87. //
  88. this.label3.AutoSize = true;
  89. this.label3.Location = new System.Drawing.Point(18, 85);
  90. this.label3.Name = "label3";
  91. this.label3.Size = new System.Drawing.Size(41, 12);
  92. this.label3.TabIndex = 2;
  93. this.label3.Text = "用户名";
  94. //
  95. // label4
  96. //
  97. this.label4.AutoSize = true;
  98. this.label4.Location = new System.Drawing.Point(30, 114);
  99. this.label4.Name = "label4";
  100. this.label4.Size = new System.Drawing.Size(29, 12);
  101. this.label4.TabIndex = 2;
  102. this.label4.Text = "密码";
  103. //
  104. // textBox3
  105. //
  106. this.textBox3.Location = new System.Drawing.Point(65, 81);
  107. this.textBox3.Name = "textBox3";
  108. this.textBox3.Size = new System.Drawing.Size(163, 21);
  109. this.textBox3.TabIndex = 2;
  110. //
  111. // textBox4
  112. //
  113. this.textBox4.Location = new System.Drawing.Point(65, 110);
  114. this.textBox4.Name = "textBox4";
  115. this.textBox4.Size = new System.Drawing.Size(163, 21);
  116. this.textBox4.TabIndex = 3;
  117. this.textBox4.UseSystemPasswordChar = true;
  118. //
  119. // button1
  120. //
  121. this.button1.Location = new System.Drawing.Point(435, 105);
  122. this.button1.Name = "button1";
  123. this.button1.Size = new System.Drawing.Size(75, 23);
  124. this.button1.TabIndex = 4;
  125. this.button1.Text = "测试连接";
  126. this.button1.UseVisualStyleBackColor = true;
  127. this.button1.Click += new System.EventHandler(this.button1_Click);
  128. //
  129. // button2
  130. //
  131. this.button2.Location = new System.Drawing.Point(354, 238);
  132. this.button2.Name = "button2";
  133. this.button2.Size = new System.Drawing.Size(75, 23);
  134. this.button2.TabIndex = 5;
  135. this.button2.Text = "保存";
  136. this.button2.UseVisualStyleBackColor = true;
  137. this.button2.Click += new System.EventHandler(this.button2_Click);
  138. //
  139. // button3
  140. //
  141. this.button3.Location = new System.Drawing.Point(435, 238);
  142. this.button3.Name = "button3";
  143. this.button3.Size = new System.Drawing.Size(75, 23);
  144. this.button3.TabIndex = 6;
  145. this.button3.Text = "退出";
  146. this.button3.UseVisualStyleBackColor = true;
  147. this.button3.Click += new System.EventHandler(this.button3_Click);
  148. //
  149. // button4
  150. //
  151. this.button4.Location = new System.Drawing.Point(435, 22);
  152. this.button4.Name = "button4";
  153. this.button4.Size = new System.Drawing.Size(75, 23);
  154. this.button4.TabIndex = 7;
  155. this.button4.Text = "安装服务";
  156. this.button4.UseVisualStyleBackColor = true;
  157. this.button4.Click += new System.EventHandler(this.button4_Click);
  158. //
  159. // textBox5
  160. //
  161. this.textBox5.Location = new System.Drawing.Point(293, 81);
  162. this.textBox5.Name = "textBox5";
  163. this.textBox5.Size = new System.Drawing.Size(78, 21);
  164. this.textBox5.TabIndex = 3;
  165. this.textBox5.Text = "9075";
  166. //
  167. // label5
  168. //
  169. this.label5.AutoSize = true;
  170. this.label5.Location = new System.Drawing.Point(242, 85);
  171. this.label5.Name = "label5";
  172. this.label5.Size = new System.Drawing.Size(47, 12);
  173. this.label5.TabIndex = 2;
  174. this.label5.Text = "TCP端口";
  175. //
  176. // label6
  177. //
  178. this.label6.AutoSize = true;
  179. this.label6.Location = new System.Drawing.Point(236, 113);
  180. this.label6.Name = "label6";
  181. this.label6.Size = new System.Drawing.Size(53, 12);
  182. this.label6.TabIndex = 8;
  183. this.label6.Text = "HTTP端口";
  184. //
  185. // textBox6
  186. //
  187. this.textBox6.Location = new System.Drawing.Point(293, 110);
  188. this.textBox6.Name = "textBox6";
  189. this.textBox6.Size = new System.Drawing.Size(78, 21);
  190. this.textBox6.TabIndex = 9;
  191. this.textBox6.Text = "9076";
  192. //
  193. // textBox7
  194. //
  195. this.textBox7.Location = new System.Drawing.Point(65, 180);
  196. this.textBox7.Name = "textBox7";
  197. this.textBox7.Size = new System.Drawing.Size(163, 21);
  198. this.textBox7.TabIndex = 10;
  199. //
  200. // label7
  201. //
  202. this.label7.AutoSize = true;
  203. this.label7.Location = new System.Drawing.Point(18, 181);
  204. this.label7.Name = "label7";
  205. this.label7.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  206. this.label7.Size = new System.Drawing.Size(41, 12);
  207. this.label7.TabIndex = 11;
  208. this.label7.Text = "L1账套";
  209. //
  210. // textBox8
  211. //
  212. this.textBox8.Location = new System.Drawing.Point(65, 209);
  213. this.textBox8.Name = "textBox8";
  214. this.textBox8.Size = new System.Drawing.Size(163, 21);
  215. this.textBox8.TabIndex = 12;
  216. //
  217. // textBox9
  218. //
  219. this.textBox9.Location = new System.Drawing.Point(65, 238);
  220. this.textBox9.Name = "textBox9";
  221. this.textBox9.Size = new System.Drawing.Size(163, 21);
  222. this.textBox9.TabIndex = 13;
  223. this.textBox9.UseSystemPasswordChar = true;
  224. //
  225. // label9
  226. //
  227. this.label9.AutoSize = true;
  228. this.label9.Location = new System.Drawing.Point(8, 210);
  229. this.label9.Name = "label9";
  230. this.label9.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  231. this.label9.Size = new System.Drawing.Size(53, 12);
  232. this.label9.TabIndex = 14;
  233. this.label9.Text = "账号名称";
  234. //
  235. // label10
  236. //
  237. this.label10.AutoSize = true;
  238. this.label10.Location = new System.Drawing.Point(8, 241);
  239. this.label10.Name = "label10";
  240. this.label10.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  241. this.label10.Size = new System.Drawing.Size(53, 12);
  242. this.label10.TabIndex = 15;
  243. this.label10.Text = "账号密码";
  244. //
  245. // textBox10
  246. //
  247. this.textBox10.Location = new System.Drawing.Point(295, 151);
  248. this.textBox10.Name = "textBox10";
  249. this.textBox10.Size = new System.Drawing.Size(215, 21);
  250. this.textBox10.TabIndex = 16;
  251. this.textBox10.Text = "https://www.example.com";
  252. //
  253. // label11
  254. //
  255. this.label11.AutoSize = true;
  256. this.label11.Location = new System.Drawing.Point(38, 156);
  257. this.label11.Name = "label11";
  258. this.label11.Size = new System.Drawing.Size(251, 12);
  259. this.label11.TabIndex = 17;
  260. this.label11.Text = "L1API地址(ie:\"https://test.longjoe.com\"):";
  261. //
  262. // Form1
  263. //
  264. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  265. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  266. this.ClientSize = new System.Drawing.Size(540, 276);
  267. this.Controls.Add(this.label11);
  268. this.Controls.Add(this.textBox10);
  269. this.Controls.Add(this.label10);
  270. this.Controls.Add(this.label9);
  271. this.Controls.Add(this.textBox9);
  272. this.Controls.Add(this.textBox8);
  273. this.Controls.Add(this.label7);
  274. this.Controls.Add(this.textBox7);
  275. this.Controls.Add(this.label6);
  276. this.Controls.Add(this.textBox6);
  277. this.Controls.Add(this.button4);
  278. this.Controls.Add(this.button3);
  279. this.Controls.Add(this.button2);
  280. this.Controls.Add(this.button1);
  281. this.Controls.Add(this.label5);
  282. this.Controls.Add(this.label4);
  283. this.Controls.Add(this.label3);
  284. this.Controls.Add(this.label2);
  285. this.Controls.Add(this.label1);
  286. this.Controls.Add(this.textBox5);
  287. this.Controls.Add(this.textBox4);
  288. this.Controls.Add(this.textBox3);
  289. this.Controls.Add(this.textBox2);
  290. this.Controls.Add(this.textBox1);
  291. this.Name = "Form1";
  292. this.Text = "数据库连接设置";
  293. this.ResumeLayout(false);
  294. this.PerformLayout();
  295. }
  296. #endregion
  297. private System.Windows.Forms.TextBox textBox1;
  298. private System.Windows.Forms.Label label1;
  299. private System.Windows.Forms.Label label2;
  300. private System.Windows.Forms.TextBox textBox2;
  301. private System.Windows.Forms.Label label3;
  302. private System.Windows.Forms.Label label4;
  303. private System.Windows.Forms.TextBox textBox3;
  304. private System.Windows.Forms.TextBox textBox4;
  305. private System.Windows.Forms.Button button1;
  306. private System.Windows.Forms.Button button2;
  307. private System.Windows.Forms.Button button3;
  308. private System.Windows.Forms.Button button4;
  309. private System.Windows.Forms.TextBox textBox5;
  310. private System.Windows.Forms.Label label5;
  311. private System.Windows.Forms.Label label6;
  312. private System.Windows.Forms.TextBox textBox6;
  313. private System.Windows.Forms.TextBox textBox7;
  314. private System.Windows.Forms.Label label7;
  315. private System.Windows.Forms.Label label8;
  316. private System.Windows.Forms.TextBox textBox8;
  317. private System.Windows.Forms.TextBox textBox9;
  318. private System.Windows.Forms.Label label9;
  319. private System.Windows.Forms.Label label10;
  320. private System.Windows.Forms.TextBox textBox10;
  321. private System.Windows.Forms.Label label11;
  322. }
  323. }