frmArea.frm
1.68 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
55
56
57
VERSION 5.00
Begin VB.Form frmArea
Appearance = 0 'Flat
BackColor = &H00C0FFFF&
BorderStyle = 0 'None
Caption = "Form2"
ClientHeight = 780
ClientLeft = 0
ClientTop = 0
ClientWidth = 4050
LinkTopic = "Form2"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 780
ScaleWidth = 4050
ShowInTaskbar = 0 'False
Begin VB.CommandButton Command1
Caption = "X"
BeginProperty Font
Name = "MS Sans Serif"
Size = 8.25
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 3750
TabIndex = 1
Top = 0
Width = 285
End
Begin VB.Label lblArea
BackColor = &H00C0FFFF&
BackStyle = 0 'Transparent
BeginProperty Font
Name = "MS Sans Serif"
Size = 12
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 345
Left = 225
TabIndex = 0
Top = 210
Width = 3285
End
End
Attribute VB_Name = "frmArea"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False