📄 form1.designer.cs
字号:
this.bindingNavigatorMoveLastItem,
this.bindingNavigatorSeparator2,
this.bindingNavigatorAddNewItem,
this.bindingNavigatorDeleteItem,
this.employeeBindingNavigatorSaveItem});
this.employeeBindingNavigator.Location = new System.Drawing.Point(0, 0);
this.employeeBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
this.employeeBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
this.employeeBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
this.employeeBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
this.employeeBindingNavigator.Name = "employeeBindingNavigator";
this.employeeBindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
this.employeeBindingNavigator.Size = new System.Drawing.Size(701, 25);
this.employeeBindingNavigator.TabIndex = 0;
this.employeeBindingNavigator.Text = "bindingNavigator1";
//
// bindingNavigatorAddNewItem
//
this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22);
this.bindingNavigatorAddNewItem.Text = "新添";
//
// bindingNavigatorCountItem
//
this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
this.bindingNavigatorCountItem.Size = new System.Drawing.Size(47, 22);
this.bindingNavigatorCountItem.Text = "/ {0}";
this.bindingNavigatorCountItem.ToolTipText = "总项数";
//
// bindingNavigatorDeleteItem
//
this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 22);
this.bindingNavigatorDeleteItem.Text = "删除";
this.bindingNavigatorDeleteItem.Click += new System.EventHandler(this.bindingNavigatorDeleteItem_Click);
//
// bindingNavigatorMoveFirstItem
//
this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
this.bindingNavigatorMoveFirstItem.Text = "移到第一条记录";
//
// bindingNavigatorMovePreviousItem
//
this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
this.bindingNavigatorMovePreviousItem.Text = "移到上一条记录";
//
// bindingNavigatorSeparator
//
this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
//
// bindingNavigatorPositionItem
//
this.bindingNavigatorPositionItem.AccessibleName = "位置";
this.bindingNavigatorPositionItem.AutoSize = false;
this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 25);
this.bindingNavigatorPositionItem.Text = "0";
this.bindingNavigatorPositionItem.ToolTipText = "当前位置";
//
// bindingNavigatorSeparator1
//
this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
//
// bindingNavigatorMoveNextItem
//
this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
this.bindingNavigatorMoveNextItem.Text = "移到下一条记录";
//
// bindingNavigatorMoveLastItem
//
this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22);
this.bindingNavigatorMoveLastItem.Text = "移到最后一条记录";
//
// bindingNavigatorSeparator2
//
this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
//
// employeeBindingNavigatorSaveItem
//
this.employeeBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.employeeBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("employeeBindingNavigatorSaveItem.Image")));
this.employeeBindingNavigatorSaveItem.Name = "employeeBindingNavigatorSaveItem";
this.employeeBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 22);
this.employeeBindingNavigatorSaveItem.Text = "保存数据";
this.employeeBindingNavigatorSaveItem.Click += new System.EventHandler(this.employeeBindingNavigatorSaveItem_Click);
//
// 编号TextBox
//
this.编号TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.employeeBindingSource, "编号", true));
this.编号TextBox.Location = new System.Drawing.Point(99, 42);
this.编号TextBox.Name = "编号TextBox";
this.编号TextBox.Size = new System.Drawing.Size(100, 25);
this.编号TextBox.TabIndex = 2;
this.编号TextBox.TextChanged += new System.EventHandler(this.编号TextBox_TextChanged);
//
// 姓名TextBox
//
this.姓名TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.employeeBindingSource, "姓名", true));
this.姓名TextBox.Location = new System.Drawing.Point(289, 42);
this.姓名TextBox.Name = "姓名TextBox";
this.姓名TextBox.Size = new System.Drawing.Size(100, 25);
this.姓名TextBox.TabIndex = 4;
//
// 性别TextBox
//
this.性别TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.employeeBindingSource, "性别", true));
this.性别TextBox.Location = new System.Drawing.Point(492, 45);
this.性别TextBox.Name = "性别TextBox";
this.性别TextBox.Size = new System.Drawing.Size(100, 25);
this.性别TextBox.TabIndex = 6;
//
// 年龄TextBox
//
this.年龄TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.employeeBindingSource, "年龄", true));
this.年龄TextBox.Location = new System.Drawing.Point(99, 87);
this.年龄TextBox.Name = "年龄TextBox";
this.年龄TextBox.Size = new System.Drawing.Size(100, 25);
this.年龄TextBox.TabIndex = 8;
//
// 部门TextBox
//
this.部门TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.employeeBindingSource, "部门", true));
this.部门TextBox.Location = new System.Drawing.Point(289, 90);
this.部门TextBox.Name = "部门TextBox";
this.部门TextBox.Size = new System.Drawing.Size(100, 25);
this.部门TextBox.TabIndex = 10;
//
// 职务TextBox
//
this.职务TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.employeeBindingSource, "职务", true));
this.职务TextBox.Location = new System.Drawing.Point(492, 93);
this.职务TextBox.Name = "职务TextBox";
this.职务TextBox.Size = new System.Drawing.Size(100, 25);
this.职务TextBox.TabIndex = 12;
//
// payBindingSource
//
this.payBindingSource.DataMember = "pay";
this.payBindingSource.DataSource = this.employeeDataSet;
//
// payTableAdapter
//
this.payTableAdapter.ClearBeforeFill = true;
//
// payDataGridView
//
this.payDataGridView.AutoGenerateColumns = false;
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -