object Form1: TForm1 Left = 279 Height = 526 Top = 374 Width = 697 Caption = 'Form1' ClientHeight = 526 ClientWidth = 697 OnActivate = FormActivate OnCreate = FormCreate OnDestroy = FormDestroy OnResize = FormResize LCLVersion = '2.0.10.0' object Button1: TButton Left = 0 Height = 25 Top = 0 Width = 67 Caption = 'erzeugen' OnClick = Button1Click PopupMenu = PopupMenu1 TabOrder = 0 end object SpinEdit1: TSpinEdit Left = 72 Height = 24 Hint = 'Breite' Top = 2 Width = 56 OnChange = SpinEdit1Change ParentShowHint = False PopupMenu = PopupMenu1 ShowHint = True TabOrder = 1 Value = 5 end object SpinEdit2: TSpinEdit Left = 136 Height = 24 Hint = 'Höhe' Top = 2 Width = 56 OnChange = SpinEdit2Change ParentShowHint = False PopupMenu = PopupMenu1 ShowHint = True TabOrder = 2 Value = 5 end object SpinEdit3: TSpinEdit Left = 200 Height = 24 Hint = 'Höhe' Top = 2 Width = 56 OnChange = SpinEdit3Change ParentShowHint = False PopupMenu = PopupMenu1 ShowHint = True TabOrder = 3 Value = 16 end object ProgressBar1: TProgressBar Left = 612 Height = 21 Top = 2 Width = 100 PopupMenu = PopupMenu1 TabOrder = 4 end object Button2: TButton Left = 368 Height = 25 Top = 0 Width = 48 Caption = 'zurück' OnClick = Button2Click PopupMenu = PopupMenu1 TabOrder = 5 end object Button3: TButton Left = 420 Height = 25 Top = 0 Width = 48 Caption = 'laden' OnClick = Button3Click PopupMenu = PopupMenu1 TabOrder = 6 end object Button4: TButton Left = 472 Height = 25 Top = 0 Width = 67 Caption = 'speichern' OnClick = Button4Click PopupMenu = PopupMenu1 TabOrder = 7 end object Button5: TButton Left = 543 Height = 25 Top = 0 Width = 64 Caption = 'erzeugen' OnClick = Button5Click PopupMenu = PopupMenu1 TabOrder = 8 end object CheckBox1: TCheckBox Left = 260 Height = 21 Top = 4 Width = 103 Caption = 'geschlossen' OnChange = CheckBox1Change PopupMenu = PopupMenu1 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 object PopupMenu1: TPopupMenu Left = 96 Top = 32 object MenuItem1: TMenuItem Caption = 'füllen' OnClick = MenuItem1Click end object MenuItem2: TMenuItem Caption = 'leeren' OnClick = MenuItem2Click end object MenuItem5: TMenuItem Caption = 'ohne Nullen leeren' OnClick = MenuItem5Click end object MenuItem4: TMenuItem Caption = '10 Mal leeren' OnClick = MenuItem4Click end object MenuItem6: TMenuItem Caption = '10 Mal ohne Nullen leeren' OnClick = MenuItem6Click end object MenuItem3: TMenuItem Caption = 'Lösbarkeit' OnClick = MenuItem3Click end end end