home *** CD-ROM | disk | FTP | other *** search
/ Softwarová Záchrana 3 / Softwarova-zachrana-3.bin / HovText / HovText.exe / 0 / RCDATA / TCLIPFORM1 / TCLIPFORM1.txt < prev   
Text File  |  2005-03-12  |  2KB  |  88 lines

  1. object ClipForm1: TClipForm1
  2.   Left = 365
  3.   Top = 264
  4.   BorderStyle = bsNone
  5.   Caption = 'ClipForm1'
  6.   ClientHeight = 213
  7.   ClientWidth = 296
  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 = False
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object ImageInactive: TImage
  18.     Left = 16
  19.     Top = 136
  20.     Width = 25
  21.     Height = 25
  22.     Picture.Data = {<image000.ico>}
  23.   end
  24.   object ImageActive: TImage
  25.     Left = 48
  26.     Top = 136
  27.     Width = 25
  28.     Height = 25
  29.     Picture.Data = {<image001.ico>}
  30.   end
  31.   object ImageHotkey: TImage
  32.     Left = 72
  33.     Top = 136
  34.     Width = 25
  35.     Height = 25
  36.     Picture.Data = {<image002.ico>}
  37.   end
  38.   object AltImageInactive: TImage
  39.     Left = 16
  40.     Top = 168
  41.     Width = 25
  42.     Height = 25
  43.     Picture.Data = {<image003.ico>}
  44.   end
  45.   object AltImageActive: TImage
  46.     Left = 40
  47.     Top = 168
  48.     Width = 25
  49.     Height = 25
  50.     Picture.Data = {<image004.ico>}
  51.   end
  52.   object AltImageHotkey: TImage
  53.     Left = 72
  54.     Top = 168
  55.     Width = 25
  56.     Height = 25
  57.     Picture.Data = {<image005.ico>}
  58.   end
  59.   object PopupMenu1: TPopupMenu
  60.     Left = 120
  61.     Top = 64
  62.     object About1: TMenuItem
  63.       Caption = 'About'
  64.       OnClick = About1Click
  65.     end
  66.     object Active1: TMenuItem
  67.       Caption = 'Active'
  68.       Checked = True
  69.       OnClick = Active1Click
  70.     end
  71.     object Options1: TMenuItem
  72.       Caption = 'Options'
  73.       Default = True
  74.       OnClick = Options1Click
  75.     end
  76.     object Exit1: TMenuItem
  77.       Caption = 'Exit'
  78.       OnClick = Exit1Click
  79.     end
  80.   end
  81.   object SetupTimer: TTimer
  82.     Interval = 100
  83.     OnTimer = SetupTimerTimer
  84.     Left = 208
  85.     Top = 176
  86.   end
  87. end
  88.