ConfigMain.Designer.cs 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530
  1. namespace Dongke.IBOSS.PRD.WCF.Hosting
  2. {
  3. partial class ConfigMain
  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.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ConfigMain));
  30. this.gbxDBSetting = new System.Windows.Forms.GroupBox();
  31. this.btnDBSave = new System.Windows.Forms.Button();
  32. this.btnDBTest = new System.Windows.Forms.Button();
  33. this.txtDBIP = new System.Windows.Forms.TextBox();
  34. this.txtPassword = new System.Windows.Forms.TextBox();
  35. this.lblDBIP = new System.Windows.Forms.Label();
  36. this.lblPassword = new System.Windows.Forms.Label();
  37. this.lblDBPort = new System.Windows.Forms.Label();
  38. this.txtUser = new System.Windows.Forms.TextBox();
  39. this.txtDBPort = new System.Windows.Forms.TextBox();
  40. this.lblUser = new System.Windows.Forms.Label();
  41. this.lblSID = new System.Windows.Forms.Label();
  42. this.txtSID = new System.Windows.Forms.TextBox();
  43. this.txtLogInfo = new System.Windows.Forms.TextBox();
  44. this.butClose = new System.Windows.Forms.Button();
  45. this.butClearLog = new System.Windows.Forms.Button();
  46. this.butShowLog = new System.Windows.Forms.Button();
  47. this.butSopt = new System.Windows.Forms.Button();
  48. this.butStart = new System.Windows.Forms.Button();
  49. this.txtWcfPort = new System.Windows.Forms.TextBox();
  50. this.lblInternetIPAddress = new System.Windows.Forms.TextBox();
  51. this.lblLocalIPAddress = new System.Windows.Forms.TextBox();
  52. this.txtWcfIp = new System.Windows.Forms.TextBox();
  53. this.label2 = new System.Windows.Forms.Label();
  54. this.label4 = new System.Windows.Forms.Label();
  55. this.label3 = new System.Windows.Forms.Label();
  56. this.label1 = new System.Windows.Forms.Label();
  57. this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
  58. this.tsmiStart = new System.Windows.Forms.ToolStripMenuItem();
  59. this.tsmiStop = new System.Windows.Forms.ToolStripMenuItem();
  60. this.tsmiClose = new System.Windows.Forms.ToolStripMenuItem();
  61. this.回收ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  62. this.notifyIcon1 = new System.Windows.Forms.NotifyIcon(this.components);
  63. this.groupBox1 = new System.Windows.Forms.GroupBox();
  64. this.timer1 = new System.Windows.Forms.Timer(this.components);
  65. this.label5 = new System.Windows.Forms.Label();
  66. this.txtServerName = new System.Windows.Forms.TextBox();
  67. this.btnServerName = new System.Windows.Forms.Button();
  68. this.txtExePath = new System.Windows.Forms.TextBox();
  69. this.btnOpen = new System.Windows.Forms.Button();
  70. this.button1 = new System.Windows.Forms.Button();
  71. this.gbxDBSetting.SuspendLayout();
  72. this.contextMenuStrip1.SuspendLayout();
  73. this.groupBox1.SuspendLayout();
  74. this.SuspendLayout();
  75. //
  76. // gbxDBSetting
  77. //
  78. this.gbxDBSetting.Controls.Add(this.button1);
  79. this.gbxDBSetting.Controls.Add(this.btnDBSave);
  80. this.gbxDBSetting.Controls.Add(this.btnDBTest);
  81. this.gbxDBSetting.Controls.Add(this.txtDBIP);
  82. this.gbxDBSetting.Controls.Add(this.txtPassword);
  83. this.gbxDBSetting.Controls.Add(this.lblDBIP);
  84. this.gbxDBSetting.Controls.Add(this.lblPassword);
  85. this.gbxDBSetting.Controls.Add(this.lblDBPort);
  86. this.gbxDBSetting.Controls.Add(this.txtUser);
  87. this.gbxDBSetting.Controls.Add(this.txtDBPort);
  88. this.gbxDBSetting.Controls.Add(this.lblUser);
  89. this.gbxDBSetting.Controls.Add(this.lblSID);
  90. this.gbxDBSetting.Controls.Add(this.txtSID);
  91. this.gbxDBSetting.Location = new System.Drawing.Point(12, 235);
  92. this.gbxDBSetting.Name = "gbxDBSetting";
  93. this.gbxDBSetting.Size = new System.Drawing.Size(518, 139);
  94. this.gbxDBSetting.TabIndex = 15;
  95. this.gbxDBSetting.TabStop = false;
  96. this.gbxDBSetting.Text = "数据库配置";
  97. //
  98. // btnDBSave
  99. //
  100. this.btnDBSave.Location = new System.Drawing.Point(419, 110);
  101. this.btnDBSave.Name = "btnDBSave";
  102. this.btnDBSave.Size = new System.Drawing.Size(93, 23);
  103. this.btnDBSave.TabIndex = 14;
  104. this.btnDBSave.Text = "保存(&S)";
  105. this.btnDBSave.UseVisualStyleBackColor = true;
  106. this.btnDBSave.Click += new System.EventHandler(this.btnDBSave_Click);
  107. //
  108. // btnDBTest
  109. //
  110. this.btnDBTest.Location = new System.Drawing.Point(320, 110);
  111. this.btnDBTest.Name = "btnDBTest";
  112. this.btnDBTest.Size = new System.Drawing.Size(93, 23);
  113. this.btnDBTest.TabIndex = 14;
  114. this.btnDBTest.Text = "连接测试(&T)";
  115. this.btnDBTest.UseVisualStyleBackColor = true;
  116. this.btnDBTest.Click += new System.EventHandler(this.btnDBTest_Click);
  117. //
  118. // txtDBIP
  119. //
  120. this.txtDBIP.Location = new System.Drawing.Point(65, 20);
  121. this.txtDBIP.Name = "txtDBIP";
  122. this.txtDBIP.Size = new System.Drawing.Size(192, 21);
  123. this.txtDBIP.TabIndex = 6;
  124. //
  125. // txtPassword
  126. //
  127. this.txtPassword.Location = new System.Drawing.Point(322, 74);
  128. this.txtPassword.Name = "txtPassword";
  129. this.txtPassword.PasswordChar = '*';
  130. this.txtPassword.Size = new System.Drawing.Size(191, 21);
  131. this.txtPassword.TabIndex = 13;
  132. //
  133. // lblDBIP
  134. //
  135. this.lblDBIP.AutoSize = true;
  136. this.lblDBIP.Location = new System.Drawing.Point(6, 23);
  137. this.lblDBIP.Name = "lblDBIP";
  138. this.lblDBIP.Size = new System.Drawing.Size(53, 12);
  139. this.lblDBIP.TabIndex = 4;
  140. this.lblDBIP.Text = "主机名:";
  141. //
  142. // lblPassword
  143. //
  144. this.lblPassword.AutoSize = true;
  145. this.lblPassword.Location = new System.Drawing.Point(263, 77);
  146. this.lblPassword.Name = "lblPassword";
  147. this.lblPassword.Size = new System.Drawing.Size(41, 12);
  148. this.lblPassword.TabIndex = 12;
  149. this.lblPassword.Text = "密码:";
  150. //
  151. // lblDBPort
  152. //
  153. this.lblDBPort.AutoSize = true;
  154. this.lblDBPort.Location = new System.Drawing.Point(263, 23);
  155. this.lblDBPort.Name = "lblDBPort";
  156. this.lblDBPort.Size = new System.Drawing.Size(53, 12);
  157. this.lblDBPort.TabIndex = 5;
  158. this.lblDBPort.Text = "端口号:";
  159. //
  160. // txtUser
  161. //
  162. this.txtUser.Location = new System.Drawing.Point(65, 74);
  163. this.txtUser.Name = "txtUser";
  164. this.txtUser.Size = new System.Drawing.Size(192, 21);
  165. this.txtUser.TabIndex = 11;
  166. //
  167. // txtDBPort
  168. //
  169. this.txtDBPort.Location = new System.Drawing.Point(322, 20);
  170. this.txtDBPort.Name = "txtDBPort";
  171. this.txtDBPort.Size = new System.Drawing.Size(190, 21);
  172. this.txtDBPort.TabIndex = 7;
  173. //
  174. // lblUser
  175. //
  176. this.lblUser.AutoSize = true;
  177. this.lblUser.Location = new System.Drawing.Point(6, 77);
  178. this.lblUser.Name = "lblUser";
  179. this.lblUser.Size = new System.Drawing.Size(53, 12);
  180. this.lblUser.TabIndex = 10;
  181. this.lblUser.Text = "用户名:";
  182. //
  183. // lblSID
  184. //
  185. this.lblSID.AutoSize = true;
  186. this.lblSID.Location = new System.Drawing.Point(24, 50);
  187. this.lblSID.Name = "lblSID";
  188. this.lblSID.Size = new System.Drawing.Size(35, 12);
  189. this.lblSID.TabIndex = 8;
  190. this.lblSID.Text = "SID:";
  191. //
  192. // txtSID
  193. //
  194. this.txtSID.Location = new System.Drawing.Point(65, 47);
  195. this.txtSID.Name = "txtSID";
  196. this.txtSID.Size = new System.Drawing.Size(192, 21);
  197. this.txtSID.TabIndex = 9;
  198. //
  199. // txtLogInfo
  200. //
  201. this.txtLogInfo.Location = new System.Drawing.Point(8, 114);
  202. this.txtLogInfo.Multiline = true;
  203. this.txtLogInfo.Name = "txtLogInfo";
  204. this.txtLogInfo.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  205. this.txtLogInfo.Size = new System.Drawing.Size(504, 97);
  206. this.txtLogInfo.TabIndex = 1;
  207. //
  208. // butClose
  209. //
  210. this.butClose.Location = new System.Drawing.Point(419, 85);
  211. this.butClose.Name = "butClose";
  212. this.butClose.Size = new System.Drawing.Size(93, 23);
  213. this.butClose.TabIndex = 9;
  214. this.butClose.Text = "退出(&X)";
  215. this.butClose.UseVisualStyleBackColor = true;
  216. this.butClose.Click += new System.EventHandler(this.butClose_Click);
  217. //
  218. // butClearLog
  219. //
  220. this.butClearLog.Location = new System.Drawing.Point(320, 85);
  221. this.butClearLog.Name = "butClearLog";
  222. this.butClearLog.Size = new System.Drawing.Size(93, 23);
  223. this.butClearLog.TabIndex = 8;
  224. this.butClearLog.Text = "清空日志";
  225. this.butClearLog.UseVisualStyleBackColor = true;
  226. this.butClearLog.Click += new System.EventHandler(this.butClearLog_Click);
  227. //
  228. // butShowLog
  229. //
  230. this.butShowLog.Location = new System.Drawing.Point(221, 85);
  231. this.butShowLog.Name = "butShowLog";
  232. this.butShowLog.Size = new System.Drawing.Size(93, 23);
  233. this.butShowLog.TabIndex = 7;
  234. this.butShowLog.Text = "显示日志";
  235. this.butShowLog.UseVisualStyleBackColor = true;
  236. this.butShowLog.Click += new System.EventHandler(this.butShowLog_Click);
  237. //
  238. // butSopt
  239. //
  240. this.butSopt.Location = new System.Drawing.Point(122, 85);
  241. this.butSopt.Name = "butSopt";
  242. this.butSopt.Size = new System.Drawing.Size(93, 23);
  243. this.butSopt.TabIndex = 6;
  244. this.butSopt.Text = "停止(&S)";
  245. this.butSopt.UseVisualStyleBackColor = true;
  246. this.butSopt.Click += new System.EventHandler(this.butSopt_Click);
  247. //
  248. // butStart
  249. //
  250. this.butStart.Location = new System.Drawing.Point(23, 85);
  251. this.butStart.Name = "butStart";
  252. this.butStart.Size = new System.Drawing.Size(93, 23);
  253. this.butStart.TabIndex = 4;
  254. this.butStart.Text = "启动(&R)";
  255. this.butStart.UseVisualStyleBackColor = true;
  256. this.butStart.Click += new System.EventHandler(this.butStart_Click);
  257. //
  258. // txtWcfPort
  259. //
  260. this.txtWcfPort.Location = new System.Drawing.Point(89, 47);
  261. this.txtWcfPort.Name = "txtWcfPort";
  262. this.txtWcfPort.Size = new System.Drawing.Size(155, 21);
  263. this.txtWcfPort.TabIndex = 3;
  264. //
  265. // lblInternetIPAddress
  266. //
  267. this.lblInternetIPAddress.Location = new System.Drawing.Point(357, 47);
  268. this.lblInternetIPAddress.Name = "lblInternetIPAddress";
  269. this.lblInternetIPAddress.ReadOnly = true;
  270. this.lblInternetIPAddress.Size = new System.Drawing.Size(155, 21);
  271. this.lblInternetIPAddress.TabIndex = 2;
  272. //
  273. // lblLocalIPAddress
  274. //
  275. this.lblLocalIPAddress.Location = new System.Drawing.Point(357, 20);
  276. this.lblLocalIPAddress.Name = "lblLocalIPAddress";
  277. this.lblLocalIPAddress.ReadOnly = true;
  278. this.lblLocalIPAddress.Size = new System.Drawing.Size(155, 21);
  279. this.lblLocalIPAddress.TabIndex = 2;
  280. //
  281. // txtWcfIp
  282. //
  283. this.txtWcfIp.Location = new System.Drawing.Point(89, 20);
  284. this.txtWcfIp.Name = "txtWcfIp";
  285. this.txtWcfIp.Size = new System.Drawing.Size(155, 21);
  286. this.txtWcfIp.TabIndex = 2;
  287. //
  288. // label2
  289. //
  290. this.label2.AutoSize = true;
  291. this.label2.Location = new System.Drawing.Point(6, 50);
  292. this.label2.Name = "label2";
  293. this.label2.Size = new System.Drawing.Size(77, 12);
  294. this.label2.TabIndex = 1;
  295. this.label2.Text = "主机端口号:";
  296. //
  297. // label4
  298. //
  299. this.label4.AutoSize = true;
  300. this.label4.Location = new System.Drawing.Point(250, 50);
  301. this.label4.Name = "label4";
  302. this.label4.Size = new System.Drawing.Size(101, 12);
  303. this.label4.TabIndex = 0;
  304. this.label4.Text = "主机外网IP地址:";
  305. //
  306. // label3
  307. //
  308. this.label3.AutoSize = true;
  309. this.label3.Location = new System.Drawing.Point(250, 23);
  310. this.label3.Name = "label3";
  311. this.label3.Size = new System.Drawing.Size(101, 12);
  312. this.label3.TabIndex = 0;
  313. this.label3.Text = "主机内网IP地址:";
  314. //
  315. // label1
  316. //
  317. this.label1.AutoSize = true;
  318. this.label1.Location = new System.Drawing.Point(6, 23);
  319. this.label1.Name = "label1";
  320. this.label1.Size = new System.Drawing.Size(77, 12);
  321. this.label1.TabIndex = 0;
  322. this.label1.Text = "主机IP地址:";
  323. //
  324. // contextMenuStrip1
  325. //
  326. this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  327. this.tsmiStart,
  328. this.tsmiStop,
  329. this.tsmiClose,
  330. this.回收ToolStripMenuItem});
  331. this.contextMenuStrip1.Name = "contextMenuStrip1";
  332. this.contextMenuStrip1.Size = new System.Drawing.Size(141, 92);
  333. //
  334. // tsmiStart
  335. //
  336. this.tsmiStart.Name = "tsmiStart";
  337. this.tsmiStart.Size = new System.Drawing.Size(140, 22);
  338. this.tsmiStart.Text = "启动服务(&R)";
  339. this.tsmiStart.Click += new System.EventHandler(this.butStart_Click);
  340. //
  341. // tsmiStop
  342. //
  343. this.tsmiStop.Name = "tsmiStop";
  344. this.tsmiStop.Size = new System.Drawing.Size(140, 22);
  345. this.tsmiStop.Text = "停止服务(&S)";
  346. this.tsmiStop.Click += new System.EventHandler(this.butSopt_Click);
  347. //
  348. // tsmiClose
  349. //
  350. this.tsmiClose.Name = "tsmiClose";
  351. this.tsmiClose.Size = new System.Drawing.Size(140, 22);
  352. this.tsmiClose.Text = "退出(&X)";
  353. this.tsmiClose.Click += new System.EventHandler(this.butClose_Click);
  354. //
  355. // 回收ToolStripMenuItem
  356. //
  357. this.回收ToolStripMenuItem.Name = "回收ToolStripMenuItem";
  358. this.回收ToolStripMenuItem.Size = new System.Drawing.Size(140, 22);
  359. this.回收ToolStripMenuItem.Text = "回收";
  360. this.回收ToolStripMenuItem.Click += new System.EventHandler(this.回收ToolStripMenuItem_Click);
  361. //
  362. // notifyIcon1
  363. //
  364. this.notifyIcon1.ContextMenuStrip = this.contextMenuStrip1;
  365. this.notifyIcon1.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon")));
  366. this.notifyIcon1.Text = "iBOSS.PRD服务器端配置及服务";
  367. this.notifyIcon1.Visible = true;
  368. this.notifyIcon1.DoubleClick += new System.EventHandler(this.notifyIcon1_DoubleClick);
  369. //
  370. // groupBox1
  371. //
  372. this.groupBox1.Controls.Add(this.butClose);
  373. this.groupBox1.Controls.Add(this.txtLogInfo);
  374. this.groupBox1.Controls.Add(this.butClearLog);
  375. this.groupBox1.Controls.Add(this.label1);
  376. this.groupBox1.Controls.Add(this.butShowLog);
  377. this.groupBox1.Controls.Add(this.label3);
  378. this.groupBox1.Controls.Add(this.butSopt);
  379. this.groupBox1.Controls.Add(this.label4);
  380. this.groupBox1.Controls.Add(this.butStart);
  381. this.groupBox1.Controls.Add(this.label2);
  382. this.groupBox1.Controls.Add(this.txtWcfPort);
  383. this.groupBox1.Controls.Add(this.txtWcfIp);
  384. this.groupBox1.Controls.Add(this.lblInternetIPAddress);
  385. this.groupBox1.Controls.Add(this.lblLocalIPAddress);
  386. this.groupBox1.Location = new System.Drawing.Point(12, 12);
  387. this.groupBox1.Name = "groupBox1";
  388. this.groupBox1.Size = new System.Drawing.Size(518, 217);
  389. this.groupBox1.TabIndex = 1;
  390. this.groupBox1.TabStop = false;
  391. this.groupBox1.Text = "WCF服务配置";
  392. //
  393. // timer1
  394. //
  395. this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
  396. //
  397. // label5
  398. //
  399. this.label5.AutoSize = true;
  400. this.label5.Location = new System.Drawing.Point(12, 383);
  401. this.label5.Name = "label5";
  402. this.label5.Size = new System.Drawing.Size(53, 12);
  403. this.label5.TabIndex = 10;
  404. this.label5.Text = "服务名:";
  405. //
  406. // txtServerName
  407. //
  408. this.txtServerName.Location = new System.Drawing.Point(71, 380);
  409. this.txtServerName.Name = "txtServerName";
  410. this.txtServerName.Size = new System.Drawing.Size(192, 21);
  411. this.txtServerName.TabIndex = 11;
  412. //
  413. // btnServerName
  414. //
  415. this.btnServerName.Location = new System.Drawing.Point(277, 378);
  416. this.btnServerName.Name = "btnServerName";
  417. this.btnServerName.Size = new System.Drawing.Size(93, 23);
  418. this.btnServerName.TabIndex = 14;
  419. this.btnServerName.Text = "设置(&P)";
  420. this.btnServerName.UseVisualStyleBackColor = true;
  421. this.btnServerName.Click += new System.EventHandler(this.btnServerName_Click);
  422. //
  423. // txtExePath
  424. //
  425. this.txtExePath.Location = new System.Drawing.Point(12, 407);
  426. this.txtExePath.Name = "txtExePath";
  427. this.txtExePath.ReadOnly = true;
  428. this.txtExePath.Size = new System.Drawing.Size(444, 21);
  429. this.txtExePath.TabIndex = 16;
  430. //
  431. // btnOpen
  432. //
  433. this.btnOpen.Location = new System.Drawing.Point(462, 407);
  434. this.btnOpen.Name = "btnOpen";
  435. this.btnOpen.Size = new System.Drawing.Size(62, 23);
  436. this.btnOpen.TabIndex = 14;
  437. this.btnOpen.Text = "打开(&O)";
  438. this.btnOpen.UseVisualStyleBackColor = true;
  439. this.btnOpen.Click += new System.EventHandler(this.btnOpen_Click);
  440. //
  441. // button1
  442. //
  443. this.button1.Location = new System.Drawing.Point(239, 110);
  444. this.button1.Name = "button1";
  445. this.button1.Size = new System.Drawing.Size(75, 23);
  446. this.button1.TabIndex = 15;
  447. this.button1.Text = "注册标识";
  448. this.button1.UseVisualStyleBackColor = true;
  449. this.button1.Click += new System.EventHandler(this.button1_Click);
  450. //
  451. // ConfigMain
  452. //
  453. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  454. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  455. this.ClientSize = new System.Drawing.Size(538, 440);
  456. this.Controls.Add(this.txtExePath);
  457. this.Controls.Add(this.btnOpen);
  458. this.Controls.Add(this.btnServerName);
  459. this.Controls.Add(this.gbxDBSetting);
  460. this.Controls.Add(this.groupBox1);
  461. this.Controls.Add(this.label5);
  462. this.Controls.Add(this.txtServerName);
  463. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  464. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  465. this.MaximizeBox = false;
  466. this.MinimizeBox = false;
  467. this.Name = "ConfigMain";
  468. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  469. this.Text = "服务器端配置及服务";
  470. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ConfigMain_FormClosing);
  471. this.Load += new System.EventHandler(this.ConfigMain_Load);
  472. this.gbxDBSetting.ResumeLayout(false);
  473. this.gbxDBSetting.PerformLayout();
  474. this.contextMenuStrip1.ResumeLayout(false);
  475. this.groupBox1.ResumeLayout(false);
  476. this.groupBox1.PerformLayout();
  477. this.ResumeLayout(false);
  478. this.PerformLayout();
  479. }
  480. #endregion
  481. private System.Windows.Forms.TextBox txtLogInfo;
  482. private System.Windows.Forms.Button butShowLog;
  483. private System.Windows.Forms.Button butSopt;
  484. private System.Windows.Forms.Button butStart;
  485. private System.Windows.Forms.TextBox txtWcfPort;
  486. private System.Windows.Forms.TextBox txtWcfIp;
  487. private System.Windows.Forms.Label label2;
  488. private System.Windows.Forms.Label label1;
  489. private System.Windows.Forms.Button butClearLog;
  490. private System.Windows.Forms.Button butClose;
  491. private System.Windows.Forms.Label label3;
  492. private System.Windows.Forms.Label label4;
  493. private System.Windows.Forms.TextBox lblLocalIPAddress;
  494. private System.Windows.Forms.TextBox lblInternetIPAddress;
  495. private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
  496. private System.Windows.Forms.ToolStripMenuItem tsmiClose;
  497. private System.Windows.Forms.NotifyIcon notifyIcon1;
  498. private System.Windows.Forms.ToolStripMenuItem tsmiStart;
  499. private System.Windows.Forms.ToolStripMenuItem tsmiStop;
  500. private System.Windows.Forms.GroupBox gbxDBSetting;
  501. private System.Windows.Forms.Button btnDBSave;
  502. private System.Windows.Forms.Button btnDBTest;
  503. private System.Windows.Forms.TextBox txtDBIP;
  504. private System.Windows.Forms.TextBox txtPassword;
  505. private System.Windows.Forms.Label lblDBIP;
  506. private System.Windows.Forms.Label lblPassword;
  507. private System.Windows.Forms.Label lblDBPort;
  508. private System.Windows.Forms.TextBox txtUser;
  509. private System.Windows.Forms.TextBox txtDBPort;
  510. private System.Windows.Forms.Label lblUser;
  511. private System.Windows.Forms.Label lblSID;
  512. private System.Windows.Forms.TextBox txtSID;
  513. private System.Windows.Forms.GroupBox groupBox1;
  514. private System.Windows.Forms.ToolStripMenuItem 回收ToolStripMenuItem;
  515. private System.Windows.Forms.Timer timer1;
  516. private System.Windows.Forms.Label label5;
  517. private System.Windows.Forms.TextBox txtServerName;
  518. private System.Windows.Forms.Button btnServerName;
  519. private System.Windows.Forms.TextBox txtExePath;
  520. private System.Windows.Forms.Button btnOpen;
  521. private System.Windows.Forms.Button button1;
  522. }
  523. }