namespace Dongke.IBOSS.PRD.WCF.Hosting
{
partial class ConfigMain
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
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;
}
}