📄 payform.designer.cs
字号:
namespace MyPersonnel
{
partial class PayForm
{
/// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PayForm));
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
this.myPersonnelDataSet = new MyPersonnel.MyPersonnelDataSet();
this.工资发放表BindingSource = new System.Windows.Forms.BindingSource(this.components);
this.工资发放表TableAdapter = new MyPersonnel.MyPersonnelDataSetTableAdapters.工资发放表TableAdapter();
this.fillByToolStrip = new System.Windows.Forms.ToolStrip();
this.发放年份ToolStripLabel = new System.Windows.Forms.ToolStripLabel();
this.年份ToolStripComboBox = new System.Windows.Forms.ToolStripComboBox();
this.发放月份ToolStripLabel = new System.Windows.Forms.ToolStripLabel();
this.月份ToolStripComboBox = new System.Windows.Forms.ToolStripComboBox();
this.部门ToolStripLabel = new System.Windows.Forms.ToolStripLabel();
this.部门ToolStripComboBox = new System.Windows.Forms.ToolStripComboBox();
this.查询ToolStripButton = new System.Windows.Forms.ToolStripButton();
this.打印ToolStripButton = new System.Windows.Forms.ToolStripButton();
this.工资发放表DataGridView = new System.Windows.Forms.DataGridView();
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.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn13 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn14 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn15 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn16 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn17 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn18 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn19 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn20 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn21 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn22 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn23 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn24 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn25 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
((System.ComponentModel.ISupportInitialize)(this.myPersonnelDataSet)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.工资发放表BindingSource)).BeginInit();
this.fillByToolStrip.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.工资发放表DataGridView)).BeginInit();
this.SuspendLayout();
//
// myPersonnelDataSet
//
this.myPersonnelDataSet.DataSetName = "MyPersonnelDataSet";
this.myPersonnelDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// 工资发放表BindingSource
//
this.工资发放表BindingSource.DataMember = "工资发放表";
this.工资发放表BindingSource.DataSource = this.myPersonnelDataSet;
//
// 工资发放表TableAdapter
//
this.工资发放表TableAdapter.ClearBeforeFill = true;
//
// fillByToolStrip
//
this.fillByToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.发放年份ToolStripLabel,
this.年份ToolStripComboBox,
this.发放月份ToolStripLabel,
this.月份ToolStripComboBox,
this.部门ToolStripLabel,
this.部门ToolStripComboBox,
this.查询ToolStripButton,
this.打印ToolStripButton});
this.fillByToolStrip.Location = new System.Drawing.Point(0, 0);
this.fillByToolStrip.Name = "fillByToolStrip";
this.fillByToolStrip.Size = new System.Drawing.Size(542, 25);
this.fillByToolStrip.TabIndex = 2;
this.fillByToolStrip.Text = "fillByToolStrip";
//
// 发放年份ToolStripLabel
//
this.发放年份ToolStripLabel.Name = "发放年份ToolStripLabel";
this.发放年份ToolStripLabel.Size = new System.Drawing.Size(59, 22);
this.发放年份ToolStripLabel.Text = "发放年份:";
//
// 年份ToolStripComboBox
//
this.年份ToolStripComboBox.DropDownHeight = 150;
this.年份ToolStripComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.年份ToolStripComboBox.DropDownWidth = 40;
this.年份ToolStripComboBox.IntegralHeight = false;
this.年份ToolStripComboBox.Name = "年份ToolStripComboBox";
this.年份ToolStripComboBox.Size = new System.Drawing.Size(75, 25);
//
// 发放月份ToolStripLabel
//
this.发放月份ToolStripLabel.Name = "发放月份ToolStripLabel";
this.发放月份ToolStripLabel.Size = new System.Drawing.Size(59, 22);
this.发放月份ToolStripLabel.Text = "发放月份:";
//
// 月份ToolStripComboBox
//
this.月份ToolStripComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.月份ToolStripComboBox.Name = "月份ToolStripComboBox";
this.月份ToolStripComboBox.Size = new System.Drawing.Size(75, 25);
//
// 部门ToolStripLabel
//
this.部门ToolStripLabel.Name = "部门ToolStripLabel";
this.部门ToolStripLabel.Size = new System.Drawing.Size(35, 22);
this.部门ToolStripLabel.Text = "部门:";
//
// 部门ToolStripComboBox
//
this.部门ToolStripComboBox.DropDownWidth = 75;
this.部门ToolStripComboBox.Name = "部门ToolStripComboBox";
this.部门ToolStripComboBox.Size = new System.Drawing.Size(75, 25);
//
// 查询ToolStripButton
//
this.查询ToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("查询ToolStripButton.Image")));
this.查询ToolStripButton.Name = "查询ToolStripButton";
this.查询ToolStripButton.Size = new System.Drawing.Size(49, 22);
this.查询ToolStripButton.Text = "查询";
this.查询ToolStripButton.Click += new System.EventHandler(this.查询ToolStripButton_Click);
//
// 打印ToolStripButton
//
this.打印ToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("打印ToolStripButton.Image")));
this.打印ToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.打印ToolStripButton.Name = "打印ToolStripButton";
this.打印ToolStripButton.Size = new System.Drawing.Size(49, 22);
this.打印ToolStripButton.Text = "打印";
this.打印ToolStripButton.Click += new System.EventHandler(this.打印ToolStripButton_Click);
//
// 工资发放表DataGridView
//
this.工资发放表DataGridView.AllowUserToAddRows = false;
this.工资发放表DataGridView.AllowUserToDeleteRows = false;
this.工资发放表DataGridView.AllowUserToResizeColumns = false;
this.工资发放表DataGridView.AutoGenerateColumns = false;
this.工资发放表DataGridView.BackgroundColor = System.Drawing.SystemColors.ActiveCaption;
this.工资发放表DataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.dataGridViewTextBoxColumn3,
this.dataGridViewTextBoxColumn4,
this.dataGridViewTextBoxColumn5,
this.dataGridViewTextBoxColumn6,
this.dataGridViewTextBoxColumn7,
this.dataGridViewTextBoxColumn8,
this.dataGridViewTextBoxColumn9,
this.dataGridViewTextBoxColumn10,
this.dataGridViewTextBoxColumn11,
this.dataGridViewTextBoxColumn12,
this.dataGridViewTextBoxColumn13,
this.dataGridViewTextBoxColumn14,
this.dataGridViewTextBoxColumn15,
this.dataGridViewTextBoxColumn16,
this.dataGridViewTextBoxColumn17,
this.dataGridViewTextBoxColumn18,
this.dataGridViewTextBoxColumn19,
this.dataGridViewTextBoxColumn20,
this.dataGridViewTextBoxColumn21,
this.dataGridViewTextBoxColumn22,
this.dataGridViewTextBoxColumn23,
this.dataGridViewTextBoxColumn24,
this.dataGridViewTextBoxColumn25,
this.dataGridViewTextBoxColumn1,
this.dataGridViewTextBoxColumn2});
this.工资发放表DataGridView.DataSource = this.工资发放表BindingSource;
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle1.BackColor = System.Drawing.Color.Green;
dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle1.ForeColor = System.Drawing.Color.Yellow;
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.工资发放表DataGridView.DefaultCellStyle = dataGridViewCellStyle1;
this.工资发放表DataGridView.Dock = System.Windows.Forms.DockStyle.Fill;
this.工资发放表DataGridView.Location = new System.Drawing.Point(0, 25);
this.工资发放表DataGridView.Name = "工资发放表DataGridView";
this.工资发放表DataGridView.ReadOnly = true;
this.工资发放表DataGridView.RowHeadersVisible = false;
this.工资发放表DataGridView.RowTemplate.Height = 23;
this.工资发放表DataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.工资发放表DataGridView.Size = new System.Drawing.Size(542, 391);
this.工资发放表DataGridView.TabIndex = 2;
//
// dataGridViewTextBoxColumn3
//
this.dataGridViewTextBoxColumn3.DataPropertyName = "员工姓名";
this.dataGridViewTextBoxColumn3.HeaderText = "员工姓名";
this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
this.dataGridViewTextBoxColumn3.ReadOnly = true;
this.dataGridViewTextBoxColumn3.Width = 60;
//
// dataGridViewTextBoxColumn4
//
this.dataGridViewTextBoxColumn4.DataPropertyName = "基本工资";
this.dataGridViewTextBoxColumn4.HeaderText = "基本工资";
this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
this.dataGridViewTextBoxColumn4.ReadOnly = true;
this.dataGridViewTextBoxColumn4.Width = 60;
//
// dataGridViewTextBoxColumn5
//
this.dataGridViewTextBoxColumn5.DataPropertyName = "津贴";
this.dataGridViewTextBoxColumn5.HeaderText = "津贴";
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -