summaryrefslogtreecommitdiff
path: root/unit1.lfm
diff options
context:
space:
mode:
Diffstat (limited to 'unit1.lfm')
-rw-r--r--unit1.lfm20
1 files changed, 18 insertions, 2 deletions
diff --git a/unit1.lfm b/unit1.lfm
index bdd5c9b..099a630 100644
--- a/unit1.lfm
+++ b/unit1.lfm
@@ -1,9 +1,25 @@
object Form1: TForm1
Left = 1690
- Height = 268
+ Height = 665
Top = 180
- Width = 357
+ Width = 1021
Caption = 'Form1'
+ ClientHeight = 665
+ ClientWidth = 1021
DesignTimePPI = 107
LCLVersion = '2.0.12.0'
+ object Image1: TImage
+ Left = 8
+ Height = 608
+ Top = 40
+ Width = 988
+ end
+ object SpinEdit1: TSpinEdit
+ Left = 8
+ Height = 25
+ Top = 8
+ Width = 256
+ OnChange = SpinEdit1Change
+ TabOrder = 0
+ end
end