-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathobjtree.frm
More file actions
executable file
·54 lines (52 loc) · 1.58 KB
/
objtree.frm
File metadata and controls
executable file
·54 lines (52 loc) · 1.58 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
VERSION 4.00
Begin VB.Form frmObjTree
BorderStyle = 1 'Fixed Single
Caption = "Tree View"
ClientHeight = 5895
ClientLeft = 7770
ClientTop = 2310
ClientWidth = 4815
Height = 6300
Icon = "objtree.frx":0000
Left = 7710
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 5895
ScaleWidth = 4815
Top = 1965
Width = 4935
Begin ComctlLib.ImageList ImageListObj
Left = 120
Top = 5160
_Version = 65536
_ExtentX = 1005
_ExtentY = 1005
_StockProps = 1
BackColor = -2147483643
ImageWidth = 16
ImageHeight = 16
MaskColor = 12632256
NumImages = 2
i1 = "objtree.frx":0442
i2 = "objtree.frx":05F9
End
Begin ComctlLib.TreeView TreeViewObj
Height = 5655
Left = 120
TabIndex = 0
Top = 120
Width = 4575
_Version = 65536
_ExtentX = 8070
_ExtentY = 9975
_StockProps = 196
Appearance = 1
ImageList = "ImageListObj"
PathSeparator = "\"
Style = 7
End
End
Attribute VB_Name = "frmObjTree"
Attribute VB_Creatable = False
Attribute VB_Exposed = False