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

📄 form1.designer.cs

📁 改程序能够查询课程表
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace test
{
    partial class Form1
    {
        /// <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.label1 = new System.Windows.Forms.Label();
            this.tab = new System.Windows.Forms.TabControl();
            this.tabPage1 = new System.Windows.Forms.TabPage();
            this.button2 = new System.Windows.Forms.Button();
            this.selectDataFilePathButton = new System.Windows.Forms.Button();
            this.dataBaseNextButton = new System.Windows.Forms.Button();
            this.dataBaseFilePathTextBox = new System.Windows.Forms.TextBox();
            this.label3 = new System.Windows.Forms.Label();
            this.tabPage2 = new System.Windows.Forms.TabPage();
            this.dataTablePrevButton = new System.Windows.Forms.Button();
            this.dataTableNextButton = new System.Windows.Forms.Button();
            this.label2 = new System.Windows.Forms.Label();
            this.tablesListView = new System.Windows.Forms.ListView();
            this.tabPage3 = new System.Windows.Forms.TabPage();
            this.button1 = new System.Windows.Forms.Button();
            this.nameSpaceTextBox = new System.Windows.Forms.TextBox();
            this.objectFilePathTextBox = new System.Windows.Forms.TextBox();
            this.button3 = new System.Windows.Forms.Button();
            this.generateButton = new System.Windows.Forms.Button();
            this.label5 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.textBox2 = new System.Windows.Forms.TextBox();
            this.tab.SuspendLayout();
            this.tabPage1.SuspendLayout();
            this.tabPage2.SuspendLayout();
            this.tabPage3.SuspendLayout();
            this.SuspendLayout();
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(230, 9);
            this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(208, 16);
            this.label1.TabIndex = 0;
            this.label1.Text = "数据库O/R映射代码生成工具";
            // 
            // tab
            // 
            this.tab.Controls.Add(this.tabPage1);
            this.tab.Controls.Add(this.tabPage2);
            this.tab.Controls.Add(this.tabPage3);
            this.tab.Location = new System.Drawing.Point(28, 28);
            this.tab.Name = "tab";
            this.tab.SelectedIndex = 0;
            this.tab.Size = new System.Drawing.Size(592, 429);
            this.tab.TabIndex = 5;
            // 
            // tabPage1
            // 
            this.tabPage1.Controls.Add(this.button2);
            this.tabPage1.Controls.Add(this.selectDataFilePathButton);
            this.tabPage1.Controls.Add(this.dataBaseNextButton);
            this.tabPage1.Controls.Add(this.dataBaseFilePathTextBox);
            this.tabPage1.Controls.Add(this.label3);
            this.tabPage1.Location = new System.Drawing.Point(4, 25);
            this.tabPage1.Name = "tabPage1";
            this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage1.Size = new System.Drawing.Size(584, 400);
            this.tabPage1.TabIndex = 0;
            this.tabPage1.Text = "选择数据库";
            this.tabPage1.UseVisualStyleBackColor = true;
            // 
            // button2
            // 
            this.button2.Location = new System.Drawing.Point(351, 214);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(75, 23);
            this.button2.TabIndex = 11;
            this.button2.Text = "XML";
            this.button2.UseVisualStyleBackColor = true;
            this.button2.Click += new System.EventHandler(this.button2_Click);
            // 
            // selectDataFilePathButton
            // 
            this.selectDataFilePathButton.Location = new System.Drawing.Point(446, 144);
            this.selectDataFilePathButton.Name = "selectDataFilePathButton";
            this.selectDataFilePathButton.Size = new System.Drawing.Size(50, 24);
            this.selectDataFilePathButton.TabIndex = 10;
            this.selectDataFilePathButton.Text = "...";
            this.selectDataFilePathButton.UseVisualStyleBackColor = true;
            this.selectDataFilePathButton.Click += new System.EventHandler(this.selectDataFilePathButton_Click);
            // 
            // dataBaseNextButton
            // 
            this.dataBaseNextButton.Location = new System.Drawing.Point(416, 338);
            this.dataBaseNextButton.Name = "dataBaseNextButton";
            this.dataBaseNextButton.Size = new System.Drawing.Size(81, 28);
            this.dataBaseNextButton.TabIndex = 8;
            this.dataBaseNextButton.Text = "下一步";
            this.dataBaseNextButton.UseVisualStyleBackColor = true;
            this.dataBaseNextButton.Click += new System.EventHandler(this.dataBaseNextButton_Click);
            // 
            // dataBaseFilePathTextBox
            // 
            this.dataBaseFilePathTextBox.Location = new System.Drawing.Point(94, 143);
            this.dataBaseFilePathTextBox.Name = "dataBaseFilePathTextBox";
            this.dataBaseFilePathTextBox.Size = new System.Drawing.Size(332, 26);
            this.dataBaseFilePathTextBox.TabIndex = 7;
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(91, 99);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(128, 16);
            this.label3.TabIndex = 5;
            this.label3.Text = "1、选择数据文件";
            // 
            // tabPage2
            // 
            this.tabPage2.Controls.Add(this.dataTablePrevButton);
            this.tabPage2.Controls.Add(this.dataTableNextButton);
            this.tabPage2.Controls.Add(this.label2);
            this.tabPage2.Controls.Add(this.tablesListView);
            this.tabPage2.Location = new System.Drawing.Point(4, 25);
            this.tabPage2.Name = "tabPage2";
            this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage2.Size = new System.Drawing.Size(584, 400);
            this.tabPage2.TabIndex = 1;
            this.tabPage2.Text = "选择数据表";
            this.tabPage2.UseVisualStyleBackColor = true;
            // 
            // dataTablePrevButton
            // 
            this.dataTablePrevButton.Location = new System.Drawing.Point(322, 355);
            this.dataTablePrevButton.Name = "dataTablePrevButton";
            this.dataTablePrevButton.Size = new System.Drawing.Size(81, 28);
            this.dataTablePrevButton.TabIndex = 10;
            this.dataTablePrevButton.Text = "上一步";
            this.dataTablePrevButton.UseVisualStyleBackColor = true;
            this.dataTablePrevButton.Click += new System.EventHandler(this.dataTablePrevButton_Click);
            // 
            // dataTableNextButton
            // 
            this.dataTableNextButton.Location = new System.Drawing.Point(429, 355);
            this.dataTableNextButton.Name = "dataTableNextButton";
            this.dataTableNextButton.Size = new System.Drawing.Size(81, 28);

⌨️ 快捷键说明

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