object Form1: TForm1 Left = 349 Top = 403 BorderStyle = bsDialog Caption = 'Form1' ClientHeight = 202 ClientWidth = 359 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop Position = poScreenCenter OnClose = FormClose OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object RadioGroup1: TRadioGroup Left = 12 Top = 100 Width = 193 Height = 61 ItemIndex = 0 Items.Strings = ( 'Als Standard Packer verwenden' 'keine �nderung vornehmen') TabOrder = 0 end object CheckBox1: TCheckBox Left = 12 Top = 168 Width = 193 Height = 17 Caption = 'diesen Dialog nicht mehr Anzeigen' TabOrder = 1 end object Memo1: TMemo Left = 12 Top = 12 Width = 333 Height = 89 Color = clBtnFace Lines.Strings = ( 'Mit der Einstellung "Als Standard Packer verwenden" werden die ' 'Dateiverkn�pfungen im Exporer angelegt. Dies bringt den Vorteil ' 'sobald Sie z.B. auf eine Zip-Datei im Exporer einen doppelklick ' 'ausf�hren wird der Afs-Power-Packer gestartet und die angeklickt' + 'e ' 'Datei ge�ffnet.') ReadOnly = True TabOrder = 2 end object BitBtn1: TBitBtn Left = 260 Top = 160 Width = 87 Height = 25 TabOrder = 3 OnClick = BitBtn1Click Kind = bkOK end end