-
Notifications
You must be signed in to change notification settings - Fork 1
/
about.frm
98 lines (97 loc) · 2.84 KB
/
about.frm
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
VERSION 5.00
Begin VB.Form Form3
BackColor = &H80000009&
BorderStyle = 0 'None
Caption = "About"
ClientHeight = 2625
ClientLeft = 0
ClientTop = 0
ClientWidth = 6255
LinkTopic = "Form3"
MaxButton = 0 'False
MinButton = 0 'False
Moveable = 0 'False
ScaleHeight = 2625
ScaleWidth = 6255
ShowInTaskbar = 0 'False
StartUpPosition = 2 'CenterScreen
Begin VB.PictureBox Picture1
Appearance = 0 'Flat
BackColor = &H80000005&
BorderStyle = 0 'None
ForeColor = &H80000008&
Height = 2595
Left = 30
Picture = "about.frx":0000
ScaleHeight = 2595
ScaleWidth = 2745
TabIndex = 0
Top = 15
Width = 2745
End
Begin VB.Label Label3
BackStyle = 0 'Transparent
Caption = "[email protected]"
BeginProperty Font
Name = "MS Sans Serif"
Size = 12
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 3255
TabIndex = 3
Top = 2040
Width = 2235
End
Begin VB.Label Label2
BackStyle = 0 'Transparent
Caption = "Gagan Bhalla"
BeginProperty Font
Name = "Verdana"
Size = 14.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 3300
TabIndex = 2
Top = 1440
Width = 2235
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = "Developed By -"
BeginProperty Font
Name = "Verdana"
Size = 12
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 780
Left = 3360
TabIndex = 1
Top = 525
Width = 1875
End
End
Attribute VB_Name = "Form3"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Click()
Unload Me
End Sub
Private Sub Label3_Click()
Unload Me
End Sub