-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathForm44.frm
More file actions
36 lines (35 loc) · 996 Bytes
/
Form44.frm
File metadata and controls
36 lines (35 loc) · 996 Bytes
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 Qs9_a
Caption = "Question 9 Audience Poll"
ClientHeight = 4485
ClientLeft = 60
ClientTop = 450
ClientWidth = 5805
LinkTopic = "Form44"
ScaleHeight = 4485
ScaleWidth = 5805
StartUpPosition = 3 'Windows Default
Begin VB.CommandButton Command1
Caption = "Back"
Height = 375
Left = 2280
TabIndex = 0
Top = 4080
Width = 1335
End
Begin VB.Image Image1
Height = 3750
Left = 480
Picture = "Form44.frx":0000
Top = 120
Width = 4920
End
End
Attribute VB_Name = "Qs9_a"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Qs9.Show
End Sub