📄 familyform.designer.cs
字号:
namespace MyPersonnel
{
partial class FamilyForm
{
/// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FamilyForm));
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
this.员工家庭成员BindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
this.员工家庭成员BindingSource = new System.Windows.Forms.BindingSource(this.components);
this.myPersonnelDataSet = new MyPersonnel.MyPersonnelDataSet();
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.自编号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.与员工关系ComboBox = new System.Windows.Forms.ComboBox();
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.基本档案DataGridView = new System.Windows.Forms.DataGridView();
this.员工家庭成员TableAdapter = new MyPersonnel.MyPersonnelDataSetTableAdapters.员工家庭成员TableAdapter();
自编号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.员工家庭成员BindingNavigator)).BeginInit();
this.员工家庭成员BindingNavigator.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.员工家庭成员BindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.myPersonnelDataSet)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.员工家庭成员DataGridView)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.基本档案DataGridView)).BeginInit();
this.SuspendLayout();
//
// 自编号Label
//
自编号Label.AutoSize = true;
自编号Label.Location = new System.Drawing.Point(3, 131);
自编号Label.Name = "自编号Label";
自编号Label.Size = new System.Drawing.Size(47, 12);
自编号Label.TabIndex = 2;
自编号Label.Text = "自编号:";
//
// 员工编号Label
//
员工编号Label.AutoSize = true;
员工编号Label.Location = new System.Drawing.Point(3, 158);
员工编号Label.Name = "员工编号Label";
员工编号Label.Size = new System.Drawing.Size(59, 12);
员工编号Label.TabIndex = 4;
员工编号Label.Text = "员工编号:";
//
// 员工姓名Label
//
员工姓名Label.AutoSize = true;
员工姓名Label.Location = new System.Drawing.Point(3, 185);
员工姓名Label.Name = "员工姓名Label";
员工姓名Label.Size = new System.Drawing.Size(59, 12);
员工姓名Label.TabIndex = 6;
员工姓名Label.Text = "员工姓名:";
//
// 家庭成员姓名Label
//
家庭成员姓名Label.AutoSize = true;
家庭成员姓名Label.Location = new System.Drawing.Point(165, 132);
家庭成员姓名Label.Name = "家庭成员姓名Label";
家庭成员姓名Label.Size = new System.Drawing.Size(83, 12);
家庭成员姓名Label.TabIndex = 8;
家庭成员姓名Label.Text = "家庭成员姓名:";
//
// 与员工关系Label
//
与员工关系Label.AutoSize = true;
与员工关系Label.Location = new System.Drawing.Point(165, 159);
与员工关系Label.Name = "与员工关系Label";
与员工关系Label.Size = new System.Drawing.Size(71, 12);
与员工关系Label.TabIndex = 10;
与员工关系Label.Text = "与员工关系:";
//
// 工作单位Label
//
工作单位Label.AutoSize = true;
工作单位Label.Location = new System.Drawing.Point(165, 185);
工作单位Label.Name = "工作单位Label";
工作单位Label.Size = new System.Drawing.Size(59, 12);
工作单位Label.TabIndex = 12;
工作单位Label.Text = "工作单位:";
//
// 担任职务Label
//
担任职务Label.AutoSize = true;
担任职务Label.Location = new System.Drawing.Point(385, 131);
担任职务Label.Name = "担任职务Label";
担任职务Label.Size = new System.Drawing.Size(59, 12);
担任职务Label.TabIndex = 14;
担任职务Label.Text = "担任职务:";
//
// 政治面貌Label
//
政治面貌Label.AutoSize = true;
政治面貌Label.Location = new System.Drawing.Point(385, 158);
政治面貌Label.Name = "政治面貌Label";
政治面貌Label.Size = new System.Drawing.Size(59, 12);
政治面貌Label.TabIndex = 16;
政治面貌Label.Text = "政治面貌:";
//
// 联系电话Label
//
联系电话Label.AutoSize = true;
联系电话Label.Location = new System.Drawing.Point(385, 185);
联系电话Label.Name = "联系电话Label";
联系电话Label.Size = new System.Drawing.Size(59, 12);
联系电话Label.TabIndex = 18;
联系电话Label.Text = "联系电话:";
//
// 其他Label
//
其他Label.AutoSize = true;
其他Label.Location = new System.Drawing.Point(4, 212);
其他Label.Name = "其他Label";
其他Label.Size = new System.Drawing.Size(35, 12);
其他Label.TabIndex = 20;
其他Label.Text = "其他:";
//
// 员工家庭成员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[] {
this.员工姓名ToolStripLabel,
this.员工姓名ToolStripTextBox,
this.查询ToolStripButton,
this.bindingNavigatorMoveFirstItem,
this.bindingNavigatorMovePreviousItem,
this.bindingNavigatorSeparator,
this.bindingNavigatorPositionItem,
this.bindingNavigatorCountItem,
this.bindingNavigatorSeparator1,
this.bindingNavigatorMoveNextItem,
this.bindingNavigatorMoveLastItem,
this.bindingNavigatorSeparator2,
this.bindingNavigatorAddNewItem,
this.bindingNavigatorDeleteItem,
this.员工家庭成员BindingNavigatorSaveItem});
this.员工家庭成员BindingNavigator.Location = new System.Drawing.Point(0, 0);
this.员工家庭成员BindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
this.员工家庭成员BindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
this.员工家庭成员BindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
this.员工家庭成员BindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
this.员工家庭成员BindingNavigator.Name = "员工家庭成员BindingNavigator";
this.员工家庭成员BindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
this.员工家庭成员BindingNavigator.Size = new System.Drawing.Size(542, 25);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -