home *** CD-ROM | disk | FTP | other *** search
/ Freelog 115 / FreelogNo115-MaiJuin2013.iso / Internet / AvantBrowser / asetup.exe / _data / ybrowser.exe / 0 / RCDATA / TFRMAFMASKLAYER / TFRMAFMASKLAYER.txt
Text File  |  2013-04-03  |  2KB  |  76 lines

  1. object frmAFMaskLayer: TfrmAFMaskLayer
  2.   Left = 490
  3.   Top = 418
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   ClientHeight = 247
  7.   ClientWidth = 353
  8.   Color = clBtnFace
  9.   TransparentColorValue = clGreen
  10.   Font.Charset = ANSI_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   KeyPreview = True
  17.   OldCreateOrder = True
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   OnKeyDown = FormKeyDown
  21.   OnShow = TntFormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object ScrollBox: TScrollBox
  25.     Left = 0
  26.     Top = 0
  27.     Width = 353
  28.     Height = 247
  29.     Align = alClient
  30.     BevelInner = bvNone
  31.     BevelOuter = bvNone
  32.     BorderStyle = bsNone
  33.     Ctl3D = False
  34.     Font.Charset = ANSI_CHARSET
  35.     Font.Color = clWindowText
  36.     Font.Height = -11
  37.     Font.Name = '$06F0F9'
  38.     Font.Style = []
  39.     ParentCtl3D = False
  40.     ParentFont = False
  41.     TabOrder = 0
  42.     OnResize = ScrollBoxResize
  43.     object Image: TImage
  44.       Left = 0
  45.       Top = 0
  46.       Width = 353
  47.       Height = 247
  48.       Cursor = crCross
  49.       AutoSize = True
  50.       OnMouseDown = ImageMouseDown
  51.       OnMouseMove = ImageMouseMove
  52.       OnMouseUp = ImageMouseUp
  53.     end
  54.     object ImgRect: TImage
  55.       Left = 88
  56.       Top = 56
  57.       Width = 177
  58.       Height = 121
  59.       Cursor = crSizeAll
  60.       ParentShowHint = False
  61.       ShowHint = False
  62.       Visible = False
  63.       OnDblClick = ImgRectDblClick
  64.       OnMouseDown = ImgRectMouseDown
  65.       OnMouseMove = ImgRectMouseMove
  66.       OnMouseUp = ImgRectMouseUp
  67.     end
  68.   end
  69.   object SaveDialog: TSaveDialog
  70.     DefaultExt = 'jpg'
  71.     Filter = 'JPEG Image File (*.jpg)|*.jpg'
  72.     Left = 8
  73.     Top = 8
  74.   end
  75. end
  76.