-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathForm3.frm
132 lines (132 loc) · 4.19 KB
/
Form3.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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
VERSION 5.00
Begin VB.Form Form3
BackColor = &H80000007&
BorderStyle = 4 'Fixed ToolWindow
Caption = "About Me"
ClientHeight = 3705
ClientLeft = 45
ClientTop = 315
ClientWidth = 7260
LinkTopic = "Form3"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 3705
ScaleWidth = 7260
ShowInTaskbar = 0 'False
StartUpPosition = 3 'Windows Default
Begin VB.CommandButton Command1
BackColor = &H8000000D&
Caption = "Exit"
BeginProperty Font
Name = "MS Sans Serif"
Size = 13.5
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 1560
MaskColor = &H00000000&
Style = 1 'Graphical
TabIndex = 0
Top = 2880
Width = 1215
End
Begin VB.Image Image1
Height = 3600
Left = 5040
Picture = "Form3.frx":0000
Top = 0
Width = 2160
End
Begin VB.Label Label1
Alignment = 2 'Center
BackStyle = 0 'Transparent
Caption = "On Screen KeyBoard"
BeginProperty Font
Name = "MS Sans Serif"
Size = 18
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H0000FFFF&
Height = 495
Left = 120
TabIndex = 4
Top = 600
Width = 4335
End
Begin VB.Label Label2
Alignment = 2 'Center
BackColor = &H80000012&
Caption = "By : Harish Mohanani"
BeginProperty Font
Name = "MS Sans Serif"
Size = 13.5
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000000FF&
Height = 495
Left = 240
TabIndex = 3
Top = 1200
Width = 3975
End
Begin VB.Label Label3
Alignment = 2 'Center
BackColor = &H80000012&
Caption = "Amravati, MH, India"
BeginProperty Font
Name = "MS Sans Serif"
Size = 13.5
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FFFF00&
Height = 495
Left = 240
TabIndex = 2
Top = 1800
Width = 4095
End
Begin VB.Label Label4
Alignment = 2 'Center
BackColor = &H80000012&
Caption = "E-mail: [email protected]"
BeginProperty Font
Name = "MS Sans Serif"
Size = 12
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF00FF&
Height = 495
Left = 240
TabIndex = 1
Top = 2400
Width = 4335
End
End
Attribute VB_Name = "Form3"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Form3.Hide
End Sub