⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 querypersonnelform.designer.vb

📁 这是一个人事工资管理系统
💻 VB
📖 第 1 页 / 共 2 页
字号:
        Me.printPreviewDialog1.Name = "printPreviewDialog1"
        Me.printPreviewDialog1.Visible = False
        '
        '奖惩记录DataGridView
        '
        Me.奖惩记录DataGridView.AllowUserToAddRows = False
        Me.奖惩记录DataGridView.AllowUserToDeleteRows = False
        Me.奖惩记录DataGridView.AllowUserToResizeRows = False
        Me.奖惩记录DataGridView.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
                    Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
        Me.奖惩记录DataGridView.BackgroundColor = System.Drawing.SystemColors.ActiveCaption
        Me.奖惩记录DataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
        Me.奖惩记录DataGridView.Location = New System.Drawing.Point(0, 280)
        Me.奖惩记录DataGridView.MultiSelect = False
        Me.奖惩记录DataGridView.Name = "奖惩记录DataGridView"
        Me.奖惩记录DataGridView.ReadOnly = True
        Me.奖惩记录DataGridView.RowHeadersVisible = False
        DataGridViewCellStyle5.BackColor = System.Drawing.Color.Green
        DataGridViewCellStyle5.ForeColor = System.Drawing.Color.Yellow
        Me.奖惩记录DataGridView.RowsDefaultCellStyle = DataGridViewCellStyle5
        Me.奖惩记录DataGridView.RowTemplate.Height = 23
        Me.奖惩记录DataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
        Me.奖惩记录DataGridView.Size = New System.Drawing.Size(542, 56)
        Me.奖惩记录DataGridView.TabIndex = 40
        '
        '查询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, 22)
        Me.查询ToolStripButton.Text = "查询员工人事档案"
        '
        '姓名ToolStripTextBox
        '
        Me.姓名ToolStripTextBox.Name = "姓名ToolStripTextBox"
        Me.姓名ToolStripTextBox.Size = New System.Drawing.Size(60, 25)
        Me.姓名ToolStripTextBox.Text = "%%"
        '
        'toolStripLabel1
        '
        Me.toolStripLabel1.Name = "toolStripLabel1"
        Me.toolStripLabel1.Size = New System.Drawing.Size(95, 22)
        Me.toolStripLabel1.Text = "请输入员工姓名:"
        '
        '家庭成员DataGridView
        '
        Me.家庭成员DataGridView.AllowUserToAddRows = False
        Me.家庭成员DataGridView.AllowUserToDeleteRows = False
        Me.家庭成员DataGridView.AllowUserToResizeRows = False
        Me.家庭成员DataGridView.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
                    Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
        Me.家庭成员DataGridView.BackgroundColor = System.Drawing.SystemColors.ActiveCaption
        Me.家庭成员DataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
        Me.家庭成员DataGridView.Location = New System.Drawing.Point(0, 95)
        Me.家庭成员DataGridView.MultiSelect = False
        Me.家庭成员DataGridView.Name = "家庭成员DataGridView"
        Me.家庭成员DataGridView.ReadOnly = True
        Me.家庭成员DataGridView.RowHeadersVisible = False
        DataGridViewCellStyle6.BackColor = System.Drawing.Color.Green
        DataGridViewCellStyle6.ForeColor = System.Drawing.Color.Yellow
        Me.家庭成员DataGridView.RowsDefaultCellStyle = DataGridViewCellStyle6
        Me.家庭成员DataGridView.RowTemplate.Height = 23
        Me.家庭成员DataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
        Me.家庭成员DataGridView.Size = New System.Drawing.Size(542, 75)
        Me.家庭成员DataGridView.TabIndex = 37
        '
        'toolStrip1
        '
        Me.toolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.toolStripLabel1, Me.姓名ToolStripTextBox, Me.查询ToolStripButton, Me.打印基本档案ToolStripButton})
        Me.toolStrip1.Location = New System.Drawing.Point(0, 0)
        Me.toolStrip1.Name = "toolStrip1"
        Me.toolStrip1.Size = New System.Drawing.Size(542, 25)
        Me.toolStrip1.TabIndex = 35
        Me.toolStrip1.Text = "toolStrip1"
        '
        '打印基本档案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, 22)
        Me.打印基本档案ToolStripButton.Text = "打印员工人事档案"
        '
        '基本档案DataGridView
        '
        Me.基本档案DataGridView.AllowUserToAddRows = False
        Me.基本档案DataGridView.AllowUserToDeleteRows = False
        Me.基本档案DataGridView.AllowUserToResizeRows = False
        Me.基本档案DataGridView.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
                    Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
        Me.基本档案DataGridView.BackgroundColor = System.Drawing.SystemColors.ActiveCaption
        Me.基本档案DataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
        Me.基本档案DataGridView.Location = New System.Drawing.Point(0, 28)
        Me.基本档案DataGridView.MultiSelect = False
        Me.基本档案DataGridView.Name = "基本档案DataGridView"
        Me.基本档案DataGridView.ReadOnly = True
        Me.基本档案DataGridView.RowHeadersVisible = False
        DataGridViewCellStyle7.BackColor = System.Drawing.Color.Green
        DataGridViewCellStyle7.ForeColor = System.Drawing.Color.Yellow
        Me.基本档案DataGridView.RowsDefaultCellStyle = DataGridViewCellStyle7
        Me.基本档案DataGridView.RowTemplate.Height = 23
        Me.基本档案DataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
        Me.基本档案DataGridView.Size = New System.Drawing.Size(542, 67)
        Me.基本档案DataGridView.TabIndex = 36
        '
        'QueryPersonnelForm
        '
        Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
        Me.BackColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer))
        Me.ClientSize = New System.Drawing.Size(542, 416)
        Me.Controls.Add(Me.工作简历DataGridView)
        Me.Controls.Add(Me.离职原因DataGridView)
        Me.Controls.Add(Me.工作业绩DataGridView)
        Me.Controls.Add(Me.培训记录DataGridView)
        Me.Controls.Add(Me.奖惩记录DataGridView)
        Me.Controls.Add(Me.家庭成员DataGridView)
        Me.Controls.Add(Me.toolStrip1)
        Me.Controls.Add(Me.基本档案DataGridView)
        Me.Name = "QueryPersonnelForm"
        Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
        Me.Text = "查询员工个人人事档案资料"
        CType(Me.工作简历DataGridView, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.离职原因DataGridView, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.工作业绩DataGridView, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.培训记录DataGridView, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.奖惩记录DataGridView, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.家庭成员DataGridView, System.ComponentModel.ISupportInitialize).EndInit()
        Me.toolStrip1.ResumeLayout(False)
        Me.toolStrip1.PerformLayout()
        CType(Me.基本档案DataGridView, System.ComponentModel.ISupportInitialize).EndInit()
        Me.ResumeLayout(False)
        Me.PerformLayout()

    End Sub
    Private WithEvents 工作简历DataGridView As System.Windows.Forms.DataGridView
    Private WithEvents 离职原因DataGridView As System.Windows.Forms.DataGridView
    Private WithEvents printDocument1 As System.Drawing.Printing.PrintDocument
    Private WithEvents 工作业绩DataGridView As System.Windows.Forms.DataGridView
    Private WithEvents 培训记录DataGridView As System.Windows.Forms.DataGridView
    Private WithEvents printPreviewDialog1 As System.Windows.Forms.PrintPreviewDialog
    Private WithEvents 奖惩记录DataGridView As System.Windows.Forms.DataGridView
    Private WithEvents 查询ToolStripButton As System.Windows.Forms.ToolStripButton
    Private WithEvents 姓名ToolStripTextBox As System.Windows.Forms.ToolStripTextBox
    Private WithEvents toolStripLabel1 As System.Windows.Forms.ToolStripLabel
    Private WithEvents 家庭成员DataGridView As System.Windows.Forms.DataGridView
    Private WithEvents toolStrip1 As System.Windows.Forms.ToolStrip
    Private WithEvents 打印基本档案ToolStripButton As System.Windows.Forms.ToolStripButton
    Private WithEvents 基本档案DataGridView As System.Windows.Forms.DataGridView
End Class

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -