home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 January / Pcwk0198.iso / Zadarmo / Csamp21 / csamp.exe / 0 / RCDATA / TFORM3 / TFORM3.txt
Encoding:
Text File  |  1997-10-23  |  1.8 KB  |  91 lines

  1. object Form3: TForm3
  2.   Left = 237
  3.   Top = 144
  4.   BorderStyle = bsNone
  5.   Caption = 'Form3'
  6.   ClientHeight = 124
  7.   ClientWidth = 125
  8.   Color = clSilver
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   PopupMenu = PopupMenu1
  15.   Position = poScreenCenter
  16.   OnActivate = FormActivate
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   OnMouseDown = FormMouseDown
  20.   OnMouseMove = FormMouseMove
  21.   OnMouseUp = FormMouseUp
  22.   PixelsPerInch = 120
  23.   TextHeight = 16
  24.   object Bevel1: TBevel
  25.     Left = 0
  26.     Top = 0
  27.     Width = 124
  28.     Height = 123
  29.     Style = bsRaised
  30.   end
  31.   object Bevel2: TBevel
  32.     Left = 6
  33.     Top = 6
  34.     Width = 111
  35.     Height = 111
  36.   end
  37.   object PaintBox1: TPaintBox
  38.     Left = 7
  39.     Top = 7
  40.     Width = 108
  41.     Height = 108
  42.     ParentShowHint = False
  43.     ShowHint = False
  44.     OnMouseDown = FormMouseDown
  45.     OnMouseMove = FormMouseMove
  46.     OnMouseUp = FormMouseUp
  47.     OnPaint = PaintBox1Paint
  48.   end
  49.   object PopupMenu1: TPopupMenu
  50.     Left = 80
  51.     Top = 16
  52.     object Zapri1: TMenuItem
  53.       Caption = 'Hide'
  54.       Default = True
  55.       ShortCut = 0
  56.       OnClick = Zapri1Click
  57.     end
  58.     object N1: TMenuItem
  59.       Caption = '-'
  60.       ShortCut = 0
  61.     end
  62.     object Zoom3x1: TMenuItem
  63.       Caption = 'Zoom 3x'
  64.       GroupIndex = 1
  65.       RadioItem = True
  66.       ShortCut = 0
  67.       OnClick = Zoom3x1Click
  68.     end
  69.     object Zoom5x1: TMenuItem
  70.       Caption = 'Zoom 5x'
  71.       Checked = True
  72.       GroupIndex = 1
  73.       RadioItem = True
  74.       ShortCut = 0
  75.       OnClick = Zoom5x1Click
  76.     end
  77.     object Zoom10x1: TMenuItem
  78.       Caption = 'Zoom 10x'
  79.       GroupIndex = 1
  80.       RadioItem = True
  81.       ShortCut = 0
  82.       OnClick = Zoom10x1Click
  83.     end
  84.   end
  85.   object Timer1: TTimer
  86.     OnTimer = Timer1Timer
  87.     Left = 8
  88.     Top = 8
  89.   end
  90. end
  91.