home *** CD-ROM | disk | FTP | other *** search
/ com!online 2002 February / comcd0202.iso / start.exe / 0 / RCDATA / TUNZIPDIALOG / TUNZIPDIALOG.txt < prev   
Encoding:
Text File  |  2001-12-07  |  3.2 KB  |  169 lines

  1. object UnzipDialog: TUnzipDialog
  2.   Left = 279
  3.   Top = 145
  4.   ActiveControl = ZIPView
  5.   BorderStyle = bsDialog
  6.   Caption = 'UnzipDialog'
  7.   ClientHeight = 322
  8.   ClientWidth = 632
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clBlack
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   OnCreate = FormCreate
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object ProgressBar: TGauge
  23.     Left = 0
  24.     Top = 233
  25.     Width = 304
  26.     Height = 20
  27.     Progress = 0
  28.   end
  29.   object Src: TLabel
  30.     Left = 1
  31.     Top = 258
  32.     Width = 303
  33.     Height = 13
  34.     AutoSize = False
  35.     ShowAccelChar = False
  36.   end
  37.   object Dest: TLabel
  38.     Left = 315
  39.     Top = 259
  40.     Width = 316
  41.     Height = 13
  42.     AutoSize = False
  43.     ShowAccelChar = False
  44.   end
  45.   object FileText: TPanel
  46.     Left = 317
  47.     Top = 232
  48.     Width = 314
  49.     Height = 21
  50.     BevelOuter = bvLowered
  51.     TabOrder = 3
  52.   end
  53.   object UnzipBtn: TButton
  54.     Left = 9
  55.     Top = 291
  56.     Width = 89
  57.     Height = 27
  58.     Caption = 'Entpacken'
  59.     TabOrder = 0
  60.     OnClick = UnzipBtnClick
  61.   end
  62.   object CloseBtn: TButton
  63.     Left = 197
  64.     Top = 291
  65.     Width = 89
  66.     Height = 27
  67.     Caption = 'Schlie∩┐╜en'
  68.     TabOrder = 1
  69.     OnClick = CloseBtnClick
  70.   end
  71.   object MarkAllBtn: TButton
  72.     Left = 103
  73.     Top = 291
  74.     Width = 89
  75.     Height = 27
  76.     Caption = 'Alle markieren'
  77.     TabOrder = 2
  78.     OnClick = MarkAllBtnClick
  79.   end
  80.   object ZIPView: TListView
  81.     Left = -3
  82.     Top = -3
  83.     Width = 639
  84.     Height = 283
  85.     AllocBy = 32
  86.     Columns = <
  87.       item
  88.         Caption = 'Name'
  89.         Width = 120
  90.       end
  91.       item
  92.         Caption = 'Datum / Zeit'
  93.         Width = 100
  94.       end
  95.       item
  96.         Alignment = taRightJustify
  97.         Caption = 'gepackt'
  98.         Width = 75
  99.       end
  100.       item
  101.         Alignment = taRightJustify
  102.         Caption = 'entpackt'
  103.         Width = 75
  104.       end
  105.       item
  106.         Caption = 'Methode'
  107.         Width = 90
  108.       end
  109.       item
  110.         Caption = 'Ordner'
  111.         Width = 480
  112.       end>
  113.     DragCursor = crMultiDrag
  114.     DragMode = dmAutomatic
  115.     GridLines = True
  116.     HideSelection = False
  117.     HotTrackStyles = []
  118.     MultiSelect = True
  119.     RowSelect = True
  120.     ParentShowHint = False
  121.     ShowHint = False
  122.     TabOrder = 4
  123.     ViewStyle = vsReport
  124.     OnDblClick = ZIPViewDblClick
  125.   end
  126.   object FileSelectDlg: TOpenDialog
  127.     Left = 570
  128.     Top = 290
  129.   end
  130.   object RenameDlg: TSaveDialog
  131.     Left = 540
  132.     Top = 291
  133.   end
  134.   object Zip: TVCLUnZip
  135.     RecreateDirs = True
  136.     OverwriteMode = Always
  137.     OnTotalPercentDone = ZIPTotalPercentDone
  138.     OnStartUnZip = ZIPStartUnZip
  139.     OnBadPassword = ZIPBadPassword
  140.     OnBadCRC = ZIPBadCRC
  141.     Left = 510
  142.     Top = 291
  143.   end
  144.   object ListPopup: TPopupMenu
  145.     Left = 332
  146.     Top = 286
  147.     object mnuIcon: TMenuItem
  148.       Caption = 'Gro∩┐╜e Symbole'
  149.       OnClick = mnuClick
  150.     end
  151.     object mnuSmallIcon: TMenuItem
  152.       Tag = 1
  153.       Caption = 'Kleine Symbole'
  154.       OnClick = mnuClick
  155.     end
  156.     object mnuList: TMenuItem
  157.       Tag = 2
  158.       Caption = 'Liste'
  159.       OnClick = mnuClick
  160.     end
  161.     object mnuReport: TMenuItem
  162.       Tag = 3
  163.       Caption = 'Details'
  164.       Checked = True
  165.       OnClick = mnuClick
  166.     end
  167.   end
  168. end
  169.