You've already forked lazarus-ccr
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5173 8e941d3f-bd1b-0410-a28a-d453659cc2b4
15 lines
251 B
Plaintext
15 lines
251 B
Plaintext
object DemoDM: TDemoDM
|
|
OldCreateOrder = False
|
|
Height = 150
|
|
HorizontalOffset = 280
|
|
VerticalOffset = 130
|
|
Width = 447
|
|
object Timer1: TTimer
|
|
Enabled = False
|
|
Interval = 250
|
|
OnTimer = Timer1Timer
|
|
left = 62
|
|
top = 34
|
|
end
|
|
end
|