object Form1: TForm1 Left = 265 Height = 368 Top = 159 Width = 530 Caption = 'Form1' ClientHeight = 368 ClientWidth = 530 OnCreate = FormCreate OnDestroy = FormDestroy LCLVersion = '2.0.0.4' object Memo1: TMemo Left = 10 Height = 312 Top = 40 Width = 190 Lines.Strings = ( 'LDA' 'STA $10' ) TabOrder = 0 end object Button1: TButton Left = 216 Height = 25 Top = 40 Width = 88 Caption = 'Assemble>>' OnClick = Button1Click TabOrder = 1 end object Memo2: TMemo Left = 320 Height = 312 Top = 40 Width = 190 TabOrder = 2 end object Label1: TLabel Left = 10 Height = 15 Top = 10 Width = 31 Caption = 'CODE' ParentColor = False end object Label2: TLabel Left = 328 Height = 15 Top = 10 Width = 46 Caption = 'HEX FILE' ParentColor = False end end