⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 gradinfo.designer.cs

📁 系统简介: 本系统是一个用于管理学生毕业系统的简单系统。系统包含的信息包括学生的实习情况(实习时间、实习地点、实习内容、实习评价等)、技能培训情况(培训时间、培训地点、培训内容、所得证书等)、论文完
💻 CS
📖 第 1 页 / 共 2 页
字号:
            this.snamelbl.TabIndex = 18;
            this.snamelbl.Text = "学生姓名:";
            // 
            // snolbl
            // 
            this.snolbl.AutoSize = true;
            this.snolbl.Location = new System.Drawing.Point(23, 28);
            this.snolbl.Name = "snolbl";
            this.snolbl.Size = new System.Drawing.Size(59, 12);
            this.snolbl.TabIndex = 17;
            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.snameDataGridViewTextBoxColumn,
            this.gradataDataGridViewTextBoxColumn,
            this.situworkDataGridViewTextBoxColumn,
            this.interpartDataGridViewTextBoxColumn,
            this.skillsDataGridViewTextBoxColumn});
            this.dataGridView1.DataSource = this.graduation51671BindingSource;
            this.dataGridView1.Location = new System.Drawing.Point(216, 24);
            this.dataGridView1.Name = "dataGridView1";
            this.dataGridView1.RowTemplate.Height = 23;
            this.dataGridView1.Size = new System.Drawing.Size(386, 201);
            this.dataGridView1.TabIndex = 33;
            this.dataGridView1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellClick);
            // 
            // worktxt
            // 
            this.worktxt.Location = new System.Drawing.Point(98, 132);
            this.worktxt.Name = "worktxt";
            this.worktxt.Size = new System.Drawing.Size(100, 21);
            this.worktxt.TabIndex = 34;
            // 
            // worklbl
            // 
            this.worklbl.AutoSize = true;
            this.worklbl.Location = new System.Drawing.Point(23, 139);
            this.worklbl.Name = "worklbl";
            this.worklbl.Size = new System.Drawing.Size(59, 12);
            this.worklbl.TabIndex = 35;
            this.worklbl.Text = "工作情况:";
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(504, 275);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(75, 23);
            this.button1.TabIndex = 36;
            this.button1.Text = "exit";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // ___NET_51671DataSet
            // 
            this.___NET_51671DataSet.DataSetName = "__NET_51671DataSet";
            this.___NET_51671DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
            // 
            // graduation51671BindingSource
            // 
            this.graduation51671BindingSource.DataMember = "graduation_51671";
            this.graduation51671BindingSource.DataSource = this.___NET_51671DataSet;
            // 
            // graduation_51671TableAdapter
            // 
            this.graduation_51671TableAdapter.ClearBeforeFill = true;
            // 
            // snoDataGridViewTextBoxColumn
            // 
            this.snoDataGridViewTextBoxColumn.DataPropertyName = "sno";
            this.snoDataGridViewTextBoxColumn.HeaderText = "学生学号";
            this.snoDataGridViewTextBoxColumn.Name = "snoDataGridViewTextBoxColumn";
            // 
            // snameDataGridViewTextBoxColumn
            // 
            this.snameDataGridViewTextBoxColumn.DataPropertyName = "sname";
            this.snameDataGridViewTextBoxColumn.HeaderText = "学生姓名";
            this.snameDataGridViewTextBoxColumn.Name = "snameDataGridViewTextBoxColumn";
            // 
            // gradataDataGridViewTextBoxColumn
            // 
            this.gradataDataGridViewTextBoxColumn.DataPropertyName = "gradata";
            this.gradataDataGridViewTextBoxColumn.HeaderText = "毕业时间";
            this.gradataDataGridViewTextBoxColumn.Name = "gradataDataGridViewTextBoxColumn";
            // 
            // situworkDataGridViewTextBoxColumn
            // 
            this.situworkDataGridViewTextBoxColumn.DataPropertyName = "situwork";
            this.situworkDataGridViewTextBoxColumn.HeaderText = "工作情况";
            this.situworkDataGridViewTextBoxColumn.Name = "situworkDataGridViewTextBoxColumn";
            // 
            // interpartDataGridViewTextBoxColumn
            // 
            this.interpartDataGridViewTextBoxColumn.DataPropertyName = "interpart";
            this.interpartDataGridViewTextBoxColumn.HeaderText = "实习情况";
            this.interpartDataGridViewTextBoxColumn.Name = "interpartDataGridViewTextBoxColumn";
            // 
            // skillsDataGridViewTextBoxColumn
            // 
            this.skillsDataGridViewTextBoxColumn.DataPropertyName = "skills";
            this.skillsDataGridViewTextBoxColumn.HeaderText = "培训情况";
            this.skillsDataGridViewTextBoxColumn.Name = "skillsDataGridViewTextBoxColumn";
            // 
            // gradinfo
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(620, 316);
            this.Controls.Add(this.button1);
            this.Controls.Add(this.worklbl);
            this.Controls.Add(this.worktxt);
            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.skilltxt);
            this.Controls.Add(this.timetxt);
            this.Controls.Add(this.interntxt);
            this.Controls.Add(this.snametxt);
            this.Controls.Add(this.snotxt);
            this.Controls.Add(this.skilllbl);
            this.Controls.Add(this.timelbl);
            this.Controls.Add(this.internlbl);
            this.Controls.Add(this.snamelbl);
            this.Controls.Add(this.snolbl);
            this.Name = "gradinfo";
            this.Text = "毕业管理";
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.___NET_51671DataSet)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.graduation51671BindingSource)).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 skilltxt;
        private System.Windows.Forms.TextBox timetxt;
        private System.Windows.Forms.TextBox interntxt;
        private System.Windows.Forms.TextBox snametxt;
        private System.Windows.Forms.TextBox snotxt;
        private System.Windows.Forms.Label skilllbl;
        private System.Windows.Forms.Label timelbl;
        private System.Windows.Forms.Label internlbl;
        private System.Windows.Forms.Label snamelbl;
        private System.Windows.Forms.Label snolbl;
        private System.Windows.Forms.DataGridView dataGridView1;
        private System.Windows.Forms.TextBox worktxt;
        private System.Windows.Forms.Label worklbl;
        private System.Windows.Forms.Button button1;
        private __NET_51671DataSet ___NET_51671DataSet;
        private System.Windows.Forms.BindingSource graduation51671BindingSource;
        private graduationNET.__NET_51671DataSetTableAdapters.graduation_51671TableAdapter graduation_51671TableAdapter;
        private System.Windows.Forms.DataGridViewTextBoxColumn snoDataGridViewTextBoxColumn;
        private System.Windows.Forms.DataGridViewTextBoxColumn snameDataGridViewTextBoxColumn;
        private System.Windows.Forms.DataGridViewTextBoxColumn gradataDataGridViewTextBoxColumn;
        private System.Windows.Forms.DataGridViewTextBoxColumn situworkDataGridViewTextBoxColumn;
        private System.Windows.Forms.DataGridViewTextBoxColumn interpartDataGridViewTextBoxColumn;
        private System.Windows.Forms.DataGridViewTextBoxColumn skillsDataGridViewTextBoxColumn;
    }
}

⌨️ 快捷键说明

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