15 lines
300 B
Plaintext
15 lines
300 B
Plaintext
object fPublicPlayer: TfPublicPlayer
|
|
Left = 0
|
|
Top = 0
|
|
Caption = 'Form1'
|
|
ClientHeight = 52
|
|
ClientWidth = 168
|
|
Transparency = True
|
|
FormFactor.Width = 320
|
|
FormFactor.Height = 480
|
|
FormFactor.Devices = [Desktop]
|
|
OnCreate = FormCreate
|
|
OnClose = FormClose
|
|
DesignerMasterStyle = 0
|
|
end
|