addexamscoreform.designer.cs
来自「一个不错的文档」· CS 代码 · 共 194 行
CS
194 行
namespace MySchoolPrj.ExamInfo
{
partial class AddExamScoreForm
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AddExamScoreForm));
this.label1 = new System.Windows.Forms.Label();
this.cmbcourse = new System.Windows.Forms.ComboBox();
this.button1 = new System.Windows.Forms.Button();
this.txtLabScore = new System.Windows.Forms.TextBox();
this.button2 = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button();
this.label2 = new System.Windows.Forms.Label();
this.txtWrittenScore = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.cmbStuID = new System.Windows.Forms.ComboBox();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("宋体", 9F);
this.label1.Location = new System.Drawing.Point(17, 191);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(65, 12);
this.label1.TabIndex = 0;
this.label1.Text = "机试成绩:";
//
// cmbcourse
//
this.cmbcourse.FormattingEnabled = true;
this.cmbcourse.Location = new System.Drawing.Point(101, 78);
this.cmbcourse.Name = "cmbcourse";
this.cmbcourse.Size = new System.Drawing.Size(166, 20);
this.cmbcourse.TabIndex = 1;
//
// button1
//
this.button1.Font = new System.Drawing.Font("宋体", 9F);
this.button1.Location = new System.Drawing.Point(198, 255);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 2;
this.button1.Text = "退出";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// txtLabScore
//
this.txtLabScore.Location = new System.Drawing.Point(101, 190);
this.txtLabScore.Name = "txtLabScore";
this.txtLabScore.Size = new System.Drawing.Size(166, 21);
this.txtLabScore.TabIndex = 3;
this.txtLabScore.TextChanged += new System.EventHandler(this.txtLabScore_TextChanged);
this.txtLabScore.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtLabScore_KeyPress);
//
// button2
//
this.button2.Font = new System.Drawing.Font("宋体", 9F);
this.button2.Location = new System.Drawing.Point(101, 255);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(75, 23);
this.button2.TabIndex = 2;
this.button2.Text = "重置";
this.button2.UseVisualStyleBackColor = true;
//
// button3
//
this.button3.Font = new System.Drawing.Font("宋体", 9F);
this.button3.Location = new System.Drawing.Point(7, 255);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(75, 23);
this.button3.TabIndex = 2;
this.button3.Text = "确定";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("宋体", 9F);
this.label2.Location = new System.Drawing.Point(17, 131);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(65, 12);
this.label2.TabIndex = 0;
this.label2.Text = "笔试成绩:";
//
// txtWrittenScore
//
this.txtWrittenScore.Location = new System.Drawing.Point(101, 124);
this.txtWrittenScore.Name = "txtWrittenScore";
this.txtWrittenScore.Size = new System.Drawing.Size(166, 21);
this.txtWrittenScore.TabIndex = 3;
this.txtWrittenScore.TextChanged += new System.EventHandler(this.txtWrittenScore_TextChanged);
this.txtWrittenScore.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtWrittenScore_KeyPress);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("宋体", 9F);
this.label3.Location = new System.Drawing.Point(17, 31);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(65, 12);
this.label3.TabIndex = 0;
this.label3.Text = "学生编号:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("宋体", 9F);
this.label4.Location = new System.Drawing.Point(17, 84);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(65, 12);
this.label4.TabIndex = 0;
this.label4.Text = "课程编号:";
//
// cmbStuID
//
this.cmbStuID.FormattingEnabled = true;
this.cmbStuID.Location = new System.Drawing.Point(101, 28);
this.cmbStuID.Name = "cmbStuID";
this.cmbStuID.Size = new System.Drawing.Size(166, 20);
this.cmbStuID.TabIndex = 5;
//
// AddExamScoreForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.ClientSize = new System.Drawing.Size(291, 303);
this.Controls.Add(this.cmbStuID);
this.Controls.Add(this.txtWrittenScore);
this.Controls.Add(this.txtLabScore);
this.Controls.Add(this.button3);
this.Controls.Add(this.button2);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.button1);
this.Controls.Add(this.label2);
this.Controls.Add(this.cmbcourse);
this.Controls.Add(this.label1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.Name = "AddExamScoreForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "添加考试成绩";
this.Load += new System.EventHandler(this.AddExamScoreForm_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ComboBox cmbcourse;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.TextBox txtLabScore;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txtWrittenScore;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.ComboBox cmbStuID;
}
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?