home *** CD-ROM | disk | FTP | other *** search
/ com!online 2003 March / com0303.iso / start.exe / 0 / RCDATA / TUNZIPOPTIONDLG / TUNZIPOPTIONDLG.txt
Encoding:
Text File  |  2002-11-12  |  2.3 KB  |  127 lines

  1. object UnzipOptionDlg: TUnzipOptionDlg
  2.   Left = 200
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'Dateien aus dem Archiv entpacken'
  6.   ClientHeight = 258
  7.   ClientWidth = 305
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label2: TLabel
  21.     Left = 7
  22.     Top = 6
  23.     Width = 82
  24.     Height = 13
  25.     Caption = 'Entpacken nach:'
  26.   end
  27.   object OkBtn: TButton
  28.     Left = 8
  29.     Top = 228
  30.     Width = 75
  31.     Height = 25
  32.     Caption = 'Ok'
  33.     Default = True
  34.     ModalResult = 1
  35.     TabOrder = 0
  36.   end
  37.   object CancelBtn: TButton
  38.     Left = 223
  39.     Top = 229
  40.     Width = 75
  41.     Height = 25
  42.     Cancel = True
  43.     Caption = 'Abbrechen'
  44.     ModalResult = 2
  45.     TabOrder = 1
  46.   end
  47.   object FileGroup: TRadioGroup
  48.     Left = 9
  49.     Top = 44
  50.     Width = 290
  51.     Height = 76
  52.     Caption = 'Dateien:'
  53.     ItemIndex = 1
  54.     Items.Strings = (
  55.       'Markierte Datei(en)'
  56.       'Alle Dateien'
  57.       'Dateimaske')
  58.     TabOrder = 2
  59.     OnClick = FileGroupClick
  60.   end
  61.   object MaskTxt: TEdit
  62.     Left = 103
  63.     Top = 94
  64.     Width = 190
  65.     Height = 21
  66.     Enabled = False
  67.     TabOrder = 3
  68.     Text = '*.*'
  69.   end
  70.   object Overwrite: TCheckBox
  71.     Left = 8
  72.     Top = 125
  73.     Width = 289
  74.     Height = 17
  75.     Caption = 'Immer '#252'berschreiben'
  76.     Checked = True
  77.     State = cbChecked
  78.     TabOrder = 4
  79.   end
  80.   object Path: TCheckBox
  81.     Left = 8
  82.     Top = 143
  83.     Width = 291
  84.     Height = 17
  85.     Caption = 'mit Pfaden entpacken'
  86.     Checked = True
  87.     State = cbChecked
  88.     TabOrder = 5
  89.   end
  90.   object Pw: TCheckBox
  91.     Left = 8
  92.     Top = 162
  93.     Width = 70
  94.     Height = 17
  95.     Caption = 'Pa'#223'wort:'
  96.     TabOrder = 6
  97.     OnClick = PwClick
  98.   end
  99.   object PasswordTxt: TEdit
  100.     Left = 78
  101.     Top = 158
  102.     Width = 221
  103.     Height = 21
  104.     Enabled = False
  105.     PasswordChar = '*'
  106.     TabOrder = 8
  107.   end
  108.   object Button1: TButton
  109.     Left = 9
  110.     Top = 184
  111.     Width = 168
  112.     Height = 25
  113.     Caption = 'Verzeichnis w'#228'hlen/anlegen'
  114.     TabOrder = 7
  115.     OnClick = Button1Click
  116.   end
  117.   object DestText: TPanel
  118.     Left = 9
  119.     Top = 22
  120.     Width = 289
  121.     Height = 22
  122.     Alignment = taLeftJustify
  123.     BevelOuter = bvLowered
  124.     TabOrder = 9
  125.   end
  126. end
  127.