search.designer.cs
来自「系统简介: 本系统是一个用于管理学生毕业系统的简单系统。系统包含的信息包括学生」· CS 代码 · 共 374 行 · 第 1/2 页
CS
374 行
namespace graduationNET
{
partial class search
{
/// <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.worklbl = new System.Windows.Forms.Label();
this.worktxt = new System.Windows.Forms.TextBox();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.snoDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.snameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.gradataDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.situworkDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.interpartDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.skillsDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.graduation51671BindingSource = new System.Windows.Forms.BindingSource(this.components);
this.___NET_51671DataSet = new graduationNET.@__NET_51671DataSet();
this.skilltxt = new System.Windows.Forms.TextBox();
this.timetxt = new System.Windows.Forms.TextBox();
this.interntxt = new System.Windows.Forms.TextBox();
this.snametxt = new System.Windows.Forms.TextBox();
this.snotxt = new System.Windows.Forms.TextBox();
this.skilllbl = new System.Windows.Forms.Label();
this.timelbl = new System.Windows.Forms.Label();
this.internlbl = new System.Windows.Forms.Label();
this.snamelbl = new System.Windows.Forms.Label();
this.snolbl = new System.Windows.Forms.Label();
this.graduation_51671TableAdapter = new graduationNET.@__NET_51671DataSetTableAdapters.graduation_51671TableAdapter();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.sname = new System.Windows.Forms.TextBox();
this.sno = new System.Windows.Forms.TextBox();
this.data = new System.Windows.Forms.TextBox();
this.button3 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.button4 = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.graduation51671BindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.___NET_51671DataSet)).BeginInit();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// worklbl
//
this.worklbl.AutoSize = true;
this.worklbl.Location = new System.Drawing.Point(22, 129);
this.worklbl.Name = "worklbl";
this.worklbl.Size = new System.Drawing.Size(59, 12);
this.worklbl.TabIndex = 52;
this.worklbl.Text = "工作情况:";
//
// worktxt
//
this.worktxt.Location = new System.Drawing.Point(97, 122);
this.worktxt.Name = "worktxt";
this.worktxt.Size = new System.Drawing.Size(100, 21);
this.worktxt.TabIndex = 51;
//
// 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(220, 12);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.Size = new System.Drawing.Size(386, 203);
this.dataGridView1.TabIndex = 50;
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";
//
// 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";
//
// graduation51671BindingSource
//
this.graduation51671BindingSource.DataMember = "graduation_51671";
this.graduation51671BindingSource.DataSource = this.___NET_51671DataSet;
//
// ___NET_51671DataSet
//
this.___NET_51671DataSet.DataSetName = "__NET_51671DataSet";
this.___NET_51671DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// skilltxt
//
this.skilltxt.Location = new System.Drawing.Point(97, 194);
this.skilltxt.Name = "skilltxt";
this.skilltxt.Size = new System.Drawing.Size(100, 21);
this.skilltxt.TabIndex = 45;
//
// timetxt
//
this.timetxt.Location = new System.Drawing.Point(97, 86);
this.timetxt.Name = "timetxt";
this.timetxt.Size = new System.Drawing.Size(100, 21);
this.timetxt.TabIndex = 44;
//
// interntxt
//
this.interntxt.Location = new System.Drawing.Point(97, 158);
this.interntxt.Name = "interntxt";
this.interntxt.Size = new System.Drawing.Size(100, 21);
this.interntxt.TabIndex = 43;
//
// snametxt
//
this.snametxt.Location = new System.Drawing.Point(97, 50);
this.snametxt.Name = "snametxt";
this.snametxt.Size = new System.Drawing.Size(100, 21);
this.snametxt.TabIndex = 42;
//
// snotxt
//
this.snotxt.Location = new System.Drawing.Point(97, 14);
this.snotxt.Name = "snotxt";
this.snotxt.Size = new System.Drawing.Size(100, 21);
this.snotxt.TabIndex = 41;
//
// skilllbl
//
this.skilllbl.AutoSize = true;
this.skilllbl.Location = new System.Drawing.Point(22, 203);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?