-
Notifications
You must be signed in to change notification settings - Fork 0
/
Form32.frm
36 lines (35 loc) · 996 Bytes
/
Form32.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
VERSION 5.00
Begin VB.Form Qs3_a
Caption = "Question 3 Audience Poll"
ClientHeight = 4620
ClientLeft = 60
ClientTop = 450
ClientWidth = 6225
LinkTopic = "Form32"
ScaleHeight = 4620
ScaleWidth = 6225
StartUpPosition = 3 'Windows Default
Begin VB.CommandButton Command1
Caption = "Back"
Height = 375
Left = 2040
TabIndex = 0
Top = 4200
Width = 1935
End
Begin VB.Image Image1
Height = 3750
Left = 600
Picture = "Form32.frx":0000
Top = 240
Width = 4920
End
End
Attribute VB_Name = "Qs3_a"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Qs3.Show
End Sub