anaform.frm

来自「本系统主要介绍了企业工资管理的一些内容。」· FRM 代码 · 共 54 行

FRM
54
字号
VERSION 5.00
Begin VB.Form anaform 
   Caption         =   "统计报表"
   ClientHeight    =   8070
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   12480
   LinkTopic       =   "Form1"
   ScaleHeight     =   8070
   ScaleWidth      =   12480
   StartUpPosition =   3  '窗口缺省
   Begin VB.Frame frame1 
      Caption         =   "当月统计"
      Height          =   6855
      Left            =   1320
      TabIndex        =   0
      Top             =   720
      Width           =   9015
      Begin VB.CommandButton cmdmonthspecial 
         Caption         =   "当月特殊项表"
         Height          =   735
         Left            =   2760
         TabIndex        =   3
         Top             =   3960
         Width           =   3975
      End
      Begin VB.CommandButton cmdmonthtotal 
         Caption         =   "当月员工工资总额"
         Height          =   735
         Left            =   2760
         TabIndex        =   2
         Top             =   2760
         Width           =   3975
      End
      Begin VB.CommandButton cmdmonthsalary 
         Caption         =   "当月工资细表"
         Height          =   735
         Left            =   2760
         TabIndex        =   1
         Top             =   1440
         Width           =   3975
      End
   End
End
Attribute VB_Name = "anaform"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub cmdmonthsalary_Click()
 thismonthsalaryform.Show
End Sub

⌨️ 快捷键说明

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