object Form1: TForm1 Left = 0 Top = 0 Caption = 'Asm Generator 1.0' ClientHeight = 284 ClientWidth = 418 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 13 object Memo1: TMemo Left = 0 Top = 0 Width = 418 Height = 243 Align = alClient Lines.Strings = ( 'Memo1') ReadOnly = True ScrollBars = ssVertical TabOrder = 0 end object Panel1: TPanel Left = 0 Top = 243 Width = 418 Height = 41 Align = alBottom Caption = 'Panel1' TabOrder = 1 object Button2: TButton Left = 168 Top = 6 Width = 75 Height = 25 Caption = 'Button2' TabOrder = 0 OnClick = Button2Click end end end