object MenuCfgForm: TMenuCfgForm Left = 86 Top = 97 BorderStyle = bsDialog Caption = 'Startmen� konfigurieren' ClientHeight = 261 ClientWidth = 455 Font.Color = clBlack Font.Height = -13 Font.Name = 'Arial' Font.Style = [] OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 16 object Label1: TLabel Left = 16 Top = 24 Width = 172 Height = 16 Caption = 'Bezeichnung der Men�seiten:' end object Label2: TLabel Left = 16 Top = 52 Width = 49 Height = 16 Caption = '1. Seite:' end object Label3: TLabel Left = 16 Top = 84 Width = 49 Height = 16 Caption = '2. Seite:' end object Label4: TLabel Left = 16 Top = 112 Width = 49 Height = 16 Caption = '3. Seite:' end object Label5: TLabel Left = 16 Top = 140 Width = 49 Height = 16 Caption = '4. Seite:' end object Label6: TLabel Left = 16 Top = 168 Width = 49 Height = 16 Caption = '5. Seite:' end object BitBtn1: TBitBtn Left = 12 Top = 216 Width = 97 Height = 25 TabOrder = 0 OnClick = BitBtn1Click Kind = bkOK end object BitBtn2: TBitBtn Left = 136 Top = 216 Width = 97 Height = 25 TabOrder = 1 Kind = bkCancel end object RadioGroup1: TRadioGroup Left = 244 Top = 184 Width = 197 Height = 57 Caption = ' Nach Start eines Programms ' ItemIndex = 0 Items.Strings = ( 'Fenster minimieren' 'Fenster schlie�en') TabOrder = 2 end object RadioGroup2: TRadioGroup Left = 244 Top = 16 Width = 197 Height = 153 Caption = ' Anzahl Startkn�pfe sichtbar ' ItemIndex = 0 Items.Strings = ( '8 Startkn�pfe' '16 Startkn�pfe' '24 Startkn�pfe' '32 Startkn�pfe' '40 Startkn�pfe' '48 Startkn�pfe') TabOrder = 3 end object Edit1: TEdit Left = 84 Top = 48 Width = 101 Height = 24 TabOrder = 4 Text = 'Edit1' end object Edit2: TEdit Left = 84 Top = 80 Width = 101 Height = 24 TabOrder = 5 Text = 'Edit1' end object Edit3: TEdit Left = 84 Top = 108 Width = 101 Height = 24 TabOrder = 6 Text = 'Edit1' end object Edit4: TEdit Left = 84 Top = 136 Width = 101 Height = 24 TabOrder = 7 Text = 'Edit1' end object Edit5: TEdit Left = 84 Top = 164 Width = 101 Height = 24 TabOrder = 8 Text = 'Edit1' end end