home *** CD-ROM | disk | FTP | other *** search
/ Complete Gamer 11 - Quake…& Unreal Expansion Packs / complete-gamer-issue-11.iso / software / data1.cab / Program_Executable_Files / InfinitySetup.exe / 0 / RCDATA / TFORMMASKPROP / TFORMMASKPROP.txt
Encoding:
Text File  |  1998-11-10  |  2.1 KB  |  110 lines

  1. object FormMaskProp: TFormMaskProp
  2.   Left = 263
  3.   Top = 134
  4.   Width = 314
  5.   Height = 241
  6.   HorzScrollBar.Visible = False
  7.   VertScrollBar.Visible = False
  8.   ActiveControl = Button1
  9.   Caption = 'Select Mask Color'
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object FImage: TImage
  18.     Left = 0
  19.     Top = 0
  20.     Width = 210
  21.     Height = 217
  22.     Align = alClient
  23.     AutoSize = True
  24.     OnClick = fImageClick
  25.     OnMouseMove = fImageMouseMove
  26.   end
  27.   object Panel4: TPanel
  28.     Left = 210
  29.     Top = 0
  30.     Width = 96
  31.     Height = 217
  32.     Align = alRight
  33.     TabOrder = 0
  34.     OnResize = Panel4Resize
  35.     object LB_Cursor: TLabel
  36.       Left = 2
  37.       Top = 64
  38.       Width = 3
  39.       Height = 13
  40.       Alignment = taCenter
  41.     end
  42.     object LB_Sel: TLabel
  43.       Left = 2
  44.       Top = 96
  45.       Width = 3
  46.       Height = 13
  47.       Alignment = taCenter
  48.     end
  49.     object Button1: TButton
  50.       Left = 50
  51.       Top = 188
  52.       Width = 42
  53.       Height = 23
  54.       Caption = '&Ok'
  55.       ModalResult = 1
  56.       TabOrder = 0
  57.       OnClick = Button1Click
  58.     end
  59.     object Button2: TButton
  60.       Left = 4
  61.       Top = 3
  62.       Width = 88
  63.       Height = 23
  64.       Caption = '&Load Picture'
  65.       TabOrder = 2
  66.       OnClick = Button2Click
  67.     end
  68.     object Button3: TButton
  69.       Left = 4
  70.       Top = 188
  71.       Width = 42
  72.       Height = 23
  73.       Caption = '&Cancel'
  74.       ModalResult = 2
  75.       TabOrder = 1
  76.     end
  77.     object Button4: TButton
  78.       Left = 4
  79.       Top = 28
  80.       Width = 88
  81.       Height = 23
  82.       Caption = 'Cl&ear Picture'
  83.       TabOrder = 3
  84.       OnClick = Button4Click
  85.     end
  86.     object Panel3: TPanel
  87.       Left = 66
  88.       Top = 90
  89.       Width = 26
  90.       Height = 26
  91.       Hint = 'Selected MaskColor'
  92.       BevelOuter = bvLowered
  93.       ParentShowHint = False
  94.       ShowHint = True
  95.       TabOrder = 4
  96.     end
  97.     object Panel2: TPanel
  98.       Left = 66
  99.       Top = 58
  100.       Width = 26
  101.       Height = 26
  102.       Hint = 'Color at cursor position'
  103.       BevelOuter = bvLowered
  104.       ParentShowHint = False
  105.       ShowHint = True
  106.       TabOrder = 5
  107.     end
  108.   end
  109. end
  110.