ConfigMain.Designer.cs 25 KB

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