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

📄 internship.designer.cs

📁 系统简介: 本系统是一个用于管理学生毕业系统的简单系统。系统包含的信息包括学生的实习情况(实习时间、实习地点、实习内容、实习评价等)、技能培训情况(培训时间、培训地点、培训内容、所得证书等)、论文完
💻 CS
📖 第 1 页 / 共 2 页
字号:
            this.partlbl.Text = "实习地点:";
            // 
            // snamelbl
            // 
            this.snamelbl.AutoSize = true;
            this.snamelbl.Location = new System.Drawing.Point(21, 67);
            this.snamelbl.Name = "snamelbl";
            this.snamelbl.Size = new System.Drawing.Size(59, 12);
            this.snamelbl.TabIndex = 19;
            this.snamelbl.Text = "学生姓名:";
            // 
            // snolbl
            // 
            this.snolbl.AutoSize = true;
            this.snolbl.Location = new System.Drawing.Point(21, 29);
            this.snolbl.Name = "snolbl";
            this.snolbl.Size = new System.Drawing.Size(59, 12);
            this.snolbl.TabIndex = 18;
            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.internpartDataGridViewTextBoxColumn,
            this.interndataDataGridViewTextBoxColumn,
            this.internitemDataGridViewTextBoxColumn,
            this.interncommDataGridViewTextBoxColumn});
            this.dataGridView1.DataSource = this.internship51671BindingSource;
            this.dataGridView1.Location = new System.Drawing.Point(228, 12);
            this.dataGridView1.Name = "dataGridView1";
            this.dataGridView1.RowTemplate.Height = 23;
            this.dataGridView1.Size = new System.Drawing.Size(478, 219);
            this.dataGridView1.TabIndex = 17;
            this.dataGridView1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellClick);
            // 
            // snoDataGridViewTextBoxColumn
            // 
            this.snoDataGridViewTextBoxColumn.DataPropertyName = "sno";
            this.snoDataGridViewTextBoxColumn.HeaderText = "学号";
            this.snoDataGridViewTextBoxColumn.Name = "snoDataGridViewTextBoxColumn";
            // 
            // snameDataGridViewTextBoxColumn
            // 
            this.snameDataGridViewTextBoxColumn.DataPropertyName = "sname";
            this.snameDataGridViewTextBoxColumn.HeaderText = "姓名";
            this.snameDataGridViewTextBoxColumn.Name = "snameDataGridViewTextBoxColumn";
            // 
            // internpartDataGridViewTextBoxColumn
            // 
            this.internpartDataGridViewTextBoxColumn.DataPropertyName = "internpart";
            this.internpartDataGridViewTextBoxColumn.HeaderText = "实习地点";
            this.internpartDataGridViewTextBoxColumn.Name = "internpartDataGridViewTextBoxColumn";
            // 
            // interndataDataGridViewTextBoxColumn
            // 
            this.interndataDataGridViewTextBoxColumn.DataPropertyName = "interndata";
            this.interndataDataGridViewTextBoxColumn.HeaderText = "实习时间";
            this.interndataDataGridViewTextBoxColumn.Name = "interndataDataGridViewTextBoxColumn";
            // 
            // internitemDataGridViewTextBoxColumn
            // 
            this.internitemDataGridViewTextBoxColumn.DataPropertyName = "internitem";
            this.internitemDataGridViewTextBoxColumn.HeaderText = "实习项目";
            this.internitemDataGridViewTextBoxColumn.Name = "internitemDataGridViewTextBoxColumn";
            // 
            // interncommDataGridViewTextBoxColumn
            // 
            this.interncommDataGridViewTextBoxColumn.DataPropertyName = "interncomm";
            this.interncommDataGridViewTextBoxColumn.HeaderText = "评价";
            this.interncommDataGridViewTextBoxColumn.Name = "interncommDataGridViewTextBoxColumn";
            // 
            // internship51671BindingSource
            // 
            this.internship51671BindingSource.DataMember = "internship_51671";
            this.internship51671BindingSource.DataSource = this.___NET_51671DataSet;
            // 
            // ___NET_51671DataSet
            // 
            this.___NET_51671DataSet.DataSetName = "__NET_51671DataSet";
            this.___NET_51671DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
            // 
            // snotxt
            // 
            this.snotxt.Location = new System.Drawing.Point(96, 25);
            this.snotxt.Name = "snotxt";
            this.snotxt.Size = new System.Drawing.Size(100, 21);
            this.snotxt.TabIndex = 34;
            // 
            // internship_51671TableAdapter
            // 
            this.internship_51671TableAdapter.ClearBeforeFill = true;
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(606, 291);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(75, 23);
            this.button1.TabIndex = 37;
            this.button1.Text = "exit";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // internship
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(727, 333);
            this.Controls.Add(this.button1);
            this.Controls.Add(this.snotxt);
            this.Controls.Add(this.updatebtn);
            this.Controls.Add(this.savebtn);
            this.Controls.Add(this.deletebtn);
            this.Controls.Add(this.newbtn);
            this.Controls.Add(this.commtxt);
            this.Controls.Add(this.itemtxt);
            this.Controls.Add(this.timetxt);
            this.Controls.Add(this.parttxt);
            this.Controls.Add(this.snametxt);
            this.Controls.Add(this.commlbl);
            this.Controls.Add(this.itemlbl);
            this.Controls.Add(this.timelbl);
            this.Controls.Add(this.partlbl);
            this.Controls.Add(this.snamelbl);
            this.Controls.Add(this.snolbl);
            this.Controls.Add(this.dataGridView1);
            this.Name = "internship";
            this.Text = "实习情况";
            this.Load += new System.EventHandler(this.internship_Load);
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.internship51671BindingSource)).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 commtxt;
        private System.Windows.Forms.TextBox itemtxt;
        private System.Windows.Forms.TextBox timetxt;
        private System.Windows.Forms.TextBox parttxt;
        private System.Windows.Forms.TextBox snametxt;
        private System.Windows.Forms.Label commlbl;
        private System.Windows.Forms.Label itemlbl;
        private System.Windows.Forms.Label timelbl;
        private System.Windows.Forms.Label partlbl;
        private System.Windows.Forms.Label snamelbl;
        private System.Windows.Forms.Label snolbl;
        private System.Windows.Forms.DataGridView dataGridView1;
        private System.Windows.Forms.TextBox snotxt;
        private __NET_51671DataSet ___NET_51671DataSet;
        private System.Windows.Forms.BindingSource internship51671BindingSource;
        private graduationNET.__NET_51671DataSetTableAdapters.internship_51671TableAdapter internship_51671TableAdapter;
        private System.Windows.Forms.DataGridViewTextBoxColumn snoDataGridViewTextBoxColumn;
        private System.Windows.Forms.DataGridViewTextBoxColumn snameDataGridViewTextBoxColumn;
        private System.Windows.Forms.DataGridViewTextBoxColumn internpartDataGridViewTextBoxColumn;
        private System.Windows.Forms.DataGridViewTextBoxColumn interndataDataGridViewTextBoxColumn;
        private System.Windows.Forms.DataGridViewTextBoxColumn internitemDataGridViewTextBoxColumn;
        private System.Windows.Forms.DataGridViewTextBoxColumn interncommDataGridViewTextBoxColumn;
        private System.Windows.Forms.Button button1;
    }
}

⌨️ 快捷键说明

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