diff options
Diffstat (limited to 'Занимательное программирование/1/9_conway/unit1.lfm')
| -rw-r--r-- | Занимательное программирование/1/9_conway/unit1.lfm | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/Занимательное программирование/1/9_conway/unit1.lfm b/Занимательное программирование/1/9_conway/unit1.lfm new file mode 100644 index 0000000..121b6dc --- /dev/null +++ b/Занимательное программирование/1/9_conway/unit1.lfm @@ -0,0 +1,26 @@ +object Form1: TForm1 + Left = 973 + Height = 501 + Top = 519 + Width = 807 + Caption = 'Form1' + ClientHeight = 501 + ClientWidth = 807 + LCLVersion = '2.2.2.0' + object Screen: TPaintBox + Left = 7 + Height = 431 + Top = 9 + Width = 792 + OnPaint = ScreenPaint + end + object StartStopBtn: TButton + Left = 372 + Height = 26 + Top = 462 + Width = 74 + Caption = 'Пуск' + OnClick = StartStopBtnClick + TabOrder = 0 + end +end |
