|
Last change
on this file was 1, checked in by chronos, 5 years ago |
- Added: "Clovece nezlob se" game with adjustable board for different player count.
|
|
File size:
399 bytes
|
| Line | |
|---|
| 1 | object FormMain: TFormMain
|
|---|
| 2 | Left = 446
|
|---|
| 3 | Height = 816
|
|---|
| 4 | Top = 274
|
|---|
| 5 | Width = 1096
|
|---|
| 6 | Caption = 'Game pack'
|
|---|
| 7 | DesignTimePPI = 144
|
|---|
| 8 | OnCreate = FormCreate
|
|---|
| 9 | OnDestroy = FormDestroy
|
|---|
| 10 | OnKeyUp = FormKeyUp
|
|---|
| 11 | OnMouseUp = FormMouseUp
|
|---|
| 12 | OnPaint = FormPaint
|
|---|
| 13 | LCLVersion = '2.0.10.0'
|
|---|
| 14 | object TimerEngineTick: TTimer
|
|---|
| 15 | Interval = 50
|
|---|
| 16 | OnTimer = TimerEngineTickTimer
|
|---|
| 17 | Left = 188
|
|---|
| 18 | Top = 112
|
|---|
| 19 | end
|
|---|
| 20 | end
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.