fpspreadsheet: Extend TsCellCombobox to handle several formatting items - will replace Fontname and FontSize combox. Not working correctly, yet. Update fpsctrls demos.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3790 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2014-11-26 23:45:09 +00:00
parent 74caad60e4
commit ae6efc0f98
8 changed files with 1483 additions and 900 deletions

View File

@ -6,7 +6,7 @@ interface
uses
Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, ExtCtrls,
ComCtrls, ActnList, Menus, StdActns,
ComCtrls, ActnList, Menus, StdActns, //ColorBox, StdCtrls,
fpspreadsheet, fpspreadsheetctrls, fpspreadsheetgrid, fpsActions;
type
@ -187,6 +187,10 @@ type
AcCellBorderAllVert: TsCellBorderAction;
FontnameCombo: TsFontnameCombobox;
AcCopyFormat: TsCopyFormatAction;
FontColorCombobox: TsCellCombobox;
BackgroundColorCombobox: TsCellCombobox;
sCellCombobox3: TsCellCombobox;
sCellCombobox4: TsCellCombobox;
sFontSizeCombobox1: TsFontSizeCombobox;
AcMergeCells: TsMergeAction;
Splitter2: TSplitter;