namespace JavaCode.db
{
partial class FrmDB
{
///
/// 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(FrmDbCfg));
this.pnlTop = new System.Windows.Forms.Panel();
this.label1 = new System.Windows.Forms.Label();
this.lblClose = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.txtHost = new System.Windows.Forms.TextBox();
this.btnCancel = new System.Windows.Forms.Button();
this.btnAdd = new System.Windows.Forms.Button();
this.cboType = new System.Windows.Forms.ComboBox();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.txtPort = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.txtDB = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.txtUser = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
this.txtPwd = new System.Windows.Forms.TextBox();
this.pnlTop.SuspendLayout();
this.SuspendLayout();
//
// pnlTop
//
this.pnlTop.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.pnlTop.Controls.Add(this.label1);
this.pnlTop.Controls.Add(this.lblClose);
this.pnlTop.Dock = System.Windows.Forms.DockStyle.Top;
this.pnlTop.Location = new System.Drawing.Point(0, 0);
this.pnlTop.Margin = new System.Windows.Forms.Padding(2);
this.pnlTop.Name = "pnlTop";
this.pnlTop.Size = new System.Drawing.Size(530, 36);
this.pnlTop.TabIndex = 0;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.ForeColor = System.Drawing.SystemColors.Desktop;
this.label1.Location = new System.Drawing.Point(12, 12);
this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(41, 12);
this.label1.TabIndex = 0;
this.label1.Text = "数据库";
//
// lblClose
//
this.lblClose.AutoSize = true;
this.lblClose.Cursor = System.Windows.Forms.Cursors.Hand;
this.lblClose.Image = ((System.Drawing.Image)(resources.GetObject("lblClose.Image")));
this.lblClose.Location = new System.Drawing.Point(501, 12);
this.lblClose.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.lblClose.Name = "lblClose";
this.lblClose.Size = new System.Drawing.Size(17, 12);
this.lblClose.TabIndex = 1;
this.lblClose.Text = " ";
this.lblClose.Click += new System.EventHandler(this.label2_Click);
//
// label2
//
this.label2.AutoSize = true;
this.label2.ForeColor = System.Drawing.SystemColors.Desktop;
this.label2.Location = new System.Drawing.Point(34, 65);
this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(41, 12);
this.label2.TabIndex = 1;
this.label2.Text = "类型:";
//
// txtHost
//
this.txtHost.Location = new System.Drawing.Point(280, 62);
this.txtHost.Margin = new System.Windows.Forms.Padding(2);
this.txtHost.Name = "txtHost";
this.txtHost.Size = new System.Drawing.Size(135, 21);
this.txtHost.TabIndex = 2;
this.txtHost.Text = "127.0.0.1";
//
// btnCancel
//
this.btnCancel.Location = new System.Drawing.Point(434, 166);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(59, 23);
this.btnCancel.TabIndex = 5;
this.btnCancel.Text = "取 消";
this.btnCancel.UseVisualStyleBackColor = true;
//
// btnAdd
//
this.btnAdd.Location = new System.Drawing.Point(357, 166);
this.btnAdd.Name = "btnAdd";
this.btnAdd.Size = new System.Drawing.Size(59, 23);
this.btnAdd.TabIndex = 6;
this.btnAdd.Text = "添 加";
this.btnAdd.UseVisualStyleBackColor = true;
//
// cboType
//
this.cboType.FormattingEnabled = true;
this.cboType.Items.AddRange(new object[] {
"PostgresSQL",
"Sybase"});
this.cboType.Location = new System.Drawing.Point(78, 62);
this.cboType.Name = "cboType";
this.cboType.Size = new System.Drawing.Size(135, 20);
this.cboType.TabIndex = 7;
//
// label3
//
this.label3.AutoSize = true;
this.label3.ForeColor = System.Drawing.SystemColors.Desktop;
this.label3.Location = new System.Drawing.Point(235, 66);
this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(41, 12);
this.label3.TabIndex = 8;
this.label3.Text = "主机:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label4.ForeColor = System.Drawing.SystemColors.Desktop;
this.label4.Location = new System.Drawing.Point(422, 66);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(14, 14);
this.label4.TabIndex = 9;
this.label4.Text = ":";
//
// txtPort
//
this.txtPort.Location = new System.Drawing.Point(442, 63);
this.txtPort.Margin = new System.Windows.Forms.Padding(2);
this.txtPort.Name = "txtPort";
this.txtPort.Size = new System.Drawing.Size(50, 21);
this.txtPort.TabIndex = 10;
this.txtPort.Text = "5432";
//
// label5
//
this.label5.AutoSize = true;
this.label5.ForeColor = System.Drawing.SystemColors.Desktop;
this.label5.Location = new System.Drawing.Point(22, 116);
this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(53, 12);
this.label5.TabIndex = 12;
this.label5.Text = "数据库:";
//
// txtDB
//
this.txtDB.Location = new System.Drawing.Point(78, 112);
this.txtDB.Margin = new System.Windows.Forms.Padding(2);
this.txtDB.Name = "txtDB";
this.txtDB.Size = new System.Drawing.Size(135, 21);
this.txtDB.TabIndex = 11;
//
// label6
//
this.label6.AutoSize = true;
this.label6.ForeColor = System.Drawing.SystemColors.Desktop;
this.label6.Location = new System.Drawing.Point(224, 116);
this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(53, 12);
this.label6.TabIndex = 14;
this.label6.Text = "用户名:";
//
// txtUser
//
this.txtUser.Location = new System.Drawing.Point(280, 112);
this.txtUser.Margin = new System.Windows.Forms.Padding(2);
this.txtUser.Name = "txtUser";
this.txtUser.Size = new System.Drawing.Size(74, 21);
this.txtUser.TabIndex = 13;
//
// label7
//
this.label7.AutoSize = true;
this.label7.ForeColor = System.Drawing.SystemColors.Desktop;
this.label7.Location = new System.Drawing.Point(358, 116);
this.label7.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(41, 12);
this.label7.TabIndex = 16;
this.label7.Text = "密码:";
//
// txtPwd
//
this.txtPwd.Location = new System.Drawing.Point(401, 112);
this.txtPwd.Margin = new System.Windows.Forms.Padding(2);
this.txtPwd.Name = "txtPwd";
this.txtPwd.PasswordChar = '*';
this.txtPwd.Size = new System.Drawing.Size(92, 21);
this.txtPwd.TabIndex = 15;
//
// FrmDbCfg
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(530, 217);
this.Controls.Add(this.label7);
this.Controls.Add(this.txtPwd);
this.Controls.Add(this.label6);
this.Controls.Add(this.txtUser);
this.Controls.Add(this.label5);
this.Controls.Add(this.txtDB);
this.Controls.Add(this.txtPort);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.cboType);
this.Controls.Add(this.btnAdd);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.txtHost);
this.Controls.Add(this.label2);
this.Controls.Add(this.pnlTop);
this.ForeColor = System.Drawing.SystemColors.Highlight;
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Margin = new System.Windows.Forms.Padding(2);
this.Name = "FrmDbCfg";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "FrmDbCfg";
this.Load += new System.EventHandler(this.FrmDbCfg_Load);
this.pnlTop.ResumeLayout(false);
this.pnlTop.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Panel pnlTop;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label lblClose;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txtHost;
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.Button btnAdd;
private System.Windows.Forms.ComboBox cboType;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox txtPort;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox txtDB;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.TextBox txtUser;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.TextBox txtPwd;
}
}