24 lines
488 B
Plaintext
24 lines
488 B
Plaintext
object DomoFrm: TDomoFrm
|
|
Left = 344
|
|
Height = 449
|
|
Top = 145
|
|
Width = 1500
|
|
Caption = 'LazScrollingText Demo Project'
|
|
ClientHeight = 449
|
|
ClientWidth = 1500
|
|
Font.CharSet = RUSSIAN_CHARSET
|
|
Font.Height = -15
|
|
Font.Name = 'Times New Roman'
|
|
Font.Pitch = fpVariable
|
|
Font.Quality = fqDraft
|
|
OnCreate = FormCreate
|
|
Position = poScreenCenter
|
|
LCLVersion = '1.0.10.0'
|
|
object ScrollingText: TScrollingText
|
|
Left = 0
|
|
Height = 448
|
|
Top = 0
|
|
Width = 1497
|
|
end
|
|
end
|