home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 January / CHIPCD1_98.iso / software / gadzety / biotray / biotray.exe / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Encoding:
Text File  |  1997-01-29  |  1.9 KB  |  95 lines

  1. object Form1: TForm1
  2.   Left = 275
  3.   Top = 140
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'BioTray by Fiens Prototyping'
  7.   ClientHeight = 123
  8.   ClientWidth = 242
  9.   Color = clGreen
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 14
  20.     Top = 24
  21.     Width = 32
  22.     Height = 13
  23.     Caption = 'Label1'
  24.     Visible = False
  25.   end
  26.   object DirectoryListBox1: TDirectoryListBox
  27.     Left = 60
  28.     Top = 12
  29.     Width = 145
  30.     Height = 97
  31.     ItemHeight = 16
  32.     TabOrder = 0
  33.     Visible = False
  34.   end
  35.   object TrayIcon21: TTrayIcon2
  36.     Active = True
  37.     ShowDesigning = False
  38.     Icon.Data = {<image001.ico>}
  39.     OnClick = TrayIcon21Click
  40.     OnRightClick = TrayIcon21RightClick
  41.     Left = 92
  42.     Top = 14
  43.   end
  44.   object Timer1: TTimer
  45.     Interval = 1
  46.     OnTimer = Timer1Timer
  47.     Left = 38
  48.     Top = 60
  49.   end
  50.   object TrayIcon22: TTrayIcon2
  51.     Active = True
  52.     ShowDesigning = False
  53.     Icon.Data = {<image002.ico>}
  54.     OnClick = TrayIcon22Click
  55.     OnRightClick = TrayIcon22RightClick
  56.     Left = 30
  57.     Top = 8
  58.   end
  59.   object TrayIcon23: TTrayIcon2
  60.     Active = True
  61.     ShowDesigning = False
  62.     Icon.Data = {<image003.ico>}
  63.     ToolTip = 'Voici votre degr∩┐╜ physique'
  64.     OnClick = TrayIcon23Click
  65.     OnRightClick = TrayIcon23RightClick
  66.     Left = 186
  67.     Top = 14
  68.   end
  69.   object Timer2: TTimer
  70.     Enabled = False
  71.     OnTimer = Timer2Timer
  72.     Left = 96
  73.     Top = 62
  74.   end
  75.   object Timer3: TTimer
  76.     Enabled = False
  77.     OnTimer = Timer3Timer
  78.     Left = 152
  79.     Top = 66
  80.   end
  81.   object Timer4: TTimer
  82.     Enabled = False
  83.     Interval = 3600000
  84.     OnTimer = Timer4Timer
  85.     Left = 140
  86.     Top = 14
  87.   end
  88.   object ProgMan1: TProgMan
  89.     programGroup = 'Startup'
  90.     ShowGroup = activateNormalSize
  91.     Left = 198
  92.     Top = 76
  93.   end
  94. end
  95.