| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530 |
- namespace Dongke.IBOSS.PRD.WCF.Hosting
- {
- partial class ConfigMain
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ConfigMain));
- this.gbxDBSetting = new System.Windows.Forms.GroupBox();
- this.btnDBSave = new System.Windows.Forms.Button();
- this.btnDBTest = new System.Windows.Forms.Button();
- this.txtDBIP = new System.Windows.Forms.TextBox();
- this.txtPassword = new System.Windows.Forms.TextBox();
- this.lblDBIP = new System.Windows.Forms.Label();
- this.lblPassword = new System.Windows.Forms.Label();
- this.lblDBPort = new System.Windows.Forms.Label();
- this.txtUser = new System.Windows.Forms.TextBox();
- this.txtDBPort = new System.Windows.Forms.TextBox();
- this.lblUser = new System.Windows.Forms.Label();
- this.lblSID = new System.Windows.Forms.Label();
- this.txtSID = new System.Windows.Forms.TextBox();
- this.txtLogInfo = new System.Windows.Forms.TextBox();
- this.butClose = new System.Windows.Forms.Button();
- this.butClearLog = new System.Windows.Forms.Button();
- this.butShowLog = new System.Windows.Forms.Button();
- this.butSopt = new System.Windows.Forms.Button();
- this.butStart = new System.Windows.Forms.Button();
- this.txtWcfPort = new System.Windows.Forms.TextBox();
- this.lblInternetIPAddress = new System.Windows.Forms.TextBox();
- this.lblLocalIPAddress = new System.Windows.Forms.TextBox();
- this.txtWcfIp = new System.Windows.Forms.TextBox();
- this.label2 = new System.Windows.Forms.Label();
- this.label4 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.label1 = new System.Windows.Forms.Label();
- this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
- this.tsmiStart = new System.Windows.Forms.ToolStripMenuItem();
- this.tsmiStop = new System.Windows.Forms.ToolStripMenuItem();
- this.tsmiClose = new System.Windows.Forms.ToolStripMenuItem();
- this.回收ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.notifyIcon1 = new System.Windows.Forms.NotifyIcon(this.components);
- this.groupBox1 = new System.Windows.Forms.GroupBox();
- this.timer1 = new System.Windows.Forms.Timer(this.components);
- this.label5 = new System.Windows.Forms.Label();
- this.txtServerName = new System.Windows.Forms.TextBox();
- this.btnServerName = new System.Windows.Forms.Button();
- this.txtExePath = new System.Windows.Forms.TextBox();
- this.btnOpen = new System.Windows.Forms.Button();
- this.button1 = new System.Windows.Forms.Button();
- this.gbxDBSetting.SuspendLayout();
- this.contextMenuStrip1.SuspendLayout();
- this.groupBox1.SuspendLayout();
- this.SuspendLayout();
- //
- // gbxDBSetting
- //
- this.gbxDBSetting.Controls.Add(this.button1);
- this.gbxDBSetting.Controls.Add(this.btnDBSave);
- this.gbxDBSetting.Controls.Add(this.btnDBTest);
- this.gbxDBSetting.Controls.Add(this.txtDBIP);
- this.gbxDBSetting.Controls.Add(this.txtPassword);
- this.gbxDBSetting.Controls.Add(this.lblDBIP);
- this.gbxDBSetting.Controls.Add(this.lblPassword);
- this.gbxDBSetting.Controls.Add(this.lblDBPort);
- this.gbxDBSetting.Controls.Add(this.txtUser);
- this.gbxDBSetting.Controls.Add(this.txtDBPort);
- this.gbxDBSetting.Controls.Add(this.lblUser);
- this.gbxDBSetting.Controls.Add(this.lblSID);
- this.gbxDBSetting.Controls.Add(this.txtSID);
- this.gbxDBSetting.Location = new System.Drawing.Point(12, 235);
- this.gbxDBSetting.Name = "gbxDBSetting";
- this.gbxDBSetting.Size = new System.Drawing.Size(518, 139);
- this.gbxDBSetting.TabIndex = 15;
- this.gbxDBSetting.TabStop = false;
- this.gbxDBSetting.Text = "数据库配置";
- //
- // btnDBSave
- //
- this.btnDBSave.Location = new System.Drawing.Point(419, 110);
- this.btnDBSave.Name = "btnDBSave";
- this.btnDBSave.Size = new System.Drawing.Size(93, 23);
- this.btnDBSave.TabIndex = 14;
- this.btnDBSave.Text = "保存(&S)";
- this.btnDBSave.UseVisualStyleBackColor = true;
- this.btnDBSave.Click += new System.EventHandler(this.btnDBSave_Click);
- //
- // btnDBTest
- //
- this.btnDBTest.Location = new System.Drawing.Point(320, 110);
- this.btnDBTest.Name = "btnDBTest";
- this.btnDBTest.Size = new System.Drawing.Size(93, 23);
- this.btnDBTest.TabIndex = 14;
- this.btnDBTest.Text = "连接测试(&T)";
- this.btnDBTest.UseVisualStyleBackColor = true;
- this.btnDBTest.Click += new System.EventHandler(this.btnDBTest_Click);
- //
- // txtDBIP
- //
- this.txtDBIP.Location = new System.Drawing.Point(65, 20);
- this.txtDBIP.Name = "txtDBIP";
- this.txtDBIP.Size = new System.Drawing.Size(192, 21);
- this.txtDBIP.TabIndex = 6;
- //
- // txtPassword
- //
- this.txtPassword.Location = new System.Drawing.Point(322, 74);
- this.txtPassword.Name = "txtPassword";
- this.txtPassword.PasswordChar = '*';
- this.txtPassword.Size = new System.Drawing.Size(191, 21);
- this.txtPassword.TabIndex = 13;
- //
- // lblDBIP
- //
- this.lblDBIP.AutoSize = true;
- this.lblDBIP.Location = new System.Drawing.Point(6, 23);
- this.lblDBIP.Name = "lblDBIP";
- this.lblDBIP.Size = new System.Drawing.Size(53, 12);
- this.lblDBIP.TabIndex = 4;
- this.lblDBIP.Text = "主机名:";
- //
- // lblPassword
- //
- this.lblPassword.AutoSize = true;
- this.lblPassword.Location = new System.Drawing.Point(263, 77);
- this.lblPassword.Name = "lblPassword";
- this.lblPassword.Size = new System.Drawing.Size(41, 12);
- this.lblPassword.TabIndex = 12;
- this.lblPassword.Text = "密码:";
- //
- // lblDBPort
- //
- this.lblDBPort.AutoSize = true;
- this.lblDBPort.Location = new System.Drawing.Point(263, 23);
- this.lblDBPort.Name = "lblDBPort";
- this.lblDBPort.Size = new System.Drawing.Size(53, 12);
- this.lblDBPort.TabIndex = 5;
- this.lblDBPort.Text = "端口号:";
- //
- // txtUser
- //
- this.txtUser.Location = new System.Drawing.Point(65, 74);
- this.txtUser.Name = "txtUser";
- this.txtUser.Size = new System.Drawing.Size(192, 21);
- this.txtUser.TabIndex = 11;
- //
- // txtDBPort
- //
- this.txtDBPort.Location = new System.Drawing.Point(322, 20);
- this.txtDBPort.Name = "txtDBPort";
- this.txtDBPort.Size = new System.Drawing.Size(190, 21);
- this.txtDBPort.TabIndex = 7;
- //
- // lblUser
- //
- this.lblUser.AutoSize = true;
- this.lblUser.Location = new System.Drawing.Point(6, 77);
- this.lblUser.Name = "lblUser";
- this.lblUser.Size = new System.Drawing.Size(53, 12);
- this.lblUser.TabIndex = 10;
- this.lblUser.Text = "用户名:";
- //
- // lblSID
- //
- this.lblSID.AutoSize = true;
- this.lblSID.Location = new System.Drawing.Point(24, 50);
- this.lblSID.Name = "lblSID";
- this.lblSID.Size = new System.Drawing.Size(35, 12);
- this.lblSID.TabIndex = 8;
- this.lblSID.Text = "SID:";
- //
- // txtSID
- //
- this.txtSID.Location = new System.Drawing.Point(65, 47);
- this.txtSID.Name = "txtSID";
- this.txtSID.Size = new System.Drawing.Size(192, 21);
- this.txtSID.TabIndex = 9;
- //
- // txtLogInfo
- //
- this.txtLogInfo.Location = new System.Drawing.Point(8, 114);
- this.txtLogInfo.Multiline = true;
- this.txtLogInfo.Name = "txtLogInfo";
- this.txtLogInfo.ScrollBars = System.Windows.Forms.ScrollBars.Both;
- this.txtLogInfo.Size = new System.Drawing.Size(504, 97);
- this.txtLogInfo.TabIndex = 1;
- //
- // butClose
- //
- this.butClose.Location = new System.Drawing.Point(419, 85);
- this.butClose.Name = "butClose";
- this.butClose.Size = new System.Drawing.Size(93, 23);
- this.butClose.TabIndex = 9;
- this.butClose.Text = "退出(&X)";
- this.butClose.UseVisualStyleBackColor = true;
- this.butClose.Click += new System.EventHandler(this.butClose_Click);
- //
- // butClearLog
- //
- this.butClearLog.Location = new System.Drawing.Point(320, 85);
- this.butClearLog.Name = "butClearLog";
- this.butClearLog.Size = new System.Drawing.Size(93, 23);
- this.butClearLog.TabIndex = 8;
- this.butClearLog.Text = "清空日志";
- this.butClearLog.UseVisualStyleBackColor = true;
- this.butClearLog.Click += new System.EventHandler(this.butClearLog_Click);
- //
- // butShowLog
- //
- this.butShowLog.Location = new System.Drawing.Point(221, 85);
- this.butShowLog.Name = "butShowLog";
- this.butShowLog.Size = new System.Drawing.Size(93, 23);
- this.butShowLog.TabIndex = 7;
- this.butShowLog.Text = "显示日志";
- this.butShowLog.UseVisualStyleBackColor = true;
- this.butShowLog.Click += new System.EventHandler(this.butShowLog_Click);
- //
- // butSopt
- //
- this.butSopt.Location = new System.Drawing.Point(122, 85);
- this.butSopt.Name = "butSopt";
- this.butSopt.Size = new System.Drawing.Size(93, 23);
- this.butSopt.TabIndex = 6;
- this.butSopt.Text = "停止(&S)";
- this.butSopt.UseVisualStyleBackColor = true;
- this.butSopt.Click += new System.EventHandler(this.butSopt_Click);
- //
- // butStart
- //
- this.butStart.Location = new System.Drawing.Point(23, 85);
- this.butStart.Name = "butStart";
- this.butStart.Size = new System.Drawing.Size(93, 23);
- this.butStart.TabIndex = 4;
- this.butStart.Text = "启动(&R)";
- this.butStart.UseVisualStyleBackColor = true;
- this.butStart.Click += new System.EventHandler(this.butStart_Click);
- //
- // txtWcfPort
- //
- this.txtWcfPort.Location = new System.Drawing.Point(89, 47);
- this.txtWcfPort.Name = "txtWcfPort";
- this.txtWcfPort.Size = new System.Drawing.Size(155, 21);
- this.txtWcfPort.TabIndex = 3;
- //
- // lblInternetIPAddress
- //
- this.lblInternetIPAddress.Location = new System.Drawing.Point(357, 47);
- this.lblInternetIPAddress.Name = "lblInternetIPAddress";
- this.lblInternetIPAddress.ReadOnly = true;
- this.lblInternetIPAddress.Size = new System.Drawing.Size(155, 21);
- this.lblInternetIPAddress.TabIndex = 2;
- //
- // lblLocalIPAddress
- //
- this.lblLocalIPAddress.Location = new System.Drawing.Point(357, 20);
- this.lblLocalIPAddress.Name = "lblLocalIPAddress";
- this.lblLocalIPAddress.ReadOnly = true;
- this.lblLocalIPAddress.Size = new System.Drawing.Size(155, 21);
- this.lblLocalIPAddress.TabIndex = 2;
- //
- // txtWcfIp
- //
- this.txtWcfIp.Location = new System.Drawing.Point(89, 20);
- this.txtWcfIp.Name = "txtWcfIp";
- this.txtWcfIp.Size = new System.Drawing.Size(155, 21);
- this.txtWcfIp.TabIndex = 2;
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(6, 50);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(77, 12);
- this.label2.TabIndex = 1;
- this.label2.Text = "主机端口号:";
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(250, 50);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(101, 12);
- this.label4.TabIndex = 0;
- this.label4.Text = "主机外网IP地址:";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(250, 23);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(101, 12);
- this.label3.TabIndex = 0;
- this.label3.Text = "主机内网IP地址:";
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(6, 23);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(77, 12);
- this.label1.TabIndex = 0;
- this.label1.Text = "主机IP地址:";
- //
- // contextMenuStrip1
- //
- this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.tsmiStart,
- this.tsmiStop,
- this.tsmiClose,
- this.回收ToolStripMenuItem});
- this.contextMenuStrip1.Name = "contextMenuStrip1";
- this.contextMenuStrip1.Size = new System.Drawing.Size(141, 92);
- //
- // tsmiStart
- //
- this.tsmiStart.Name = "tsmiStart";
- this.tsmiStart.Size = new System.Drawing.Size(140, 22);
- this.tsmiStart.Text = "启动服务(&R)";
- this.tsmiStart.Click += new System.EventHandler(this.butStart_Click);
- //
- // tsmiStop
- //
- this.tsmiStop.Name = "tsmiStop";
- this.tsmiStop.Size = new System.Drawing.Size(140, 22);
- this.tsmiStop.Text = "停止服务(&S)";
- this.tsmiStop.Click += new System.EventHandler(this.butSopt_Click);
- //
- // tsmiClose
- //
- this.tsmiClose.Name = "tsmiClose";
- this.tsmiClose.Size = new System.Drawing.Size(140, 22);
- this.tsmiClose.Text = "退出(&X)";
- this.tsmiClose.Click += new System.EventHandler(this.butClose_Click);
- //
- // 回收ToolStripMenuItem
- //
- this.回收ToolStripMenuItem.Name = "回收ToolStripMenuItem";
- this.回收ToolStripMenuItem.Size = new System.Drawing.Size(140, 22);
- this.回收ToolStripMenuItem.Text = "回收";
- this.回收ToolStripMenuItem.Click += new System.EventHandler(this.回收ToolStripMenuItem_Click);
- //
- // notifyIcon1
- //
- this.notifyIcon1.ContextMenuStrip = this.contextMenuStrip1;
- this.notifyIcon1.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon")));
- this.notifyIcon1.Text = "iBOSS.PRD服务器端配置及服务";
- this.notifyIcon1.Visible = true;
- this.notifyIcon1.DoubleClick += new System.EventHandler(this.notifyIcon1_DoubleClick);
- //
- // groupBox1
- //
- this.groupBox1.Controls.Add(this.butClose);
- this.groupBox1.Controls.Add(this.txtLogInfo);
- this.groupBox1.Controls.Add(this.butClearLog);
- this.groupBox1.Controls.Add(this.label1);
- this.groupBox1.Controls.Add(this.butShowLog);
- this.groupBox1.Controls.Add(this.label3);
- this.groupBox1.Controls.Add(this.butSopt);
- this.groupBox1.Controls.Add(this.label4);
- this.groupBox1.Controls.Add(this.butStart);
- this.groupBox1.Controls.Add(this.label2);
- this.groupBox1.Controls.Add(this.txtWcfPort);
- this.groupBox1.Controls.Add(this.txtWcfIp);
- this.groupBox1.Controls.Add(this.lblInternetIPAddress);
- this.groupBox1.Controls.Add(this.lblLocalIPAddress);
- this.groupBox1.Location = new System.Drawing.Point(12, 12);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Size = new System.Drawing.Size(518, 217);
- this.groupBox1.TabIndex = 1;
- this.groupBox1.TabStop = false;
- this.groupBox1.Text = "WCF服务配置";
- //
- // timer1
- //
- this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Location = new System.Drawing.Point(12, 383);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(53, 12);
- this.label5.TabIndex = 10;
- this.label5.Text = "服务名:";
- //
- // txtServerName
- //
- this.txtServerName.Location = new System.Drawing.Point(71, 380);
- this.txtServerName.Name = "txtServerName";
- this.txtServerName.Size = new System.Drawing.Size(192, 21);
- this.txtServerName.TabIndex = 11;
- //
- // btnServerName
- //
- this.btnServerName.Location = new System.Drawing.Point(277, 378);
- this.btnServerName.Name = "btnServerName";
- this.btnServerName.Size = new System.Drawing.Size(93, 23);
- this.btnServerName.TabIndex = 14;
- this.btnServerName.Text = "设置(&P)";
- this.btnServerName.UseVisualStyleBackColor = true;
- this.btnServerName.Click += new System.EventHandler(this.btnServerName_Click);
- //
- // txtExePath
- //
- this.txtExePath.Location = new System.Drawing.Point(12, 407);
- this.txtExePath.Name = "txtExePath";
- this.txtExePath.ReadOnly = true;
- this.txtExePath.Size = new System.Drawing.Size(444, 21);
- this.txtExePath.TabIndex = 16;
- //
- // btnOpen
- //
- this.btnOpen.Location = new System.Drawing.Point(462, 407);
- this.btnOpen.Name = "btnOpen";
- this.btnOpen.Size = new System.Drawing.Size(62, 23);
- this.btnOpen.TabIndex = 14;
- this.btnOpen.Text = "打开(&O)";
- this.btnOpen.UseVisualStyleBackColor = true;
- this.btnOpen.Click += new System.EventHandler(this.btnOpen_Click);
- //
- // button1
- //
- this.button1.Location = new System.Drawing.Point(239, 110);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(75, 23);
- this.button1.TabIndex = 15;
- this.button1.Text = "注册标识";
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // ConfigMain
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(538, 440);
- this.Controls.Add(this.txtExePath);
- this.Controls.Add(this.btnOpen);
- this.Controls.Add(this.btnServerName);
- this.Controls.Add(this.gbxDBSetting);
- this.Controls.Add(this.groupBox1);
- this.Controls.Add(this.label5);
- this.Controls.Add(this.txtServerName);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "ConfigMain";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "服务器端配置及服务";
- this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ConfigMain_FormClosing);
- this.Load += new System.EventHandler(this.ConfigMain_Load);
- this.gbxDBSetting.ResumeLayout(false);
- this.gbxDBSetting.PerformLayout();
- this.contextMenuStrip1.ResumeLayout(false);
- this.groupBox1.ResumeLayout(false);
- this.groupBox1.PerformLayout();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.TextBox txtLogInfo;
- private System.Windows.Forms.Button butShowLog;
- private System.Windows.Forms.Button butSopt;
- private System.Windows.Forms.Button butStart;
- private System.Windows.Forms.TextBox txtWcfPort;
- private System.Windows.Forms.TextBox txtWcfIp;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Button butClearLog;
- private System.Windows.Forms.Button butClose;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.TextBox lblLocalIPAddress;
- private System.Windows.Forms.TextBox lblInternetIPAddress;
- private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
- private System.Windows.Forms.ToolStripMenuItem tsmiClose;
- private System.Windows.Forms.NotifyIcon notifyIcon1;
- private System.Windows.Forms.ToolStripMenuItem tsmiStart;
- private System.Windows.Forms.ToolStripMenuItem tsmiStop;
- private System.Windows.Forms.GroupBox gbxDBSetting;
- private System.Windows.Forms.Button btnDBSave;
- private System.Windows.Forms.Button btnDBTest;
- private System.Windows.Forms.TextBox txtDBIP;
- private System.Windows.Forms.TextBox txtPassword;
- private System.Windows.Forms.Label lblDBIP;
- private System.Windows.Forms.Label lblPassword;
- private System.Windows.Forms.Label lblDBPort;
- private System.Windows.Forms.TextBox txtUser;
- private System.Windows.Forms.TextBox txtDBPort;
- private System.Windows.Forms.Label lblUser;
- private System.Windows.Forms.Label lblSID;
- private System.Windows.Forms.TextBox txtSID;
- private System.Windows.Forms.GroupBox groupBox1;
- private System.Windows.Forms.ToolStripMenuItem 回收ToolStripMenuItem;
- private System.Windows.Forms.Timer timer1;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.TextBox txtServerName;
- private System.Windows.Forms.Button btnServerName;
- private System.Windows.Forms.TextBox txtExePath;
- private System.Windows.Forms.Button btnOpen;
- private System.Windows.Forms.Button button1;
- }
- }
|