diff options
Diffstat (limited to 'Занимательное программирование/1/6_solar_system/unit1.lfm')
| -rw-r--r-- | Занимательное программирование/1/6_solar_system/unit1.lfm | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/Занимательное программирование/1/6_solar_system/unit1.lfm b/Занимательное программирование/1/6_solar_system/unit1.lfm new file mode 100644 index 0000000..c2bc16b --- /dev/null +++ b/Занимательное программирование/1/6_solar_system/unit1.lfm @@ -0,0 +1,27 @@ +object Form1: TForm1 + Left = 597 + Height = 560 + Top = 476 + Width = 845 + Caption = 'Form1' + ClientHeight = 560 + ClientWidth = 845 + DesignTimePPI = 93 + LCLVersion = '2.0.12.0' + object Screen: TPaintBox + Left = 11 + Height = 466 + Top = 6 + Width = 820 + OnPaint = ScreenPaint + end + object StartStopBtn: TButton + Left = 387 + Height = 27 + Top = 490 + Width = 72 + Caption = 'Пуск' + OnClick = StartStopBtnClick + TabOrder = 0 + end +end |
