namespace Cyberpipe { partial class FrmDatabaseParaSetting { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.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.groupBox1 = new System.Windows.Forms.GroupBox(); 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.textBoxPort = 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.buttonOk = new DevComponents.DotNetBar.ButtonX(); this.buttonNo = new DevComponents.DotNetBar.ButtonX(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Location = new System.Drawing.Point(19, 150); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(225, 11); this.groupBox1.TabIndex = 19; this.groupBox1.TabStop = false; // // cbbRecordDatabaseConfig // this.cbbRecordDatabaseConfig.AutoSize = true; this.cbbRecordDatabaseConfig.Location = new System.Drawing.Point(153, 129); this.cbbRecordDatabaseConfig.Name = "cbbRecordDatabaseConfig"; this.cbbRecordDatabaseConfig.Size = new System.Drawing.Size(72, 16); this.cbbRecordDatabaseConfig.TabIndex = 5; this.cbbRecordDatabaseConfig.Text = "记住配置"; this.cbbRecordDatabaseConfig.UseVisualStyleBackColor = true; // // textBoxPsw // this.textBoxPsw.Location = new System.Drawing.Point(95, 100); this.textBoxPsw.Name = "textBoxPsw"; this.textBoxPsw.PasswordChar = '*'; this.textBoxPsw.Size = new System.Drawing.Size(131, 21); this.textBoxPsw.TabIndex = 4; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(34, 103); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(41, 12); this.label4.TabIndex = 12; this.label4.Text = "密码:"; // // textBoxUser // this.textBoxUser.Location = new System.Drawing.Point(95, 61); this.textBoxUser.Name = "textBoxUser"; this.textBoxUser.Size = new System.Drawing.Size(131, 21); this.textBoxUser.TabIndex = 3; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(34, 64); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(53, 12); this.label3.TabIndex = 10; this.label3.Text = "用户名:"; // // textBoxPort // this.textBoxPort.Location = new System.Drawing.Point(95, 46); this.textBoxPort.Name = "textBoxPort"; this.textBoxPort.Size = new System.Drawing.Size(131, 21); this.textBoxPort.TabIndex = 2; this.textBoxPort.Visible = false; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(34, 49); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(53, 12); this.label2.TabIndex = 11; this.label2.Text = "数据库:"; this.label2.Visible = false; // // textBoxIP // this.textBoxIP.Location = new System.Drawing.Point(95, 19); this.textBoxIP.Name = "textBoxIP"; this.textBoxIP.Size = new System.Drawing.Size(131, 21); this.textBoxIP.TabIndex = 1; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(34, 22); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(53, 12); this.label1.TabIndex = 9; this.label1.Text = "服务器:"; // // buttonOk // this.buttonOk.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.buttonOk.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.buttonOk.Location = new System.Drawing.Point(36, 170); this.buttonOk.Name = "buttonOk"; this.buttonOk.Size = new System.Drawing.Size(75, 23); this.buttonOk.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.buttonOk.TabIndex = 20; this.buttonOk.Text = "确定"; this.buttonOk.Click += new System.EventHandler(this.button1_Click); // // buttonNo // this.buttonNo.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.buttonNo.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.buttonNo.Location = new System.Drawing.Point(150, 170); this.buttonNo.Name = "buttonNo"; this.buttonNo.Size = new System.Drawing.Size(75, 23); this.buttonNo.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.buttonNo.TabIndex = 21; this.buttonNo.Text = "取消"; this.buttonNo.Click += new System.EventHandler(this.buttonNo_Click); // // FrmDatabaseParaSetting // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(260, 201); this.Controls.Add(this.buttonNo); this.Controls.Add(this.buttonOk); this.Controls.Add(this.groupBox1); 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.textBoxPort); this.Controls.Add(this.label2); this.Controls.Add(this.textBoxIP); this.Controls.Add(this.label1); this.EnableGlass = false; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.MaximizeBox = false; this.Name = "FrmDatabaseParaSetting"; this.ShowIcon = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "连接数据库"; this.Load += new System.EventHandler(this.FrmDatabaseParaSetting_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.CheckBox cbbRecordDatabaseConfig; private System.Windows.Forms.TextBox textBoxPsw; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox textBoxUser; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox textBoxPort; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox textBoxIP; private System.Windows.Forms.Label label1; private DevComponents.DotNetBar.ButtonX buttonOk; private DevComponents.DotNetBar.ButtonX buttonNo; } }