Newer
Older
GHFX_REFACTOR / FrmDbManager.Designer.cs
wxn on 2 Nov 2016 12 KB 提交
namespace Cyberpipe
{
    partial class FrmDbManager
    {
        /// <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.dblistLbl = new DevComponents.DotNetBar.LabelX();
            this.dbLists = new System.Windows.Forms.ListBox();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.dbUsrPwdTxt = new System.Windows.Forms.TextBox();
            this.dbUsrPwdLbl = new System.Windows.Forms.Label();
            this.dbUserTxt = new System.Windows.Forms.TextBox();
            this.dbUserLbl = new System.Windows.Forms.Label();
            this.dbNmTxt = new System.Windows.Forms.TextBox();
            this.dbNmLbl = new System.Windows.Forms.Label();
            this.dbIpTxt = new System.Windows.Forms.TextBox();
            this.dbIpLbl = new System.Windows.Forms.Label();
            this.dbTxt = new System.Windows.Forms.TextBox();
            this.dbLbl = new System.Windows.Forms.Label();
            this.btnAdd = new DevComponents.DotNetBar.ButtonX();
            this.btnEdit = new DevComponents.DotNetBar.ButtonX();
            this.btnSave = new DevComponents.DotNetBar.ButtonX();
            this.btnDelete = new DevComponents.DotNetBar.ButtonX();
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            // 
            // dblistLbl
            // 
            // 
            // 
            // 
            this.dblistLbl.BackgroundStyle.Class = "";
            this.dblistLbl.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.dblistLbl.Location = new System.Drawing.Point(17, 9);
            this.dblistLbl.Name = "dblistLbl";
            this.dblistLbl.Size = new System.Drawing.Size(82, 23);
            this.dblistLbl.TabIndex = 4;
            this.dblistLbl.Text = "数据库列表:";
            // 
            // dbLists
            // 
            this.dbLists.FormattingEnabled = true;
            this.dbLists.ItemHeight = 12;
            this.dbLists.Location = new System.Drawing.Point(17, 38);
            this.dbLists.Name = "dbLists";
            this.dbLists.Size = new System.Drawing.Size(174, 280);
            this.dbLists.TabIndex = 7;
            this.dbLists.SelectedIndexChanged += new System.EventHandler(this.dbLists_SelectedIndexChanged);
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.dbUsrPwdTxt);
            this.groupBox1.Controls.Add(this.dbUsrPwdLbl);
            this.groupBox1.Controls.Add(this.dbUserTxt);
            this.groupBox1.Controls.Add(this.dbUserLbl);
            this.groupBox1.Controls.Add(this.dbNmTxt);
            this.groupBox1.Controls.Add(this.dbNmLbl);
            this.groupBox1.Controls.Add(this.dbIpTxt);
            this.groupBox1.Controls.Add(this.dbIpLbl);
            this.groupBox1.Controls.Add(this.dbTxt);
            this.groupBox1.Controls.Add(this.dbLbl);
            this.groupBox1.Location = new System.Drawing.Point(212, 12);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(185, 270);
            this.groupBox1.TabIndex = 8;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "数据库内容";
            // 
            // dbUsrPwdTxt
            // 
            this.dbUsrPwdTxt.Enabled = false;
            this.dbUsrPwdTxt.Location = new System.Drawing.Point(16, 232);
            this.dbUsrPwdTxt.Name = "dbUsrPwdTxt";
            this.dbUsrPwdTxt.Size = new System.Drawing.Size(153, 21);
            this.dbUsrPwdTxt.TabIndex = 9;
            // 
            // dbUsrPwdLbl
            // 
            this.dbUsrPwdLbl.AutoSize = true;
            this.dbUsrPwdLbl.Location = new System.Drawing.Point(14, 217);
            this.dbUsrPwdLbl.Name = "dbUsrPwdLbl";
            this.dbUsrPwdLbl.Size = new System.Drawing.Size(101, 12);
            this.dbUsrPwdLbl.TabIndex = 8;
            this.dbUsrPwdLbl.Text = "数据库用户密码:";
            // 
            // dbUserTxt
            // 
            this.dbUserTxt.Enabled = false;
            this.dbUserTxt.Location = new System.Drawing.Point(16, 184);
            this.dbUserTxt.Name = "dbUserTxt";
            this.dbUserTxt.Size = new System.Drawing.Size(153, 21);
            this.dbUserTxt.TabIndex = 7;
            // 
            // dbUserLbl
            // 
            this.dbUserLbl.AutoSize = true;
            this.dbUserLbl.Location = new System.Drawing.Point(14, 169);
            this.dbUserLbl.Name = "dbUserLbl";
            this.dbUserLbl.Size = new System.Drawing.Size(89, 12);
            this.dbUserLbl.TabIndex = 6;
            this.dbUserLbl.Text = "数据库用户名:";
            // 
            // dbNmTxt
            // 
            this.dbNmTxt.Enabled = false;
            this.dbNmTxt.Location = new System.Drawing.Point(16, 136);
            this.dbNmTxt.Name = "dbNmTxt";
            this.dbNmTxt.Size = new System.Drawing.Size(153, 21);
            this.dbNmTxt.TabIndex = 5;
            // 
            // dbNmLbl
            // 
            this.dbNmLbl.AutoSize = true;
            this.dbNmLbl.Location = new System.Drawing.Point(14, 121);
            this.dbNmLbl.Name = "dbNmLbl";
            this.dbNmLbl.Size = new System.Drawing.Size(77, 12);
            this.dbNmLbl.TabIndex = 4;
            this.dbNmLbl.Text = "数据库名称:";
            // 
            // dbIpTxt
            // 
            this.dbIpTxt.Enabled = false;
            this.dbIpTxt.Location = new System.Drawing.Point(16, 91);
            this.dbIpTxt.Name = "dbIpTxt";
            this.dbIpTxt.Size = new System.Drawing.Size(153, 21);
            this.dbIpTxt.TabIndex = 3;
            // 
            // dbIpLbl
            // 
            this.dbIpLbl.AutoSize = true;
            this.dbIpLbl.Location = new System.Drawing.Point(14, 76);
            this.dbIpLbl.Name = "dbIpLbl";
            this.dbIpLbl.Size = new System.Drawing.Size(65, 12);
            this.dbIpLbl.TabIndex = 2;
            this.dbIpLbl.Text = "数据库IP:";
            // 
            // dbTxt
            // 
            this.dbTxt.Enabled = false;
            this.dbTxt.Location = new System.Drawing.Point(16, 43);
            this.dbTxt.Name = "dbTxt";
            this.dbTxt.Size = new System.Drawing.Size(153, 21);
            this.dbTxt.TabIndex = 1;
            // 
            // dbLbl
            // 
            this.dbLbl.AutoSize = true;
            this.dbLbl.Location = new System.Drawing.Point(14, 28);
            this.dbLbl.Name = "dbLbl";
            this.dbLbl.Size = new System.Drawing.Size(77, 12);
            this.dbLbl.TabIndex = 0;
            this.dbLbl.Text = "数据库名称:";
            // 
            // btnAdd
            // 
            this.btnAdd.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.btnAdd.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.btnAdd.Location = new System.Drawing.Point(212, 287);
            this.btnAdd.Name = "btnAdd";
            this.btnAdd.Size = new System.Drawing.Size(45, 30);
            this.btnAdd.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.btnAdd.TabIndex = 11;
            this.btnAdd.Text = "新建";
            this.btnAdd.Click += new System.EventHandler(this.buttonX2_Click);
            // 
            // btnEdit
            // 
            this.btnEdit.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.btnEdit.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.btnEdit.Location = new System.Drawing.Point(258, 288);
            this.btnEdit.Name = "btnEdit";
            this.btnEdit.Size = new System.Drawing.Size(45, 30);
            this.btnEdit.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.btnEdit.TabIndex = 12;
            this.btnEdit.Text = "编辑";
            this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click);
            // 
            // btnSave
            // 
            this.btnSave.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.btnSave.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.btnSave.Enabled = false;
            this.btnSave.Location = new System.Drawing.Point(305, 288);
            this.btnSave.Name = "btnSave";
            this.btnSave.Size = new System.Drawing.Size(45, 30);
            this.btnSave.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.btnSave.TabIndex = 13;
            this.btnSave.Text = "保存";
            this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
            // 
            // btnDelete
            // 
            this.btnDelete.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.btnDelete.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.btnDelete.Location = new System.Drawing.Point(352, 288);
            this.btnDelete.Name = "btnDelete";
            this.btnDelete.Size = new System.Drawing.Size(45, 30);
            this.btnDelete.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.btnDelete.TabIndex = 14;
            this.btnDelete.Text = "删除";
            this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
            // 
            // FrmDbManager
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(408, 329);
            this.Controls.Add(this.btnDelete);
            this.Controls.Add(this.btnSave);
            this.Controls.Add(this.btnEdit);
            this.Controls.Add(this.btnAdd);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.dbLists);
            this.Controls.Add(this.dblistLbl);
            this.DoubleBuffered = true;
            this.MaximizeBox = false;
            this.Name = "FrmDbManager";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "数据库列表";
            this.Load += new System.EventHandler(this.FrmDbManager_Load);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private DevComponents.DotNetBar.LabelX dblistLbl;
        private System.Windows.Forms.ListBox dbLists;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.Label dbLbl;
        private System.Windows.Forms.Label dbIpLbl;
        private System.Windows.Forms.TextBox dbTxt;
        private System.Windows.Forms.TextBox dbNmTxt;
        private System.Windows.Forms.Label dbNmLbl;
        private System.Windows.Forms.TextBox dbIpTxt;
        private System.Windows.Forms.TextBox dbUsrPwdTxt;
        private System.Windows.Forms.Label dbUsrPwdLbl;
        private System.Windows.Forms.TextBox dbUserTxt;
        private System.Windows.Forms.Label dbUserLbl;
        private DevComponents.DotNetBar.ButtonX btnAdd;
        private DevComponents.DotNetBar.ButtonX btnEdit;
        private DevComponents.DotNetBar.ButtonX btnSave;
        private DevComponents.DotNetBar.ButtonX btnDelete;
    }
}