thismonthsalaryform.frm

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

FRM
27
字号
VERSION 5.00
Begin VB.Form thismonthsalaryform 
   Caption         =   "当月细表"
   ClientHeight    =   5520
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   10350
   LinkTopic       =   "Form1"
   ScaleHeight     =   5520
   ScaleWidth      =   10350
   StartUpPosition =   3  '窗口缺省
   Begin VB.TextBox text 
      Height          =   4815
      Left            =   600
      MultiLine       =   -1  'True
      TabIndex        =   0
      Text            =   "thismonthsalaryform.frx":0000
      Top             =   360
      Width           =   9255
   End
End
Attribute VB_Name = "thismonthsalaryform"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

⌨️ 快捷键说明

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