frm_emp_reports.frm

来自「This file came from Planet-Source-Code.c」· FRM 代码 · 共 27 行

FRM
27
字号
VERSION 5.00
Object = "{00025600-0000-0000-C000-000000000046}#5.2#0"; "Crystl32.OCX"
Begin VB.Form frm_emp_reports 
   Caption         =   "Report Genaration"
   ClientHeight    =   5115
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   5940
   LinkTopic       =   "Form3"
   MDIChild        =   -1  'True
   ScaleHeight     =   5115
   ScaleWidth      =   5940
   Begin Crystal.CrystalReport Report 
      Left            =   8640
      Top             =   8640
      _ExtentX        =   741
      _ExtentY        =   741
      _Version        =   348160
      PrintFileLinesPerPage=   60
   End
End
Attribute VB_Name = "frm_emp_reports"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

⌨️ 快捷键说明

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