home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / ostatni / delphi / ruzne / zcd30120.exe / Demo / V11_2.dfm / V11_2.txt < prev   
Encoding:
Text File  |  1997-05-04  |  936 b   |  45 lines

  1. object Form1: TForm1
  2.   Left = 231
  3.   Top = 131
  4.   Width = 112
  5.   Height = 105
  6.   Caption = 'Form1'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   TextHeight = 13
  13.   object zShowApp1: TzShowApp
  14.     CPUType = 5
  15.     CPUString = 'Pentium'
  16.     UseCmdShow = False
  17.     HelpFile = 'DELPHI.HLP'
  18.     HintColor = clInfoBk
  19.     HintPause = 500
  20.     HintHidePause = 2500
  21.     ShowOnStatusBar = False
  22.     ShowMainForm = False
  23.     Icon.Data = {<image000.ico>}
  24.     ShowHint = True
  25.     Title = 'Delphi'
  26.     Left = 16
  27.     Top = 8
  28.   end
  29.   object zTrayIcon1: TzTrayIcon
  30.     HideParentForm = True
  31.     ShowDesigning = False
  32.     Active = True
  33.     Icon.Data = {<image001.ico>}
  34.     ToolTip = 'Click here to stop the demoprogram again'
  35.     OnClick = zTrayIcon1Click
  36.     Left = 16
  37.     Top = 40
  38.   end
  39.   object zTitleBar1: TzTitleBar
  40.     TitleBarOnFormShow = False
  41.     Left = 48
  42.     Top = 8
  43.   end
  44. end
  45.