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

📄 frmmain.designer.cs

📁 数据库操作的小工具
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace DatabaseHelper
{
    partial class frmMain
    {
        /// <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.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMain));
            this.imageList1 = new System.Windows.Forms.ImageList(this.components);
            this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker();
            this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
            this.btnClearLog = new System.Windows.Forms.Button();
            this.btnSaveTo = new System.Windows.Forms.Button();
            this.txtSaveTo = new System.Windows.Forms.TextBox();
            this.lblSaveTo = new System.Windows.Forms.Label();
            this.cmbLanguage = new System.Windows.Forms.ComboBox();
            this.btnGenerateCode = new System.Windows.Forms.Button();
            this.splitContainer1 = new System.Windows.Forms.SplitContainer();
            this.treeView1 = new System.Windows.Forms.TreeView();
            this.richTxtLog = new System.Windows.Forms.RichTextBox();
            this.gpConnection = new System.Windows.Forms.GroupBox();
            this.cmbInstances = new System.Windows.Forms.ComboBox();
            this.btnDetect = new System.Windows.Forms.Button();
            this.checkTrustConnection = new System.Windows.Forms.CheckBox();
            this.btnConnect = new System.Windows.Forms.Button();
            this.txtPass = new System.Windows.Forms.TextBox();
            this.lblPass = new System.Windows.Forms.Label();
            this.txtUser = new System.Windows.Forms.TextBox();
            this.lblUser = new System.Windows.Forms.Label();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.checkGenTblClass = new System.Windows.Forms.CheckBox();
            this.radioGenSpCode = new System.Windows.Forms.RadioButton();
            this.radioGenSp = new System.Windows.Forms.RadioButton();
            this.menuStrip1 = new System.Windows.Forms.MenuStrip();
            this.menuItemPlugIn = new System.Windows.Forms.ToolStripMenuItem();
            this.menuItemHelp = new System.Windows.Forms.ToolStripMenuItem();
            this.menuItemAboutUs = new System.Windows.Forms.ToolStripMenuItem();
            this.splitContainer1.Panel1.SuspendLayout();
            this.splitContainer1.Panel2.SuspendLayout();
            this.splitContainer1.SuspendLayout();
            this.gpConnection.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.menuStrip1.SuspendLayout();
            this.SuspendLayout();
            // 
            // imageList1
            // 
            this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
            this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
            this.imageList1.Images.SetKeyName(0, "data.png");
            this.imageList1.Images.SetKeyName(1, "table_sql.png");
            this.imageList1.Images.SetKeyName(2, "table_sql_run.png");
            this.imageList1.Images.SetKeyName(3, "data_connection.png");
            this.imageList1.Images.SetKeyName(4, "data_copy.png");
            this.imageList1.Images.SetKeyName(5, "garbage_empty.png");
            this.imageList1.Images.SetKeyName(6, "column.png");
            this.imageList1.Images.SetKeyName(7, "Start.ico");
            this.imageList1.Images.SetKeyName(8, "Bulb Off.ico");
            this.imageList1.Images.SetKeyName(9, "Bulb Idea.ico");
            this.imageList1.Images.SetKeyName(10, "Bulb On.ico");
            this.imageList1.Images.SetKeyName(11, "Bulb Electric.ico");
            // 
            // backgroundWorker1
            // 
            this.backgroundWorker1.DoWork += new System.ComponentModel.DoWorkEventHandler(this.backgroundWorker1_DoWork);
            this.backgroundWorker1.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.backgroundWorker1_RunWorkerCompleted);
            // 
            // folderBrowserDialog1
            // 
            this.folderBrowserDialog1.Description = "Please Select a folder to Generate code into it";
            // 
            // btnClearLog
            // 
            this.btnClearLog.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.btnClearLog.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.btnClearLog.ImageIndex = 5;
            this.btnClearLog.ImageList = this.imageList1;
            this.btnClearLog.Location = new System.Drawing.Point(10, 504);
            this.btnClearLog.Name = "btnClearLog";
            this.btnClearLog.Size = new System.Drawing.Size(840, 31);
            this.btnClearLog.TabIndex = 35;
            this.btnClearLog.Text = "Clear Log";
            this.btnClearLog.UseVisualStyleBackColor = true;
            this.btnClearLog.Click += new System.EventHandler(this.btnClearLog_Click);
            // 
            // btnSaveTo
            // 
            this.btnSaveTo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnSaveTo.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.btnSaveTo.Location = new System.Drawing.Point(817, 135);
            this.btnSaveTo.Name = "btnSaveTo";
            this.btnSaveTo.Size = new System.Drawing.Size(37, 25);
            this.btnSaveTo.TabIndex = 34;
            this.btnSaveTo.Text = "...";
            this.btnSaveTo.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            this.btnSaveTo.UseVisualStyleBackColor = true;
            this.btnSaveTo.Click += new System.EventHandler(this.btnSaveTo_Click);
            // 
            // txtSaveTo
            // 
            this.txtSaveTo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.txtSaveTo.Location = new System.Drawing.Point(251, 138);
            this.txtSaveTo.Name = "txtSaveTo";
            this.txtSaveTo.Size = new System.Drawing.Size(560, 20);
            this.txtSaveTo.TabIndex = 33;
            // 
            // lblSaveTo
            // 
            this.lblSaveTo.AutoSize = true;
            this.lblSaveTo.Location = new System.Drawing.Point(195, 141);
            this.lblSaveTo.Name = "lblSaveTo";
            this.lblSaveTo.Size = new System.Drawing.Size(50, 13);
            this.lblSaveTo.TabIndex = 32;
            this.lblSaveTo.Text = "Save to :";
            // 
            // cmbLanguage
            // 
            this.cmbLanguage.FormattingEnabled = true;
            this.cmbLanguage.Items.AddRange(new object[] {
            "C#",
            "VB"});
            this.cmbLanguage.Location = new System.Drawing.Point(141, 136);
            this.cmbLanguage.Name = "cmbLanguage";
            this.cmbLanguage.Size = new System.Drawing.Size(46, 21);
            this.cmbLanguage.TabIndex = 31;
            this.cmbLanguage.Text = "C#";
            // 
            // btnGenerateCode
            // 
            this.btnGenerateCode.Enabled = false;
            this.btnGenerateCode.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.btnGenerateCode.ImageIndex = 7;
            this.btnGenerateCode.ImageList = this.imageList1;
            this.btnGenerateCode.Location = new System.Drawing.Point(10, 131);
            this.btnGenerateCode.Name = "btnGenerateCode";
            this.btnGenerateCode.Size = new System.Drawing.Size(125, 33);
            this.btnGenerateCode.TabIndex = 30;
            this.btnGenerateCode.Text = "Generate Code";
            this.btnGenerateCode.UseVisualStyleBackColor = true;
            this.btnGenerateCode.Click += new System.EventHandler(this.btnGenerateCode_Click);
            // 
            // splitContainer1
            // 
            this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.splitContainer1.Location = new System.Drawing.Point(10, 170);
            this.splitContainer1.Name = "splitContainer1";
            // 
            // splitContainer1.Panel1
            // 
            this.splitContainer1.Panel1.Controls.Add(this.treeView1);
            // 
            // splitContainer1.Panel2
            // 
            this.splitContainer1.Panel2.Controls.Add(this.richTxtLog);
            this.splitContainer1.Size = new System.Drawing.Size(844, 327);
            this.splitContainer1.SplitterDistance = 261;
            this.splitContainer1.TabIndex = 29;
            // 
            // treeView1
            // 
            this.treeView1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.treeView1.ImageIndex = 0;
            this.treeView1.ImageList = this.imageList1;
            this.treeView1.Location = new System.Drawing.Point(0, 0);
            this.treeView1.Name = "treeView1";
            this.treeView1.SelectedImageIndex = 0;
            this.treeView1.Size = new System.Drawing.Size(261, 327);
            this.treeView1.TabIndex = 2;
            this.treeView1.BeforeExpand += new System.Windows.Forms.TreeViewCancelEventHandler(this.treeView1_BeforeExpand);
            // 
            // richTxtLog
            // 
            this.richTxtLog.BackColor = System.Drawing.SystemColors.Control;
            this.richTxtLog.Dock = System.Windows.Forms.DockStyle.Fill;
            this.richTxtLog.Location = new System.Drawing.Point(0, 0);
            this.richTxtLog.Name = "richTxtLog";
            this.richTxtLog.ReadOnly = true;
            this.richTxtLog.Size = new System.Drawing.Size(579, 327);
            this.richTxtLog.TabIndex = 15;
            this.richTxtLog.Text = "";
            // 
            // gpConnection
            // 
            this.gpConnection.Controls.Add(this.cmbInstances);
            this.gpConnection.Controls.Add(this.btnDetect);
            this.gpConnection.Controls.Add(this.checkTrustConnection);
            this.gpConnection.Controls.Add(this.btnConnect);
            this.gpConnection.Controls.Add(this.txtPass);
            this.gpConnection.Controls.Add(this.lblPass);
            this.gpConnection.Controls.Add(this.txtUser);
            this.gpConnection.Controls.Add(this.lblUser);
            this.gpConnection.Location = new System.Drawing.Point(10, 28);
            this.gpConnection.Name = "gpConnection";
            this.gpConnection.Size = new System.Drawing.Size(576, 97);
            this.gpConnection.TabIndex = 28;
            this.gpConnection.TabStop = false;
            this.gpConnection.Text = "Connection";
            // 
            // cmbInstances
            // 

⌨️ 快捷键说明

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