📄 form1.designer.cs
字号:
dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.payDataGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
this.payDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.dataGridViewTextBoxColumn1,
this.dataGridViewTextBoxColumn2,
this.dataGridViewTextBoxColumn3,
this.dataGridViewTextBoxColumn4,
this.dataGridViewTextBoxColumn5,
this.dataGridViewTextBoxColumn6,
this.dataGridViewTextBoxColumn7,
this.dataGridViewTextBoxColumn8});
this.payDataGridView.DataSource = this.payBindingSource;
this.payDataGridView.Location = new System.Drawing.Point(8, 137);
this.payDataGridView.Name = "payDataGridView";
this.payDataGridView.RowTemplate.Height = 27;
this.payDataGridView.Size = new System.Drawing.Size(686, 106);
this.payDataGridView.TabIndex = 13;
//
// dataGridViewTextBoxColumn1
//
this.dataGridViewTextBoxColumn1.DataPropertyName = "编号";
this.dataGridViewTextBoxColumn1.HeaderText = "编号";
this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
this.dataGridViewTextBoxColumn1.Width = 80;
//
// dataGridViewTextBoxColumn2
//
this.dataGridViewTextBoxColumn2.DataPropertyName = "基本工资";
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
dataGridViewCellStyle2.Format = "N2";
dataGridViewCellStyle2.NullValue = null;
this.dataGridViewTextBoxColumn2.DefaultCellStyle = dataGridViewCellStyle2;
this.dataGridViewTextBoxColumn2.HeaderText = "基本工资";
this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
this.dataGridViewTextBoxColumn2.Width = 80;
//
// dataGridViewTextBoxColumn3
//
this.dataGridViewTextBoxColumn3.DataPropertyName = "职务工资";
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
dataGridViewCellStyle3.Format = "N2";
this.dataGridViewTextBoxColumn3.DefaultCellStyle = dataGridViewCellStyle3;
this.dataGridViewTextBoxColumn3.HeaderText = "职务工资";
this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
this.dataGridViewTextBoxColumn3.Width = 80;
//
// dataGridViewTextBoxColumn4
//
this.dataGridViewTextBoxColumn4.DataPropertyName = "补贴";
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
dataGridViewCellStyle4.Format = "N2";
this.dataGridViewTextBoxColumn4.DefaultCellStyle = dataGridViewCellStyle4;
this.dataGridViewTextBoxColumn4.HeaderText = "补贴";
this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
this.dataGridViewTextBoxColumn4.Width = 80;
//
// dataGridViewTextBoxColumn5
//
this.dataGridViewTextBoxColumn5.DataPropertyName = "奖金";
dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
dataGridViewCellStyle5.Format = "N2";
this.dataGridViewTextBoxColumn5.DefaultCellStyle = dataGridViewCellStyle5;
this.dataGridViewTextBoxColumn5.HeaderText = "奖金";
this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
this.dataGridViewTextBoxColumn5.Width = 80;
//
// dataGridViewTextBoxColumn6
//
this.dataGridViewTextBoxColumn6.DataPropertyName = "扣税";
dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
dataGridViewCellStyle6.Format = "N2";
this.dataGridViewTextBoxColumn6.DefaultCellStyle = dataGridViewCellStyle6;
this.dataGridViewTextBoxColumn6.HeaderText = "扣税";
this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
this.dataGridViewTextBoxColumn6.Width = 80;
//
// dataGridViewTextBoxColumn7
//
this.dataGridViewTextBoxColumn7.DataPropertyName = "应发工资";
dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
dataGridViewCellStyle7.Format = "N2";
this.dataGridViewTextBoxColumn7.DefaultCellStyle = dataGridViewCellStyle7;
this.dataGridViewTextBoxColumn7.HeaderText = "应发工资";
this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
this.dataGridViewTextBoxColumn7.ReadOnly = true;
this.dataGridViewTextBoxColumn7.Width = 80;
//
// dataGridViewTextBoxColumn8
//
this.dataGridViewTextBoxColumn8.DataPropertyName = "实发工资";
dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
dataGridViewCellStyle8.Format = "N2";
this.dataGridViewTextBoxColumn8.DefaultCellStyle = dataGridViewCellStyle8;
this.dataGridViewTextBoxColumn8.HeaderText = "实发工资";
this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
this.dataGridViewTextBoxColumn8.ReadOnly = true;
this.dataGridViewTextBoxColumn8.Width = 80;
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(701, 254);
this.Controls.Add(this.payDataGridView);
this.Controls.Add(编号Label);
this.Controls.Add(this.编号TextBox);
this.Controls.Add(姓名Label);
this.Controls.Add(this.姓名TextBox);
this.Controls.Add(性别Label);
this.Controls.Add(this.性别TextBox);
this.Controls.Add(年龄Label);
this.Controls.Add(this.年龄TextBox);
this.Controls.Add(部门Label);
this.Controls.Add(this.部门TextBox);
this.Controls.Add(职务Label);
this.Controls.Add(this.职务TextBox);
this.Controls.Add(this.employeeBindingNavigator);
this.Name = "Form1";
this.Text = "Form1";
this.Load += new System.EventHandler(this.Form1_Load);
((System.ComponentModel.ISupportInitialize)(this.employeeDataSet)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.employeeBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.employeeBindingNavigator)).EndInit();
this.employeeBindingNavigator.ResumeLayout(false);
this.employeeBindingNavigator.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.payBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.payDataGridView)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private employeeDataSet employeeDataSet;
private System.Windows.Forms.BindingSource employeeBindingSource;
private exp12.employeeDataSetTableAdapters.employeeTableAdapter employeeTableAdapter;
private System.Windows.Forms.BindingNavigator employeeBindingNavigator;
private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem;
private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem;
private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem;
private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem;
private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem;
private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;
private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem;
private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem;
private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
private System.Windows.Forms.ToolStripButton employeeBindingNavigatorSaveItem;
private System.Windows.Forms.TextBox 编号TextBox;
private System.Windows.Forms.TextBox 姓名TextBox;
private System.Windows.Forms.TextBox 性别TextBox;
private System.Windows.Forms.TextBox 年龄TextBox;
private System.Windows.Forms.TextBox 部门TextBox;
private System.Windows.Forms.TextBox 职务TextBox;
private System.Windows.Forms.BindingSource payBindingSource;
private exp12.employeeDataSetTableAdapters.payTableAdapter payTableAdapter;
private System.Windows.Forms.DataGridView payDataGridView;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -