object frmExample: TfrmExample Left = 381 Top = 133 Width = 338 Height = 68 HorzScrollBar.Range = 79 VertScrollBar.Range = 61 ActiveControl = bbTerminateProgram Caption = 'Memory Mapping Example' Color = clBackground Position = poDesktopCenter PixelsPerInch = 75 TextHeight = 15 TextWidth = 7 object bbReadOnly: TBitBtn Left = 4 Top = 8 Width = 75 Height = 25 Caption = 'Read Only' TabOrder = 0 OnClick = bbReadOnlyClick end object bbReadWrite: TBitBtn Left = 4 Top = 36 Width = 75 Height = 25 Caption = 'Read/Write' TabOrder = 1 OnClick = bbReadWriteClick end object bbTerminateProgram: TBitBtn Left = 257 Top = 37 Width = 75 Height = 25 Anchors = [akRight, akBottom] TabOrder = 2 OnClick = bbTerminateProgramClick Kind = bkOK end end