object MainForm: TMainForm Left = 425 Top = 109 BorderStyle = bsSingle Caption = 'Automation Demo' ClientHeight = 218 ClientWidth = 208 Font.Color = clBlack Font.Height = -15 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [] Font.Charset = 128 OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 120 TextHeight = 15 object CreateButton: TButton Left = 9 Top = 9 Width = 190 Height = 27 Caption = 'Create Memos' TabOrder = 0 OnClick = CreateButtonClick end object AddTextButton: TButton Left = 9 Top = 43 Width = 190 Height = 27 Caption = 'Add Text to Memos' TabOrder = 1 OnClick = AddTextButtonClick end object TileButton: TButton Left = 9 Top = 78 Width = 190 Height = 26 Caption = 'Tile Memos' TabOrder = 2 OnClick = TileButtonClick end object CascadeButton: TButton Left = 9 Top = 112 Width = 190 Height = 27 Caption = 'Cascade Memos' TabOrder = 3 OnClick = CascadeButtonClick end object CloseButton: TButton Left = 9 Top = 146 Width = 190 Height = 27 Caption = 'Close Memos' TabOrder = 4 OnClick = CloseButtonClick end object ExitButton: TButton Left = 9 Top = 181 Width = 190 Height = 27 Caption = 'Exit' TabOrder = 5 OnClick = ExitButtonClick end end