object Form1: TForm1 Left = 192 Top = 114 Width = 442 Height = 253 Caption = 'Form1' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False OnClose = FormClose OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 64 Width = 262 Height = 13 Caption = 'Enter the base address in HEX and click BEGIN to start' end object infoLBL: TLabel Left = 16 Top = 144 Width = 393 Height = 65 AutoSize = False Caption = 'infoLBL' end object addrEDIT: TEdit Left = 288 Top = 64 Width = 49 Height = 21 TabOrder = 0 Text = 'addrEDIT' end object beginBTN: TButton Left = 160 Top = 112 Width = 75 Height = 25 Caption = 'BEGIN' TabOrder = 1 OnClick = beginBTNClick end end