From ee8eb09244b64207b86e15a145cc0873a4d10bb5 Mon Sep 17 00:00:00 2001 From: bigchimp Date: Sat, 8 Nov 2014 08:59:35 +0000 Subject: [PATCH] * fpspreadsheet: cosmetic git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3707 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- components/fpspreadsheet/examples/fpsctrls/readme.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/components/fpspreadsheet/examples/fpsctrls/readme.txt b/components/fpspreadsheet/examples/fpsctrls/readme.txt index be46df256..297296f54 100644 --- a/components/fpspreadsheet/examples/fpsctrls/readme.txt +++ b/components/fpspreadsheet/examples/fpsctrls/readme.txt @@ -1,7 +1,7 @@ FPSpreadsheetControls are a set of visual components which facilitate creation of a spreadsheet application. -TsWorkbookSource is the base of package, it links the visual components to a +TsWorkbookSource is the base of the package: it links the visual components to a worksheet instance. TsWorkbookTabControl is a TabControl which displays tabs for each worksheet @@ -11,8 +11,8 @@ TsWorksheetGrid is a grid component which displays the contents of a worksheet. It communicates with the TsWorkbookSource by receiving and sending messages on the selected cell. -TsCellEdit is a multi-line edit control (memo) for entering for cell values -and formulas. Pressing ENTER transfers the current text into the worksheet. +TsCellEdit is a multi-line edit control (memo) for entering cell values and +formulas. Pressing ENTER transfers the current text into the worksheet. TsCellIndicator is a simple edit used to display the address of the currently selected cell. Editing the text allows to jump to the cell address. @@ -22,4 +22,4 @@ displays details on the workbook, the selected worksheet, and the selected cell values and properties. Linking these controls to a TsWorkbookSource results in a working spreadsheet -appliation without writing any line of code. +application without writing any line of code.