object fmain: Tfmain Left = 222 Top = 138 Caption = 'Marker Demo - www.ImageEn.com' ClientHeight = 602 ClientWidth = 870 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = True Position = poScreenCenter OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 13 object ImageEnVect1: TImageEnVect Left = 0 Top = 41 Width = 685 Height = 561 Background = clBtnFace BorderStyle = bsNone EnableInteractionHints = True Align = alClient TabOrder = 0 OnSelectObject = ImageEnVect1SelectObject OnNewObject = ImageEnVect1NewObject end object Panel1: TPanel Left = 0 Top = 0 Width = 870 Height = 41 Align = alTop BevelOuter = bvNone TabOrder = 1 object SpeedButton1: TSpeedButton Left = 96 Top = 8 Width = 73 Height = 25 AllowAllUp = True GroupIndex = 1 Caption = 'New Point' OnClick = SpeedButton1Click end object Button2: TButton Left = 12 Top = 8 Width = 75 Height = 25 Caption = 'Open Image' TabOrder = 0 OnClick = Button2Click end end object Panel2: TPanel Left = 685 Top = 41 Width = 185 Height = 561 Align = alRight BevelOuter = bvNone TabOrder = 2 object Label1: TLabel Left = 16 Top = -1 Width = 37 Height = 13 Caption = 'Caption' end object Label2: TLabel Left = 16 Top = 55 Width = 53 Height = 13 Caption = 'Description' end object Edit1: TEdit Left = 16 Top = 15 Width = 153 Height = 21 TabOrder = 0 end object Memo1: TMemo Left = 16 Top = 71 Width = 154 Height = 89 Lines.Strings = ( '') TabOrder = 1 end object Button1: TButton Left = 16 Top = 175 Width = 75 Height = 25 Caption = 'Save' TabOrder = 2 OnClick = Button1Click end end end