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

📄 frmmain.designer.cs

📁 数据库操作的小工具
💻 CS
📖 第 1 页 / 共 2 页
字号:
            this.cmbInstances.FormattingEnabled = true;
            this.cmbInstances.Location = new System.Drawing.Point(180, 26);
            this.cmbInstances.Name = "cmbInstances";
            this.cmbInstances.Size = new System.Drawing.Size(211, 21);
            this.cmbInstances.TabIndex = 10;
            this.cmbInstances.Text = ".";
            // 
            // btnDetect
            // 
            this.btnDetect.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.btnDetect.ImageIndex = 4;
            this.btnDetect.ImageList = this.imageList1;
            this.btnDetect.Location = new System.Drawing.Point(13, 20);
            this.btnDetect.Name = "btnDetect";
            this.btnDetect.Size = new System.Drawing.Size(153, 31);
            this.btnDetect.TabIndex = 9;
            this.btnDetect.Text = "Detect Data Sources";
            this.btnDetect.UseVisualStyleBackColor = true;
            this.btnDetect.Click += new System.EventHandler(this.btnDetect_Click);
            // 
            // checkTrustConnection
            // 
            this.checkTrustConnection.AutoSize = true;
            this.checkTrustConnection.Location = new System.Drawing.Point(180, 67);
            this.checkTrustConnection.Name = "checkTrustConnection";
            this.checkTrustConnection.Size = new System.Drawing.Size(119, 17);
            this.checkTrustConnection.TabIndex = 8;
            this.checkTrustConnection.Text = "Trusted Connection";
            this.checkTrustConnection.UseVisualStyleBackColor = true;
            this.checkTrustConnection.CheckedChanged += new System.EventHandler(this.checkTrustConnection_CheckedChanged);
            // 
            // btnConnect
            // 
            this.btnConnect.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.btnConnect.ImageIndex = 3;
            this.btnConnect.ImageList = this.imageList1;
            this.btnConnect.Location = new System.Drawing.Point(13, 57);
            this.btnConnect.Name = "btnConnect";
            this.btnConnect.Size = new System.Drawing.Size(153, 31);
            this.btnConnect.TabIndex = 7;
            this.btnConnect.Text = "Connect";
            this.btnConnect.UseVisualStyleBackColor = true;
            this.btnConnect.Click += new System.EventHandler(this.btnConnect_Click);
            // 
            // txtPass
            // 
            this.txtPass.Location = new System.Drawing.Point(484, 65);
            this.txtPass.Name = "txtPass";
            this.txtPass.PasswordChar = '*';
            this.txtPass.Size = new System.Drawing.Size(77, 20);
            this.txtPass.TabIndex = 6;
            // 
            // lblPass
            // 
            this.lblPass.AutoSize = true;
            this.lblPass.Location = new System.Drawing.Point(443, 68);
            this.lblPass.Name = "lblPass";
            this.lblPass.Size = new System.Drawing.Size(36, 13);
            this.lblPass.TabIndex = 5;
            this.lblPass.Text = "Pass :";
            // 
            // txtUser
            // 
            this.txtUser.Location = new System.Drawing.Point(348, 65);
            this.txtUser.Name = "txtUser";
            this.txtUser.Size = new System.Drawing.Size(77, 20);
            this.txtUser.TabIndex = 4;
            this.txtUser.Text = "sa";
            // 
            // lblUser
            // 
            this.lblUser.AutoSize = true;
            this.lblUser.Location = new System.Drawing.Point(307, 68);
            this.lblUser.Name = "lblUser";
            this.lblUser.Size = new System.Drawing.Size(35, 13);
            this.lblUser.TabIndex = 1;
            this.lblUser.Text = "User :";
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.checkGenTblClass);
            this.groupBox1.Controls.Add(this.radioGenSpCode);
            this.groupBox1.Controls.Add(this.radioGenSp);
            this.groupBox1.Location = new System.Drawing.Point(594, 28);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(260, 97);
            this.groupBox1.TabIndex = 36;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Output Type";
            // 
            // checkGenTblClass
            // 
            this.checkGenTblClass.AutoSize = true;
            this.checkGenTblClass.Location = new System.Drawing.Point(19, 69);
            this.checkGenTblClass.Name = "checkGenTblClass";
            this.checkGenTblClass.Size = new System.Drawing.Size(172, 17);
            this.checkGenTblClass.TabIndex = 9;
            this.checkGenTblClass.Text = "Generate Tables Classes (BLL)";
            this.checkGenTblClass.UseVisualStyleBackColor = true;
            this.checkGenTblClass.CheckedChanged += new System.EventHandler(this.checkGenTblClass_CheckedChanged);
            // 
            // radioGenSpCode
            // 
            this.radioGenSpCode.AutoSize = true;
            this.radioGenSpCode.Location = new System.Drawing.Point(19, 46);
            this.radioGenSpCode.Name = "radioGenSpCode";
            this.radioGenSpCode.Size = new System.Drawing.Size(233, 17);
            this.radioGenSpCode.TabIndex = 1;
            this.radioGenSpCode.TabStop = true;
            this.radioGenSpCode.Text = "Generate Code for Stored Procedures (DAL)";
            this.radioGenSpCode.UseVisualStyleBackColor = true;
            this.radioGenSpCode.CheckedChanged += new System.EventHandler(this.radioGenSpCode_CheckedChanged);
            // 
            // radioGenSp
            // 
            this.radioGenSp.AutoSize = true;
            this.radioGenSp.Location = new System.Drawing.Point(19, 23);
            this.radioGenSp.Name = "radioGenSp";
            this.radioGenSp.Size = new System.Drawing.Size(160, 17);
            this.radioGenSp.TabIndex = 0;
            this.radioGenSp.TabStop = true;
            this.radioGenSp.Text = "Generate Stored Procedures";
            this.radioGenSp.UseVisualStyleBackColor = true;
            this.radioGenSp.CheckedChanged += new System.EventHandler(this.radioGenSp_CheckedChanged);
            // 
            // menuStrip1
            // 
            this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.menuItemPlugIn,
            this.menuItemHelp});
            this.menuStrip1.Location = new System.Drawing.Point(0, 0);
            this.menuStrip1.Name = "menuStrip1";
            this.menuStrip1.Size = new System.Drawing.Size(864, 24);
            this.menuStrip1.TabIndex = 37;
            this.menuStrip1.Text = "menuStrip1";
            // 
            // menuItemPlugIn
            // 
            this.menuItemPlugIn.Name = "menuItemPlugIn";
            this.menuItemPlugIn.Size = new System.Drawing.Size(54, 20);
            this.menuItemPlugIn.Text = "PlugIns";
            // 
            // menuItemHelp
            // 
            this.menuItemHelp.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.menuItemAboutUs});
            this.menuItemHelp.Name = "menuItemHelp";
            this.menuItemHelp.Size = new System.Drawing.Size(40, 20);
            this.menuItemHelp.Text = "Help";
            // 
            // menuItemAboutUs
            // 
            this.menuItemAboutUs.Name = "menuItemAboutUs";
            this.menuItemAboutUs.Size = new System.Drawing.Size(118, 22);
            this.menuItemAboutUs.Text = "About Us";
            this.menuItemAboutUs.Click += new System.EventHandler(this.menuItemAboutUs_Click);
            // 
            // frmMain
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(864, 548);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.btnClearLog);
            this.Controls.Add(this.btnSaveTo);
            this.Controls.Add(this.txtSaveTo);
            this.Controls.Add(this.lblSaveTo);
            this.Controls.Add(this.cmbLanguage);
            this.Controls.Add(this.btnGenerateCode);
            this.Controls.Add(this.splitContainer1);
            this.Controls.Add(this.gpConnection);
            this.Controls.Add(this.menuStrip1);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MainMenuStrip = this.menuStrip1;
            this.Name = "frmMain";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Db Helper v2.0.0";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.Load += new System.EventHandler(this.Form1_Load);
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel2.ResumeLayout(false);
            this.splitContainer1.ResumeLayout(false);
            this.gpConnection.ResumeLayout(false);
            this.gpConnection.PerformLayout();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.menuStrip1.ResumeLayout(false);
            this.menuStrip1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.ComponentModel.BackgroundWorker backgroundWorker1;
        private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
        private System.Windows.Forms.Button btnClearLog;
        private System.Windows.Forms.Button btnSaveTo;
        private System.Windows.Forms.TextBox txtSaveTo;
        private System.Windows.Forms.Label lblSaveTo;
        private System.Windows.Forms.ComboBox cmbLanguage;
        private System.Windows.Forms.Button btnGenerateCode;
        private System.Windows.Forms.SplitContainer splitContainer1;
        private System.Windows.Forms.TreeView treeView1;
        private System.Windows.Forms.GroupBox gpConnection;
        private System.Windows.Forms.ComboBox cmbInstances;
        private System.Windows.Forms.Button btnDetect;
        private System.Windows.Forms.CheckBox checkTrustConnection;
        private System.Windows.Forms.Button btnConnect;
        private System.Windows.Forms.TextBox txtPass;
        private System.Windows.Forms.Label lblPass;
        private System.Windows.Forms.TextBox txtUser;
        private System.Windows.Forms.Label lblUser;
        private System.Windows.Forms.ImageList imageList1;
        private System.Windows.Forms.RichTextBox richTxtLog;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.RadioButton radioGenSp;
        private System.Windows.Forms.CheckBox checkGenTblClass;
        private System.Windows.Forms.RadioButton radioGenSpCode;
        private System.Windows.Forms.MenuStrip menuStrip1;
        private System.Windows.Forms.ToolStripMenuItem menuItemHelp;
        private System.Windows.Forms.ToolStripMenuItem menuItemAboutUs;
        private System.Windows.Forms.ToolStripMenuItem menuItemPlugIn;
    }
}

⌨️ 快捷键说明

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