mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-12 09:40:51 +01:00
20 lines
510 B
Plaintext
20 lines
510 B
Plaintext
|
VERSION 5.00
|
||
|
Begin VB.Form frmABOUT
|
||
|
Caption = "Form2"
|
||
|
ClientHeight = 3090
|
||
|
ClientLeft = 60
|
||
|
ClientTop = 450
|
||
|
ClientWidth = 4680
|
||
|
LinkTopic = "Form2"
|
||
|
ScaleHeight = 3090
|
||
|
ScaleWidth = 4680
|
||
|
StartUpPosition = 3 'Windows-Standard
|
||
|
End
|
||
|
Attribute VB_Name = "frmABOUT"
|
||
|
Attribute VB_GlobalNameSpace = False
|
||
|
Attribute VB_Creatable = False
|
||
|
Attribute VB_PredeclaredId = True
|
||
|
Attribute VB_Exposed = False
|
||
|
Option Explicit
|
||
|
|