📄 gradinfo.designer.cs
字号:
namespace graduationNET
{
partial class gradinfo
{
/// <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.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.dataGridView1 = new System.Windows.Forms.DataGridView();
this.worktxt = new System.Windows.Forms.TextBox();
this.worklbl = new System.Windows.Forms.Label();
this.button1 = new System.Windows.Forms.Button();
this.___NET_51671DataSet = new graduationNET.@__NET_51671DataSet();
this.graduation51671BindingSource = new System.Windows.Forms.BindingSource(this.components);
this.graduation_51671TableAdapter = new graduationNET.@__NET_51671DataSetTableAdapters.graduation_51671TableAdapter();
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();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.___NET_51671DataSet)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.graduation51671BindingSource)).BeginInit();
this.SuspendLayout();
//
// updatebtn
//
this.updatebtn.Location = new System.Drawing.Point(331, 253);
this.updatebtn.Name = "updatebtn";
this.updatebtn.Size = new System.Drawing.Size(75, 23);
this.updatebtn.TabIndex = 32;
this.updatebtn.Text = "更新";
this.updatebtn.UseVisualStyleBackColor = true;
this.updatebtn.Click += new System.EventHandler(this.updatebtn_Click);
//
// savebtn
//
this.savebtn.Location = new System.Drawing.Point(127, 253);
this.savebtn.Name = "savebtn";
this.savebtn.Size = new System.Drawing.Size(75, 23);
this.savebtn.TabIndex = 31;
this.savebtn.Text = "保存";
this.savebtn.UseVisualStyleBackColor = true;
this.savebtn.Click += new System.EventHandler(this.savebtn_Click);
//
// deletebtn
//
this.deletebtn.Location = new System.Drawing.Point(229, 253);
this.deletebtn.Name = "deletebtn";
this.deletebtn.Size = new System.Drawing.Size(75, 23);
this.deletebtn.TabIndex = 30;
this.deletebtn.Text = "删除";
this.deletebtn.UseVisualStyleBackColor = true;
this.deletebtn.Click += new System.EventHandler(this.deletebtn_Click);
//
// newbtn
//
this.newbtn.Location = new System.Drawing.Point(25, 253);
this.newbtn.Name = "newbtn";
this.newbtn.Size = new System.Drawing.Size(75, 23);
this.newbtn.TabIndex = 29;
this.newbtn.Text = "新增";
this.newbtn.UseVisualStyleBackColor = true;
this.newbtn.Click += new System.EventHandler(this.newbtn_Click);
//
// skilltxt
//
this.skilltxt.Location = new System.Drawing.Point(98, 204);
this.skilltxt.Name = "skilltxt";
this.skilltxt.Size = new System.Drawing.Size(100, 21);
this.skilltxt.TabIndex = 27;
//
// timetxt
//
this.timetxt.Location = new System.Drawing.Point(98, 96);
this.timetxt.Name = "timetxt";
this.timetxt.Size = new System.Drawing.Size(100, 21);
this.timetxt.TabIndex = 26;
//
// interntxt
//
this.interntxt.Location = new System.Drawing.Point(98, 168);
this.interntxt.Name = "interntxt";
this.interntxt.Size = new System.Drawing.Size(100, 21);
this.interntxt.TabIndex = 25;
//
// snametxt
//
this.snametxt.Location = new System.Drawing.Point(98, 60);
this.snametxt.Name = "snametxt";
this.snametxt.Size = new System.Drawing.Size(100, 21);
this.snametxt.TabIndex = 24;
//
// snotxt
//
this.snotxt.Location = new System.Drawing.Point(98, 24);
this.snotxt.Name = "snotxt";
this.snotxt.Size = new System.Drawing.Size(100, 21);
this.snotxt.TabIndex = 23;
//
// skilllbl
//
this.skilllbl.AutoSize = true;
this.skilllbl.Location = new System.Drawing.Point(23, 213);
this.skilllbl.Name = "skilllbl";
this.skilllbl.Size = new System.Drawing.Size(59, 12);
this.skilllbl.TabIndex = 21;
this.skilllbl.Text = "培训情况:";
//
// timelbl
//
this.timelbl.AutoSize = true;
this.timelbl.Location = new System.Drawing.Point(23, 102);
this.timelbl.Name = "timelbl";
this.timelbl.Size = new System.Drawing.Size(59, 12);
this.timelbl.TabIndex = 20;
this.timelbl.Text = "毕业时间:";
//
// internlbl
//
this.internlbl.AutoSize = true;
this.internlbl.Location = new System.Drawing.Point(23, 176);
this.internlbl.Name = "internlbl";
this.internlbl.Size = new System.Drawing.Size(59, 12);
this.internlbl.TabIndex = 19;
this.internlbl.Text = "实习情况:";
//
// snamelbl
//
this.snamelbl.AutoSize = true;
this.snamelbl.Location = new System.Drawing.Point(23, 65);
this.snamelbl.Name = "snamelbl";
this.snamelbl.Size = new System.Drawing.Size(59, 12);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -