-
Notifications
You must be signed in to change notification settings - Fork 8
/
frmPlayer.frm
429 lines (423 loc) · 13.1 KB
/
frmPlayer.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
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
VERSION 5.00
Begin VB.Form frmPlayer
BackColor = &H8000000C&
BorderStyle = 0 'None
Caption = "Basic Info"
ClientHeight = 1785
ClientLeft = 6510
ClientTop = 6180
ClientWidth = 4200
Icon = "frmPlayer.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MDIChild = -1 'True
MinButton = 0 'False
ScaleHeight = 1785
ScaleMode = 0 'User
ScaleWidth = 4200
ShowInTaskbar = 0 'False
Begin VB.Label labStatus
BackStyle = 0 'Transparent
Height = 255
Left = 120
TabIndex = 17
Top = 720
Width = 1215
End
Begin VB.Image Image4
Height = 135
Left = 3980
Picture = "frmPlayer.frx":0E42
Top = 60
Width = 135
End
Begin VB.Label Label1
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "Basic Info"
BeginProperty Font
Name = "Arial"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 210
Left = 240
TabIndex = 16
Top = 15
Width = 720
End
Begin VB.Image Image3
Height = 135
Left = 50
Picture = "frmPlayer.frx":0F77
Top = 60
Width = 135
End
Begin VB.Image Image2
Height = 255
Left = 0
Picture = "frmPlayer.frx":10AC
Top = 0
Width = 4200
End
Begin VB.Label labZeny
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "0"
BeginProperty Font
Name = "Arial"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 210
Left = 2205
TabIndex = 0
Top = 1530
Width = 90
End
Begin VB.Label labtabJobExpBg
BackStyle = 0 'Transparent
BorderStyle = 1 'Fixed Single
Height = 120
Left = 1200
TabIndex = 15
Top = 1305
Width = 1725
End
Begin VB.Label labtabBaseEXPBg
BackStyle = 0 'Transparent
BorderStyle = 1 'Fixed Single
Height = 120
Left = 1200
TabIndex = 14
Top = 1140
Width = 1725
End
Begin VB.Shape tabHP
BackColor = &H00F2D7C9&
BackStyle = 1 'Opaque
BorderStyle = 0 'Transparent
FillColor = &H0080FF80&
Height = 90
Left = 1680
Top = 360
Width = 1005
End
Begin VB.Shape tabSP
BackColor = &H00F2D7C9&
BackStyle = 1 'Opaque
BorderStyle = 0 'Transparent
FillColor = &H0080FF80&
Height = 90
Left = 1680
Top = 690
Width = 795
End
Begin VB.Label labPlayerName
AutoSize = -1 'True
BackStyle = 0 'Transparent
Height = 195
Left = 120
TabIndex = 13
Top = 285
Width = 45
End
Begin VB.Label labClass
AutoSize = -1 'True
BackStyle = 0 'Transparent
BeginProperty Font
Name = "Arial"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 210
Left = 120
TabIndex = 12
Top = 495
Width = 45
End
Begin VB.Label LabHPText
BackStyle = 0 'Transparent
Caption = "HP"
BeginProperty Font
Name = "Arial"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 180
Left = 1455
TabIndex = 11
Top = 465
Width = 255
End
Begin VB.Shape tabHPBg
BackColor = &H00FFFFFF&
BackStyle = 1 'Opaque
FillColor = &H0080FF80&
Height = 105
Left = 1665
Top = 345
Width = 1215
End
Begin VB.Label LabHP
Alignment = 2 'Center
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "0 / 0"
BeginProperty Font
Name = "Arial"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 210
Left = 1680
TabIndex = 10
Top = 465
Width = 1125
End
Begin VB.Shape tabSPbg
BackStyle = 1 'Opaque
Height = 105
Left = 1665
Top = 675
Width = 1215
End
Begin VB.Label labSPtext
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "SP"
BeginProperty Font
Name = "Arial"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 210
Left = 1455
TabIndex = 9
Top = 795
Width = 195
End
Begin VB.Label labSP
Alignment = 2 'Center
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "0 / 0"
BeginProperty Font
Name = "Arial"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 210
Left = 1680
TabIndex = 8
Top = 795
Width = 1125
End
Begin VB.Label labBLVtext
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "Base Lv."
BeginProperty Font
Name = "Arial"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 180
Left = 240
TabIndex = 7
Top = 1080
Width = 645
End
Begin VB.Label labJobLvtext
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "Job Lv."
Height = 195
Left = 345
TabIndex = 6
Top = 1245
Width = 525
End
Begin VB.Label labBaseLv
AutoSize = -1 'True
BackStyle = 0 'Transparent
BeginProperty Font
Name = "Arial"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 210
Left = 930
TabIndex = 5
Top = 1080
Width = 45
End
Begin VB.Label labJobLv
AutoSize = -1 'True
BackStyle = 0 'Transparent
BeginProperty Font
Name = "Arial"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 210
Left = 930
TabIndex = 4
Top = 1245
Width = 45
End
Begin VB.Label labWeighttext
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "Weight :"
BeginProperty Font
Name = "Arial"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 210
Left = 60
TabIndex = 3
Top = 1530
Width = 585
End
Begin VB.Label labWeight
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "0/0"
BeginProperty Font
Name = "Arial"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 210
Left = 705
TabIndex = 2
Top = 1530
Width = 225
End
Begin VB.Label LabZenytext
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "Zeny :"
BeginProperty Font
Name = "Arial"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 210
Left = 1695
TabIndex = 1
Top = 1530
Width = 465
End
Begin VB.Shape tabBaseEXP
BackColor = &H0000BAFF&
BackStyle = 1 'Opaque
BorderColor = &H00008080&
BorderStyle = 0 'Transparent
FillColor = &H00C0C0C0&
Height = 90
Left = 1215
Top = 1155
Width = 15
End
Begin VB.Shape tabJobEXP
BackColor = &H0000BAFF&
BackStyle = 1 'Opaque
BorderStyle = 0 'Transparent
FillColor = &H00004040&
Height = 90
Left = 1215
Top = 1320
Width = 15
End
Begin VB.Image Image1
Height = 1545
Left = 0
Picture = "frmPlayer.frx":1655
Top = 240
Width = 4200
End
End
Attribute VB_Name = "frmPlayer"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Public Function Return_Skill_Name(ID As Integer) As String
If ID = &H5 Then
Return_Skill_Name = "Bash"
ElseIf ID = &HD Then
Return_Skill_Name = "Soul Strike"
End If
End Function
Private Sub Form_Load()
frmMain.UpdatePlayer
MDIfrmMain.mnuPlayer.CheckED = True
LoadFormPos frmPlayer
End Sub
Private Sub Form_Unload(Cancel As Integer)
MDIfrmMain.mnuPlayer.CheckED = False
SaveFormPos frmPlayer
End Sub
Private Sub Image2_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)
Call ReleaseCapture
Call SendMessage(hWnd, WM_NCLBUTTONDOWN, HTCAPTION, 0&)
SaveFormPos frmPlayer
End Sub
Private Sub Image4_Click()
frmPlayer.Visible = False
End Sub