home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 April / PCWorld_1999-04_cd.bin / Novinky / April / Dm / Dm.exe / 0 / RCDATA / TMAINFORM / TMAINFORM.txt
Text File  |  1998-05-01  |  3KB  |  171 lines

  1. object MainForm: TMainForm
  2.   Left = 184
  3.   Top = 91
  4.   BorderStyle = bsDialog
  5.   Caption = 'Exploring -  (C:)'
  6.   ClientHeight = 345
  7.   ClientWidth = 558
  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.   Menu = MainMenu1
  15.   Position = poScreenCenter
  16.   OnClose = FormClose
  17.   OnCloseQuery = FormCloseQuery
  18.   OnCreate = FormCreate
  19.   OnResize = FormResize
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object FileList: TListView
  24.     Left = 180
  25.     Top = 22
  26.     Width = 377
  27.     Height = 303
  28.     Columns = <>
  29.     HideSelection = False
  30.     IconOptions.Arrangement = iaLeft
  31.     IconOptions.AutoArrange = True
  32.     OnCompare = FileListCompare
  33.     ShowColumnHeaders = False
  34.     SortType = stData
  35.     TabOrder = 1
  36.     ViewStyle = vsSmallIcon
  37.     SmallImages = FileImages
  38.   end
  39.   object DirTree: TTreeView
  40.     Left = 0
  41.     Top = 22
  42.     Width = 178
  43.     Height = 303
  44.     ShowRoot = False
  45.     HideSelection = False
  46.     Indent = 19
  47.     OnChanging = DirTreeOnChanging
  48.     OnChange = DirTreeChange
  49.     SortType = stText
  50.     TabOrder = 0
  51.     Images = FolderIcons
  52.   end
  53.   object StatusBar: TStatusBar
  54.     Left = 0
  55.     Top = 326
  56.     Width = 558
  57.     Height = 19
  58.     Panels = <
  59.       item
  60.         Text = '1 object(s) selected'
  61.         Width = 144
  62.       end
  63.       item
  64.         Text = '287KB'
  65.         Width = 50
  66.       end>
  67.     SimplePanel = False
  68.   end
  69.   object Panel1: TPanel
  70.     Left = 0
  71.     Top = 0
  72.     Width = 178
  73.     Height = 21
  74.     Alignment = taLeftJustify
  75.     BevelOuter = bvLowered
  76.     Caption = ' All Folders'
  77.     TabOrder = 3
  78.   end
  79.   object Panel2: TPanel
  80.     Left = 181
  81.     Top = 0
  82.     Width = 376
  83.     Height = 21
  84.     Alignment = taLeftJustify
  85.     BevelOuter = bvLowered
  86.     Caption = ' Contents of '#39'( C:)'#39
  87.     TabOrder = 4
  88.   end
  89.   object MainMenu1: TMainMenu
  90.     Left = 16
  91.     Top = 32
  92.     object File1: TMenuItem
  93.       Caption = '&File'
  94.       object Open1: TMenuItem
  95.         Caption = '&Open'
  96.         Default = True
  97.       end
  98.       object N2: TMenuItem
  99.         Caption = '-'
  100.       end
  101.       object SendTo1: TMenuItem
  102.         Caption = 'Se&nd To'
  103.         object TMenuItem
  104.         end
  105.       end
  106.       object N1: TMenuItem
  107.         Caption = '-'
  108.       end
  109.       object New1: TMenuItem
  110.         Caption = 'Ne&w'
  111.         object TMenuItem
  112.         end
  113.       end
  114.       object N3: TMenuItem
  115.         Caption = '-'
  116.       end
  117.       object CreateShortcut1: TMenuItem
  118.         Caption = 'Create &Shortcut'
  119.       end
  120.       object Delete1: TMenuItem
  121.         Caption = '&Delete'
  122.       end
  123.       object Rename1: TMenuItem
  124.         Caption = 'Rena&me'
  125.       end
  126.       object Properties1: TMenuItem
  127.         Caption = 'P&roperties'
  128.       end
  129.       object N4: TMenuItem
  130.         Caption = '-'
  131.       end
  132.       object Close1: TMenuItem
  133.         Caption = '&Close'
  134.       end
  135.     end
  136.     object Edit1: TMenuItem
  137.       Caption = '&Edit'
  138.     end
  139.     object View1: TMenuItem
  140.       Caption = '&View'
  141.     end
  142.     object Tools1: TMenuItem
  143.       Caption = '&Tools'
  144.     end
  145.     object Help1: TMenuItem
  146.       Caption = '&Help'
  147.     end
  148.   end
  149.   object FolderIcons: TImageList
  150.     Left = 48
  151.     Top = 32
  152.   end
  153.   object FileImages: TImageList
  154.     Left = 80
  155.     Top = 32
  156.   end
  157.   object MainTimer: TTimer
  158.     Enabled = False
  159.     OnTimer = MainTimerTick
  160.     Left = 16
  161.     Top = 64
  162.   end
  163.   object DelTimer: TTimer
  164.     Enabled = False
  165.     Interval = 45
  166.     OnTimer = DelTimerTimer
  167.     Left = 48
  168.     Top = 64
  169.   end
  170. end
  171.