namespace Cyberpipe { partial class FrmDataBaseOpt { /// <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.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.label5 = new System.Windows.Forms.Label(); this.listBox1 = new System.Windows.Forms.ListBox(); this.buttonX1 = new DevComponents.DotNetBar.ButtonX(); this.buttonX2 = new DevComponents.DotNetBar.ButtonX(); this.buttonX3 = new DevComponents.DotNetBar.ButtonX(); this.cbbRecordDatabaseConfig = new System.Windows.Forms.CheckBox(); this.SuspendLayout(); // // textBoxPsw // this.textBoxPsw.Location = new System.Drawing.Point(69, 91); this.textBoxPsw.Name = "textBoxPsw"; this.textBoxPsw.PasswordChar = '*'; this.textBoxPsw.Size = new System.Drawing.Size(131, 21); this.textBoxPsw.TabIndex = 23; this.textBoxPsw.Text = "sa"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(8, 94); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(41, 12); this.label4.TabIndex = 30; this.label4.Text = "密码:"; // // textBoxUser // this.textBoxUser.Location = new System.Drawing.Point(69, 64); this.textBoxUser.Name = "textBoxUser"; this.textBoxUser.Size = new System.Drawing.Size(131, 21); this.textBoxUser.TabIndex = 22; this.textBoxUser.Text = "sa"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(8, 67); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(53, 12); this.label3.TabIndex = 28; this.label3.Text = "用户名:"; // // textBoxPort // this.textBoxPort.Location = new System.Drawing.Point(69, 37); this.textBoxPort.Name = "textBoxPort"; this.textBoxPort.Size = new System.Drawing.Size(131, 21); this.textBoxPort.TabIndex = 21; this.textBoxPort.Text = "casic_pipe_test"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(8, 40); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(53, 12); this.label2.TabIndex = 29; this.label2.Text = "数据库:"; // // textBoxIP // this.textBoxIP.Location = new System.Drawing.Point(69, 10); this.textBoxIP.Name = "textBoxIP"; this.textBoxIP.Size = new System.Drawing.Size(131, 21); this.textBoxIP.TabIndex = 20; this.textBoxIP.Text = "127.0.0.1"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(8, 13); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(53, 12); this.label1.TabIndex = 27; this.label1.Text = "服务器:"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(9, 166); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(65, 12); this.label5.TabIndex = 30; this.label5.Text = "数据列表:"; // // listBox1 // this.listBox1.FormattingEnabled = true; this.listBox1.ItemHeight = 12; this.listBox1.Location = new System.Drawing.Point(10, 181); this.listBox1.Name = "listBox1"; this.listBox1.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended; this.listBox1.Size = new System.Drawing.Size(190, 172); this.listBox1.Sorted = true; this.listBox1.TabIndex = 31; // // buttonX1 // this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.buttonX1.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.buttonX1.Location = new System.Drawing.Point(11, 362); this.buttonX1.Name = "buttonX1"; this.buttonX1.Size = new System.Drawing.Size(75, 23); this.buttonX1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.buttonX1.TabIndex = 32; this.buttonX1.Text = "确定"; this.buttonX1.Click += new System.EventHandler(this.buttonX1_Click); // // buttonX2 // this.buttonX2.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.buttonX2.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.buttonX2.Location = new System.Drawing.Point(69, 140); this.buttonX2.Name = "buttonX2"; this.buttonX2.Size = new System.Drawing.Size(75, 23); this.buttonX2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.buttonX2.TabIndex = 33; this.buttonX2.Text = "连接"; this.buttonX2.Click += new System.EventHandler(this.buttonOk_Click); // // buttonX3 // this.buttonX3.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.buttonX3.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.buttonX3.Location = new System.Drawing.Point(125, 362); this.buttonX3.Name = "buttonX3"; this.buttonX3.Size = new System.Drawing.Size(75, 23); this.buttonX3.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.buttonX3.TabIndex = 34; this.buttonX3.Text = "取消"; this.buttonX3.Click += new System.EventHandler(this.buttonX3_Click); // // cbbRecordDatabaseConfig // this.cbbRecordDatabaseConfig.AutoSize = true; this.cbbRecordDatabaseConfig.Location = new System.Drawing.Point(125, 118); this.cbbRecordDatabaseConfig.Name = "cbbRecordDatabaseConfig"; this.cbbRecordDatabaseConfig.Size = new System.Drawing.Size(72, 16); this.cbbRecordDatabaseConfig.TabIndex = 35; this.cbbRecordDatabaseConfig.Text = "记住配置"; this.cbbRecordDatabaseConfig.UseVisualStyleBackColor = true; // // FrmDataBaseOpt // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(210, 394); this.Controls.Add(this.cbbRecordDatabaseConfig); this.Controls.Add(this.buttonX3); this.Controls.Add(this.buttonX2); this.Controls.Add(this.buttonX1); this.Controls.Add(this.listBox1); this.Controls.Add(this.textBoxPsw); this.Controls.Add(this.label5); 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 = "FrmDataBaseOpt"; this.ShowIcon = false; this.Text = "数据库选择"; this.Load += new System.EventHandler(this.FrmDataBaseOpt_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion 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 System.Windows.Forms.Label label5; private System.Windows.Forms.ListBox listBox1; private DevComponents.DotNetBar.ButtonX buttonX1; private DevComponents.DotNetBar.ButtonX buttonX2; private DevComponents.DotNetBar.ButtonX buttonX3; private System.Windows.Forms.CheckBox cbbRecordDatabaseConfig; } }