This repository was archived by the owner on Feb 2, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathfrmMusic.frm
207 lines (206 loc) · 6.25 KB
/
frmMusic.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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
VERSION 5.00
Begin VB.Form frmMusic
BorderStyle = 1 'Fixed Single
Caption = "World Music"
ClientHeight = 2085
ClientLeft = 1.00050e5
ClientTop = 330
ClientWidth = 7935
Icon = "frmMusic.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MDIChild = -1 'True
MinButton = 0 'False
ScaleHeight = 2085
ScaleWidth = 7935
Visible = 0 'False
Begin VB.OptionButton optMusic
Caption = "SMW Cave"
Height = 375
Index = 16
Left = 1680
Style = 1 'Graphical
TabIndex = 17
Top = 1080
Width = 1455
End
Begin VB.OptionButton optMusic
Caption = "SMW Island"
Height = 375
Index = 15
Left = 6360
Style = 1 'Graphical
TabIndex = 16
Top = 600
Width = 1455
End
Begin VB.OptionButton optMusic
Caption = "SMW Star Road"
Height = 375
Index = 14
Left = 6360
Style = 1 'Graphical
TabIndex = 15
Top = 1080
Width = 1455
End
Begin VB.OptionButton optMusic
Caption = "SMW Bowser"
Height = 375
Index = 13
Left = 4800
Style = 1 'Graphical
TabIndex = 14
Top = 1080
Width = 1455
End
Begin VB.OptionButton optMusic
Caption = "SMW Special"
Height = 375
Index = 12
Left = 120
Style = 1 'Graphical
TabIndex = 13
Top = 1560
Width = 1455
End
Begin VB.OptionButton optMusic
Caption = "SMB3 World 5"
Height = 375
Index = 11
Left = 120
Style = 1 'Graphical
TabIndex = 12
Top = 600
Width = 1455
End
Begin VB.OptionButton optMusic
Caption = "SMB3 World 6"
Height = 375
Index = 10
Left = 1680
Style = 1 'Graphical
TabIndex = 11
Top = 600
Width = 1455
End
Begin VB.PictureBox FocusNinja
Height = 375
Left = 11160
ScaleHeight = 315
ScaleWidth = 315
TabIndex = 0
Top = 360
Width = 375
End
Begin VB.OptionButton optMusic
Caption = "SMB3 World 8"
Height = 375
Index = 9
Left = 4800
Style = 1 'Graphical
TabIndex = 10
Top = 600
Width = 1455
End
Begin VB.OptionButton optMusic
Caption = "SMB3 World 3"
Height = 375
Index = 8
Left = 4800
Style = 1 'Graphical
TabIndex = 9
Top = 120
Width = 1455
End
Begin VB.OptionButton optMusic
Caption = "SMW Forest"
Height = 375
Index = 7
Left = 3240
Style = 1 'Graphical
TabIndex = 8
Top = 1080
Width = 1455
End
Begin VB.OptionButton optMusic
Caption = "SMB3 World 2"
Height = 375
Index = 6
Left = 3240
Style = 1 'Graphical
TabIndex = 7
Top = 120
Width = 1455
End
Begin VB.OptionButton optMusic
Caption = "NSMB Theme"
Height = 375
Index = 5
Left = 1680
Style = 1 'Graphical
TabIndex = 6
Top = 1560
Width = 1455
End
Begin VB.OptionButton optMusic
Caption = "SMW Theme"
Height = 375
Index = 4
Left = 120
Style = 1 'Graphical
TabIndex = 5
Top = 1080
Width = 1455
End
Begin VB.OptionButton optMusic
Caption = "SMB3 World 7"
Height = 375
Index = 3
Left = 3240
Style = 1 'Graphical
TabIndex = 4
Top = 600
Width = 1455
End
Begin VB.OptionButton optMusic
Caption = "None"
Height = 375
Index = 0
Left = 120
Style = 1 'Graphical
TabIndex = 3
Top = 120
Value = -1 'True
Width = 1455
End
Begin VB.OptionButton optMusic
Caption = "SMB3 World 1"
Height = 375
Index = 1
Left = 1680
Style = 1 'Graphical
TabIndex = 2
Top = 120
Width = 1455
End
Begin VB.OptionButton optMusic
Caption = "SMB3 World 4"
Height = 375
Index = 2
Left = 6360
Style = 1 'Graphical
TabIndex = 1
Top = 120
Width = 1455
End
End
Attribute VB_Name = "frmMusic"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub optMusic_Click(Index As Integer)
On Error Resume Next
If Me.Visible = True Then FocusNinja.SetFocus
End Sub