querydepartmentform.designer.vb

来自「这是一个人事工资管理系统」· VB 代码 · 共 116 行

VB
116
字号
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class QueryDepartmentForm
    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 resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(QueryDepartmentForm))
        Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle
        Me.查询部门员工人事档案ToolStripButton = New System.Windows.Forms.ToolStripButton
        Me.打印部门员工人事档案ToolStripButton = New System.Windows.Forms.ToolStripButton
        Me.基本档案DataGridView = New System.Windows.Forms.DataGridView
        Me.toolStrip1 = New System.Windows.Forms.ToolStrip
        Me.toolStripLabel1 = New System.Windows.Forms.ToolStripLabel
        Me.部门ToolStripComboBox = New System.Windows.Forms.ToolStripComboBox
        CType(Me.基本档案DataGridView, System.ComponentModel.ISupportInitialize).BeginInit()
        Me.toolStrip1.SuspendLayout()
        Me.SuspendLayout()
        '
        '查询部门员工人事档案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(145, 22)
        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(145, 22)
        Me.打印部门员工人事档案ToolStripButton.Text = "打印部门员工人事档案"
        '
        '基本档案DataGridView
        '
        Me.基本档案DataGridView.AllowUserToAddRows = False
        Me.基本档案DataGridView.AllowUserToDeleteRows = False
        Me.基本档案DataGridView.AllowUserToResizeRows = False
        Me.基本档案DataGridView.BackgroundColor = System.Drawing.SystemColors.ActiveCaption
        Me.基本档案DataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
        Me.基本档案DataGridView.Dock = System.Windows.Forms.DockStyle.Fill
        Me.基本档案DataGridView.Location = New System.Drawing.Point(0, 25)
        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(542, 391)
        Me.基本档案DataGridView.TabIndex = 30
        '
        'toolStrip1
        '
        Me.toolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.toolStripLabel1, Me.部门ToolStripComboBox, 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 = 29
        Me.toolStrip1.Text = "toolStrip1"
        '
        'toolStripLabel1
        '
        Me.toolStripLabel1.Name = "toolStripLabel1"
        Me.toolStripLabel1.Size = New System.Drawing.Size(77, 22)
        Me.toolStripLabel1.Text = "请选择部门:"
        '
        '部门ToolStripComboBox
        '
        Me.部门ToolStripComboBox.Name = "部门ToolStripComboBox"
        Me.部门ToolStripComboBox.Size = New System.Drawing.Size(121, 25)
        '
        'QueryDepartmentForm
        '
        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.toolStrip1)
        Me.Name = "QueryDepartmentForm"
        Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
        Me.Text = "查询部门员工人事档案"
        CType(Me.基本档案DataGridView, System.ComponentModel.ISupportInitialize).EndInit()
        Me.toolStrip1.ResumeLayout(False)
        Me.toolStrip1.PerformLayout()
        Me.ResumeLayout(False)
        Me.PerformLayout()

    End Sub
    Private WithEvents 查询部门员工人事档案ToolStripButton As System.Windows.Forms.ToolStripButton
    Private WithEvents 打印部门员工人事档案ToolStripButton As System.Windows.Forms.ToolStripButton
    Private WithEvents 基本档案DataGridView As System.Windows.Forms.DataGridView
    Private WithEvents toolStrip1 As System.Windows.Forms.ToolStrip
    Private WithEvents toolStripLabel1 As System.Windows.Forms.ToolStripLabel
    Private WithEvents 部门ToolStripComboBox As System.Windows.Forms.ToolStripComboBox
End Class

⌨️ 快捷键说明

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