⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 frmmain.designer.cs

📁 可视化的数据库连接与查询,数据库实例列表
💻 CS
字号:
namespace BDCS.DataBaseInformation
{
    partial class frmMain
    {
        /// <summary>
        /// 必需的设计器变量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// 清理所有正在使用的资源。
        /// </summary>
        /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows 窗体设计器生成的代码

        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMain));
            this.panel1 = new System.Windows.Forms.Panel();
            this.label2 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.nudRecord = new System.Windows.Forms.NumericUpDown();
            this.chkNotEmpty = new System.Windows.Forms.CheckBox();
            this.lblTitle = new System.Windows.Forms.Label();
            this.panel2 = new System.Windows.Forms.Panel();
            this.lblAggr = new System.Windows.Forms.Label();
            this.btnCancel = new System.Windows.Forms.Button();
            this.tvObject = new System.Windows.Forms.TreeView();
            this.ilImage = new System.Windows.Forms.ImageList(this.components);
            this.splitter1 = new System.Windows.Forms.Splitter();
            this.lvObject = new System.Windows.Forms.ListView();
            this.panel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.nudRecord)).BeginInit();
            this.panel2.SuspendLayout();
            this.SuspendLayout();
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.label2);
            this.panel1.Controls.Add(this.label1);
            this.panel1.Controls.Add(this.nudRecord);
            this.panel1.Controls.Add(this.chkNotEmpty);
            this.panel1.Controls.Add(this.lblTitle);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
            this.panel1.Location = new System.Drawing.Point(0, 0);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(739, 42);
            this.panel1.TabIndex = 0;
            // 
            // label2
            // 
            this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(542, 14);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(65, 12);
            this.label2.TabIndex = 12;
            this.label2.Text = "显示选项:";
            // 
            // label1
            // 
            this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(383, 14);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(77, 12);
            this.label1.TabIndex = 11;
            this.label1.Text = "显示记录数:";
            // 
            // nudRecord
            // 
            this.nudRecord.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.nudRecord.Location = new System.Drawing.Point(460, 9);
            this.nudRecord.Maximum = new decimal(new int[] {
            1000,
            0,
            0,
            0});
            this.nudRecord.Name = "nudRecord";
            this.nudRecord.Size = new System.Drawing.Size(65, 21);
            this.nudRecord.TabIndex = 10;
            this.nudRecord.Value = new decimal(new int[] {
            100,
            0,
            0,
            0});
            // 
            // chkNotEmpty
            // 
            this.chkNotEmpty.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.chkNotEmpty.AutoSize = true;
            this.chkNotEmpty.Checked = true;
            this.chkNotEmpty.CheckState = System.Windows.Forms.CheckState.Checked;
            this.chkNotEmpty.Location = new System.Drawing.Point(607, 12);
            this.chkNotEmpty.Name = "chkNotEmpty";
            this.chkNotEmpty.Size = new System.Drawing.Size(120, 16);
            this.chkNotEmpty.TabIndex = 9;
            this.chkNotEmpty.Text = "只显示有记录的表";
            this.chkNotEmpty.UseVisualStyleBackColor = true;
            // 
            // lblTitle
            // 
            this.lblTitle.AutoSize = true;
            this.lblTitle.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblTitle.Location = new System.Drawing.Point(11, 9);
            this.lblTitle.Name = "lblTitle";
            this.lblTitle.Size = new System.Drawing.Size(49, 24);
            this.lblTitle.TabIndex = 0;
            this.lblTitle.Text = "E04";
            // 
            // panel2
            // 
            this.panel2.Controls.Add(this.lblAggr);
            this.panel2.Controls.Add(this.btnCancel);
            this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panel2.Location = new System.Drawing.Point(0, 436);
            this.panel2.Name = "panel2";
            this.panel2.Size = new System.Drawing.Size(739, 49);
            this.panel2.TabIndex = 4;
            // 
            // lblAggr
            // 
            this.lblAggr.AutoSize = true;
            this.lblAggr.ForeColor = System.Drawing.Color.Blue;
            this.lblAggr.Location = new System.Drawing.Point(19, 18);
            this.lblAggr.Name = "lblAggr";
            this.lblAggr.Size = new System.Drawing.Size(0, 12);
            this.lblAggr.TabIndex = 8;
            // 
            // btnCancel
            // 
            this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnCancel.Location = new System.Drawing.Point(652, 14);
            this.btnCancel.Name = "btnCancel";
            this.btnCancel.Size = new System.Drawing.Size(75, 23);
            this.btnCancel.TabIndex = 7;
            this.btnCancel.Text = "关闭(&C)";
            this.btnCancel.UseVisualStyleBackColor = true;
            this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
            // 
            // tvObject
            // 
            this.tvObject.Dock = System.Windows.Forms.DockStyle.Left;
            this.tvObject.ImageIndex = 0;
            this.tvObject.ImageList = this.ilImage;
            this.tvObject.Location = new System.Drawing.Point(0, 42);
            this.tvObject.Name = "tvObject";
            this.tvObject.SelectedImageIndex = 0;
            this.tvObject.Size = new System.Drawing.Size(202, 394);
            this.tvObject.TabIndex = 5;
            this.tvObject.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tvObject_AfterSelect);
            // 
            // ilImage
            // 
            this.ilImage.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ilImage.ImageStream")));
            this.ilImage.TransparentColor = System.Drawing.Color.Transparent;
            this.ilImage.Images.SetKeyName(0, "database.gif");
            this.ilImage.Images.SetKeyName(1, "table.gif");
            this.ilImage.Images.SetKeyName(2, "field.gif");
            this.ilImage.Images.SetKeyName(3, "key.gif");
            // 
            // splitter1
            // 
            this.splitter1.Location = new System.Drawing.Point(202, 42);
            this.splitter1.Name = "splitter1";
            this.splitter1.Size = new System.Drawing.Size(3, 394);
            this.splitter1.TabIndex = 6;
            this.splitter1.TabStop = false;
            // 
            // lvObject
            // 
            this.lvObject.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lvObject.FullRowSelect = true;
            this.lvObject.Location = new System.Drawing.Point(205, 42);
            this.lvObject.Name = "lvObject";
            this.lvObject.Size = new System.Drawing.Size(534, 394);
            this.lvObject.TabIndex = 7;
            this.lvObject.UseCompatibleStateImageBehavior = false;
            this.lvObject.View = System.Windows.Forms.View.Details;
            this.lvObject.DoubleClick += new System.EventHandler(this.lvObject_DoubleClick);
            // 
            // frmMain
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(739, 485);
            this.Controls.Add(this.lvObject);
            this.Controls.Add(this.splitter1);
            this.Controls.Add(this.tvObject);
            this.Controls.Add(this.panel2);
            this.Controls.Add(this.panel1);
            this.Name = "frmMain";
            this.Text = "数据库查看";
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.nudRecord)).EndInit();
            this.panel2.ResumeLayout(false);
            this.panel2.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.Panel panel1;
        private System.Windows.Forms.Label lblTitle;
        private System.Windows.Forms.Panel panel2;
        private System.Windows.Forms.TreeView tvObject;
        private System.Windows.Forms.Splitter splitter1;
        private System.Windows.Forms.ListView lvObject;
        private System.Windows.Forms.Button btnCancel;
        private System.Windows.Forms.ImageList ilImage;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.NumericUpDown nudRecord;
        private System.Windows.Forms.CheckBox chkNotEmpty;
        private System.Windows.Forms.Label lblAggr;
    }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -