thesis.designer.cs

来自「系统简介: 本系统是一个用于管理学生毕业系统的简单系统。系统包含的信息包括学生」· CS 代码 · 共 281 行

CS
281
字号
namespace graduationNET
{
    partial class thesis
    {
        /// <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()
        {
            this.components = new System.ComponentModel.Container();
            this.updatebtn = new System.Windows.Forms.Button();
            this.savebtn = new System.Windows.Forms.Button();
            this.deletebtn = new System.Windows.Forms.Button();
            this.newbtn = new System.Windows.Forms.Button();
            this.gradetxt = new System.Windows.Forms.TextBox();
            this.teatxt = new System.Windows.Forms.TextBox();
            this.subtxt = new System.Windows.Forms.TextBox();
            this.snotxt = new System.Windows.Forms.TextBox();
            this.gradelbl = new System.Windows.Forms.Label();
            this.teacherlbl = new System.Windows.Forms.Label();
            this.sublbl = new System.Windows.Forms.Label();
            this.snolbl = new System.Windows.Forms.Label();
            this.dataGridView1 = new System.Windows.Forms.DataGridView();
            this.snoDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.subjectDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.teacherDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.gradeDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.papers51671BindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.___NET_51671DataSet = new graduationNET.@__NET_51671DataSet();
            this.papers_51671TableAdapter = new graduationNET.@__NET_51671DataSetTableAdapters.papers_51671TableAdapter();
            this.button1 = new System.Windows.Forms.Button();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.papers51671BindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.___NET_51671DataSet)).BeginInit();
            this.SuspendLayout();
            // 
            // updatebtn
            // 
            this.updatebtn.Location = new System.Drawing.Point(359, 178);
            this.updatebtn.Name = "updatebtn";
            this.updatebtn.Size = new System.Drawing.Size(75, 23);
            this.updatebtn.TabIndex = 40;
            this.updatebtn.Text = "更新";
            this.updatebtn.UseVisualStyleBackColor = true;
            this.updatebtn.Click += new System.EventHandler(this.updatebtn_Click);
            // 
            // savebtn
            // 
            this.savebtn.Location = new System.Drawing.Point(153, 178);
            this.savebtn.Name = "savebtn";
            this.savebtn.Size = new System.Drawing.Size(75, 23);
            this.savebtn.TabIndex = 39;
            this.savebtn.Text = "保存";
            this.savebtn.UseVisualStyleBackColor = true;
            this.savebtn.Click += new System.EventHandler(this.savebtn_Click);
            // 
            // deletebtn
            // 
            this.deletebtn.Location = new System.Drawing.Point(256, 178);
            this.deletebtn.Name = "deletebtn";
            this.deletebtn.Size = new System.Drawing.Size(75, 23);
            this.deletebtn.TabIndex = 38;
            this.deletebtn.Text = "删除";
            this.deletebtn.UseVisualStyleBackColor = true;
            this.deletebtn.Click += new System.EventHandler(this.deletebtn_Click);
            // 
            // newbtn
            // 
            this.newbtn.Location = new System.Drawing.Point(50, 178);
            this.newbtn.Name = "newbtn";
            this.newbtn.Size = new System.Drawing.Size(75, 23);
            this.newbtn.TabIndex = 37;
            this.newbtn.Text = "新增";
            this.newbtn.UseVisualStyleBackColor = true;
            this.newbtn.Click += new System.EventHandler(this.newbtn_Click);
            // 
            // gradetxt
            // 
            this.gradetxt.Location = new System.Drawing.Point(99, 129);
            this.gradetxt.Name = "gradetxt";
            this.gradetxt.Size = new System.Drawing.Size(100, 21);
            this.gradetxt.TabIndex = 35;
            // 
            // teatxt
            // 
            this.teatxt.Location = new System.Drawing.Point(99, 93);
            this.teatxt.Name = "teatxt";
            this.teatxt.Size = new System.Drawing.Size(100, 21);
            this.teatxt.TabIndex = 34;
            // 
            // subtxt
            // 
            this.subtxt.Location = new System.Drawing.Point(99, 57);
            this.subtxt.Name = "subtxt";
            this.subtxt.Size = new System.Drawing.Size(100, 21);
            this.subtxt.TabIndex = 33;
            // 
            // snotxt
            // 
            this.snotxt.Location = new System.Drawing.Point(99, 21);
            this.snotxt.Name = "snotxt";
            this.snotxt.Size = new System.Drawing.Size(100, 21);
            this.snotxt.TabIndex = 32;
            // 
            // gradelbl
            // 
            this.gradelbl.AutoSize = true;
            this.gradelbl.Location = new System.Drawing.Point(48, 133);
            this.gradelbl.Name = "gradelbl";
            this.gradelbl.Size = new System.Drawing.Size(35, 12);
            this.gradelbl.TabIndex = 30;
            this.gradelbl.Text = "成绩:";
            // 
            // teacherlbl
            // 
            this.teacherlbl.AutoSize = true;
            this.teacherlbl.Location = new System.Drawing.Point(24, 97);
            this.teacherlbl.Name = "teacherlbl";
            this.teacherlbl.Size = new System.Drawing.Size(59, 12);
            this.teacherlbl.TabIndex = 29;
            this.teacherlbl.Text = "指导老师:";
            // 
            // sublbl
            // 
            this.sublbl.AutoSize = true;
            this.sublbl.Location = new System.Drawing.Point(48, 61);
            this.sublbl.Name = "sublbl";
            this.sublbl.Size = new System.Drawing.Size(35, 12);
            this.sublbl.TabIndex = 28;
            this.sublbl.Text = "学科:";
            // 
            // snolbl
            // 
            this.snolbl.AutoSize = true;
            this.snolbl.Location = new System.Drawing.Point(24, 25);
            this.snolbl.Name = "snolbl";
            this.snolbl.Size = new System.Drawing.Size(59, 12);
            this.snolbl.TabIndex = 27;
            this.snolbl.Text = "学生学号:";
            // 
            // dataGridView1
            // 
            this.dataGridView1.AutoGenerateColumns = false;
            this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.snoDataGridViewTextBoxColumn,
            this.subjectDataGridViewTextBoxColumn,
            this.teacherDataGridViewTextBoxColumn,
            this.gradeDataGridViewTextBoxColumn});
            this.dataGridView1.DataSource = this.papers51671BindingSource;
            this.dataGridView1.Location = new System.Drawing.Point(222, 20);
            this.dataGridView1.Name = "dataGridView1";
            this.dataGridView1.RowTemplate.Height = 23;
            this.dataGridView1.Size = new System.Drawing.Size(385, 130);
            this.dataGridView1.TabIndex = 41;
            this.dataGridView1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellClick);
            // 
            // snoDataGridViewTextBoxColumn
            // 
            this.snoDataGridViewTextBoxColumn.DataPropertyName = "sno";
            this.snoDataGridViewTextBoxColumn.HeaderText = "学号";
            this.snoDataGridViewTextBoxColumn.Name = "snoDataGridViewTextBoxColumn";
            // 
            // subjectDataGridViewTextBoxColumn
            // 
            this.subjectDataGridViewTextBoxColumn.DataPropertyName = "subject";
            this.subjectDataGridViewTextBoxColumn.HeaderText = "学科";
            this.subjectDataGridViewTextBoxColumn.Name = "subjectDataGridViewTextBoxColumn";
            // 
            // teacherDataGridViewTextBoxColumn
            // 
            this.teacherDataGridViewTextBoxColumn.DataPropertyName = "teacher";
            this.teacherDataGridViewTextBoxColumn.HeaderText = "指导老师";
            this.teacherDataGridViewTextBoxColumn.Name = "teacherDataGridViewTextBoxColumn";
            // 
            // gradeDataGridViewTextBoxColumn
            // 
            this.gradeDataGridViewTextBoxColumn.DataPropertyName = "grade";
            this.gradeDataGridViewTextBoxColumn.HeaderText = "成绩";
            this.gradeDataGridViewTextBoxColumn.Name = "gradeDataGridViewTextBoxColumn";
            // 
            // papers51671BindingSource
            // 
            this.papers51671BindingSource.DataMember = "papers_51671";
            this.papers51671BindingSource.DataSource = this.___NET_51671DataSet;
            // 
            // ___NET_51671DataSet
            // 
            this.___NET_51671DataSet.DataSetName = "__NET_51671DataSet";
            this.___NET_51671DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
            // 
            // papers_51671TableAdapter
            // 
            this.papers_51671TableAdapter.ClearBeforeFill = true;
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(510, 199);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(75, 23);
            this.button1.TabIndex = 42;
            this.button1.Text = "exit";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // thesis
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(624, 234);
            this.Controls.Add(this.button1);
            this.Controls.Add(this.dataGridView1);
            this.Controls.Add(this.updatebtn);
            this.Controls.Add(this.savebtn);
            this.Controls.Add(this.deletebtn);
            this.Controls.Add(this.newbtn);
            this.Controls.Add(this.gradetxt);
            this.Controls.Add(this.teatxt);
            this.Controls.Add(this.subtxt);
            this.Controls.Add(this.snotxt);
            this.Controls.Add(this.gradelbl);
            this.Controls.Add(this.teacherlbl);
            this.Controls.Add(this.sublbl);
            this.Controls.Add(this.snolbl);
            this.Name = "thesis";
            this.Text = "论文完成情况";
            this.Load += new System.EventHandler(this.thesis_Load);
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.papers51671BindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.___NET_51671DataSet)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Button updatebtn;
        private System.Windows.Forms.Button savebtn;
        private System.Windows.Forms.Button deletebtn;
        private System.Windows.Forms.Button newbtn;
        private System.Windows.Forms.TextBox gradetxt;
        private System.Windows.Forms.TextBox teatxt;
        private System.Windows.Forms.TextBox subtxt;
        private System.Windows.Forms.TextBox snotxt;
        private System.Windows.Forms.Label gradelbl;
        private System.Windows.Forms.Label teacherlbl;
        private System.Windows.Forms.Label sublbl;
        private System.Windows.Forms.Label snolbl;
        private System.Windows.Forms.DataGridView dataGridView1;
        private __NET_51671DataSet ___NET_51671DataSet;
        private System.Windows.Forms.BindingSource papers51671BindingSource;
        private graduationNET.__NET_51671DataSetTableAdapters.papers_51671TableAdapter papers_51671TableAdapter;
        private System.Windows.Forms.DataGridViewTextBoxColumn snoDataGridViewTextBoxColumn;
        private System.Windows.Forms.DataGridViewTextBoxColumn subjectDataGridViewTextBoxColumn;
        private System.Windows.Forms.DataGridViewTextBoxColumn teacherDataGridViewTextBoxColumn;
        private System.Windows.Forms.DataGridViewTextBoxColumn gradeDataGridViewTextBoxColumn;
        private System.Windows.Forms.Button button1;
    }
}

⌨️ 快捷键说明

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