namespace WinformGeneralDeveloperFrame { partial class FrmCreateDataBaseConn { /// /// 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.layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); this.btnCanel = new DevExpress.XtraEditors.SimpleButton(); this.btnOk = new DevExpress.XtraEditors.SimpleButton(); this.btnTestConn = new DevExpress.XtraEditors.SimpleButton(); this.txtPassWord = new DevExpress.XtraEditors.TextEdit(); this.txtUserName = new DevExpress.XtraEditors.TextEdit(); this.txtDataBaseName = new DevExpress.XtraEditors.TextEdit(); this.txtServerName = new DevExpress.XtraEditors.TextEdit(); this.txtConnName = new DevExpress.XtraEditors.TextEdit(); this.Root = new DevExpress.XtraLayout.LayoutControlGroup(); this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem(); this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem(); ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit(); this.layoutControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.txtPassWord.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtUserName.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtDataBaseName.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtServerName.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtConnName.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit(); this.SuspendLayout(); // // layoutControl1 // this.layoutControl1.Controls.Add(this.btnCanel); this.layoutControl1.Controls.Add(this.btnOk); this.layoutControl1.Controls.Add(this.btnTestConn); this.layoutControl1.Controls.Add(this.txtPassWord); this.layoutControl1.Controls.Add(this.txtUserName); this.layoutControl1.Controls.Add(this.txtDataBaseName); this.layoutControl1.Controls.Add(this.txtServerName); this.layoutControl1.Controls.Add(this.txtConnName); this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.layoutControl1.Location = new System.Drawing.Point(0, 0); this.layoutControl1.Name = "layoutControl1"; this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(518, 9, 650, 400); this.layoutControl1.Root = this.Root; this.layoutControl1.Size = new System.Drawing.Size(412, 259); this.layoutControl1.TabIndex = 1; this.layoutControl1.Text = "layoutControl1"; // // btnCanel // this.btnCanel.Location = new System.Drawing.Point(305, 225); this.btnCanel.Name = "btnCanel"; this.btnCanel.Size = new System.Drawing.Size(95, 22); this.btnCanel.StyleController = this.layoutControl1; this.btnCanel.TabIndex = 12; this.btnCanel.Text = "取消"; this.btnCanel.Click += new System.EventHandler(this.btnCanel_Click); // // btnOk // this.btnOk.Location = new System.Drawing.Point(207, 225); this.btnOk.Name = "btnOk"; this.btnOk.Size = new System.Drawing.Size(94, 22); this.btnOk.StyleController = this.layoutControl1; this.btnOk.TabIndex = 11; this.btnOk.Text = "确定"; this.btnOk.Click += new System.EventHandler(this.btnOk_Click); // // btnTestConn // this.btnTestConn.Location = new System.Drawing.Point(12, 225); this.btnTestConn.Name = "btnTestConn"; this.btnTestConn.Size = new System.Drawing.Size(191, 22); this.btnTestConn.StyleController = this.layoutControl1; this.btnTestConn.TabIndex = 10; this.btnTestConn.Text = "测试连接"; this.btnTestConn.Click += new System.EventHandler(this.btnTestConn_Click); // // txtPassWord // this.txtPassWord.Location = new System.Drawing.Point(63, 108); this.txtPassWord.Name = "txtPassWord"; this.txtPassWord.Properties.PasswordChar = '*'; this.txtPassWord.Size = new System.Drawing.Size(337, 20); this.txtPassWord.StyleController = this.layoutControl1; this.txtPassWord.TabIndex = 8; // // txtUserName // this.txtUserName.Location = new System.Drawing.Point(63, 84); this.txtUserName.Name = "txtUserName"; this.txtUserName.Size = new System.Drawing.Size(337, 20); this.txtUserName.StyleController = this.layoutControl1; this.txtUserName.TabIndex = 7; // // txtDataBaseName // this.txtDataBaseName.Location = new System.Drawing.Point(63, 60); this.txtDataBaseName.Name = "txtDataBaseName"; this.txtDataBaseName.Size = new System.Drawing.Size(337, 20); this.txtDataBaseName.StyleController = this.layoutControl1; this.txtDataBaseName.TabIndex = 6; // // txtServerName // this.txtServerName.Location = new System.Drawing.Point(63, 36); this.txtServerName.Name = "txtServerName"; this.txtServerName.Size = new System.Drawing.Size(337, 20); this.txtServerName.StyleController = this.layoutControl1; this.txtServerName.TabIndex = 5; // // txtConnName // this.txtConnName.Location = new System.Drawing.Point(63, 12); this.txtConnName.Name = "txtConnName"; this.txtConnName.Size = new System.Drawing.Size(337, 20); this.txtConnName.StyleController = this.layoutControl1; this.txtConnName.TabIndex = 4; this.txtConnName.Leave += new System.EventHandler(this.txtConnName_Leave); // // Root // this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; this.Root.GroupBordersVisible = false; this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.layoutControlItem1, this.emptySpaceItem1, this.layoutControlItem2, this.layoutControlItem3, this.layoutControlItem4, this.layoutControlItem5, this.layoutControlItem7, this.layoutControlItem8, this.layoutControlItem9}); this.Root.Name = "Root"; this.Root.Size = new System.Drawing.Size(412, 259); this.Root.TextVisible = false; // // layoutControlItem1 // this.layoutControlItem1.Control = this.txtConnName; this.layoutControlItem1.Location = new System.Drawing.Point(0, 0); this.layoutControlItem1.Name = "layoutControlItem1"; this.layoutControlItem1.Size = new System.Drawing.Size(392, 24); this.layoutControlItem1.Text = "连接名:"; this.layoutControlItem1.TextSize = new System.Drawing.Size(48, 14); // // emptySpaceItem1 // this.emptySpaceItem1.AllowHotTrack = false; this.emptySpaceItem1.Location = new System.Drawing.Point(0, 120); this.emptySpaceItem1.Name = "emptySpaceItem1"; this.emptySpaceItem1.Size = new System.Drawing.Size(392, 93); this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0); // // layoutControlItem2 // this.layoutControlItem2.Control = this.txtServerName; this.layoutControlItem2.Location = new System.Drawing.Point(0, 24); this.layoutControlItem2.Name = "layoutControlItem2"; this.layoutControlItem2.Size = new System.Drawing.Size(392, 24); this.layoutControlItem2.Text = "主机:"; this.layoutControlItem2.TextSize = new System.Drawing.Size(48, 14); // // layoutControlItem3 // this.layoutControlItem3.Control = this.txtDataBaseName; this.layoutControlItem3.Location = new System.Drawing.Point(0, 48); this.layoutControlItem3.Name = "layoutControlItem3"; this.layoutControlItem3.Size = new System.Drawing.Size(392, 24); this.layoutControlItem3.Text = "数据库:"; this.layoutControlItem3.TextSize = new System.Drawing.Size(48, 14); // // layoutControlItem4 // this.layoutControlItem4.Control = this.txtUserName; this.layoutControlItem4.Location = new System.Drawing.Point(0, 72); this.layoutControlItem4.Name = "layoutControlItem4"; this.layoutControlItem4.Size = new System.Drawing.Size(392, 24); this.layoutControlItem4.Text = "用户名:"; this.layoutControlItem4.TextSize = new System.Drawing.Size(48, 14); // // layoutControlItem5 // this.layoutControlItem5.Control = this.txtPassWord; this.layoutControlItem5.Location = new System.Drawing.Point(0, 96); this.layoutControlItem5.Name = "layoutControlItem5"; this.layoutControlItem5.Size = new System.Drawing.Size(392, 24); this.layoutControlItem5.Text = "密码:"; this.layoutControlItem5.TextSize = new System.Drawing.Size(48, 14); // // layoutControlItem7 // this.layoutControlItem7.Control = this.btnTestConn; this.layoutControlItem7.Location = new System.Drawing.Point(0, 213); this.layoutControlItem7.Name = "layoutControlItem7"; this.layoutControlItem7.Size = new System.Drawing.Size(195, 26); this.layoutControlItem7.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem7.TextVisible = false; // // layoutControlItem8 // this.layoutControlItem8.Control = this.btnOk; this.layoutControlItem8.Location = new System.Drawing.Point(195, 213); this.layoutControlItem8.Name = "layoutControlItem8"; this.layoutControlItem8.Size = new System.Drawing.Size(98, 26); this.layoutControlItem8.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem8.TextVisible = false; // // layoutControlItem9 // this.layoutControlItem9.Control = this.btnCanel; this.layoutControlItem9.Location = new System.Drawing.Point(293, 213); this.layoutControlItem9.Name = "layoutControlItem9"; this.layoutControlItem9.Size = new System.Drawing.Size(99, 26); this.layoutControlItem9.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem9.TextVisible = false; // // FrmCreateDataBaseConn // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(412, 259); this.Controls.Add(this.layoutControl1); this.Name = "FrmCreateDataBaseConn"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "新建数据连接"; ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit(); this.layoutControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.txtPassWord.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtUserName.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtDataBaseName.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtServerName.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtConnName.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraLayout.LayoutControl layoutControl1; private DevExpress.XtraEditors.SimpleButton btnCanel; private DevExpress.XtraEditors.SimpleButton btnOk; private DevExpress.XtraEditors.SimpleButton btnTestConn; private DevExpress.XtraEditors.TextEdit txtPassWord; private DevExpress.XtraEditors.TextEdit txtUserName; private DevExpress.XtraEditors.TextEdit txtDataBaseName; private DevExpress.XtraEditors.TextEdit txtServerName; private DevExpress.XtraEditors.TextEdit txtConnName; private DevExpress.XtraLayout.LayoutControlGroup Root; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem9; } }