📄 leaveform.designer.cs
字号:
namespace MyPersonnel
{
partial class LeaveForm
{
/// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LeaveForm));
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.基本档案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.离职原因RichTextBox = new System.Windows.Forms.RichTextBox();
this.批准人TextBox = new System.Windows.Forms.TextBox();
this.说明TextBox = new System.Windows.Forms.TextBox();
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();
((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(0, 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(0, 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(0, 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(160, 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(338, 130);
离职原因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(160, 159);
批准人Label.Name = "批准人Label";
批准人Label.Size = new System.Drawing.Size(47, 12);
批准人Label.TabIndex = 35;
批准人Label.Text = "批准人:";
//
// 说明Label
//
说明Label.AutoSize = true;
说明Label.Location = new System.Drawing.Point(160, 186);
说明Label.Name = "说明Label";
说明Label.Size = new System.Drawing.Size(35, 12);
说明Label.TabIndex = 37;
说明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);
this.离职管理BindingNavigator.TabIndex = 0;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -