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

📄 exportddform.designer.cs

📁 用Excel建表
💻 CS
字号:
namespace DBApplicateSystem
{
    partial class ExportDDForm
    {
        /// <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.groupBox1 = new System.Windows.Forms.GroupBox();
            this.lbDBName = new System.Windows.Forms.Label();
            this.DBTable = new System.Windows.Forms.ListBox();
            this.btnConfigSQLServer2005 = new System.Windows.Forms.Button();
            this.btAdd = new System.Windows.Forms.Button();
            this.btDel = new System.Windows.Forms.Button();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.ChoosedTable = new System.Windows.Forms.ListBox();
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.btExport = new System.Windows.Forms.Button();
            this.pBExport = new System.Windows.Forms.ProgressBar();
            this.bgwExportDD = new System.ComponentModel.BackgroundWorker();
            this.groupBox1.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.groupBox3.SuspendLayout();
            this.SuspendLayout();
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.lbDBName);
            this.groupBox1.Controls.Add(this.DBTable);
            this.groupBox1.Location = new System.Drawing.Point(2, 12);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(247, 297);
            this.groupBox1.TabIndex = 3;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "数据库表";
            // 
            // lbDBName
            // 
            this.lbDBName.AutoSize = true;
            this.lbDBName.Location = new System.Drawing.Point(61, 17);
            this.lbDBName.Name = "lbDBName";
            this.lbDBName.Size = new System.Drawing.Size(53, 12);
            this.lbDBName.TabIndex = 1;
            this.lbDBName.Text = "数据库:";
            // 
            // DBTable
            // 
            this.DBTable.FormattingEnabled = true;
            this.DBTable.HorizontalScrollbar = true;
            this.DBTable.ItemHeight = 12;
            this.DBTable.Location = new System.Drawing.Point(6, 44);
            this.DBTable.Name = "DBTable";
            this.DBTable.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
            this.DBTable.Size = new System.Drawing.Size(235, 244);
            this.DBTable.TabIndex = 0;
            // 
            // btnConfigSQLServer2005
            // 
            this.btnConfigSQLServer2005.Location = new System.Drawing.Point(268, 56);
            this.btnConfigSQLServer2005.Name = "btnConfigSQLServer2005";
            this.btnConfigSQLServer2005.Size = new System.Drawing.Size(129, 23);
            this.btnConfigSQLServer2005.TabIndex = 0;
            this.btnConfigSQLServer2005.Text = "SqlServer2005配制";
            this.btnConfigSQLServer2005.UseVisualStyleBackColor = true;
            this.btnConfigSQLServer2005.Click += new System.EventHandler(this.btnConfigSQLServer2005_Click);
            // 
            // btAdd
            // 
            this.btAdd.Location = new System.Drawing.Point(336, 158);
            this.btAdd.Name = "btAdd";
            this.btAdd.Size = new System.Drawing.Size(75, 23);
            this.btAdd.TabIndex = 3;
            this.btAdd.Text = "添加->";
            this.btAdd.UseVisualStyleBackColor = true;
            this.btAdd.Click += new System.EventHandler(this.btAdd_Click);
            // 
            // btDel
            // 
            this.btDel.Location = new System.Drawing.Point(255, 158);
            this.btDel.Name = "btDel";
            this.btDel.Size = new System.Drawing.Size(75, 23);
            this.btDel.TabIndex = 4;
            this.btDel.Text = "<-删除";
            this.btDel.UseVisualStyleBackColor = true;
            this.btDel.Click += new System.EventHandler(this.btDel_Click);
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.ChoosedTable);
            this.groupBox2.Location = new System.Drawing.Point(424, 12);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(247, 297);
            this.groupBox2.TabIndex = 4;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "待导出数据字典的表";
            // 
            // ChoosedTable
            // 
            this.ChoosedTable.FormattingEnabled = true;
            this.ChoosedTable.HorizontalScrollbar = true;
            this.ChoosedTable.ItemHeight = 12;
            this.ChoosedTable.Location = new System.Drawing.Point(6, 44);
            this.ChoosedTable.Name = "ChoosedTable";
            this.ChoosedTable.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
            this.ChoosedTable.Size = new System.Drawing.Size(235, 244);
            this.ChoosedTable.TabIndex = 0;
            // 
            // groupBox3
            // 
            this.groupBox3.Controls.Add(this.btExport);
            this.groupBox3.Location = new System.Drawing.Point(2, 315);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(664, 50);
            this.groupBox3.TabIndex = 5;
            this.groupBox3.TabStop = false;
            this.groupBox3.Text = "操作";
            // 
            // btExport
            // 
            this.btExport.Location = new System.Drawing.Point(530, 20);
            this.btExport.Name = "btExport";
            this.btExport.Size = new System.Drawing.Size(108, 23);
            this.btExport.TabIndex = 0;
            this.btExport.Text = "导出数据字典";
            this.btExport.UseVisualStyleBackColor = true;
            this.btExport.Click += new System.EventHandler(this.btExport_Click);
            // 
            // pBExport
            // 
            this.pBExport.Location = new System.Drawing.Point(417, 380);
            this.pBExport.Name = "pBExport";
            this.pBExport.Size = new System.Drawing.Size(248, 24);
            this.pBExport.TabIndex = 6;
            this.pBExport.Visible = false;
            // 
            // bgwExportDD
            // 
            this.bgwExportDD.DoWork += new System.ComponentModel.DoWorkEventHandler(this.bgwExportDD_DoWork);
            this.bgwExportDD.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.bgwExportDD_RunWorkerCompleted);
            // 
            // ExportDDForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(678, 425);
            this.Controls.Add(this.pBExport);
            this.Controls.Add(this.groupBox3);
            this.Controls.Add(this.btAdd);
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.btnConfigSQLServer2005);
            this.Controls.Add(this.btDel);
            this.Controls.Add(this.groupBox1);
            this.Name = "ExportDDForm";
            this.Text = "导出数据字典";
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            this.groupBox3.ResumeLayout(false);
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.ListBox DBTable;
        private System.Windows.Forms.Button btDel;
        private System.Windows.Forms.Button btAdd;
        private System.Windows.Forms.Button btnConfigSQLServer2005;
        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.ListBox ChoosedTable;
        private System.Windows.Forms.Label lbDBName;
        private System.Windows.Forms.GroupBox groupBox3;
        private System.Windows.Forms.Button btExport;
        private System.Windows.Forms.ProgressBar pBExport;
        private System.ComponentModel.BackgroundWorker bgwExportDD;
    }
}

⌨️ 快捷键说明

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