object Form1: TForm1 Left = 192 Top = 114 Width = 296 Height = 219 Caption = 'Form1' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 16 Top = 40 Width = 110 Height = 13 Caption = 'EEprom Addr(0 to 1FF):' end object Label2: TLabel Left = 64 Top = 80 Width = 60 Height = 13 Caption = 'Data(in hex):' end object addrEdit: TEdit Left = 136 Top = 40 Width = 121 Height = 21 TabOrder = 0 Text = '0' end object dataEdit: TEdit Left = 136 Top = 72 Width = 121 Height = 21 TabOrder = 1 end object readBtn: TButton Left = 80 Top = 128 Width = 75 Height = 25 Caption = 'Read' TabOrder = 2 OnClick = readBtnClick end object writeBtn: TButton Left = 176 Top = 128 Width = 75 Height = 25 Caption = 'Write' TabOrder = 3 OnClick = writeBtnClick end end