?? mainform.designer.cs
字號:
?namespace student
{
partial class MainForm
{
/// <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>
/// 設計器支持所需的方法 - 不要
/// 使用代碼編輯器修改此方法的內(nèi)容。
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
this.menuStrip = new System.Windows.Forms.MenuStrip();
this.文件FToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.退出XToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.關于ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.studentPage = new System.Windows.Forms.TabPage();
this.stuSplitContainer = new System.Windows.Forms.SplitContainer();
this.stuGroupBox = new System.Windows.Forms.GroupBox();
this.button1 = new System.Windows.Forms.Button();
this.couNameTextBox1 = new System.Windows.Forms.TextBox();
this.couNameLable = new System.Windows.Forms.Label();
this.couNumberComboBox = new System.Windows.Forms.ComboBox();
this.couNumberLable1 = new System.Windows.Forms.Label();
this.button2 = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.couComboBox = new System.Windows.Forms.ComboBox();
this.scoTextBox = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.saveStuInforButton = new System.Windows.Forms.Button();
this.classComboBox = new System.Windows.Forms.ComboBox();
this.collegeLabel = new System.Windows.Forms.Label();
this.collegeComboBox = new System.Windows.Forms.ComboBox();
this.classLabel = new System.Windows.Forms.Label();
this.majorTextBox = new System.Windows.Forms.TextBox();
this.stuNumberComboBox = new System.Windows.Forms.ComboBox();
this.majorLabel = new System.Windows.Forms.Label();
this.numLabel = new System.Windows.Forms.Label();
this.nameLabel = new System.Windows.Forms.Label();
this.nameTextBox = new System.Windows.Forms.TextBox();
this.statusBar1 = new System.Windows.Forms.StatusBar();
this.statusBarPanel1 = new System.Windows.Forms.StatusBarPanel();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.couBindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
this.bindingNavigatorAddNewItem1 = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorDeleteItem1 = new System.Windows.Forms.ToolStripButton();
this.saveCouToolStripButton = new System.Windows.Forms.ToolStripButton();
this.couDataGridView = new System.Windows.Forms.DataGridView();
this.scoreGroupBox = new System.Windows.Forms.GroupBox();
this.scoDataGridView = new System.Windows.Forms.DataGridView();
this.InforGroupBox = new System.Windows.Forms.GroupBox();
this.label3 = new System.Windows.Forms.Label();
this.stuDataGridView = new System.Windows.Forms.DataGridView();
this.stuBindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.saveStuToolStripButton = new System.Windows.Forms.ToolStripButton();
this.findToolStripButton = new System.Windows.Forms.ToolStripButton();
this.findStuToolStripTextBox = new System.Windows.Forms.ToolStripTextBox();
this.ManagerPage = new System.Windows.Forms.TabControl();
this.comboBox1 = new System.Windows.Forms.ComboBox();
this.stuBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.teaBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.couBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.scoBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.scoBindingSource1 = new System.Windows.Forms.BindingSource(this.components);
this.menuStrip.SuspendLayout();
this.studentPage.SuspendLayout();
this.stuSplitContainer.Panel1.SuspendLayout();
this.stuSplitContainer.Panel2.SuspendLayout();
this.stuSplitContainer.SuspendLayout();
this.stuGroupBox.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.statusBarPanel1)).BeginInit();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.couBindingNavigator)).BeginInit();
this.couBindingNavigator.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.couDataGridView)).BeginInit();
this.scoreGroupBox.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.scoDataGridView)).BeginInit();
this.InforGroupBox.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.stuDataGridView)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.stuBindingNavigator)).BeginInit();
this.stuBindingNavigator.SuspendLayout();
this.ManagerPage.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.stuBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.teaBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.couBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.scoBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.scoBindingSource1)).BeginInit();
this.SuspendLayout();
//
// menuStrip
//
this.menuStrip.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("menuStrip.BackgroundImage")));
this.menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.文件FToolStripMenuItem,
this.關于ToolStripMenuItem});
this.menuStrip.Location = new System.Drawing.Point(0, 0);
this.menuStrip.Name = "menuStrip";
this.menuStrip.Size = new System.Drawing.Size(800, 25);
this.menuStrip.TabIndex = 0;
this.menuStrip.Text = "menuStrip";
//
// 文件FToolStripMenuItem
//
this.文件FToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.退出XToolStripMenuItem});
this.文件FToolStripMenuItem.Name = "文件FToolStripMenuItem";
this.文件FToolStripMenuItem.Size = new System.Drawing.Size(58, 21);
this.文件FToolStripMenuItem.Text = "文件(&F)";
//
// 退出XToolStripMenuItem
//
this.退出XToolStripMenuItem.Name = "退出XToolStripMenuItem";
this.退出XToolStripMenuItem.Size = new System.Drawing.Size(116, 22);
this.退出XToolStripMenuItem.Text = "退出(&X)";
this.退出XToolStripMenuItem.Click += new System.EventHandler(this.exit);
//
// 關于ToolStripMenuItem
//
this.關于ToolStripMenuItem.Name = "關于ToolStripMenuItem";
this.關于ToolStripMenuItem.Size = new System.Drawing.Size(60, 21);
this.關于ToolStripMenuItem.Text = "關于(&A)";
this.關于ToolStripMenuItem.Click += new System.EventHandler(this.關于ToolStripMenuItem_Click);
//
// studentPage
//
this.studentPage.Controls.Add(this.stuSplitContainer);
this.studentPage.Location = new System.Drawing.Point(4, 21);
this.studentPage.Name = "studentPage";
this.studentPage.Padding = new System.Windows.Forms.Padding(3);
this.studentPage.Size = new System.Drawing.Size(792, 497);
this.studentPage.TabIndex = 1;
this.studentPage.Text = "學生";
this.studentPage.UseVisualStyleBackColor = true;
//
// stuSplitContainer
//
this.stuSplitContainer.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.stuSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
this.stuSplitContainer.Location = new System.Drawing.Point(3, 3);
this.stuSplitContainer.Name = "stuSplitContainer";
//
// stuSplitContainer.Panel1
//
this.stuSplitContainer.Panel1.Controls.Add(this.stuGroupBox);
//
// stuSplitContainer.Panel2
//
this.stuSplitContainer.Panel2.BackColor = System.Drawing.Color.Transparent;
this.stuSplitContainer.Panel2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("stuSplitContainer.Panel2.BackgroundImage")));
this.stuSplitContainer.Panel2.Controls.Add(this.statusBar1);
this.stuSplitContainer.Panel2.Controls.Add(this.groupBox1);
this.stuSplitContainer.Panel2.Controls.Add(this.scoreGroupBox);
this.stuSplitContainer.Panel2.Controls.Add(this.InforGroupBox);
this.stuSplitContainer.Size = new System.Drawing.Size(786, 491);
this.stuSplitContainer.SplitterDistance = 236;
this.stuSplitContainer.TabIndex = 0;
//
// stuGroupBox
//
this.stuGroupBox.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
this.stuGroupBox.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("stuGroupBox.BackgroundImage")));
this.stuGroupBox.Controls.Add(this.comboBox1);
this.stuGroupBox.Controls.Add(this.button1);
this.stuGroupBox.Controls.Add(this.couNameTextBox1);
this.stuGroupBox.Controls.Add(this.couNameLable);
this.stuGroupBox.Controls.Add(this.couNumberComboBox);
this.stuGroupBox.Controls.Add(this.couNumberLable1);
this.stuGroupBox.Controls.Add(this.button2);
this.stuGroupBox.Controls.Add(this.label1);
this.stuGroupBox.Controls.Add(this.couComboBox);
this.stuGroupBox.Controls.Add(this.scoTextBox);
this.stuGroupBox.Controls.Add(this.label2);
this.stuGroupBox.Controls.Add(this.saveStuInforButton);
this.stuGroupBox.Controls.Add(this.classComboBox);
this.stuGroupBox.Controls.Add(this.collegeLabel);
this.stuGroupBox.Controls.Add(this.collegeComboBox);
this.stuGroupBox.Controls.Add(this.classLabel);
this.stuGroupBox.Controls.Add(this.majorTextBox);
this.stuGroupBox.Controls.Add(this.stuNumberComboBox);
this.stuGroupBox.Controls.Add(this.majorLabel);
this.stuGroupBox.Controls.Add(this.numLabel);
this.stuGroupBox.Controls.Add(this.nameLabel);
this.stuGroupBox.Controls.Add(this.nameTextBox);
this.stuGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
this.stuGroupBox.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.stuGroupBox.Location = new System.Drawing.Point(0, 0);
this.stuGroupBox.Name = "stuGroupBox";
this.stuGroupBox.Size = new System.Drawing.Size(232, 487);
this.stuGroupBox.TabIndex = 0;
this.stuGroupBox.TabStop = false;
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -