namespace CNASBalanceDBManage
{
partial class frmBalanceDB
{
///
/// 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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmBalanceDB));
this.pnlAll = new System.Windows.Forms.Panel();
this.pnlCenter = new System.Windows.Forms.Panel();
this.tabSetting = new System.Windows.Forms.TabControl();
this.tabCNASDB = new System.Windows.Forms.TabPage();
this.btnCNASTestLink = new System.Windows.Forms.Button();
this.txtPort = new System.Windows.Forms.TextBox();
this.txtDBHost = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.txtDBName = new System.Windows.Forms.TextBox();
this.label8 = new System.Windows.Forms.Label();
this.txtDBUser = new System.Windows.Forms.TextBox();
this.label11 = new System.Windows.Forms.Label();
this.txtDBPwd = new System.Windows.Forms.TextBox();
this.label10 = new System.Windows.Forms.Label();
this.tabPlatForm = new System.Windows.Forms.TabPage();
this.btnPlatTest = new System.Windows.Forms.Button();
this.txtPlatPort = new System.Windows.Forms.TextBox();
this.txtPlatHost = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.txtPlatServer = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
this.txtPlatUser = new System.Windows.Forms.TextBox();
this.label12 = new System.Windows.Forms.Label();
this.txtPlatPwd = new System.Windows.Forms.TextBox();
this.label13 = new System.Windows.Forms.Label();
this.tabPwd = new System.Windows.Forms.TabPage();
this.txtRepeatPwd = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.txtNewPwd = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.txtOldPwd = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.pnlBottom = new System.Windows.Forms.Panel();
this.panel1 = new System.Windows.Forms.Panel();
this.btnOK = new System.Windows.Forms.Button();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.pnlAll.SuspendLayout();
this.pnlCenter.SuspendLayout();
this.tabSetting.SuspendLayout();
this.tabCNASDB.SuspendLayout();
this.tabPlatForm.SuspendLayout();
this.tabPwd.SuspendLayout();
this.pnlBottom.SuspendLayout();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// pnlAll
//
this.pnlAll.Controls.Add(this.pnlCenter);
this.pnlAll.Controls.Add(this.pnlBottom);
this.pnlAll.Dock = System.Windows.Forms.DockStyle.Fill;
this.pnlAll.Location = new System.Drawing.Point(0, 0);
this.pnlAll.Name = "pnlAll";
this.pnlAll.Size = new System.Drawing.Size(493, 311);
this.pnlAll.TabIndex = 0;
//
// pnlCenter
//
this.pnlCenter.Controls.Add(this.tabSetting);
this.pnlCenter.Dock = System.Windows.Forms.DockStyle.Fill;
this.pnlCenter.Location = new System.Drawing.Point(0, 0);
this.pnlCenter.Name = "pnlCenter";
this.pnlCenter.Size = new System.Drawing.Size(493, 258);
this.pnlCenter.TabIndex = 1;
//
// tabSetting
//
this.tabSetting.Controls.Add(this.tabCNASDB);
this.tabSetting.Controls.Add(this.tabPlatForm);
this.tabSetting.Controls.Add(this.tabPwd);
this.tabSetting.Dock = System.Windows.Forms.DockStyle.Fill;
this.tabSetting.Location = new System.Drawing.Point(0, 0);
this.tabSetting.Name = "tabSetting";
this.tabSetting.SelectedIndex = 0;
this.tabSetting.Size = new System.Drawing.Size(493, 258);
this.tabSetting.TabIndex = 36;
//
// tabCNASDB
//
this.tabCNASDB.Controls.Add(this.btnCNASTestLink);
this.tabCNASDB.Controls.Add(this.txtPort);
this.tabCNASDB.Controls.Add(this.txtDBHost);
this.tabCNASDB.Controls.Add(this.label1);
this.tabCNASDB.Controls.Add(this.label9);
this.tabCNASDB.Controls.Add(this.txtDBName);
this.tabCNASDB.Controls.Add(this.label8);
this.tabCNASDB.Controls.Add(this.txtDBUser);
this.tabCNASDB.Controls.Add(this.label11);
this.tabCNASDB.Controls.Add(this.txtDBPwd);
this.tabCNASDB.Controls.Add(this.label10);
this.tabCNASDB.Location = new System.Drawing.Point(4, 26);
this.tabCNASDB.Name = "tabCNASDB";
this.tabCNASDB.Padding = new System.Windows.Forms.Padding(3);
this.tabCNASDB.Size = new System.Drawing.Size(485, 228);
this.tabCNASDB.TabIndex = 0;
this.tabCNASDB.Text = "目标数据库";
this.tabCNASDB.UseVisualStyleBackColor = true;
//
// btnCNASTestLink
//
this.btnCNASTestLink.Location = new System.Drawing.Point(398, 176);
this.btnCNASTestLink.Name = "btnCNASTestLink";
this.btnCNASTestLink.Size = new System.Drawing.Size(79, 24);
this.btnCNASTestLink.TabIndex = 36;
this.btnCNASTestLink.Text = "测试连接";
this.btnCNASTestLink.UseVisualStyleBackColor = true;
this.btnCNASTestLink.Click += new System.EventHandler(this.btnCNASTestLink_Click);
//
// txtPort
//
this.txtPort.Location = new System.Drawing.Point(71, 176);
this.txtPort.Name = "txtPort";
this.txtPort.PasswordChar = '*';
this.txtPort.Size = new System.Drawing.Size(316, 23);
this.txtPort.TabIndex = 35;
//
// txtDBHost
//
this.txtDBHost.Location = new System.Drawing.Point(71, 24);
this.txtDBHost.Name = "txtDBHost";
this.txtDBHost.Size = new System.Drawing.Size(316, 23);
this.txtDBHost.TabIndex = 31;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(26, 180);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(44, 17);
this.label1.TabIndex = 34;
this.label1.Text = "端口:";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(14, 104);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(56, 17);
this.label9.TabIndex = 25;
this.label9.Text = "用户名:";
//
// txtDBName
//
this.txtDBName.Location = new System.Drawing.Point(71, 62);
this.txtDBName.Name = "txtDBName";
this.txtDBName.Size = new System.Drawing.Size(316, 23);
this.txtDBName.TabIndex = 32;
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(26, 142);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(44, 17);
this.label8.TabIndex = 26;
this.label8.Text = "密码:";
//
// txtDBUser
//
this.txtDBUser.Location = new System.Drawing.Point(71, 100);
this.txtDBUser.Name = "txtDBUser";
this.txtDBUser.Size = new System.Drawing.Size(316, 23);
this.txtDBUser.TabIndex = 33;
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(26, 66);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(44, 17);
this.label11.TabIndex = 30;
this.label11.Text = "实例:";
//
// txtDBPwd
//
this.txtDBPwd.Location = new System.Drawing.Point(71, 138);
this.txtDBPwd.Name = "txtDBPwd";
this.txtDBPwd.PasswordChar = '*';
this.txtDBPwd.Size = new System.Drawing.Size(316, 23);
this.txtDBPwd.TabIndex = 34;
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(15, 27);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(56, 17);
this.label10.TabIndex = 29;
this.label10.Text = "服务器:";
//
// tabPlatForm
//
this.tabPlatForm.Controls.Add(this.btnPlatTest);
this.tabPlatForm.Controls.Add(this.txtPlatPort);
this.tabPlatForm.Controls.Add(this.txtPlatHost);
this.tabPlatForm.Controls.Add(this.label5);
this.tabPlatForm.Controls.Add(this.label6);
this.tabPlatForm.Controls.Add(this.txtPlatServer);
this.tabPlatForm.Controls.Add(this.label7);
this.tabPlatForm.Controls.Add(this.txtPlatUser);
this.tabPlatForm.Controls.Add(this.label12);
this.tabPlatForm.Controls.Add(this.txtPlatPwd);
this.tabPlatForm.Controls.Add(this.label13);
this.tabPlatForm.Location = new System.Drawing.Point(4, 26);
this.tabPlatForm.Name = "tabPlatForm";
this.tabPlatForm.Size = new System.Drawing.Size(485, 228);
this.tabPlatForm.TabIndex = 2;
this.tabPlatForm.Text = "目标平台数据库";
this.tabPlatForm.UseVisualStyleBackColor = true;
//
// btnPlatTest
//
this.btnPlatTest.Location = new System.Drawing.Point(399, 176);
this.btnPlatTest.Name = "btnPlatTest";
this.btnPlatTest.Size = new System.Drawing.Size(79, 24);
this.btnPlatTest.TabIndex = 47;
this.btnPlatTest.Text = "测试连接";
this.btnPlatTest.UseVisualStyleBackColor = true;
this.btnPlatTest.Click += new System.EventHandler(this.btnPlatTest_Click);
//
// txtPlatPort
//
this.txtPlatPort.Location = new System.Drawing.Point(72, 176);
this.txtPlatPort.Name = "txtPlatPort";
this.txtPlatPort.PasswordChar = '*';
this.txtPlatPort.Size = new System.Drawing.Size(316, 23);
this.txtPlatPort.TabIndex = 46;
//
// txtPlatHost
//
this.txtPlatHost.Location = new System.Drawing.Point(72, 24);
this.txtPlatHost.Name = "txtPlatHost";
this.txtPlatHost.Size = new System.Drawing.Size(316, 23);
this.txtPlatHost.TabIndex = 42;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(27, 180);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(44, 17);
this.label5.TabIndex = 45;
this.label5.Text = "端口:";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(15, 104);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(56, 17);
this.label6.TabIndex = 36;
this.label6.Text = "用户名:";
//
// txtPlatServer
//
this.txtPlatServer.Location = new System.Drawing.Point(72, 62);
this.txtPlatServer.Name = "txtPlatServer";
this.txtPlatServer.Size = new System.Drawing.Size(316, 23);
this.txtPlatServer.TabIndex = 43;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(27, 142);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(44, 17);
this.label7.TabIndex = 37;
this.label7.Text = "密码:";
//
// txtPlatUser
//
this.txtPlatUser.Location = new System.Drawing.Point(72, 100);
this.txtPlatUser.Name = "txtPlatUser";
this.txtPlatUser.Size = new System.Drawing.Size(316, 23);
this.txtPlatUser.TabIndex = 44;
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(27, 66);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(44, 17);
this.label12.TabIndex = 41;
this.label12.Text = "实例:";
//
// txtPlatPwd
//
this.txtPlatPwd.Location = new System.Drawing.Point(72, 138);
this.txtPlatPwd.Name = "txtPlatPwd";
this.txtPlatPwd.PasswordChar = '*';
this.txtPlatPwd.Size = new System.Drawing.Size(316, 23);
this.txtPlatPwd.TabIndex = 45;
//
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(16, 27);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(56, 17);
this.label13.TabIndex = 40;
this.label13.Text = "服务器:";
//
// tabPwd
//
this.tabPwd.Controls.Add(this.txtRepeatPwd);
this.tabPwd.Controls.Add(this.label4);
this.tabPwd.Controls.Add(this.txtNewPwd);
this.tabPwd.Controls.Add(this.label3);
this.tabPwd.Controls.Add(this.txtOldPwd);
this.tabPwd.Controls.Add(this.label2);
this.tabPwd.Location = new System.Drawing.Point(4, 26);
this.tabPwd.Name = "tabPwd";
this.tabPwd.Padding = new System.Windows.Forms.Padding(3);
this.tabPwd.Size = new System.Drawing.Size(485, 228);
this.tabPwd.TabIndex = 1;
this.tabPwd.Text = "操作密码";
this.tabPwd.UseVisualStyleBackColor = true;
//
// txtRepeatPwd
//
this.txtRepeatPwd.Location = new System.Drawing.Point(90, 120);
this.txtRepeatPwd.Name = "txtRepeatPwd";
this.txtRepeatPwd.PasswordChar = '*';
this.txtRepeatPwd.Size = new System.Drawing.Size(316, 23);
this.txtRepeatPwd.TabIndex = 37;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(10, 123);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(80, 17);
this.label4.TabIndex = 36;
this.label4.Text = "重复新密码:";
//
// txtNewPwd
//
this.txtNewPwd.Location = new System.Drawing.Point(90, 81);
this.txtNewPwd.Name = "txtNewPwd";
this.txtNewPwd.PasswordChar = '*';
this.txtNewPwd.Size = new System.Drawing.Size(316, 23);
this.txtNewPwd.TabIndex = 35;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(34, 84);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(56, 17);
this.label3.TabIndex = 34;
this.label3.Text = "新密码:";
//
// txtOldPwd
//
this.txtOldPwd.Location = new System.Drawing.Point(90, 43);
this.txtOldPwd.Name = "txtOldPwd";
this.txtOldPwd.PasswordChar = '*';
this.txtOldPwd.Size = new System.Drawing.Size(316, 23);
this.txtOldPwd.TabIndex = 33;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(34, 46);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(56, 17);
this.label2.TabIndex = 32;
this.label2.Text = "原密码:";
//
// pnlBottom
//
this.pnlBottom.Controls.Add(this.panel1);
this.pnlBottom.Controls.Add(this.groupBox1);
this.pnlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
this.pnlBottom.Location = new System.Drawing.Point(0, 258);
this.pnlBottom.Name = "pnlBottom";
this.pnlBottom.Size = new System.Drawing.Size(493, 53);
this.pnlBottom.TabIndex = 0;
//
// panel1
//
this.panel1.Controls.Add(this.btnOK);
this.panel1.Dock = System.Windows.Forms.DockStyle.Right;
this.panel1.Location = new System.Drawing.Point(395, 4);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(98, 49);
this.panel1.TabIndex = 2;
//
// btnOK
//
this.btnOK.Location = new System.Drawing.Point(3, 3);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(90, 30);
this.btnOK.TabIndex = 0;
this.btnOK.Text = "确定";
this.btnOK.UseVisualStyleBackColor = true;
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// groupBox1
//
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
this.groupBox1.Location = new System.Drawing.Point(0, 0);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(493, 4);
this.groupBox1.TabIndex = 1;
this.groupBox1.TabStop = false;
//
// frmBalanceDB
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(493, 311);
this.Controls.Add(this.pnlAll);
this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.MaximizeBox = false;
this.Name = "frmBalanceDB";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "初始配置";
this.Load += new System.EventHandler(this.frmBalanceDB_Load);
this.pnlAll.ResumeLayout(false);
this.pnlCenter.ResumeLayout(false);
this.tabSetting.ResumeLayout(false);
this.tabCNASDB.ResumeLayout(false);
this.tabCNASDB.PerformLayout();
this.tabPlatForm.ResumeLayout(false);
this.tabPlatForm.PerformLayout();
this.tabPwd.ResumeLayout(false);
this.tabPwd.PerformLayout();
this.pnlBottom.ResumeLayout(false);
this.panel1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel pnlAll;
private System.Windows.Forms.Panel pnlCenter;
private System.Windows.Forms.Panel pnlBottom;
private System.Windows.Forms.Button btnOK;
private System.Windows.Forms.TextBox txtPort;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button btnCNASTestLink;
private System.Windows.Forms.TextBox txtDBName;
private System.Windows.Forms.TextBox txtDBHost;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.TextBox txtDBPwd;
private System.Windows.Forms.TextBox txtDBUser;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.TabControl tabSetting;
private System.Windows.Forms.TabPage tabCNASDB;
private System.Windows.Forms.TabPage tabPwd;
private System.Windows.Forms.TextBox txtRepeatPwd;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox txtNewPwd;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox txtOldPwd;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TabPage tabPlatForm;
private System.Windows.Forms.Button btnPlatTest;
private System.Windows.Forms.TextBox txtPlatPort;
private System.Windows.Forms.TextBox txtPlatHost;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.TextBox txtPlatServer;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.TextBox txtPlatUser;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.TextBox txtPlatPwd;
private System.Windows.Forms.Label label13;
}
}