📄 trainingform.designer.cs
字号:
namespace MyPersonnel
{
partial class TrainingForm
{
/// <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();
System.Windows.Forms.Label 自编号Label;
System.Windows.Forms.Label 员工编号Label;
System.Windows.Forms.Label 员工姓名Label;
System.Windows.Forms.Label 开始时间Label;
System.Windows.Forms.Label 结束时间Label;
System.Windows.Forms.Label 培训单位Label;
System.Windows.Forms.Label 培训地点Label;
System.Windows.Forms.Label 培训内容Label;
System.Windows.Forms.Label 培训经费Label;
System.Windows.Forms.Label 证书名称Label;
System.Windows.Forms.Label 说明Label;
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TrainingForm));
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
this.myPersonnelDataSet = new MyPersonnel.MyPersonnelDataSet();
this.培训记录BindingSource = new System.Windows.Forms.BindingSource(this.components);
this.培训记录TableAdapter = new MyPersonnel.MyPersonnelDataSetTableAdapters.培训记录TableAdapter();
this.培训记录BindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
this.员工姓名ToolStripLabel = new System.Windows.Forms.ToolStripLabel();
this.员工姓名ToolStripTextBox = new System.Windows.Forms.ToolStripTextBox();
this.查询ToolStripButton = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.培训记录BindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
this.培训记录DataGridView = new System.Windows.Forms.DataGridView();
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.基本档案DataGridView = new System.Windows.Forms.DataGridView();
this.自编号TextBox = new System.Windows.Forms.TextBox();
this.员工编号TextBox = new System.Windows.Forms.TextBox();
this.员工姓名TextBox = new System.Windows.Forms.TextBox();
this.开始时间DateTimePicker = new System.Windows.Forms.DateTimePicker();
this.结束时间DateTimePicker = new System.Windows.Forms.DateTimePicker();
this.培训单位TextBox = new System.Windows.Forms.TextBox();
this.培训地点TextBox = new System.Windows.Forms.TextBox();
this.培训内容TextBox = new System.Windows.Forms.TextBox();
this.培训经费TextBox = new System.Windows.Forms.TextBox();
this.证书名称TextBox = new System.Windows.Forms.TextBox();
this.说明TextBox = new System.Windows.Forms.TextBox();
自编号Label = new System.Windows.Forms.Label();
员工编号Label = new System.Windows.Forms.Label();
员工姓名Label = new System.Windows.Forms.Label();
开始时间Label = new System.Windows.Forms.Label();
结束时间Label = new System.Windows.Forms.Label();
培训单位Label = new System.Windows.Forms.Label();
培训地点Label = new System.Windows.Forms.Label();
培训内容Label = new System.Windows.Forms.Label();
培训经费Label = new System.Windows.Forms.Label();
证书名称Label = new System.Windows.Forms.Label();
说明Label = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.myPersonnelDataSet)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.培训记录BindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.培训记录BindingNavigator)).BeginInit();
this.培训记录BindingNavigator.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.培训记录DataGridView)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.基本档案DataGridView)).BeginInit();
this.SuspendLayout();
//
// 自编号Label
//
自编号Label.AutoSize = true;
自编号Label.Location = new System.Drawing.Point(2, 129);
自编号Label.Name = "自编号Label";
自编号Label.Size = new System.Drawing.Size(47, 12);
自编号Label.TabIndex = 25;
自编号Label.Text = "自编号:";
//
// 员工编号Label
//
员工编号Label.AutoSize = true;
员工编号Label.Location = new System.Drawing.Point(2, 156);
员工编号Label.Name = "员工编号Label";
员工编号Label.Size = new System.Drawing.Size(59, 12);
员工编号Label.TabIndex = 27;
员工编号Label.Text = "员工编号:";
//
// 员工姓名Label
//
员工姓名Label.AutoSize = true;
员工姓名Label.Location = new System.Drawing.Point(2, 183);
员工姓名Label.Name = "员工姓名Label";
员工姓名Label.Size = new System.Drawing.Size(59, 12);
员工姓名Label.TabIndex = 29;
员工姓名Label.Text = "员工姓名:";
//
// 开始时间Label
//
开始时间Label.AutoSize = true;
开始时间Label.Location = new System.Drawing.Point(162, 130);
开始时间Label.Name = "开始时间Label";
开始时间Label.Size = new System.Drawing.Size(59, 12);
开始时间Label.TabIndex = 31;
开始时间Label.Text = "开始时间:";
//
// 结束时间Label
//
结束时间Label.AutoSize = true;
结束时间Label.Location = new System.Drawing.Point(162, 157);
结束时间Label.Name = "结束时间Label";
结束时间Label.Size = new System.Drawing.Size(59, 12);
结束时间Label.TabIndex = 33;
结束时间Label.Text = "结束时间:";
//
// 培训单位Label
//
培训单位Label.AutoSize = true;
培训单位Label.Location = new System.Drawing.Point(162, 183);
培训单位Label.Name = "培训单位Label";
培训单位Label.Size = new System.Drawing.Size(59, 12);
培训单位Label.TabIndex = 35;
培训单位Label.Text = "培训单位:";
//
// 培训地点Label
//
培训地点Label.AutoSize = true;
培训地点Label.Location = new System.Drawing.Point(340, 129);
培训地点Label.Name = "培训地点Label";
培训地点Label.Size = new System.Drawing.Size(59, 12);
培训地点Label.TabIndex = 37;
培训地点Label.Text = "培训地点:";
//
// 培训内容Label
//
培训内容Label.AutoSize = true;
培训内容Label.Location = new System.Drawing.Point(340, 156);
培训内容Label.Name = "培训内容Label";
培训内容Label.Size = new System.Drawing.Size(59, 12);
培训内容Label.TabIndex = 39;
培训内容Label.Text = "培训内容:";
//
// 培训经费Label
//
培训经费Label.AutoSize = true;
培训经费Label.Location = new System.Drawing.Point(340, 183);
培训经费Label.Name = "培训经费Label";
培训经费Label.Size = new System.Drawing.Size(59, 12);
培训经费Label.TabIndex = 41;
培训经费Label.Text = "培训经费:";
//
// 证书名称Label
//
证书名称Label.AutoSize = true;
证书名称Label.Location = new System.Drawing.Point(2, 210);
证书名称Label.Name = "证书名称Label";
证书名称Label.Size = new System.Drawing.Size(59, 12);
证书名称Label.TabIndex = 43;
证书名称Label.Text = "证书名称:";
//
// 说明Label
//
说明Label.AutoSize = true;
说明Label.Location = new System.Drawing.Point(235, 210);
说明Label.Name = "说明Label";
说明Label.Size = new System.Drawing.Size(35, 12);
说明Label.TabIndex = 45;
说明Label.Text = "说明:";
//
// myPersonnelDataSet
//
this.myPersonnelDataSet.DataSetName = "MyPersonnelDataSet";
this.myPersonnelDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// 培训记录BindingSource
//
this.培训记录BindingSource.DataMember = "培训记录";
this.培训记录BindingSource.DataSource = this.myPersonnelDataSet;
//
// 培训记录TableAdapter
//
this.培训记录TableAdapter.ClearBeforeFill = true;
//
// 培训记录BindingNavigator
//
this.培训记录BindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
this.培训记录BindingNavigator.BindingSource = this.培训记录BindingSource;
this.培训记录BindingNavigator.CountItem = this.bindingNavigatorCountItem;
this.培训记录BindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
this.培训记录BindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -