home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 December / Chip_2001-12_cd1.bin / zkuste / delphi / nastroje / DISKFREE.ZIP / DiskFree.exe / 0 / RCDATA / TMAINFORM / TMAINFORM.txt < prev   
Encoding:
Text File  |  2001-07-29  |  1.1 KB  |  53 lines

  1. object MainForm: TMainForm
  2.   Left = 323
  3.   Top = 335
  4.   BorderStyle = bsDialog
  5.   Caption = 'MainForm'
  6.   ClientHeight = 53
  7.   ClientWidth = 113
  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 = poDefaultPosOnly
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object PopupMenu1: TPopupMenu
  21.     BiDiMode = bdLeftToRight
  22.     ParentBiDiMode = False
  23.     OnPopup = PopupMenu1Popup
  24.     Left = 48
  25.     Top = 12
  26.     object N1: TMenuItem
  27.       Caption = '-'
  28.       GroupIndex = 1
  29.     end
  30.     object Setup1: TMenuItem
  31.       Caption = '&Setup...'
  32.       GroupIndex = 1
  33.       OnClick = Setup1Click
  34.     end
  35.     object Exit1: TMenuItem
  36.       Caption = 'E&xit'
  37.       GroupIndex = 1
  38.       OnClick = Exit1Click
  39.     end
  40.   end
  41.   object TrayIcon1: TCoolTrayIcon
  42.     CycleInterval = 0
  43.     Icon.Data = {<image000.ico>}
  44.     IconIndex = 0
  45.     PopupMenu = PopupMenu1
  46.     LeftPopup = True
  47.     StartMinimized = True
  48.     OnMouseMove = TrayIcon1MouseMove
  49.     Left = 12
  50.     Top = 12
  51.   end
  52. end
  53.