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

📄 dbmanagement.designer.cs

📁 C#代码创建Access MDB数据库,无需Access环境.
💻 CS
字号:
namespace Rhialyn.MySite.DBManagement
{
    partial class DBManagement
    {
        /// <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.btnCreateDB = new System.Windows.Forms.Button();
			this.txtDBName = new System.Windows.Forms.TextBox();
			this.txtTableScript0 = new System.Windows.Forms.TextBox();
			this.btnCreateTable = new System.Windows.Forms.Button();
			this.label1 = new System.Windows.Forms.Label();
			this.btnBrowse = new System.Windows.Forms.Button();
			this.folderBrowserDialogMDF = new System.Windows.Forms.FolderBrowserDialog();
			this.groupBox1 = new System.Windows.Forms.GroupBox();
			this.label3 = new System.Windows.Forms.Label();
			this.label2 = new System.Windows.Forms.Label();
			this.txtTableScript1 = new System.Windows.Forms.TextBox();
			this.groupBox1.SuspendLayout();
			this.SuspendLayout();
			// 
			// btnCreateDB
			// 
			this.btnCreateDB.Font = new System.Drawing.Font("NSimSun", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
			this.btnCreateDB.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
			this.btnCreateDB.Location = new System.Drawing.Point(12, 72);
			this.btnCreateDB.Name = "btnCreateDB";
			this.btnCreateDB.Size = new System.Drawing.Size(75, 21);
			this.btnCreateDB.TabIndex = 0;
			this.btnCreateDB.Text = "创建数据库";
			this.btnCreateDB.UseVisualStyleBackColor = true;
			this.btnCreateDB.Click += new System.EventHandler(this.btnCreateDB_Click);
			// 
			// txtDBName
			// 
			this.txtDBName.Font = new System.Drawing.Font("NSimSun", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
			this.txtDBName.ForeColor = System.Drawing.Color.Navy;
			this.txtDBName.Location = new System.Drawing.Point(12, 48);
			this.txtDBName.Name = "txtDBName";
			this.txtDBName.Size = new System.Drawing.Size(575, 21);
			this.txtDBName.TabIndex = 1;
			// 
			// txtTableScript0
			// 
			this.txtTableScript0.AcceptsReturn = true;
			this.txtTableScript0.AcceptsTab = true;
			this.txtTableScript0.Font = new System.Drawing.Font("NSimSun", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
			this.txtTableScript0.ForeColor = System.Drawing.Color.Navy;
			this.txtTableScript0.Location = new System.Drawing.Point(12, 182);
			this.txtTableScript0.Multiline = true;
			this.txtTableScript0.Name = "txtTableScript0";
			this.txtTableScript0.Size = new System.Drawing.Size(661, 107);
			this.txtTableScript0.TabIndex = 5;
			// 
			// btnCreateTable
			// 
			this.btnCreateTable.Font = new System.Drawing.Font("NSimSun", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
			this.btnCreateTable.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
			this.btnCreateTable.Location = new System.Drawing.Point(12, 407);
			this.btnCreateTable.Name = "btnCreateTable";
			this.btnCreateTable.Size = new System.Drawing.Size(94, 27);
			this.btnCreateTable.TabIndex = 4;
			this.btnCreateTable.Text = "创建表";
			this.btnCreateTable.UseVisualStyleBackColor = true;
			this.btnCreateTable.Click += new System.EventHandler(this.btnCreateTable_Click);
			// 
			// label1
			// 
			this.label1.AutoSize = true;
			this.label1.Font = new System.Drawing.Font("NSimSun", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
			this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
			this.label1.Location = new System.Drawing.Point(13, 30);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(101, 12);
			this.label1.TabIndex = 6;
			this.label1.Text = "请输入数据库名称";
			// 
			// btnBrowse
			// 
			this.btnBrowse.Font = new System.Drawing.Font("NSimSun", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
			this.btnBrowse.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
			this.btnBrowse.Location = new System.Drawing.Point(593, 48);
			this.btnBrowse.Name = "btnBrowse";
			this.btnBrowse.Size = new System.Drawing.Size(80, 21);
			this.btnBrowse.TabIndex = 7;
			this.btnBrowse.Text = "浏览";
			this.btnBrowse.UseVisualStyleBackColor = true;
			this.btnBrowse.Click += new System.EventHandler(this.btnBrowse_Click);
			// 
			// groupBox1
			// 
			this.groupBox1.Controls.Add(this.label3);
			this.groupBox1.Controls.Add(this.label2);
			this.groupBox1.Font = new System.Drawing.Font("NSimSun", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
			this.groupBox1.ForeColor = System.Drawing.Color.Navy;
			this.groupBox1.Location = new System.Drawing.Point(12, 118);
			this.groupBox1.Name = "groupBox1";
			this.groupBox1.Size = new System.Drawing.Size(661, 53);
			this.groupBox1.TabIndex = 11;
			this.groupBox1.TabStop = false;
			this.groupBox1.Text = "实例描述、";
			// 
			// label3
			// 
			this.label3.AutoSize = true;
			this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
			this.label3.Location = new System.Drawing.Point(11, 38);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(95, 12);
			this.label3.TabIndex = 12;
			this.label3.Text = "Drop Table Test";
			// 
			// label2
			// 
			this.label2.AutoSize = true;
			this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
			this.label2.Location = new System.Drawing.Point(11, 20);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(611, 12);
			this.label2.TabIndex = 11;
			this.label2.Text = "Create Table Test(testID Counter Primary Key, testText varchar(20), testMemo memo" +
				", testDate datetime)";
			// 
			// txtTableScript1
			// 
			this.txtTableScript1.AcceptsReturn = true;
			this.txtTableScript1.AcceptsTab = true;
			this.txtTableScript1.Font = new System.Drawing.Font("NSimSun", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
			this.txtTableScript1.ForeColor = System.Drawing.Color.Navy;
			this.txtTableScript1.Location = new System.Drawing.Point(12, 294);
			this.txtTableScript1.Multiline = true;
			this.txtTableScript1.Name = "txtTableScript1";
			this.txtTableScript1.Size = new System.Drawing.Size(661, 107);
			this.txtTableScript1.TabIndex = 12;
			// 
			// DBManagement
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.ClientSize = new System.Drawing.Size(685, 446);
			this.Controls.Add(this.txtTableScript1);
			this.Controls.Add(this.groupBox1);
			this.Controls.Add(this.btnBrowse);
			this.Controls.Add(this.label1);
			this.Controls.Add(this.txtTableScript0);
			this.Controls.Add(this.btnCreateTable);
			this.Controls.Add(this.txtDBName);
			this.Controls.Add(this.btnCreateDB);
			this.Name = "DBManagement";
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "MS Access DB Management v1.0";
			this.Load += new System.EventHandler(this.DBManagement_Load);
			this.groupBox1.ResumeLayout(false);
			this.groupBox1.PerformLayout();
			this.ResumeLayout(false);
			this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Button btnCreateDB;
        private System.Windows.Forms.TextBox txtDBName;
        private System.Windows.Forms.TextBox txtTableScript0;
        private System.Windows.Forms.Button btnCreateTable;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Button btnBrowse;
        private System.Windows.Forms.FolderBrowserDialog folderBrowserDialogMDF;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label label2;
		private System.Windows.Forms.TextBox txtTableScript1;
    }
}

⌨️ 快捷键说明

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