home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 February / Chip_2001-02_cd1.bin / sharewar / mrsmith / MrSmith.exe / Setup.exe / 0 / RCDATA / TFORM2 / TFORM2.txt
Text File  |  2000-11-29  |  1KB  |  75 lines

  1. object Form2: TForm2
  2.   Left = 297
  3.   Top = 208
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'Setup'
  6.   ClientHeight = 286
  7.   ClientWidth = 348
  8.   Color = clBlack
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Bevel1: TBevel
  21.     Left = 4
  22.     Top = 228
  23.     Width = 341
  24.     Height = 21
  25.     Shape = bsFrame
  26.   end
  27.   object Label1: TLabel
  28.     Left = 7
  29.     Top = 232
  30.     Width = 334
  31.     Height = 13
  32.     Alignment = taCenter
  33.     AutoSize = False
  34.     Caption = 'C:'
  35.     Font.Charset = DEFAULT_CHARSET
  36.     Font.Color = clYellow
  37.     Font.Height = -11
  38.     Font.Name = 'MS Sans Serif'
  39.     Font.Style = []
  40.     ParentFont = False
  41.     Transparent = True
  42.   end
  43.   object dirtree: TRzDirectoryTree
  44.     Left = 4
  45.     Top = 4
  46.     Width = 341
  47.     Height = 217
  48.     DirLabel = Label1
  49.     DriveTypes = [dtUnknown, dtFixed, dtNetwork]
  50.     FrameStyle = fsStatus
  51.     FrameVisible = True
  52.     HideSelection = False
  53.     Indent = 19
  54.     SelectionPen.Color = clBtnShadow
  55.     TabOrder = 0
  56.     OnChange = dirtreeChange
  57.   end
  58.   object BitBtn1: TBitBtn
  59.     Left = 66
  60.     Top = 256
  61.     Width = 100
  62.     Height = 25
  63.     TabOrder = 1
  64.     Kind = bkCancel
  65.   end
  66.   object BitBtn2: TBitBtn
  67.     Left = 182
  68.     Top = 256
  69.     Width = 100
  70.     Height = 25
  71.     TabOrder = 2
  72.     Kind = bkOK
  73.   end
  74. end
  75.