Newer
Older
GHFX_REFACTOR / FrmDataBaseOpt.Designer.cs
wxn on 9 Nov 2016 13 KB 冗余代码整理
using System.ComponentModel;
using System.Windows.Forms;
using DevComponents.DotNetBar;
using DevComponents.DotNetBar.Controls;

namespace Cyberpipe
{
    partial class FrmDataBaseOpt
    {
        /// <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.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.dbCombo = new DevComponents.DotNetBar.Controls.ComboBoxEx();
            this.label6 = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.dbCombor = new DevComponents.DotNetBar.Controls.ComboBoxEx();
            this.listBox2 = new System.Windows.Forms.ListBox();
            this.SuspendLayout();
            // 
            // textBoxPsw
            // 
            this.textBoxPsw.Location = new System.Drawing.Point(73, 318);
            this.textBoxPsw.Name = "textBoxPsw";
            this.textBoxPsw.PasswordChar = '*';
            this.textBoxPsw.Size = new System.Drawing.Size(131, 21);
            this.textBoxPsw.TabIndex = 23;
            this.textBoxPsw.Text = "sa";
            this.textBoxPsw.Visible = false;
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(12, 321);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(41, 12);
            this.label4.TabIndex = 30;
            this.label4.Text = "密码:";
            this.label4.Visible = false;
            // 
            // textBoxUser
            // 
            this.textBoxUser.Location = new System.Drawing.Point(73, 291);
            this.textBoxUser.Name = "textBoxUser";
            this.textBoxUser.Size = new System.Drawing.Size(131, 21);
            this.textBoxUser.TabIndex = 22;
            this.textBoxUser.Text = "sa";
            this.textBoxUser.Visible = false;
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(12, 294);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(53, 12);
            this.label3.TabIndex = 28;
            this.label3.Text = "用户名:";
            this.label3.Visible = false;
            // 
            // textBoxPort
            // 
            this.textBoxPort.Location = new System.Drawing.Point(73, 264);
            this.textBoxPort.Name = "textBoxPort";
            this.textBoxPort.Size = new System.Drawing.Size(131, 21);
            this.textBoxPort.TabIndex = 21;
            this.textBoxPort.Text = "casic_pipe_test";
            this.textBoxPort.Visible = false;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(12, 267);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(53, 12);
            this.label2.TabIndex = 29;
            this.label2.Text = "数据库:";
            this.label2.Visible = false;
            // 
            // textBoxIP
            // 
            this.textBoxIP.Location = new System.Drawing.Point(73, 237);
            this.textBoxIP.Name = "textBoxIP";
            this.textBoxIP.Size = new System.Drawing.Size(131, 21);
            this.textBoxIP.TabIndex = 20;
            this.textBoxIP.Text = "127.0.0.1";
            this.textBoxIP.Visible = false;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(12, 240);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(53, 12);
            this.label1.TabIndex = 27;
            this.label1.Text = "服务器:";
            this.label1.Visible = false;
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(9, 80);
            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(120, 104);
            this.listBox1.Name = "listBox1";
            this.listBox1.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
            this.listBox1.Size = new System.Drawing.Size(104, 148);
            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(14, 264);
            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(149, 75);
            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(147, 264);
            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(129, 345);
            this.cbbRecordDatabaseConfig.Name = "cbbRecordDatabaseConfig";
            this.cbbRecordDatabaseConfig.Size = new System.Drawing.Size(72, 16);
            this.cbbRecordDatabaseConfig.TabIndex = 35;
            this.cbbRecordDatabaseConfig.Text = "记住配置";
            this.cbbRecordDatabaseConfig.UseVisualStyleBackColor = true;
            this.cbbRecordDatabaseConfig.Visible = false;
            // 
            // 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(89, 8);
            this.dbCombo.Name = "dbCombo";
            this.dbCombo.Size = new System.Drawing.Size(135, 21);
            this.dbCombo.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.dbCombo.TabIndex = 36;
            this.dbCombo.SelectedIndexChanged += new System.EventHandler(this.dbCombo_SelectedIndexChanged);
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(9, 12);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(77, 12);
            this.label6.TabIndex = 37;
            this.label6.Text = "左屏数据库:";
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(9, 44);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(77, 12);
            this.label7.TabIndex = 38;
            this.label7.Text = "右屏数据库:";
            // 
            // dbCombor
            // 
            this.dbCombor.DisplayMember = "Text";
            this.dbCombor.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.dbCombor.FormattingEnabled = true;
            this.dbCombor.ItemHeight = 15;
            this.dbCombor.Location = new System.Drawing.Point(89, 38);
            this.dbCombor.Name = "dbCombor";
            this.dbCombor.Size = new System.Drawing.Size(135, 21);
            this.dbCombor.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.dbCombor.TabIndex = 39;
            this.dbCombor.SelectedIndexChanged += new System.EventHandler(this.dbCombor_SelectedIndexChanged);
            // 
            // listBox2
            // 
            this.listBox2.FormattingEnabled = true;
            this.listBox2.ItemHeight = 12;
            this.listBox2.Location = new System.Drawing.Point(10, 104);
            this.listBox2.Name = "listBox2";
            this.listBox2.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
            this.listBox2.Size = new System.Drawing.Size(104, 148);
            this.listBox2.Sorted = true;
            this.listBox2.TabIndex = 40;
            // 
            // FrmDataBaseOpt
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(234, 296);
            this.Controls.Add(this.listBox2);
            this.Controls.Add(this.dbCombor);
            this.Controls.Add(this.label7);
            this.Controls.Add(this.label6);
            this.Controls.Add(this.dbCombo);
            this.Controls.Add(this.buttonX3);
            this.Controls.Add(this.buttonX2);
            this.Controls.Add(this.buttonX1);
            this.Controls.Add(this.listBox1);
            this.Controls.Add(this.label5);
            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.DoubleBuffered = true;
            this.EnableGlass = false;
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
            this.MaximizeBox = false;
            this.Name = "FrmDataBaseOpt";
            this.ShowIcon = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "数据库选择"; 
            this.Load += new System.EventHandler(this.FrmDataBaseOpt_Load);
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private TextBox textBoxPsw;
        private Label label4;
        private TextBox textBoxUser;
        private Label label3;
        private TextBox textBoxPort;
        private Label label2;
        private TextBox textBoxIP;
        private Label label1;
        private Label label5;
        private ListBox listBox1;
        private ButtonX buttonX1;
        private ButtonX buttonX2;
        private ButtonX buttonX3;
        private CheckBox cbbRecordDatabaseConfig;
        private ComboBoxEx dbCombo;
        private Label label6;
        private Label label7;
        private ComboBoxEx dbCombor;
        private ListBox listBox2;
    }
}