namespace WellWorkDataUI.CustomControls
{
partial class FrmDBConnect
{
///
/// 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.btnConnect = new DevExpress.XtraEditors.SimpleButton();
this.txtIp = new DevExpress.XtraEditors.TextEdit();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.txtDb = new DevExpress.XtraEditors.TextEdit();
this.label3 = new System.Windows.Forms.Label();
this.txtUid = new DevExpress.XtraEditors.TextEdit();
this.label4 = new System.Windows.Forms.Label();
this.txtPwd = new DevExpress.XtraEditors.TextEdit();
this.btnOk = new DevExpress.XtraEditors.SimpleButton();
((System.ComponentModel.ISupportInitialize)(this.txtIp.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtDb.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtUid.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtPwd.Properties)).BeginInit();
this.SuspendLayout();
//
// btnConnect
//
this.btnConnect.Location = new System.Drawing.Point(45, 164);
this.btnConnect.Name = "btnConnect";
this.btnConnect.Size = new System.Drawing.Size(75, 23);
this.btnConnect.TabIndex = 0;
this.btnConnect.Text = "测试连接";
this.btnConnect.Click += new System.EventHandler(this.BtnConnect_Click);
//
// txtIp
//
this.txtIp.Location = new System.Drawing.Point(87, 28);
this.txtIp.Name = "txtIp";
this.txtIp.Size = new System.Drawing.Size(160, 20);
this.txtIp.TabIndex = 1;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(43, 31);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(41, 12);
this.label1.TabIndex = 2;
this.label1.Text = "IP地址";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(43, 63);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(41, 12);
this.label2.TabIndex = 4;
this.label2.Text = "数据库";
//
// txtDb
//
this.txtDb.Location = new System.Drawing.Point(87, 60);
this.txtDb.Name = "txtDb";
this.txtDb.Size = new System.Drawing.Size(160, 20);
this.txtDb.TabIndex = 3;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(43, 96);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(41, 12);
this.label3.TabIndex = 6;
this.label3.Text = "用户名";
//
// txtUid
//
this.txtUid.Location = new System.Drawing.Point(87, 93);
this.txtUid.Name = "txtUid";
this.txtUid.Size = new System.Drawing.Size(160, 20);
this.txtUid.TabIndex = 5;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(43, 130);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(41, 12);
this.label4.TabIndex = 8;
this.label4.Text = "密 码";
//
// txtPwd
//
this.txtPwd.Location = new System.Drawing.Point(87, 127);
this.txtPwd.Name = "txtPwd";
this.txtPwd.Size = new System.Drawing.Size(160, 20);
this.txtPwd.TabIndex = 7;
//
// btnOk
//
this.btnOk.Location = new System.Drawing.Point(172, 164);
this.btnOk.Name = "btnOk";
this.btnOk.Size = new System.Drawing.Size(75, 23);
this.btnOk.TabIndex = 9;
this.btnOk.Text = "确 定";
this.btnOk.Click += new System.EventHandler(this.BtnOk_Click);
//
// FrmDBConnect
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(289, 211);
this.Controls.Add(this.btnOk);
this.Controls.Add(this.label4);
this.Controls.Add(this.txtPwd);
this.Controls.Add(this.label3);
this.Controls.Add(this.txtUid);
this.Controls.Add(this.label2);
this.Controls.Add(this.txtDb);
this.Controls.Add(this.label1);
this.Controls.Add(this.txtIp);
this.Controls.Add(this.btnConnect);
this.Name = "FrmDBConnect";
this.ShowIcon = false;
this.Text = "数据库信息";
((System.ComponentModel.ISupportInitialize)(this.txtIp.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtDb.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtUid.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtPwd.Properties)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private DevExpress.XtraEditors.SimpleButton btnConnect;
private DevExpress.XtraEditors.TextEdit txtIp;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private DevExpress.XtraEditors.TextEdit txtDb;
private System.Windows.Forms.Label label3;
private DevExpress.XtraEditors.TextEdit txtUid;
private System.Windows.Forms.Label label4;
private DevExpress.XtraEditors.TextEdit txtPwd;
private DevExpress.XtraEditors.SimpleButton btnOk;
}
}