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

📄 frmsalarysel.frm

📁 这是一个利用VB编写的中小企业ERP。功能比较全
💻 FRM
字号:
VERSION 5.00
Begin VB.Form FrmSalarySel 
   Caption         =   "请选择"
   ClientHeight    =   2010
   ClientLeft      =   60
   ClientTop       =   510
   ClientWidth     =   3690
   Icon            =   "FrmSalarySel.frx":0000
   LinkTopic       =   "Form1"
   ScaleHeight     =   2010
   ScaleWidth      =   3690
   StartUpPosition =   2  '屏幕中心
   Begin VB.Label Lblback 
      BackStyle       =   0  'Transparent
      Caption         =   "返       回"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   12
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   255
      Left            =   1320
      MouseIcon       =   "FrmSalarySel.frx":0CCA
      MousePointer    =   99  'Custom
      TabIndex        =   2
      Top             =   1440
      Width           =   1575
   End
   Begin VB.Image Image2 
      Height          =   300
      Left            =   720
      Picture         =   "FrmSalarySel.frx":0FD4
      Top             =   1440
      Width           =   300
   End
   Begin VB.Label lblSalary 
      BackStyle       =   0  'Transparent
      Caption         =   "工 资 管 理"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   12
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   255
      Left            =   1320
      MouseIcon       =   "FrmSalarySel.frx":13F0
      MousePointer    =   99  'Custom
      TabIndex        =   1
      Top             =   840
      Width           =   1575
   End
   Begin VB.Image Image1 
      Height          =   300
      Left            =   720
      Picture         =   "FrmSalarySel.frx":16FA
      Top             =   840
      Width           =   300
   End
   Begin VB.Label LblRules 
      BackStyle       =   0  'Transparent
      Caption         =   "工资制度设定"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   12
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   255
      Left            =   1320
      MouseIcon       =   "FrmSalarySel.frx":1B16
      MousePointer    =   99  'Custom
      TabIndex        =   0
      Top             =   240
      Width           =   1575
   End
   Begin VB.Image Image3 
      Height          =   300
      Left            =   720
      Picture         =   "FrmSalarySel.frx":1E20
      Top             =   240
      Width           =   300
   End
End
Attribute VB_Name = "FrmSalarySel"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub LblBack_Click()
    Unload Me
End Sub

Private Sub LblRules_Click()
    FrmSalaryRule.Show
    Unload Me
End Sub

Private Sub lblSalary_Click()
    FrmSalaryMan.Show
    Unload Me
End Sub

⌨️ 快捷键说明

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