14 lines
282 B
Plaintext
14 lines
282 B
Plaintext
object Form1: TForm1
|
|
Left = 617
|
|
Height = 360
|
|
Top = 309
|
|
Width = 535
|
|
Caption = 'Test RightToLeft, ShowPrefix and line endings'
|
|
Font.Height = 15
|
|
OnCreate = FormCreate
|
|
OnMouseMove = FormMouseMove
|
|
OnPaint = FormPaint
|
|
Position = poDefault
|
|
LCLVersion = '2.0.0.4'
|
|
end
|