home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 January / Pcwk0198.iso / Warsztat / Compress / SUPERZIP / _SETUP.1 / SZIPW32.exe / 0 / RCDATA / TCHDIRFRM / TCHDIRFRM.txt < prev   
Text File  |  1996-12-22  |  2KB  |  77 lines

  1. object ChdirFrm: TChdirFrm
  2.   Left = 263
  3.   Top = 118
  4.   BorderStyle = bsDialog
  5.   Caption = 'Choose directory'
  6.   ClientHeight = 303
  7.   ClientWidth = 362
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Icon.Data = {<image000.ico>}
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Panel2: TPanel
  17.     Left = 0
  18.     Top = 0
  19.     Width = 362
  20.     Height = 303
  21.     Align = alClient
  22.     BevelOuter = bvNone
  23.     TabOrder = 0
  24.     object Panel3: TPanel
  25.       Left = 0
  26.       Top = 262
  27.       Width = 362
  28.       Height = 41
  29.       Align = alBottom
  30.       BevelOuter = bvNone
  31.       TabOrder = 0
  32.       object Button1: TButton
  33.         Left = 73
  34.         Top = 12
  35.         Width = 75
  36.         Height = 21
  37.         Caption = '&Ok'
  38.         Default = True
  39.         ModalResult = 1
  40.         TabOrder = 0
  41.       end
  42.       object Button2: TButton
  43.         Left = 213
  44.         Top = 12
  45.         Width = 75
  46.         Height = 21
  47.         Cancel = True
  48.         Caption = '&Cancel'
  49.         ModalResult = 2
  50.         TabOrder = 1
  51.       end
  52.     end
  53.     object Panel4: TPanel
  54.       Left = 0
  55.       Top = 0
  56.       Width = 362
  57.       Height = 262
  58.       Align = alClient
  59.       BevelOuter = bvNone
  60.       TabOrder = 1
  61.       object DirTree1: TDirTree
  62.         Left = 0
  63.         Top = 0
  64.         Width = 362
  65.         Height = 262
  66.         ReadOnly = True
  67.         Indent = 19
  68.         Align = alClient
  69.         ParentColor = False
  70.         TabOrder = 0
  71.         PopupMenu = DirTree1.
  72.         Images = DirTree1.
  73.       end
  74.     end
  75.   end
  76. end
  77.