TcsNotebook Delphi Component from Classic Software Please refer to the file CSNOTEBK.WRI for installation instructions and further information. Changes: Version 1.02 ------------ Removed BitmapName property from TcsPage. Changed Bitmap property in TcsPage so that it is now read-write and published. Bitmaps are now assigned at design-time using the Picture Editor dialog box. NOTE: Because the BitmapName property is no longer valid you will (if using bitmaps on tabs) need to: a) Reload existing forms which contain TcsNotebook components. b) Choose Ignore or Ignore All when you get the "Error Reading Form" dialog box saying the TcsPage.BitmapName property does not exist. c) Re-assign the required bitmap to each tab by selecting the appropriate bitmap file. d) Change or remove any source code references to the BitmapName property. If you need to determine which bitmaps you previously assigned, you can open the form file in ASCII mode in the source code editor (before reloading it) to check the old BitmapName property values. Added UnselectedTabColor property. Added UseUnselectedTabColor property. Corrected behaviour of SidewaysText property when the component is first loaded. Previously, if SidewaysText had been specified as False and TabOrientation was toLeft or toRight, SidewaysText would be initialised to True when the form was reloaded. SidewaysText property is no longer reset to True when changing TabOrientation from toLeft to toRight or vice versa. Corrected behaviour of Enabled property for each page. Previously, each page was always Enabled (even if not the current page), which may have caused problems if relying on only the current page being Enabled. Version 1.01 ------------ Corrected 'List index out of bounds' error which occurred if the last tab was the current tab and it was deleted.