📄 internship.designer.cs
字号:
namespace graduationNET
{
partial class internship
{
/// <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.commtxt = new System.Windows.Forms.TextBox();
this.itemtxt = new System.Windows.Forms.TextBox();
this.timetxt = new System.Windows.Forms.TextBox();
this.parttxt = new System.Windows.Forms.TextBox();
this.snametxt = new System.Windows.Forms.TextBox();
this.commlbl = new System.Windows.Forms.Label();
this.itemlbl = new System.Windows.Forms.Label();
this.timelbl = new System.Windows.Forms.Label();
this.partlbl = 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.snoDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.snameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.internpartDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.interndataDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.internitemDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.interncommDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.internship51671BindingSource = new System.Windows.Forms.BindingSource(this.components);
this.___NET_51671DataSet = new graduationNET.@__NET_51671DataSet();
this.snotxt = new System.Windows.Forms.TextBox();
this.internship_51671TableAdapter = new graduationNET.@__NET_51671DataSetTableAdapters.internship_51671TableAdapter();
this.button1 = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.internship51671BindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.___NET_51671DataSet)).BeginInit();
this.SuspendLayout();
//
// updatebtn
//
this.updatebtn.Location = new System.Drawing.Point(417, 268);
this.updatebtn.Name = "updatebtn";
this.updatebtn.Size = new System.Drawing.Size(75, 23);
this.updatebtn.TabIndex = 33;
this.updatebtn.Text = "更新";
this.updatebtn.UseVisualStyleBackColor = true;
this.updatebtn.Click += new System.EventHandler(this.updatebtn_Click);
//
// savebtn
//
this.savebtn.Location = new System.Drawing.Point(173, 268);
this.savebtn.Name = "savebtn";
this.savebtn.Size = new System.Drawing.Size(75, 23);
this.savebtn.TabIndex = 32;
this.savebtn.Text = "保存";
this.savebtn.UseVisualStyleBackColor = true;
this.savebtn.Click += new System.EventHandler(this.savebtn_Click);
//
// deletebtn
//
this.deletebtn.Location = new System.Drawing.Point(295, 268);
this.deletebtn.Name = "deletebtn";
this.deletebtn.Size = new System.Drawing.Size(75, 23);
this.deletebtn.TabIndex = 31;
this.deletebtn.Text = "删除";
this.deletebtn.UseVisualStyleBackColor = true;
this.deletebtn.Click += new System.EventHandler(this.deletebtn_Click);
//
// newbtn
//
this.newbtn.Location = new System.Drawing.Point(51, 268);
this.newbtn.Name = "newbtn";
this.newbtn.Size = new System.Drawing.Size(75, 23);
this.newbtn.TabIndex = 30;
this.newbtn.Text = "新增";
this.newbtn.UseVisualStyleBackColor = true;
this.newbtn.Click += new System.EventHandler(this.newbtn_Click);
//
// commtxt
//
this.commtxt.Location = new System.Drawing.Point(96, 210);
this.commtxt.Name = "commtxt";
this.commtxt.Size = new System.Drawing.Size(100, 21);
this.commtxt.TabIndex = 29;
//
// itemtxt
//
this.itemtxt.Location = new System.Drawing.Point(96, 173);
this.itemtxt.Name = "itemtxt";
this.itemtxt.Size = new System.Drawing.Size(100, 21);
this.itemtxt.TabIndex = 28;
//
// timetxt
//
this.timetxt.Location = new System.Drawing.Point(96, 136);
this.timetxt.Name = "timetxt";
this.timetxt.Size = new System.Drawing.Size(100, 21);
this.timetxt.TabIndex = 27;
//
// parttxt
//
this.parttxt.Location = new System.Drawing.Point(96, 99);
this.parttxt.Name = "parttxt";
this.parttxt.Size = new System.Drawing.Size(100, 21);
this.parttxt.TabIndex = 26;
//
// snametxt
//
this.snametxt.Location = new System.Drawing.Point(96, 62);
this.snametxt.Name = "snametxt";
this.snametxt.Size = new System.Drawing.Size(100, 21);
this.snametxt.TabIndex = 25;
//
// commlbl
//
this.commlbl.AutoSize = true;
this.commlbl.Location = new System.Drawing.Point(21, 215);
this.commlbl.Name = "commlbl";
this.commlbl.Size = new System.Drawing.Size(59, 12);
this.commlbl.TabIndex = 23;
this.commlbl.Text = "实习评价:";
//
// itemlbl
//
this.itemlbl.AutoSize = true;
this.itemlbl.Location = new System.Drawing.Point(21, 181);
this.itemlbl.Name = "itemlbl";
this.itemlbl.Size = new System.Drawing.Size(59, 12);
this.itemlbl.TabIndex = 22;
this.itemlbl.Text = "实习项目:";
//
// timelbl
//
this.timelbl.AutoSize = true;
this.timelbl.Location = new System.Drawing.Point(21, 143);
this.timelbl.Name = "timelbl";
this.timelbl.Size = new System.Drawing.Size(59, 12);
this.timelbl.TabIndex = 21;
this.timelbl.Text = "实习时间:";
//
// partlbl
//
this.partlbl.AutoSize = true;
this.partlbl.Location = new System.Drawing.Point(21, 105);
this.partlbl.Name = "partlbl";
this.partlbl.Size = new System.Drawing.Size(59, 12);
this.partlbl.TabIndex = 20;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -