-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathForm13.frm
47 lines (45 loc) · 1.36 KB
/
Form13.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
VERSION 5.00
Begin VB.Form Qs5_s
Caption = "Question 5 start"
ClientHeight = 3645
ClientLeft = 60
ClientTop = 450
ClientWidth = 5415
LinkTopic = "Form13"
ScaleHeight = 3645
ScaleWidth = 5415
StartUpPosition = 3 'Windows Default
Begin VB.CommandButton Command1
Caption = "Proceed"
Height = 375
Left = 1680
TabIndex = 0
Top = 1320
Width = 1575
End
Begin VB.Label Label1
Caption = "You've won $50000.Are You ready for the next question??"
BeginProperty Font
Name = "Monotype Corsiva"
Size = 18
Charset = 0
Weight = 400
Underline = 0 'False
Italic = -1 'True
Strikethrough = 0 'False
EndProperty
Height = 855
Left = 240
TabIndex = 1
Top = 120
Width = 5055
End
End
Attribute VB_Name = "Qs5_s"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Qs5.Show
End Sub