diff options
Diffstat (limited to 'Занимательное программирование/1/8_4_life/unit1.lfm')
| -rw-r--r-- | Занимательное программирование/1/8_4_life/unit1.lfm | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/Занимательное программирование/1/8_4_life/unit1.lfm b/Занимательное программирование/1/8_4_life/unit1.lfm new file mode 100644 index 0000000..d47db80 --- /dev/null +++ b/Занимательное программирование/1/8_4_life/unit1.lfm @@ -0,0 +1,27 @@ +object Form1: TForm1 + Left = -340 + Height = 636 + Top = 427 + Width = 904 + Caption = 'Form1' + ClientHeight = 636 + ClientWidth = 904 + DesignTimePPI = 93 + LCLVersion = '2.0.12.0' + object StartStopBtn: TButton + Left = 416 + Height = 25 + Top = 600 + Width = 76 + Caption = 'Пуск' + OnClick = StartStopBtnClick + TabOrder = 0 + end + object Screen: TPaintBox + Left = 10 + Height = 571 + Top = 11 + Width = 882 + OnPaint = ScreenPaint + end +end |
