object Form1: TForm1 Left = 148 Top = 27 BorderStyle = bsDialog Caption = 'Start-Center Konfigurationsprogramm' ClientHeight = 324 ClientWidth = 315 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 32 Top = 200 Width = 60 Height = 13 Caption = 'Anwendung:' end object Label2: TLabel Left = 32 Top = 256 Width = 88 Height = 13 Caption = 'Kurzbeschreibung:' end object RadioGroup1: TRadioGroup Left = 24 Top = 72 Width = 265 Height = 109 Caption = ' Aktion bei Aktivierung ' ItemIndex = 0 Items.Strings = ( 'Blitzstart-Men� aufrufen' 'Schnellbrief starten' 'Dateisuche / Textsuche' 'Bildschirmschoner aktivieren' 'Ausgew�hlte Anwendung starten') TabOrder = 0 end object Button1: TButton Left = 104 Top = 192 Width = 185 Height = 25 Caption = 'Auf Festplatte suchen' TabOrder = 1 OnClick = Button1Click end object Edit1: TEdit Left = 32 Top = 224 Width = 257 Height = 21 TabOrder = 2 end object BitBtn1: TBitBtn Left = 32 Top = 284 Width = 73 Height = 25 TabOrder = 3 OnClick = BitBtn1Click Kind = bkOK end object BitBtn2: TBitBtn Left = 112 Top = 284 Width = 97 Height = 25 TabOrder = 4 OnClick = BitBtn2Click Kind = bkCancel end object BitBtn3: TBitBtn Left = 216 Top = 284 Width = 73 Height = 25 TabOrder = 5 Visible = False Kind = bkHelp end object Edit2: TEdit Left = 128 Top = 252 Width = 161 Height = 21 TabOrder = 6 Text = 'Edit2' end object RadioGroup2: TRadioGroup Left = 24 Top = 8 Width = 265 Height = 57 Caption = ' Aktivierung durch ' ItemIndex = 0 Items.Strings = ( 'Einfachklick' 'Doppelklick') TabOrder = 7 end object OpenDialog1: TOpenDialog FileEditStyle = fsEdit Filter = 'Anwendung|*.EXE' Top = 292 end object SingleInstance_S_Config: TSingleInstance Top = 260 end end