?? mainform.designer.cs
字號:
this.stuGroupBox.Text = "學生個人信息";
this.stuGroupBox.Enter += new System.EventHandler(this.stuGroupBox_Enter);
//
// button1
//
this.button1.Location = new System.Drawing.Point(19, 421);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(106, 23);
this.button1.TabIndex = 110;
this.button1.Text = "修改課程";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.saveCourse);
//
// couNameTextBox1
//
this.couNameTextBox1.Location = new System.Drawing.Point(90, 394);
this.couNameTextBox1.Name = "couNameTextBox1";
this.couNameTextBox1.Size = new System.Drawing.Size(101, 21);
this.couNameTextBox1.TabIndex = 109;
//
// couNameLable
//
this.couNameLable.AutoSize = true;
this.couNameLable.Font = new System.Drawing.Font("宋體", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.couNameLable.Location = new System.Drawing.Point(21, 401);
this.couNameLable.Name = "couNameLable";
this.couNameLable.Size = new System.Drawing.Size(47, 12);
this.couNameLable.TabIndex = 108;
this.couNameLable.Text = "課程名:";
//
// couNumberComboBox
//
this.couNumberComboBox.FormattingEnabled = true;
this.couNumberComboBox.Location = new System.Drawing.Point(90, 360);
this.couNumberComboBox.Name = "couNumberComboBox";
this.couNumberComboBox.Size = new System.Drawing.Size(101, 20);
this.couNumberComboBox.TabIndex = 107;
this.couNumberComboBox.SelectedIndexChanged += new System.EventHandler(this.couNumberChanged);
//
// couNumberLable1
//
this.couNumberLable1.AutoSize = true;
this.couNumberLable1.Font = new System.Drawing.Font("宋體", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.couNumberLable1.Location = new System.Drawing.Point(20, 366);
this.couNumberLable1.Name = "couNumberLable1";
this.couNumberLable1.Size = new System.Drawing.Size(47, 12);
this.couNumberLable1.TabIndex = 106;
this.couNumberLable1.Text = "課程號:";
//
// button2
//
this.button2.Location = new System.Drawing.Point(19, 299);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(105, 23);
this.button2.TabIndex = 105;
this.button2.Text = "錄入成績";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.updateScore2);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("新宋體", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.Location = new System.Drawing.Point(21, 246);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(53, 12);
this.label1.TabIndex = 104;
this.label1.Text = "課 程:";
this.label1.Click += new System.EventHandler(this.label1_Click);
//
// couComboBox
//
this.couComboBox.FormattingEnabled = true;
this.couComboBox.Location = new System.Drawing.Point(92, 240);
this.couComboBox.Name = "couComboBox";
this.couComboBox.Size = new System.Drawing.Size(101, 20);
this.couComboBox.TabIndex = 103;
this.couComboBox.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
//
// scoTextBox
//
this.scoTextBox.Location = new System.Drawing.Point(93, 272);
this.scoTextBox.Name = "scoTextBox";
this.scoTextBox.Size = new System.Drawing.Size(100, 21);
this.scoTextBox.TabIndex = 102;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("新宋體", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.Location = new System.Drawing.Point(21, 279);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(47, 12);
this.label2.TabIndex = 101;
this.label2.Text = "成 績:";
this.label2.Click += new System.EventHandler(this.label2_Click);
//
// saveStuInforButton
//
this.saveStuInforButton.Location = new System.Drawing.Point(19, 192);
this.saveStuInforButton.Name = "saveStuInforButton";
this.saveStuInforButton.Size = new System.Drawing.Size(106, 23);
this.saveStuInforButton.TabIndex = 100;
this.saveStuInforButton.Text = "錄入學生信息";
this.saveStuInforButton.UseVisualStyleBackColor = true;
this.saveStuInforButton.Click += new System.EventHandler(this.saveStudent);
//
// classComboBox
//
this.classComboBox.FormattingEnabled = true;
this.classComboBox.Location = new System.Drawing.Point(93, 71);
this.classComboBox.Name = "classComboBox";
this.classComboBox.Size = new System.Drawing.Size(100, 20);
this.classComboBox.TabIndex = 99;
this.classComboBox.SelectedIndexChanged += new System.EventHandler(this.classChanged);
//
// collegeLabel
//
this.collegeLabel.AllowDrop = true;
this.collegeLabel.AutoSize = true;
this.collegeLabel.Font = new System.Drawing.Font("新宋體", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.collegeLabel.Location = new System.Drawing.Point(21, 42);
this.collegeLabel.Name = "collegeLabel";
this.collegeLabel.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.collegeLabel.Size = new System.Drawing.Size(47, 12);
this.collegeLabel.TabIndex = 82;
this.collegeLabel.Text = "學 院:";
this.collegeLabel.Click += new System.EventHandler(this.collegeLabel_Click);
//
// collegeComboBox
//
this.collegeComboBox.FormattingEnabled = true;
this.collegeComboBox.Items.AddRange(new object[] {
"人文學院",
"信息學院",
"軟件學院",
"法學院",
"工程學院",
"林學院",
"外國語學院",
"藝術學院"});
this.collegeComboBox.Location = new System.Drawing.Point(93, 36);
this.collegeComboBox.Name = "collegeComboBox";
this.collegeComboBox.Size = new System.Drawing.Size(100, 20);
this.collegeComboBox.TabIndex = 96;
this.collegeComboBox.SelectedIndexChanged += new System.EventHandler(this.collegeChanged);
//
// classLabel
//
this.classLabel.AllowDrop = true;
this.classLabel.AutoSize = true;
this.classLabel.Font = new System.Drawing.Font("新宋體", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.classLabel.Location = new System.Drawing.Point(21, 77);
this.classLabel.Name = "classLabel";
this.classLabel.Size = new System.Drawing.Size(47, 12);
this.classLabel.TabIndex = 84;
this.classLabel.Text = "班 級:";
this.classLabel.Click += new System.EventHandler(this.classLabel_Click);
//
// majorTextBox
//
this.majorTextBox.AllowDrop = true;
this.majorTextBox.Font = new System.Drawing.Font("宋體", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.majorTextBox.Location = new System.Drawing.Point(91, 164);
this.majorTextBox.Name = "majorTextBox";
this.majorTextBox.Size = new System.Drawing.Size(100, 22);
this.majorTextBox.TabIndex = 88;
//
// stuNumberComboBox
//
this.stuNumberComboBox.Font = new System.Drawing.Font("宋體", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.stuNumberComboBox.FormattingEnabled = true;
this.stuNumberComboBox.Location = new System.Drawing.Point(93, 103);
this.stuNumberComboBox.Name = "stuNumberComboBox";
this.stuNumberComboBox.Size = new System.Drawing.Size(100, 21);
this.stuNumberComboBox.TabIndex = 94;
this.stuNumberComboBox.SelectedIndexChanged += new System.EventHandler(this.stuNumberChanged);
//
// majorLabel
//
this.majorLabel.AllowDrop = true;
this.majorLabel.AutoSize = true;
this.majorLabel.Font = new System.Drawing.Font("新宋體", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.majorLabel.Location = new System.Drawing.Point(20, 168);
this.majorLabel.Name = "majorLabel";
this.majorLabel.Size = new System.Drawing.Size(59, 12);
this.majorLabel.TabIndex = 83;
this.majorLabel.Text = "專業代碼:";
this.majorLabel.Click += new System.EventHandler(this.majorLabel_Click);
//
// numLabel
//
this.numLabel.AllowDrop = true;
this.numLabel.AutoSize = true;
this.numLabel.Font = new System.Drawing.Font("新宋體", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.numLabel.Location = new System.Drawing.Point(21, 110);
this.numLabel.Name = "numLabel";
this.numLabel.Size = new System.Drawing.Size(47, 12);
this.numLabel.TabIndex = 78;
this.numLabel.Text = "學 號:";
this.numLabel.Click += new System.EventHandler(this.numLabel_Click);
//
// nameLabel
//
this.nameLabel.AllowDrop = true;
this.nameLabel.AutoSize = true;
this.nameLabel.Font = new System.Drawing.Font("新宋體", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.nameLabel.Location = new System.Drawing.Point(21, 141);
this.nameLabel.Name = "nameLabel";
this.nameLabel.Size = new System.Drawing.Size(47, 12);
this.nameLabel.TabIndex = 79;
this.nameLabel.Text = "姓 名:";
this.nameLabel.Click += new System.EventHandler(this.nameLabel_Click);
//
// nameTextBox
//
this.nameTextBox.AllowDrop = true;
this.nameTextBox.Font = new System.Drawing.Font("宋體", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.nameTextBox.Location = new System.Drawing.Point(92, 133);
this.nameTextBox.Name = "nameTextBox";
this.nameTextBox.Size = new System.Drawing.Size(100, 22);
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -