object frmAFMaskLayer: TfrmAFMaskLayer Left = 490 Top = 418 BorderIcons = [] BorderStyle = bsNone ClientHeight = 247 ClientWidth = 353 Color = clBtnFace TransparentColorValue = clGreen Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] FormStyle = fsStayOnTop KeyPreview = True OldCreateOrder = True OnClose = FormClose OnCreate = FormCreate OnKeyDown = FormKeyDown OnShow = TntFormShow PixelsPerInch = 96 TextHeight = 13 object ScrollBox: TScrollBox Left = 0 Top = 0 Width = 353 Height = 247 Align = alClient BevelInner = bvNone BevelOuter = bvNone BorderStyle = bsNone Ctl3D = False Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = '$06F0F9' Font.Style = [] ParentCtl3D = False ParentFont = False TabOrder = 0 OnResize = ScrollBoxResize object Image: TImage Left = 0 Top = 0 Width = 353 Height = 247 Cursor = crCross AutoSize = True OnMouseDown = ImageMouseDown OnMouseMove = ImageMouseMove OnMouseUp = ImageMouseUp end object ImgRect: TImage Left = 88 Top = 56 Width = 177 Height = 121 Cursor = crSizeAll ParentShowHint = False ShowHint = False Visible = False OnDblClick = ImgRectDblClick OnMouseDown = ImgRectMouseDown OnMouseMove = ImgRectMouseMove OnMouseUp = ImgRectMouseUp end end object SaveDialog: TSaveDialog DefaultExt = 'jpg' Filter = 'JPEG Image File (*.jpg)|*.jpg' Left = 8 Top = 8 end end