summaryrefslogtreecommitdiff
path: root/unit1.lfm
diff options
context:
space:
mode:
Diffstat (limited to 'unit1.lfm')
-rw-r--r--unit1.lfm125
1 files changed, 125 insertions, 0 deletions
diff --git a/unit1.lfm b/unit1.lfm
new file mode 100644
index 0000000..7d13593
--- /dev/null
+++ b/unit1.lfm
@@ -0,0 +1,125 @@
+object Form1: TForm1
+ Left = 282
+ Height = 325
+ Top = 130
+ Width = 647
+ Caption = 'Form1'
+ ClientHeight = 325
+ ClientWidth = 647
+ OnActivate = FormActivate
+ OnCreate = FormCreate
+ OnDestroy = FormDestroy
+ OnKeyDown = FormKeyDown
+ OnResize = FormResize
+ LCLVersion = '1.0.2.0'
+ object Button1: TButton
+ Left = 0
+ Height = 25
+ Top = 0
+ Width = 67
+ Caption = 'erzeugen'
+ OnClick = Button1Click
+ TabOrder = 0
+ end
+ object SpinEdit1: TSpinEdit
+ Left = 72
+ Height = 21
+ Hint = 'Breite'
+ Top = 2
+ Width = 56
+ OnChange = SpinEdit1Change
+ ParentShowHint = False
+ ShowHint = True
+ TabOrder = 1
+ Value = 5
+ end
+ object SpinEdit2: TSpinEdit
+ Left = 136
+ Height = 21
+ Hint = 'Höhe'
+ Top = 2
+ Width = 56
+ OnChange = SpinEdit2Change
+ ParentShowHint = False
+ ShowHint = True
+ TabOrder = 2
+ Value = 5
+ end
+ object SpinEdit3: TSpinEdit
+ Left = 200
+ Height = 21
+ Hint = 'Höhe'
+ Top = 2
+ Width = 56
+ OnChange = SpinEdit3Change
+ ParentShowHint = False
+ ShowHint = True
+ TabOrder = 3
+ Value = 16
+ end
+ object ProgressBar1: TProgressBar
+ Left = 584
+ Height = 21
+ Top = 2
+ Width = 100
+ TabOrder = 4
+ end
+ object Button2: TButton
+ Left = 340
+ Height = 25
+ Top = 0
+ Width = 48
+ Caption = 'zurück'
+ OnClick = Button2Click
+ TabOrder = 5
+ end
+ object Button3: TButton
+ Left = 392
+ Height = 25
+ Top = 0
+ Width = 48
+ Caption = 'laden'
+ OnClick = Button3Click
+ TabOrder = 6
+ end
+ object Button4: TButton
+ Left = 444
+ Height = 25
+ Top = 0
+ Width = 67
+ Caption = 'speichern'
+ OnClick = Button4Click
+ TabOrder = 7
+ end
+ object Button5: TButton
+ Left = 515
+ Height = 25
+ Top = 0
+ Width = 64
+ Caption = 'erzeugen'
+ OnClick = Button5Click
+ TabOrder = 8
+ end
+ object CheckBox1: TCheckBox
+ Left = 260
+ Height = 17
+ Top = 4
+ Width = 78
+ Caption = 'geschlossen'
+ OnChange = CheckBox1Change
+ TabOrder = 9
+ end
+ object Timer1: TTimer
+ Interval = 100
+ OnTimer = Timer1Timer
+ top = 32
+ end
+ object OpenDialog1: TOpenDialog
+ left = 32
+ top = 32
+ end
+ object SaveDialog1: TSaveDialog
+ left = 64
+ top = 32
+ end
+end