JLHHJSvrConfig.Designer.cs 15 KB

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