search.designer.cs
来自「系统简介: 本系统是一个用于管理学生毕业系统的简单系统。系统包含的信息包括学生」· CS 代码 · 共 374 行 · 第 1/2 页
CS
374 行
this.skilllbl.Name = "skilllbl";
this.skilllbl.Size = new System.Drawing.Size(59, 12);
this.skilllbl.TabIndex = 40;
this.skilllbl.Text = "培训情况:";
//
// timelbl
//
this.timelbl.AutoSize = true;
this.timelbl.Location = new System.Drawing.Point(22, 92);
this.timelbl.Name = "timelbl";
this.timelbl.Size = new System.Drawing.Size(59, 12);
this.timelbl.TabIndex = 39;
this.timelbl.Text = "毕业时间:";
//
// internlbl
//
this.internlbl.AutoSize = true;
this.internlbl.Location = new System.Drawing.Point(22, 166);
this.internlbl.Name = "internlbl";
this.internlbl.Size = new System.Drawing.Size(59, 12);
this.internlbl.TabIndex = 38;
this.internlbl.Text = "实习情况:";
//
// snamelbl
//
this.snamelbl.AutoSize = true;
this.snamelbl.Location = new System.Drawing.Point(22, 55);
this.snamelbl.Name = "snamelbl";
this.snamelbl.Size = new System.Drawing.Size(59, 12);
this.snamelbl.TabIndex = 37;
this.snamelbl.Text = "学生姓名:";
//
// snolbl
//
this.snolbl.AutoSize = true;
this.snolbl.Location = new System.Drawing.Point(22, 18);
this.snolbl.Name = "snolbl";
this.snolbl.Size = new System.Drawing.Size(59, 12);
this.snolbl.TabIndex = 36;
this.snolbl.Text = "学生学号:";
//
// graduation_51671TableAdapter
//
this.graduation_51671TableAdapter.ClearBeforeFill = true;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.sname);
this.groupBox1.Controls.Add(this.sno);
this.groupBox1.Controls.Add(this.data);
this.groupBox1.Controls.Add(this.button3);
this.groupBox1.Controls.Add(this.button2);
this.groupBox1.Controls.Add(this.button1);
this.groupBox1.Location = new System.Drawing.Point(23, 235);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(449, 97);
this.groupBox1.TabIndex = 53;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "查询";
//
// sname
//
this.sname.Location = new System.Drawing.Point(308, 27);
this.sname.Name = "sname";
this.sname.Size = new System.Drawing.Size(100, 21);
this.sname.TabIndex = 64;
//
// sno
//
this.sno.Location = new System.Drawing.Point(175, 27);
this.sno.Name = "sno";
this.sno.Size = new System.Drawing.Size(100, 21);
this.sno.TabIndex = 63;
//
// data
//
this.data.Location = new System.Drawing.Point(42, 27);
this.data.Name = "data";
this.data.Size = new System.Drawing.Size(100, 21);
this.data.TabIndex = 62;
//
// button3
//
this.button3.Location = new System.Drawing.Point(308, 59);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(100, 23);
this.button3.TabIndex = 61;
this.button3.Text = "按姓名查询";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// button2
//
this.button2.Location = new System.Drawing.Point(175, 59);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(100, 23);
this.button2.TabIndex = 60;
this.button2.Text = "按学号查询";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// button1
//
this.button1.Location = new System.Drawing.Point(42, 59);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(100, 23);
this.button1.TabIndex = 59;
this.button1.Text = "按时间查询";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// button4
//
this.button4.Location = new System.Drawing.Point(517, 294);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(75, 23);
this.button4.TabIndex = 54;
this.button4.Text = "exit";
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// search
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(618, 352);
this.Controls.Add(this.button4);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.worklbl);
this.Controls.Add(this.worktxt);
this.Controls.Add(this.dataGridView1);
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 = "search";
this.Text = "查询毕业生信息";
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.graduation51671BindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.___NET_51671DataSet)).EndInit();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label worklbl;
private System.Windows.Forms.TextBox worktxt;
private System.Windows.Forms.DataGridView dataGridView1;
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 __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;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.TextBox sname;
private System.Windows.Forms.TextBox sno;
private System.Windows.Forms.TextBox data;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button4;
}
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?