aboutsummaryrefslogtreecommitdiff
path: root/Занимательное программирование/1/2_ideal_gas/unit1.lfm
blob: 13a9ef0356649268af84c0db3d8d75de2582284b (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
object Form1: TForm1
  Left = 976
  Height = 506
  Top = 800
  Width = 767
  Caption = 'Form1'
  ClientHeight = 506
  ClientWidth = 767
  DesignTimePPI = 93
  LCLVersion = '2.0.12.0'
  object Screen: TPaintBox
    Left = 11
    Height = 432
    Top = 11
    Width = 740
    OnPaint = ScreenPaint
  end
  object StartStopBtn: TButton
    Left = 336
    Height = 20
    Top = 464
    Width = 99
    Caption = 'Пуск'
    OnClick = StartStopBtnClick
    TabOrder = 0
  end
end