home *** CD-ROM | disk | FTP | other *** search
/ POWERdrive for you 1998 January / PFY0198.BIN / share / win95 / anwend / afspack / _setup.1 / AFSPacker.exe / 0 / RCDATA / TFORM1 / TFORM1.txt
Text File  |  1997-11-19  |  1KB  |  65 lines

  1. object Form1: TForm1
  2.   Left = 349
  3.   Top = 403
  4.   BorderStyle = bsDialog
  5.   Caption = 'Form1'
  6.   ClientHeight = 202
  7.   ClientWidth = 359
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Position = poScreenCenter
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object RadioGroup1: TRadioGroup
  20.     Left = 12
  21.     Top = 100
  22.     Width = 193
  23.     Height = 61
  24.     ItemIndex = 0
  25.     Items.Strings = (
  26.       'Als Standard Packer verwenden'
  27.       'keine ∩┐╜nderung vornehmen')
  28.     TabOrder = 0
  29.   end
  30.   object CheckBox1: TCheckBox
  31.     Left = 12
  32.     Top = 168
  33.     Width = 193
  34.     Height = 17
  35.     Caption = 'diesen Dialog nicht mehr Anzeigen'
  36.     TabOrder = 1
  37.   end
  38.   object Memo1: TMemo
  39.     Left = 12
  40.     Top = 12
  41.     Width = 333
  42.     Height = 89
  43.     Color = clBtnFace
  44.     Lines.Strings = (
  45.       'Mit der Einstellung "Als Standard Packer verwenden" werden die '
  46.       'Dateiverkn∩┐╜pfungen im Exporer angelegt. Dies bringt den Vorteil '
  47.       'sobald Sie z.B. auf eine Zip-Datei im Exporer einen doppelklick '
  48.       
  49.         'ausf∩┐╜hren wird der Afs-Power-Packer gestartet und die angeklickt' +
  50.         'e '
  51.       'Datei ge∩┐╜ffnet.')
  52.     ReadOnly = True
  53.     TabOrder = 2
  54.   end
  55.   object BitBtn1: TBitBtn
  56.     Left = 260
  57.     Top = 160
  58.     Width = 87
  59.     Height = 25
  60.     TabOrder = 3
  61.     OnClick = BitBtn1Click
  62.     Kind = bkOK
  63.   end
  64. end
  65.