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

📄 form1.designer.cs

📁 改程序能够查询课程表
💻 CS
📖 第 1 页 / 共 2 页
字号:
            this.dataTableNextButton.TabIndex = 9;
            this.dataTableNextButton.Text = "下一步";
            this.dataTableNextButton.UseVisualStyleBackColor = true;
            this.dataTableNextButton.Click += new System.EventHandler(this.dataTableNextButton_Click);
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(30, 19);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(128, 16);
            this.label2.TabIndex = 4;
            this.label2.Text = "2、选择数据库表";
            // 
            // tablesListView
            // 
            this.tablesListView.CheckBoxes = true;
            this.tablesListView.Location = new System.Drawing.Point(21, 38);
            this.tablesListView.Name = "tablesListView";
            this.tablesListView.Size = new System.Drawing.Size(516, 292);
            this.tablesListView.TabIndex = 3;
            this.tablesListView.UseCompatibleStateImageBehavior = false;
            this.tablesListView.ItemChecked += new System.Windows.Forms.ItemCheckedEventHandler(this.tablesListView_ItemChecked);
            this.tablesListView.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.tablesListView_ItemCheck);
            // 
            // tabPage3
            // 
            this.tabPage3.Controls.Add(this.button1);
            this.tabPage3.Controls.Add(this.nameSpaceTextBox);
            this.tabPage3.Controls.Add(this.objectFilePathTextBox);
            this.tabPage3.Controls.Add(this.button3);
            this.tabPage3.Controls.Add(this.generateButton);
            this.tabPage3.Controls.Add(this.label5);
            this.tabPage3.Controls.Add(this.label4);
            this.tabPage3.Controls.Add(this.textBox2);
            this.tabPage3.Location = new System.Drawing.Point(4, 25);
            this.tabPage3.Name = "tabPage3";
            this.tabPage3.Size = new System.Drawing.Size(584, 400);
            this.tabPage3.TabIndex = 2;
            this.tabPage3.Text = "结果";
            this.tabPage3.UseVisualStyleBackColor = true;
            this.tabPage3.Click += new System.EventHandler(this.tabPage3_Click);
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(504, 59);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(29, 24);
            this.button1.TabIndex = 11;
            this.button1.Text = "button1";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // nameSpaceTextBox
            // 
            this.nameSpaceTextBox.Location = new System.Drawing.Point(166, 26);
            this.nameSpaceTextBox.Name = "nameSpaceTextBox";
            this.nameSpaceTextBox.Size = new System.Drawing.Size(133, 26);
            this.nameSpaceTextBox.TabIndex = 10;
            this.nameSpaceTextBox.Text = "drillingSystem";
            // 
            // objectFilePathTextBox
            // 
            this.objectFilePathTextBox.Location = new System.Drawing.Point(166, 58);
            this.objectFilePathTextBox.Name = "objectFilePathTextBox";
            this.objectFilePathTextBox.Size = new System.Drawing.Size(133, 26);
            this.objectFilePathTextBox.TabIndex = 10;
            this.objectFilePathTextBox.Text = "e:\\";
            // 
            // button3
            // 
            this.button3.Location = new System.Drawing.Point(321, 59);
            this.button3.Name = "button3";
            this.button3.Size = new System.Drawing.Size(38, 25);
            this.button3.TabIndex = 9;
            this.button3.Text = "...";
            this.button3.UseVisualStyleBackColor = true;
            this.button3.Click += new System.EventHandler(this.button3_Click);
            // 
            // generateButton
            // 
            this.generateButton.Location = new System.Drawing.Point(378, 55);
            this.generateButton.Name = "generateButton";
            this.generateButton.Size = new System.Drawing.Size(67, 28);
            this.generateButton.TabIndex = 1;
            this.generateButton.Text = "生成";
            this.generateButton.UseVisualStyleBackColor = true;
            this.generateButton.Click += new System.EventHandler(this.generateButton_Click);
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(32, 29);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(104, 16);
            this.label5.TabIndex = 8;
            this.label5.Text = "项目命名空间";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(32, 63);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(104, 16);
            this.label4.TabIndex = 8;
            this.label4.Text = "选择输出目录";
            // 
            // textBox2
            // 
            this.textBox2.Location = new System.Drawing.Point(22, 119);
            this.textBox2.Multiline = true;
            this.textBox2.Name = "textBox2";
            this.textBox2.Size = new System.Drawing.Size(524, 193);
            this.textBox2.TabIndex = 0;
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(657, 483);
            this.Controls.Add(this.tab);
            this.Controls.Add(this.label1);
            this.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.Margin = new System.Windows.Forms.Padding(4);
            this.Name = "Form1";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Form1";
            this.Load += new System.EventHandler(this.Form1_Load);
            this.tab.ResumeLayout(false);
            this.tabPage1.ResumeLayout(false);
            this.tabPage1.PerformLayout();
            this.tabPage2.ResumeLayout(false);
            this.tabPage2.PerformLayout();
            this.tabPage3.ResumeLayout(false);
            this.tabPage3.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.TabControl tab;
        private System.Windows.Forms.TabPage tabPage1;
        private System.Windows.Forms.Button dataBaseNextButton;
        private System.Windows.Forms.TextBox dataBaseFilePathTextBox;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.TabPage tabPage2;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.ListView tablesListView;
        private System.Windows.Forms.Button dataTablePrevButton;
        private System.Windows.Forms.Button dataTableNextButton;
        private System.Windows.Forms.TabPage tabPage3;
        private System.Windows.Forms.TextBox objectFilePathTextBox;
        private System.Windows.Forms.Button button3;
        private System.Windows.Forms.Button generateButton;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.TextBox textBox2;
        private System.Windows.Forms.Button selectDataFilePathButton;
        private System.Windows.Forms.TextBox nameSpaceTextBox;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.Button button1;
        private System.Windows.Forms.Button button2;

    }
}

⌨️ 快捷键说明

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