home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 A / CHIP_HITWARE6_A.iso / multimed / PrintKey / Printkey.exe / 0 / RCDATA / TFORM2 / TFORM2.txt
Encoding:
Text File  |  1998-08-23  |  1.5 KB  |  68 lines

  1. object Form2: TForm2
  2.   Left = 412
  3.   Top = 477
  4.   Cursor = crCross
  5.   Hint = 'Right Click for Defined Rectangles'
  6.   HelpContext = 30
  7.   BorderIcons = []
  8.   BorderStyle = bsNone
  9.   Caption = 'Form2'
  10.   ClientHeight = 87
  11.   ClientWidth = 307
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -10
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   FormStyle = fsStayOnTop
  18.   ShowHint = True
  19.   OnCreate = FormCreate
  20.   OnDestroy = FormDestroy
  21.   OnMouseDown = FormMouseDown
  22.   OnMouseMove = FormMouseMove
  23.   OnMouseUp = FormMouseUp
  24.   OnPaint = FormPaint
  25.   PixelsPerInch = 96
  26.   TextHeight = 13
  27.   object Label1: TLabel
  28.     Left = 24
  29.     Top = 56
  30.     Width = 65
  31.     Height = 13
  32.     Alignment = taCenter
  33.     AutoSize = False
  34.     Caption = '1024 x 1024'
  35.     Color = clInfoBk
  36.     Font.Charset = DEFAULT_CHARSET
  37.     Font.Color = clWindowText
  38.     Font.Height = -11
  39.     Font.Name = 'MS Sans Serif'
  40.     Font.Style = []
  41.     ParentColor = False
  42.     ParentFont = False
  43.     ParentShowHint = False
  44.     ShowAccelChar = False
  45.     ShowHint = False
  46.     Visible = False
  47.   end
  48.   object PopupMenu1: TPopupMenu
  49.     Left = 112
  50.     Top = 44
  51.     object R1: TMenuItem
  52.       Caption = 'Rectangle 16 x 16 ( Small Icon )'
  53.       RadioItem = True
  54.       OnClick = R1Click
  55.     end
  56.     object R2: TMenuItem
  57.       Caption = 'Rectangle 32 x 32 ( Normal Icon )'
  58.       Checked = True
  59.       RadioItem = True
  60.       OnClick = R2Click
  61.     end
  62.     object R3: TMenuItem
  63.       Caption = 'Self Defined Rectangle'
  64.       OnClick = R3Click
  65.     end
  66.   end
  67. end
  68.