using System.ComponentModel; using System.Windows.Forms; using DevComponents.DotNetBar; using DevComponents.DotNetBar.Controls; namespace Cyberpipe { partial class FrmDatabaseParaSetting2 { /// <summary> /// Required designer variable. /// </summary> private IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.label5 = new System.Windows.Forms.Label(); this.buttonNo = new DevComponents.DotNetBar.ButtonX(); this.buttonOk = new DevComponents.DotNetBar.ButtonX(); this.dbCombo = new DevComponents.DotNetBar.Controls.ComboBoxEx(); this.cbbRecordDatabaseConfig = new System.Windows.Forms.CheckBox(); this.textBoxPsw = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.textBoxUser = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.textBoxDB = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.textBoxIP = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(36, 39); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(53, 12); this.label5.TabIndex = 36; this.label5.Text = "数据库:"; // // buttonNo // this.buttonNo.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.buttonNo.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.buttonNo.Location = new System.Drawing.Point(163, 80); this.buttonNo.Name = "buttonNo"; this.buttonNo.Size = new System.Drawing.Size(75, 23); this.buttonNo.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.buttonNo.TabIndex = 34; this.buttonNo.Text = "取消"; this.buttonNo.Click += new System.EventHandler(this.buttonNo_Click); // // buttonOk // this.buttonOk.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.buttonOk.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.buttonOk.Location = new System.Drawing.Point(48, 80); this.buttonOk.Name = "buttonOk"; this.buttonOk.Size = new System.Drawing.Size(75, 23); this.buttonOk.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.buttonOk.TabIndex = 33; this.buttonOk.Text = "确定"; this.buttonOk.Click += new System.EventHandler(this.button1_Click); // // dbCombo // this.dbCombo.DisplayMember = "Text"; this.dbCombo.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.dbCombo.FormattingEnabled = true; this.dbCombo.ItemHeight = 15; this.dbCombo.Location = new System.Drawing.Point(98, 34); this.dbCombo.Name = "dbCombo"; this.dbCombo.Size = new System.Drawing.Size(150, 21); this.dbCombo.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.dbCombo.TabIndex = 35; // // cbbRecordDatabaseConfig // this.cbbRecordDatabaseConfig.AutoSize = true; this.cbbRecordDatabaseConfig.Location = new System.Drawing.Point(160, 212); this.cbbRecordDatabaseConfig.Name = "cbbRecordDatabaseConfig"; this.cbbRecordDatabaseConfig.Size = new System.Drawing.Size(72, 16); this.cbbRecordDatabaseConfig.TabIndex = 28; this.cbbRecordDatabaseConfig.Text = "记住配置"; this.cbbRecordDatabaseConfig.UseVisualStyleBackColor = true; this.cbbRecordDatabaseConfig.Visible = false; // // textBoxPsw // this.textBoxPsw.Location = new System.Drawing.Point(98, 178); this.textBoxPsw.Name = "textBoxPsw"; this.textBoxPsw.PasswordChar = '*'; this.textBoxPsw.Size = new System.Drawing.Size(131, 21); this.textBoxPsw.TabIndex = 27; this.textBoxPsw.Visible = false; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(36, 186); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(41, 12); this.label4.TabIndex = 32; this.label4.Text = "密码:"; this.label4.Visible = false; // // textBoxUser // this.textBoxUser.Location = new System.Drawing.Point(97, 147); this.textBoxUser.Name = "textBoxUser"; this.textBoxUser.Size = new System.Drawing.Size(131, 21); this.textBoxUser.TabIndex = 26; this.textBoxUser.Visible = false; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(36, 150); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(53, 12); this.label3.TabIndex = 30; this.label3.Text = "用户名:"; this.label3.Visible = false; // // textBoxDB // this.textBoxDB.Location = new System.Drawing.Point(95, 106); this.textBoxDB.Name = "textBoxDB"; this.textBoxDB.Size = new System.Drawing.Size(131, 21); this.textBoxDB.TabIndex = 25; this.textBoxDB.Visible = false; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(36, 115); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(53, 12); this.label2.TabIndex = 31; this.label2.Text = "数据库:"; this.label2.Visible = false; // // textBoxIP // this.textBoxIP.Location = new System.Drawing.Point(97, 80); this.textBoxIP.Name = "textBoxIP"; this.textBoxIP.Size = new System.Drawing.Size(131, 21); this.textBoxIP.TabIndex = 24; this.textBoxIP.Visible = false; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(36, 83); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(53, 12); this.label1.TabIndex = 29; this.label1.Text = "服务器:"; this.label1.Visible = false; // // FrmDatabaseParaSetting2 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(284, 115); this.Controls.Add(this.label5); this.Controls.Add(this.buttonNo); this.Controls.Add(this.buttonOk); this.Controls.Add(this.dbCombo); this.Controls.Add(this.cbbRecordDatabaseConfig); this.Controls.Add(this.textBoxPsw); this.Controls.Add(this.label4); this.Controls.Add(this.textBoxUser); this.Controls.Add(this.label3); this.Controls.Add(this.textBoxDB); this.Controls.Add(this.label2); this.Controls.Add(this.textBoxIP); this.Controls.Add(this.label1); this.DoubleBuffered = true; this.MaximizeBox = false; this.Name = "FrmDatabaseParaSetting2"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "连接数据库"; this.Load += new System.EventHandler(this.FrmDatabaseParaSetting2_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Label label5; private ButtonX buttonNo; private ButtonX buttonOk; private ComboBoxEx dbCombo; private CheckBox cbbRecordDatabaseConfig; private TextBox textBoxPsw; private Label label4; private TextBox textBoxUser; private Label label3; private TextBox textBoxDB; private Label label2; private TextBox textBoxIP; private Label label1; } }