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

📄 querypersonnelform.designer.vb

📁 这是一个人事工资管理系统
💻 VB
📖 第 1 页 / 共 2 页
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class QueryPersonnelForm
    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()
        Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle
        Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle
        Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle
        Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle
        Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(QueryPersonnelForm))
        Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle
        Dim DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle
        Dim DataGridViewCellStyle7 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle
        Me.工作简历DataGridView = New System.Windows.Forms.DataGridView
        Me.离职原因DataGridView = New System.Windows.Forms.DataGridView
        Me.printDocument1 = New System.Drawing.Printing.PrintDocument
        Me.工作业绩DataGridView = New System.Windows.Forms.DataGridView
        Me.培训记录DataGridView = New System.Windows.Forms.DataGridView
        Me.printPreviewDialog1 = New System.Windows.Forms.PrintPreviewDialog
        Me.奖惩记录DataGridView = New System.Windows.Forms.DataGridView
        Me.查询ToolStripButton = New System.Windows.Forms.ToolStripButton
        Me.姓名ToolStripTextBox = New System.Windows.Forms.ToolStripTextBox
        Me.toolStripLabel1 = New System.Windows.Forms.ToolStripLabel
        Me.家庭成员DataGridView = New System.Windows.Forms.DataGridView
        Me.toolStrip1 = New System.Windows.Forms.ToolStrip
        Me.打印基本档案ToolStripButton = New System.Windows.Forms.ToolStripButton
        Me.基本档案DataGridView = New System.Windows.Forms.DataGridView
        CType(Me.工作简历DataGridView, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.离职原因DataGridView, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.工作业绩DataGridView, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.培训记录DataGridView, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.奖惩记录DataGridView, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.家庭成员DataGridView, System.ComponentModel.ISupportInitialize).BeginInit()
        Me.toolStrip1.SuspendLayout()
        CType(Me.基本档案DataGridView, System.ComponentModel.ISupportInitialize).BeginInit()
        Me.SuspendLayout()
        '
        '工作简历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.Bottom) _
                    Or System.Windows.Forms.AnchorStyles.Left), 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, 335)
        Me.工作简历DataGridView.MultiSelect = False
        Me.工作简历DataGridView.Name = "工作简历DataGridView"
        Me.工作简历DataGridView.ReadOnly = True
        Me.工作简历DataGridView.RowHeadersVisible = False
        DataGridViewCellStyle1.BackColor = System.Drawing.Color.Green
        DataGridViewCellStyle1.ForeColor = System.Drawing.Color.Yellow
        Me.工作简历DataGridView.RowsDefaultCellStyle = DataGridViewCellStyle1
        Me.工作简历DataGridView.RowTemplate.Height = 23
        Me.工作简历DataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
        Me.工作简历DataGridView.Size = New System.Drawing.Size(275, 81)
        Me.工作简历DataGridView.TabIndex = 42
        '
        '离职原因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.Bottom) _
                    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(271, 335)
        Me.离职原因DataGridView.MultiSelect = False
        Me.离职原因DataGridView.Name = "离职原因DataGridView"
        Me.离职原因DataGridView.ReadOnly = True
        Me.离职原因DataGridView.RowHeadersVisible = False
        DataGridViewCellStyle2.BackColor = System.Drawing.Color.Green
        DataGridViewCellStyle2.ForeColor = System.Drawing.Color.Yellow
        Me.离职原因DataGridView.RowsDefaultCellStyle = DataGridViewCellStyle2
        Me.离职原因DataGridView.RowTemplate.Height = 23
        Me.离职原因DataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
        Me.离职原因DataGridView.Size = New System.Drawing.Size(271, 81)
        Me.离职原因DataGridView.TabIndex = 41
        '
        'printDocument1
        '
        '
        '工作业绩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, 224)
        Me.工作业绩DataGridView.MultiSelect = False
        Me.工作业绩DataGridView.Name = "工作业绩DataGridView"
        Me.工作业绩DataGridView.ReadOnly = True
        Me.工作业绩DataGridView.RowHeadersVisible = False
        DataGridViewCellStyle3.BackColor = System.Drawing.Color.Green
        DataGridViewCellStyle3.ForeColor = System.Drawing.Color.Yellow
        Me.工作业绩DataGridView.RowsDefaultCellStyle = DataGridViewCellStyle3
        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 = 39
        '
        '培训记录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, 168)
        Me.培训记录DataGridView.MultiSelect = False
        Me.培训记录DataGridView.Name = "培训记录DataGridView"
        Me.培训记录DataGridView.ReadOnly = True
        Me.培训记录DataGridView.RowHeadersVisible = False
        DataGridViewCellStyle4.BackColor = System.Drawing.Color.Green
        DataGridViewCellStyle4.ForeColor = System.Drawing.Color.Yellow
        Me.培训记录DataGridView.RowsDefaultCellStyle = DataGridViewCellStyle4
        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 = 38
        '
        'printPreviewDialog1
        '
        Me.printPreviewDialog1.AutoScrollMargin = New System.Drawing.Size(0, 0)
        Me.printPreviewDialog1.AutoScrollMinSize = New System.Drawing.Size(0, 0)
        Me.printPreviewDialog1.ClientSize = New System.Drawing.Size(400, 300)
        Me.printPreviewDialog1.Enabled = True
        Me.printPreviewDialog1.Icon = CType(resources.GetObject("printPreviewDialog1.Icon"), System.Drawing.Icon)

⌨️ 快捷键说明

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