-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfName.frm
More file actions
32 lines (31 loc) · 934 Bytes
/
fName.frm
File metadata and controls
32 lines (31 loc) · 934 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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