aboutsummaryrefslogtreecommitdiff
path: root/Занимательное программирование/1/4_gas/unit1.lfm
blob: ffe21cd8269347d897f12b87811e8e1a4a6639c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
object Form1: TForm1
  Left = 1198
  Height = 684
  Top = 326
  Width = 732
  Caption = 'Form1'
  ClientHeight = 684
  ClientWidth = 732
  DesignTimePPI = 93
  LCLVersion = '2.0.12.0'
  object StartStopBtn: TButton
    Left = 296
    Height = 27
    Top = 512
    Width = 140
    Caption = 'Пуск'
    OnClick = StartStopBtnClick
    TabOrder = 0
  end
  object Screen: TPaintBox
    Left = 16
    Height = 416
    Top = 15
    Width = 702
    OnPaint = ScreenPaint
  end
  object Cold: TLabel
    Left = 144
    Height = 16
    Top = 448
    Width = 7
    Caption = '0'
    ParentColor = False
  end
  object Warm: TLabel
    Left = 528
    Height = 16
    Top = 448
    Width = 7
    Caption = '0'
    ParentColor = False
  end
end