📄 querypayform.designer.vb
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class QueryPayForm
Inherits System.Windows.Forms.Form
'Form 重写 Dispose,以清理组件列表。
<System.Diagnostics.DebuggerNonUserCode()> _
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
MyBase.Dispose(disposing)
End Sub
'Windows 窗体设计器所必需的
Private components As System.ComponentModel.IContainer
'注意: 以下过程是 Windows 窗体设计器所必需的
'可以使用 Windows 窗体设计器修改它。
'不要使用代码编辑器修改它。
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Me.components = New System.ComponentModel.Container
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(QueryPayForm))
Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle
Me.MyPersonnelDataSet = New 人事工资管理系统.MyPersonnelDataSet
Me.工资发放表BindingSource = New System.Windows.Forms.BindingSource(Me.components)
Me.工资发放表TableAdapter = New 人事工资管理系统.MyPersonnelDataSetTableAdapters.工资发放表TableAdapter
Me.dataGridViewTextBoxColumn2 = New System.Windows.Forms.DataGridViewTextBoxColumn
Me.dataGridViewTextBoxColumn1 = New System.Windows.Forms.DataGridViewTextBoxColumn
Me.年份ToolStripComboBox = New System.Windows.Forms.ToolStripComboBox
Me.发放年份ToolStripLabel = New System.Windows.Forms.ToolStripLabel
Me.dataGridViewTextBoxColumn25 = New System.Windows.Forms.DataGridViewTextBoxColumn
Me.dataGridViewTextBoxColumn22 = New System.Windows.Forms.DataGridViewTextBoxColumn
Me.dataGridViewTextBoxColumn21 = New System.Windows.Forms.DataGridViewTextBoxColumn
Me.dataGridViewTextBoxColumn24 = New System.Windows.Forms.DataGridViewTextBoxColumn
Me.dataGridViewTextBoxColumn23 = New System.Windows.Forms.DataGridViewTextBoxColumn
Me.发放月份ToolStripLabel = New System.Windows.Forms.ToolStripLabel
Me.打印养老险入帐单ToolStripButton = New System.Windows.Forms.ToolStripButton
Me.打印银行入帐单ToolStripButton = New System.Windows.Forms.ToolStripButton
Me.打印住房基金入帐单ToolStripButton = New System.Windows.Forms.ToolStripButton
Me.打印医疗险入帐单ToolStripButton = New System.Windows.Forms.ToolStripButton
Me.打印全部信息ToolStripButton = New System.Windows.Forms.ToolStripButton
Me.部门ToolStripLabel = New System.Windows.Forms.ToolStripLabel
Me.月份ToolStripComboBox = New System.Windows.Forms.ToolStripComboBox
Me.查询ToolStripButton = New System.Windows.Forms.ToolStripButton
Me.部门ToolStripComboBox = New System.Windows.Forms.ToolStripComboBox
Me.dataGridViewTextBoxColumn8 = New System.Windows.Forms.DataGridViewTextBoxColumn
Me.dataGridViewTextBoxColumn7 = New System.Windows.Forms.DataGridViewTextBoxColumn
Me.dataGridViewTextBoxColumn9 = New System.Windows.Forms.DataGridViewTextBoxColumn
Me.dataGridViewTextBoxColumn11 = New System.Windows.Forms.DataGridViewTextBoxColumn
Me.dataGridViewTextBoxColumn10 = New System.Windows.Forms.DataGridViewTextBoxColumn
Me.dataGridViewTextBoxColumn3 = New System.Windows.Forms.DataGridViewTextBoxColumn
Me.工资发放表DataGridView = New System.Windows.Forms.DataGridView
Me.dataGridViewTextBoxColumn4 = New System.Windows.Forms.DataGridViewTextBoxColumn
Me.dataGridViewTextBoxColumn5 = New System.Windows.Forms.DataGridViewTextBoxColumn
Me.dataGridViewTextBoxColumn6 = New System.Windows.Forms.DataGridViewTextBoxColumn
Me.dataGridViewTextBoxColumn12 = New System.Windows.Forms.DataGridViewTextBoxColumn
Me.dataGridViewTextBoxColumn13 = New System.Windows.Forms.DataGridViewTextBoxColumn
Me.dataGridViewTextBoxColumn14 = New System.Windows.Forms.DataGridViewTextBoxColumn
Me.dataGridViewTextBoxColumn15 = New System.Windows.Forms.DataGridViewTextBoxColumn
Me.dataGridViewTextBoxColumn16 = New System.Windows.Forms.DataGridViewTextBoxColumn
Me.dataGridViewTextBoxColumn17 = New System.Windows.Forms.DataGridViewTextBoxColumn
Me.dataGridViewTextBoxColumn18 = New System.Windows.Forms.DataGridViewTextBoxColumn
Me.dataGridViewTextBoxColumn19 = New System.Windows.Forms.DataGridViewTextBoxColumn
Me.dataGridViewTextBoxColumn20 = New System.Windows.Forms.DataGridViewTextBoxColumn
Me.工资发放表BindingNavigator = New System.Windows.Forms.BindingNavigator(Me.components)
CType(Me.MyPersonnelDataSet, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.工资发放表BindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.工资发放表DataGridView, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.工资发放表BindingNavigator, System.ComponentModel.ISupportInitialize).BeginInit()
Me.工资发放表BindingNavigator.SuspendLayout()
Me.SuspendLayout()
'
'MyPersonnelDataSet
'
Me.MyPersonnelDataSet.DataSetName = "MyPersonnelDataSet"
Me.MyPersonnelDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
'
'工资发放表BindingSource
'
Me.工资发放表BindingSource.DataMember = "工资发放表"
Me.工资发放表BindingSource.DataSource = Me.MyPersonnelDataSet
'
'工资发放表TableAdapter
'
Me.工资发放表TableAdapter.ClearBeforeFill = True
'
'dataGridViewTextBoxColumn2
'
Me.dataGridViewTextBoxColumn2.DataPropertyName = "员工编号"
Me.dataGridViewTextBoxColumn2.HeaderText = "员工编号"
Me.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2"
Me.dataGridViewTextBoxColumn2.ReadOnly = True
'
'dataGridViewTextBoxColumn1
'
Me.dataGridViewTextBoxColumn1.DataPropertyName = "自编号"
Me.dataGridViewTextBoxColumn1.HeaderText = "自编号"
Me.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1"
Me.dataGridViewTextBoxColumn1.ReadOnly = True
'
'年份ToolStripComboBox
'
Me.年份ToolStripComboBox.DropDownHeight = 150
Me.年份ToolStripComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.年份ToolStripComboBox.DropDownWidth = 40
Me.年份ToolStripComboBox.IntegralHeight = False
Me.年份ToolStripComboBox.Name = "年份ToolStripComboBox"
Me.年份ToolStripComboBox.Size = New System.Drawing.Size(75, 25)
'
'发放年份ToolStripLabel
'
Me.发放年份ToolStripLabel.Name = "发放年份ToolStripLabel"
Me.发放年份ToolStripLabel.Size = New System.Drawing.Size(59, 22)
Me.发放年份ToolStripLabel.Text = "发放年份:"
'
'dataGridViewTextBoxColumn25
'
Me.dataGridViewTextBoxColumn25.DataPropertyName = "说明"
Me.dataGridViewTextBoxColumn25.HeaderText = "说明"
Me.dataGridViewTextBoxColumn25.Name = "dataGridViewTextBoxColumn25"
Me.dataGridViewTextBoxColumn25.ReadOnly = True
'
'dataGridViewTextBoxColumn22
'
Me.dataGridViewTextBoxColumn22.DataPropertyName = "身份证号码"
Me.dataGridViewTextBoxColumn22.HeaderText = "身份证号码"
Me.dataGridViewTextBoxColumn22.Name = "dataGridViewTextBoxColumn22"
Me.dataGridViewTextBoxColumn22.ReadOnly = True
'
'dataGridViewTextBoxColumn21
'
Me.dataGridViewTextBoxColumn21.DataPropertyName = "住房基金帐号"
Me.dataGridViewTextBoxColumn21.HeaderText = "住房基金帐号"
Me.dataGridViewTextBoxColumn21.Name = "dataGridViewTextBoxColumn21"
Me.dataGridViewTextBoxColumn21.ReadOnly = True
'
'dataGridViewTextBoxColumn24
'
Me.dataGridViewTextBoxColumn24.DataPropertyName = "发放月份"
Me.dataGridViewTextBoxColumn24.HeaderText = "发放月份"
Me.dataGridViewTextBoxColumn24.Name = "dataGridViewTextBoxColumn24"
Me.dataGridViewTextBoxColumn24.ReadOnly = True
'
'dataGridViewTextBoxColumn23
'
Me.dataGridViewTextBoxColumn23.DataPropertyName = "发放年份"
Me.dataGridViewTextBoxColumn23.HeaderText = "发放年份"
Me.dataGridViewTextBoxColumn23.Name = "dataGridViewTextBoxColumn23"
Me.dataGridViewTextBoxColumn23.ReadOnly = True
'
'发放月份ToolStripLabel
'
Me.发放月份ToolStripLabel.Name = "发放月份ToolStripLabel"
Me.发放月份ToolStripLabel.Size = New System.Drawing.Size(35, 22)
Me.发放月份ToolStripLabel.Text = "月份:"
'
'打印养老险入帐单ToolStripButton
'
Me.打印养老险入帐单ToolStripButton.Image = CType(resources.GetObject("打印养老险入帐单ToolStripButton.Image"), System.Drawing.Image)
Me.打印养老险入帐单ToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta
Me.打印养老险入帐单ToolStripButton.Name = "打印养老险入帐单ToolStripButton"
Me.打印养老险入帐单ToolStripButton.Size = New System.Drawing.Size(121, 20)
Me.打印养老险入帐单ToolStripButton.Text = "打印养老险入帐单"
'
'打印银行入帐单ToolStripButton
'
Me.打印银行入帐单ToolStripButton.Image = CType(resources.GetObject("打印银行入帐单ToolStripButton.Image"), System.Drawing.Image)
Me.打印银行入帐单ToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta
Me.打印银行入帐单ToolStripButton.Name = "打印银行入帐单ToolStripButton"
Me.打印银行入帐单ToolStripButton.Size = New System.Drawing.Size(109, 20)
Me.打印银行入帐单ToolStripButton.Text = "打印银行入帐单"
'
'打印住房基金入帐单ToolStripButton
'
Me.打印住房基金入帐单ToolStripButton.Image = CType(resources.GetObject("打印住房基金入帐单ToolStripButton.Image"), System.Drawing.Image)
Me.打印住房基金入帐单ToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta
Me.打印住房基金入帐单ToolStripButton.Name = "打印住房基金入帐单ToolStripButton"
Me.打印住房基金入帐单ToolStripButton.Size = New System.Drawing.Size(133, 20)
Me.打印住房基金入帐单ToolStripButton.Text = "打印住房基金入帐单"
'
'打印医疗险入帐单ToolStripButton
'
Me.打印医疗险入帐单ToolStripButton.Image = CType(resources.GetObject("打印医疗险入帐单ToolStripButton.Image"), System.Drawing.Image)
Me.打印医疗险入帐单ToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta
Me.打印医疗险入帐单ToolStripButton.Name = "打印医疗险入帐单ToolStripButton"
Me.打印医疗险入帐单ToolStripButton.Size = New System.Drawing.Size(121, 20)
Me.打印医疗险入帐单ToolStripButton.Text = "打印医疗险入帐单"
'
'打印全部信息ToolStripButton
'
Me.打印全部信息ToolStripButton.Image = CType(resources.GetObject("打印全部信息ToolStripButton.Image"), System.Drawing.Image)
Me.打印全部信息ToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta
Me.打印全部信息ToolStripButton.Name = "打印全部信息ToolStripButton"
Me.打印全部信息ToolStripButton.Size = New System.Drawing.Size(97, 22)
Me.打印全部信息ToolStripButton.Text = "打印全部信息"
'
'部门ToolStripLabel
'
Me.部门ToolStripLabel.Name = "部门ToolStripLabel"
Me.部门ToolStripLabel.Size = New System.Drawing.Size(35, 22)
Me.部门ToolStripLabel.Text = "部门:"
'
'月份ToolStripComboBox
'
Me.月份ToolStripComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.月份ToolStripComboBox.Name = "月份ToolStripComboBox"
Me.月份ToolStripComboBox.Size = New System.Drawing.Size(75, 25)
'
'查询ToolStripButton
'
Me.查询ToolStripButton.Image = CType(resources.GetObject("查询ToolStripButton.Image"), System.Drawing.Image)
Me.查询ToolStripButton.Name = "查询ToolStripButton"
Me.查询ToolStripButton.Size = New System.Drawing.Size(49, 22)
Me.查询ToolStripButton.Text = "查询"
'
'部门ToolStripComboBox
'
Me.部门ToolStripComboBox.DropDownWidth = 75
Me.部门ToolStripComboBox.Name = "部门ToolStripComboBox"
Me.部门ToolStripComboBox.Size = New System.Drawing.Size(75, 25)
Me.部门ToolStripComboBox.Text = "%%"
'
'dataGridViewTextBoxColumn8
'
Me.dataGridViewTextBoxColumn8.DataPropertyName = "岗位工资"
Me.dataGridViewTextBoxColumn8.HeaderText = "岗位工资"
Me.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8"
Me.dataGridViewTextBoxColumn8.ReadOnly = True
Me.dataGridViewTextBoxColumn8.Width = 60
'
'dataGridViewTextBoxColumn7
'
Me.dataGridViewTextBoxColumn7.DataPropertyName = "工龄工资"
Me.dataGridViewTextBoxColumn7.HeaderText = "工龄工资"
Me.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7"
Me.dataGridViewTextBoxColumn7.ReadOnly = True
Me.dataGridViewTextBoxColumn7.Width = 60
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -