examscorelistform.designer.cs

来自「一个不错的文档」· CS 代码 · 共 226 行

CS
226
字号
namespace MySchoolPrj.ExamInfo
{
    partial class ExamScoreListForm
    {
        /// <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(ExamScoreListForm));
            this.dgvExam = new System.Windows.Forms.DataGridView();
            this.btnCel = new System.Windows.Forms.Button();
            this.btnExit = new System.Windows.Forms.Button();
            this.btnAdd = new System.Windows.Forms.Button();
            this.ckExamID = new System.Windows.Forms.CheckBox();
            this.ckCourse = new System.Windows.Forms.CheckBox();
            this.ckStu = new System.Windows.Forms.CheckBox();
            this.txtExamID = new System.Windows.Forms.TextBox();
            this.txtCourseID = new System.Windows.Forms.TextBox();
            this.btnFind = new System.Windows.Forms.Button();
            this.btnRes = new System.Windows.Forms.Button();
            this.txtStuId = new System.Windows.Forms.TextBox();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            ((System.ComponentModel.ISupportInitialize)(this.dgvExam)).BeginInit();
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            // 
            // dgvExam
            // 
            this.dgvExam.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgvExam.Location = new System.Drawing.Point(7, 2);
            this.dgvExam.Name = "dgvExam";
            this.dgvExam.RowTemplate.Height = 23;
            this.dgvExam.Size = new System.Drawing.Size(550, 270);
            this.dgvExam.TabIndex = 0;
            // 
            // btnCel
            // 
            this.btnCel.Font = new System.Drawing.Font("宋体", 9F);
            this.btnCel.Location = new System.Drawing.Point(356, 415);
            this.btnCel.Name = "btnCel";
            this.btnCel.Size = new System.Drawing.Size(75, 23);
            this.btnCel.TabIndex = 4;
            this.btnCel.Text = "删除";
            this.btnCel.UseVisualStyleBackColor = true;
            this.btnCel.Click += new System.EventHandler(this.btnCel_Click);
            // 
            // btnExit
            // 
            this.btnExit.Font = new System.Drawing.Font("宋体", 9F);
            this.btnExit.Location = new System.Drawing.Point(475, 415);
            this.btnExit.Name = "btnExit";
            this.btnExit.Size = new System.Drawing.Size(75, 23);
            this.btnExit.TabIndex = 4;
            this.btnExit.Text = "退出";
            this.btnExit.UseVisualStyleBackColor = true;
            this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
            // 
            // btnAdd
            // 
            this.btnAdd.Font = new System.Drawing.Font("宋体", 9F);
            this.btnAdd.Location = new System.Drawing.Point(248, 415);
            this.btnAdd.Name = "btnAdd";
            this.btnAdd.Size = new System.Drawing.Size(75, 23);
            this.btnAdd.TabIndex = 4;
            this.btnAdd.Text = "添加";
            this.btnAdd.UseVisualStyleBackColor = true;
            this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
            // 
            // ckExamID
            // 
            this.ckExamID.AutoSize = true;
            this.ckExamID.Font = new System.Drawing.Font("宋体", 9F);
            this.ckExamID.Location = new System.Drawing.Point(6, 24);
            this.ckExamID.Name = "ckExamID";
            this.ckExamID.Size = new System.Drawing.Size(72, 16);
            this.ckExamID.TabIndex = 2;
            this.ckExamID.Text = "考试编号";
            this.ckExamID.UseVisualStyleBackColor = true;
            // 
            // ckCourse
            // 
            this.ckCourse.AutoSize = true;
            this.ckCourse.Font = new System.Drawing.Font("宋体", 9F);
            this.ckCourse.Location = new System.Drawing.Point(6, 93);
            this.ckCourse.Name = "ckCourse";
            this.ckCourse.Size = new System.Drawing.Size(72, 16);
            this.ckCourse.TabIndex = 2;
            this.ckCourse.Text = "课程编号";
            this.ckCourse.UseVisualStyleBackColor = true;
            // 
            // ckStu
            // 
            this.ckStu.AutoSize = true;
            this.ckStu.Font = new System.Drawing.Font("宋体", 9F);
            this.ckStu.Location = new System.Drawing.Point(286, 24);
            this.ckStu.Name = "ckStu";
            this.ckStu.Size = new System.Drawing.Size(72, 16);
            this.ckStu.TabIndex = 2;
            this.ckStu.Text = "学生编号";
            this.ckStu.UseVisualStyleBackColor = true;
            // 
            // txtExamID
            // 
            this.txtExamID.Location = new System.Drawing.Point(90, 22);
            this.txtExamID.Name = "txtExamID";
            this.txtExamID.Size = new System.Drawing.Size(163, 23);
            this.txtExamID.TabIndex = 3;
            // 
            // txtCourseID
            // 
            this.txtCourseID.Location = new System.Drawing.Point(90, 86);
            this.txtCourseID.Name = "txtCourseID";
            this.txtCourseID.Size = new System.Drawing.Size(163, 23);
            this.txtCourseID.TabIndex = 3;
            // 
            // btnFind
            // 
            this.btnFind.Font = new System.Drawing.Font("宋体", 9F);
            this.btnFind.Location = new System.Drawing.Point(286, 85);
            this.btnFind.Name = "btnFind";
            this.btnFind.Size = new System.Drawing.Size(75, 23);
            this.btnFind.TabIndex = 4;
            this.btnFind.Text = "查询";
            this.btnFind.UseVisualStyleBackColor = true;
            this.btnFind.Click += new System.EventHandler(this.btnFind_Click);
            // 
            // btnRes
            // 
            this.btnRes.Font = new System.Drawing.Font("宋体", 9F);
            this.btnRes.Location = new System.Drawing.Point(421, 85);
            this.btnRes.Name = "btnRes";
            this.btnRes.Size = new System.Drawing.Size(75, 23);
            this.btnRes.TabIndex = 4;
            this.btnRes.Text = "重置";
            this.btnRes.UseVisualStyleBackColor = true;
            this.btnRes.Click += new System.EventHandler(this.btnRes_Click);
            // 
            // txtStuId
            // 
            this.txtStuId.Location = new System.Drawing.Point(392, 22);
            this.txtStuId.Name = "txtStuId";
            this.txtStuId.Size = new System.Drawing.Size(141, 23);
            this.txtStuId.TabIndex = 3;
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.txtStuId);
            this.groupBox1.Controls.Add(this.btnRes);
            this.groupBox1.Controls.Add(this.btnFind);
            this.groupBox1.Controls.Add(this.txtCourseID);
            this.groupBox1.Controls.Add(this.txtExamID);
            this.groupBox1.Controls.Add(this.ckStu);
            this.groupBox1.Controls.Add(this.ckCourse);
            this.groupBox1.Controls.Add(this.ckExamID);
            this.groupBox1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.groupBox1.Location = new System.Drawing.Point(2, 278);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(562, 131);
            this.groupBox1.TabIndex = 5;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "查询";
            // 
            // ExamScoreListForm
            // 
            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(568, 448);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.btnExit);
            this.Controls.Add(this.btnAdd);
            this.Controls.Add(this.btnCel);
            this.Controls.Add(this.dgvExam);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.Name = "ExamScoreListForm";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "考试成绩列表";
            this.Load += new System.EventHandler(this.ExamScoreListForm_Load);
            ((System.ComponentModel.ISupportInitialize)(this.dgvExam)).EndInit();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.DataGridView dgvExam;
        private System.Windows.Forms.Button btnCel;
        private System.Windows.Forms.Button btnExit;
        private System.Windows.Forms.Button btnAdd;
        private System.Windows.Forms.CheckBox ckExamID;
        private System.Windows.Forms.CheckBox ckCourse;
        private System.Windows.Forms.CheckBox ckStu;
        private System.Windows.Forms.TextBox txtExamID;
        private System.Windows.Forms.TextBox txtCourseID;
        private System.Windows.Forms.Button btnFind;
        private System.Windows.Forms.Button btnRes;
        private System.Windows.Forms.TextBox txtStuId;
        private System.Windows.Forms.GroupBox groupBox1;
    }
}

⌨️ 快捷键说明

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