fname.frm

来自「该控件是一个针对Access 数据库而设计的查询/分组统计/打印/预览一体化控件」· FRM 代码 · 共 33 行

FRM
33
字号
VERSION 5.00
Object = "{6B7E6392-850A-101B-AFC0-4210102A8DA7}#1.2#0"; "COMCTL32.OCX"
Begin VB.Form frmfname 
   Caption         =   "Form2"
   ClientHeight    =   2532
   ClientLeft      =   48
   ClientTop       =   300
   ClientWidth     =   3744
   LinkTopic       =   "Form2"
   ScaleHeight     =   2532
   ScaleWidth      =   3744
   StartUpPosition =   3  '窗口缺省
   Begin ComctlLib.TreeView TreeView1 
      Height          =   1812
      Left            =   240
      TabIndex        =   0
      Top             =   120
      Width           =   3372
      _ExtentX        =   5948
      _ExtentY        =   3196
      _Version        =   327682
      Style           =   7
      Appearance      =   1
   End
End
Attribute VB_Name = "frmfname"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit

⌨️ 快捷键说明

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