📄 form1.designer.cs
字号:
namespace exp12
{
partial class Form1
{
/// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
this.employeeDataSet = new exp12.employeeDataSet();
this.employeeBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.employeeTableAdapter = new exp12.employeeDataSetTableAdapters.employeeTableAdapter();
this.employeeBindingNavigator = 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.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.employeeBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
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();
this.payBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.payTableAdapter = new exp12.employeeDataSetTableAdapters.payTableAdapter();
this.payDataGridView = 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();
编号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.employeeDataSet)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.employeeBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.employeeBindingNavigator)).BeginInit();
this.employeeBindingNavigator.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.payBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.payDataGridView)).BeginInit();
this.SuspendLayout();
//
// 编号Label
//
编号Label.AutoSize = true;
编号Label.Location = new System.Drawing.Point(48, 45);
编号Label.Name = "编号Label";
编号Label.Size = new System.Drawing.Size(45, 15);
编号Label.TabIndex = 1;
编号Label.Text = "编号:";
//
// 姓名Label
//
姓名Label.AutoSize = true;
姓名Label.Location = new System.Drawing.Point(238, 45);
姓名Label.Name = "姓名Label";
姓名Label.Size = new System.Drawing.Size(45, 15);
姓名Label.TabIndex = 3;
姓名Label.Text = "姓名:";
//
// 性别Label
//
性别Label.AutoSize = true;
性别Label.Location = new System.Drawing.Point(441, 48);
性别Label.Name = "性别Label";
性别Label.Size = new System.Drawing.Size(45, 15);
性别Label.TabIndex = 5;
性别Label.Text = "性别:";
//
// 年龄Label
//
年龄Label.AutoSize = true;
年龄Label.Location = new System.Drawing.Point(48, 90);
年龄Label.Name = "年龄Label";
年龄Label.Size = new System.Drawing.Size(45, 15);
年龄Label.TabIndex = 7;
年龄Label.Text = "年龄:";
//
// 部门Label
//
部门Label.AutoSize = true;
部门Label.Location = new System.Drawing.Point(238, 93);
部门Label.Name = "部门Label";
部门Label.Size = new System.Drawing.Size(45, 15);
部门Label.TabIndex = 9;
部门Label.Text = "部门:";
//
// 职务Label
//
职务Label.AutoSize = true;
职务Label.Location = new System.Drawing.Point(441, 96);
职务Label.Name = "职务Label";
职务Label.Size = new System.Drawing.Size(45, 15);
职务Label.TabIndex = 11;
职务Label.Text = "职务:";
//
// employeeDataSet
//
this.employeeDataSet.DataSetName = "employeeDataSet";
this.employeeDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// employeeBindingSource
//
this.employeeBindingSource.DataMember = "employee";
this.employeeBindingSource.DataSource = this.employeeDataSet;
//
// employeeTableAdapter
//
this.employeeTableAdapter.ClearBeforeFill = true;
//
// employeeBindingNavigator
//
this.employeeBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
this.employeeBindingNavigator.BindingSource = this.employeeBindingSource;
this.employeeBindingNavigator.CountItem = this.bindingNavigatorCountItem;
this.employeeBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
this.employeeBindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.bindingNavigatorMoveFirstItem,
this.bindingNavigatorMovePreviousItem,
this.bindingNavigatorSeparator,
this.bindingNavigatorPositionItem,
this.bindingNavigatorCountItem,
this.bindingNavigatorSeparator1,
this.bindingNavigatorMoveNextItem,
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -