home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 June / 06_02.iso / software / quicktools / qtsetup.exe / qtools.frm / 0 / RCDATA / TFRMONLINE / TFRMONLINE.txt < prev   
Encoding:
Text File  |  2002-04-21  |  1.2 KB  |  60 lines

  1. inherited frmOnline: TfrmOnline
  2.   Left = 461
  3.   Top = 467
  4.   ClientHeight = 42
  5.   ClientWidth = 237
  6.   Color = clActiveCaption
  7.   FormStyle = fsStayOnTop
  8.   OnCloseQuery = FormCloseQuery
  9.   OnKeyDown = FormKeyDown
  10.   PixelsPerInch = 96
  11.   TextHeight = 13
  12.   object Shape1: TShape
  13.     Left = 0
  14.     Top = 0
  15.     Width = 237
  16.     Height = 42
  17.     Align = alClient
  18.     Brush.Style = bsClear
  19.     Pen.Color = clCaptionText
  20.   end
  21.   object Image1: TImage
  22.     Left = 3
  23.     Top = 3
  24.     Width = 15
  25.     Height = 15
  26.     ParentShowHint = False
  27.     Picture.Data = {<image000.bmp>}
  28.     ShowHint = False
  29.     Transparent = True
  30.   end
  31.   object LabelTime: TLabel
  32.     Left = 21
  33.     Top = 4
  34.     Width = 6
  35.     Height = 13
  36.     Caption = '*'
  37.     Color = clActiveCaption
  38.     Font.Charset = DEFAULT_CHARSET
  39.     Font.Color = clCaptionText
  40.     Font.Height = -11
  41.     Font.Name = 'Tahoma'
  42.     Font.Style = []
  43.     ParentColor = False
  44.     ParentFont = False
  45.   end
  46.   object TimerOnlineTime: TTimer
  47.     OnTimer = TimerOnlineTimeTimer
  48.     Left = 72
  49.     Top = 8
  50.   end
  51.   object PopupMenu1: TPopupMenu
  52.     OnPopup = PopupMenu1Popup
  53.     Left = 104
  54.     Top = 8
  55.     object ItemCopyIP: TMenuItem
  56.       OnClick = ItemCopyIPClick
  57.     end
  58.   end
  59. end
  60.