aboutsummaryrefslogtreecommitdiff
path: root/Занимательное программирование/1/2_ideal_gas/unit1.lfm
diff options
context:
space:
mode:
Diffstat (limited to 'Занимательное программирование/1/2_ideal_gas/unit1.lfm')
-rw-r--r--Занимательное программирование/1/2_ideal_gas/unit1.lfm27
1 files changed, 27 insertions, 0 deletions
diff --git a/Занимательное программирование/1/2_ideal_gas/unit1.lfm b/Занимательное программирование/1/2_ideal_gas/unit1.lfm
new file mode 100644
index 0000000..13a9ef0
--- /dev/null
+++ b/Занимательное программирование/1/2_ideal_gas/unit1.lfm
@@ -0,0 +1,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