Release 0.1.8 (20080301): Recent changes to LCL broke all Orpheus property editors and test apps; this release fixes those problems.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@365 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
macpgmr
2008-03-02 19:11:02 +00:00
parent edb6551236
commit aa59048ed7
30 changed files with 580 additions and 586 deletions

View File

@ -33,6 +33,11 @@
<A name="Whats_New"></A><H3>What's New</H3>
<UL>
<LI>20080301 release (0.1.8):
<UL>
<LI>Recent changes in the Lazarus LCL broke all Orpheus property editors and example
programs. This release fixes those problems.<P>
</UL>
<LI>20070903 release (0.1.7):
<UL>
<LI>Recent changes in the Lazarus LCL broke Orpheus compilation. This release
@ -161,7 +166,7 @@ Note that the ported source remains under the original MPL 1.1 license.
<LI>Start Lazarus.
<LI>Optionally, choose File | New | Application to make sure Lazarus doesn't
mess up the currently open project.
<LI>Choose Component | Open package file and select orpheus.lpk.
<LI>Choose Package | Open package file and select orpheus.lpk.
<LI>Click Compile to make sure your version of Lazarus can compile the
Orpheus units.
<LI>Click Install and click Yes when prompted to rebuild the Lazarus IDE.
@ -195,15 +200,15 @@ access to the Lazarus install folder. After rebuilding, be sure to start
<TD>XP SP2</TD>
<TD>&nbsp;</TD>
<TD>win32</TD>
<TD>20070831 snapshot of 0.9.23 with FPC 2.2.1</TD>
<TD>20080229 snapshot of 0.9.25 with FPC 2.2.1</TD>
</TR>
<TR VALIGN=TOP>
<TD>OS X</TD>
<TD>10.4.10 (Tiger) on PowerPC</TD>
<TD>10.4.11 (Tiger) on PowerPC</TD>
<TD>gtk: 1.2.0.9.1<BR>gtk2: 2.6.10<BR>qt: 4.3.0</TD>
<TD>gtk, gtk2, carbon, qt</TD>
<TD>20070903 SVN LCL 0.9.23 with FPC 2.1.5</TD>
<TD>20080229 snapshot of 0.9.25 with FPC 2.2.0</TD>
</TR>
<TR VALIGN=TOP>
@ -366,7 +371,7 @@ widgetset.
<TD>Property editor still needs work</TD>
<TD>Working</TD>
<TD>Working</TD>
<TD>Not working</TD>
<TD>Working</TD>
<TD>Working</TD>
<TD>Crashes</TD>
</TR>
@ -392,7 +397,7 @@ widgetset.
<TD>Working</TD>
<TD>Working</TD>
<TD>Working</TD>
<TD>Not working</TD>
<TD>Crashes</TD>
</TR>
<TR VALIGN=TOP>
@ -440,7 +445,7 @@ widgetset.
<TD>Working</TD>
<TD>Working</TD>
<TD>Partial</TD>
<TD>Not working</TD>
<TD>Partial</TD>
</TR>
<TR VALIGN=TOP>
@ -452,7 +457,7 @@ widgetset.
<TD>Working</TD>
<TD>Working</TD>
<TD>Working</TD>
<TD>?</TD>
<TD>Working</TD>
</TR>
<TR VALIGN=TOP>
@ -464,7 +469,7 @@ widgetset.
<TD>Working</TD>
<TD>Working</TD>
<TD>Working</TD>
<TD>?</TD>
<TD>Working</TD>
</TR>
<TR VALIGN=TOP>
@ -476,7 +481,7 @@ widgetset.
<TD>Working</TD>
<TD>Working</TD>
<TD>Working</TD>
<TD>?</TD>
<TD>Working</TD>
</TR>
<TR VALIGN=TOP>
@ -488,7 +493,7 @@ widgetset.
<TD>Not working</TD>
<TD>Not working</TD>
<TD>Not working</TD>
<TD>?</TD>
<TD>Crashes</TD>
</TR>
<TR VALIGN=TOP>
@ -500,7 +505,7 @@ widgetset.
<TD>Working</TD>
<TD>Working</TD>
<TD>Working</TD>
<TD>?</TD>
<TD>Working</TD>
</TR>
<TR VALIGN=TOP>
@ -512,7 +517,7 @@ widgetset.
<TD>Working</TD>
<TD>Working</TD>
<TD>Working</TD>
<TD>?</TD>
<TD>Partial</TD>
</TR>
<TR VALIGN=TOP>
@ -524,7 +529,7 @@ widgetset.
<TD>Working</TD>
<TD>Working</TD>
<TD>Working</TD>
<TD>?</TD>
<TD>Partial</TD>
</TR>
<TR VALIGN=TOP>
@ -532,11 +537,11 @@ widgetset.
<TD>TComponent</TD>
<TD>Table cell for displaying bitmap</TD>
<TD>&nbsp;</TD>
<TD>Working</TD>
<TD>Crashes</TD>
<TD>Working</TD>
<TD>Working</TD>
<TD>Not working</TD>
<TD>?</TD>
<TD>Partial</TD>
</TR>
<TR VALIGN=TOP>
@ -572,7 +577,7 @@ widgetset.
<TD>Working</TD>
<TD>Working</TD>
<TD>Working</TD>
<TD>?</TD>
<TD>Working</TD>
</TR>
<TR VALIGN=TOP>
@ -612,23 +617,24 @@ However, TO32FlexEdit doesn't need TOvcController.<P>
</UL>
<LI>TOvcVirtualListBox
<UL>
<LI>Fix scrolling problems on both Windows and GTK.
<LI>Figure out why double-click doesn't work on GTK.
<LI>Fix scrolling problems on Windows (not repainted right) and other platforms
(scrolls too many with each click of arrow).
<LI><strike>Figure out why double-click doesn't work on GTK.</strike> &lt;==Fixed.
</UL>
<LI>TO32FlexEdit
<UL>
<LI><strike>Figure out why, on Windows, presence of XP manifest prevents setting Text.</strike>
<==Appears to be fixed with 20070401 Lazarus.
&lt;==Appears to be fixed with 20070401 Lazarus.
<LI>Come up with workaround for LCL's lack of MakeObjectInstance for making
callback function from method. Without this, control's validation is not
performed. <==Workaround in 0.1.3 release fixes this on win32 widgetset.
performed. &lt;==Workaround in 0.1.3 release fixes this on win32 widgetset.
<LI><strike>Can't tab out of control on Windows with win32 widgetset (tabbing works
with qt widgetset on Windows though).</strike> <==Fixed in 0.1.3 release.
with qt widgetset on Windows though).</strike> &lt;==Fixed in 0.1.3 release.
</UL>
<LI>TOvcTable
<UL>
<LI><strike>Custom cursors not visible when sizing and moving columns and rows.
Determine whether this is an LCL limitation.</strike> <==Recently fixed in
Determine whether this is an LCL limitation.</strike> &lt;==Recently fixed in
Lazarus for Windows.
<LI>Sizing and moving columns and rows doesn't work at all with GTK.
Determine whether this is a GTK limitation.
@ -654,6 +660,11 @@ However, TO32FlexEdit doesn't need TOvcController.<P>
longer crash programs when they're used. However, they don't yet work as edit
controls. Determine whether this means more improvement in widgetsets is needed.
</UL>
<LI>TOvcTCBitMap
<UL>
<LI>This previously worked, but changes to Lazarus LCL now cause it to crash
when cell gets focus.
</UL>
<LI>TOvcController
<UL>
<LI>Rewrite ovccmdp0.pas property editor to use TTabControl instead of
@ -675,7 +686,7 @@ OS X tips for Lazarus:<P>
<P>
<HR>
Last updated: Sept. 3, 2007
Last updated: March 1, 2008
<P>
</BODY>

View File

@ -16,7 +16,6 @@ object OvcfrmRowEditor: TOvcfrmRowEditor
Position = poScreenCenter
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object DoneButton: TBitBtn
Left = 307
Top = 248

View File

@ -5,62 +5,62 @@ LazarusResources.Add('TOvcfrmRowEditor','FORMDATA',[
+'th'#3#145#1#5'Width'#3#145#1#5'Color'#7#9'clBtnFace'#12'Font.Charset'#7#15
+'DEFAULT_CHARSET'#10'Font.Color'#7#12'clWindowText'#11'Font.Height'#2#245#10
+'Font.Style'#11#0#8'Position'#7#14'poScreenCenter'#6'OnShow'#7#8'FormShow'#13
+'PixelsPerInch'#2'`'#10'TextHeight'#2#13#0#7'TBitBtn'#10'DoneButton'#4'Left'
+#3'3'#1#3'Top'#3#248#0#5'Width'#2'K'#6'Height'#2#25#7'Caption'#6#4'Done'#11
+'ModalResult'#2#1#8'TabOrder'#2#5#7'OnClick'#7#15'DoneButtonClick'#9'NumGlyp'
+'hs'#2#2#0#0#6'TPanel'#6'Panel1'#4'Left'#2#0#3'Top'#2#0#5'Width'#3#145#1#6'H'
+'eight'#2')'#5'Align'#7#5'alTop'#9'Alignment'#7#13'taLeftJustify'#10'BevelIn'
+'ner'#7#9'bvLowered'#8'TabOrder'#2#0#0#12'TSpeedButton'#12'SpeedButton1'#4'L'
+'eft'#2#8#3'Top'#2#8#5'Width'#2#25#6'Height'#2#25#4'Hint'#6#12'Previous row'
+#10'Glyph.Data'#10'z'#1#0#0'v'#1#0#0'BMv'#1#0#0#0#0#0#0'v'#0#0#0'('#0#0#0' '
+#0#0#0#16#0#0#0#1#0#4#0#0#0#0#0#0#1#0#0#0#0#0#0#0#0#0#0#16#0#0#0#16#0#0#0#0#0
+#0#0#0#0#128#0#0#128#0#0#0#128#128#0#128#0#0#0#128#0#128#0#128#128#0#0#192
+#192#192#0#128#128#128#0#0#0#255#0#0#255#0#0#0#255#255#0#255#0#0#0#255#0#255
+#0#255#255#0#0#255#255#255#0#187#187#187#187#187#187#187#187#187#187#187#187
+'PixelsPerInch'#2'`'#0#7'TBitBtn'#10'DoneButton'#4'Left'#3'3'#1#3'Top'#3#248
+#0#5'Width'#2'K'#6'Height'#2#25#7'Caption'#6#4'Done'#11'ModalResult'#2#1#8'T'
+'abOrder'#2#5#7'OnClick'#7#15'DoneButtonClick'#9'NumGlyphs'#2#2#0#0#6'TPanel'
+#6'Panel1'#4'Left'#2#0#3'Top'#2#0#5'Width'#3#145#1#6'Height'#2')'#5'Align'#7
+#5'alTop'#9'Alignment'#7#13'taLeftJustify'#10'BevelInner'#7#9'bvLowered'#8'T'
+'abOrder'#2#0#0#12'TSpeedButton'#12'SpeedButton1'#4'Left'#2#8#3'Top'#2#8#5'W'
+'idth'#2#25#6'Height'#2#25#4'Hint'#6#12'Previous row'#10'Glyph.Data'#10'z'#1
+#0#0'v'#1#0#0'BMv'#1#0#0#0#0#0#0'v'#0#0#0'('#0#0#0' '#0#0#0#16#0#0#0#1#0#4#0
+#0#0#0#0#0#1#0#0#0#0#0#0#0#0#0#0#16#0#0#0#16#0#0#0#0#0#0#0#0#0#128#0#0#128#0
+#0#0#128#128#0#128#0#0#0#128#0#128#0#128#128#0#0#192#192#192#0#128#128#128#0
+#0#0#255#0#0#255#0#0#0#255#255#0#255#0#0#0#255#0#255#0#255#255#0#0#255#255
+#255#0#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187
+#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187
+#187#187#187#187#187#0#0#187#187#187#187#187#187'w{'#187#187#187#187#187#176
+#12#192#187#187#187#187#187#183'w{'#187#187#187#187#187#0#204#192#187#187#187
+#187#187'ww{'#187#187#187#187#176#12#204#192#187#187#187#187#183'ww{'#187#187
+#187#187#0#204#204#192#187#187#187#187'www{'#187#187#187#191#12#204#204#192
+#187#187#187#183'www{'#187#187#187#191#12#204#204#192#187#187#187#183'www{'
+#187#187#187#187#252#204#204#192#187#187#187#187'www{'#187#187#187#187#191
+#204#204#192#187#187#187#187#183'ww{'#187#187#187#187#187#252#204#192#187#187
+#187#187#187'ww{'#187#187#187#187#187#191#204#192#187#187#187#187#187#183'w{'
+#187#187#187#187#187#187#255#255#187#187#187#187#187#187'w{'#187#187#187#187
+#0#0#187#187#187#187#187#187'w{'#187#187#187#187#187#176#12#192#187#187#187
+#187#187#183'w{'#187#187#187#187#187#0#204#192#187#187#187#187#187'ww{'#187
+#187#187#187#176#12#204#192#187#187#187#187#183'ww{'#187#187#187#187#0#204
+#204#192#187#187#187#187'www{'#187#187#187#191#12#204#204#192#187#187#187#183
+'www{'#187#187#187#191#12#204#204#192#187#187#187#183'www{'#187#187#187#187
+#252#204#204#192#187#187#187#187'www{'#187#187#187#187#191#204#204#192#187
+#187#187#187#183'ww{'#187#187#187#187#187#252#204#192#187#187#187#187#187'ww'
+'{'#187#187#187#187#187#191#204#192#187#187#187#187#187#183'w{'#187#187#187
+#187#187#187#255#255#187#187#187#187#187#187'w{'#187#187#187#187#187#187#187
+#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187
+#187#187#187#187#187#187#187#187#187#187#187#9'NumGlyphs'#2#2#14'ParentShowH'
+'int'#8#8'ShowHint'#9#7'OnClick'#7#17'SpeedButton1Click'#0#0#12'TSpeedButton'
+#12'SpeedButton2'#4'Left'#2' '#3'Top'#2#8#5'Width'#2#25#6'Height'#2#25#4'Hin'
+'t'#6#8'Next row'#10'Glyph.Data'#10'z'#1#0#0'v'#1#0#0'BMv'#1#0#0#0#0#0#0'v'#0
+#0#0'('#0#0#0' '#0#0#0#16#0#0#0#1#0#4#0#0#0#0#0#0#1#0#0#0#0#0#0#0#0#0#0#16#0
+#0#0#16#0#0#0#0#0#0#0#0#0#128#0#0#128#0#0#0#128#128#0#128#0#0#0#128#0#128#0
+#128#128#0#0#192#192#192#0#128#128#128#0#0#0#255#0#0#255#0#0#0#255#255#0#255
+#0#0#0#255#0#255#0#255#255#0#0#255#255#255#0#187#187#187#187#187#187#187#187
+#187#187#187#187#187#187#187#187#9'NumGlyphs'#2#2#14'ParentShowHint'#8#8'Sho'
+'wHint'#9#7'OnClick'#7#17'SpeedButton1Click'#0#0#12'TSpeedButton'#12'SpeedBu'
+'tton2'#4'Left'#2' '#3'Top'#2#8#5'Width'#2#25#6'Height'#2#25#4'Hint'#6#8'Nex'
+'t row'#10'Glyph.Data'#10'z'#1#0#0'v'#1#0#0'BMv'#1#0#0#0#0#0#0'v'#0#0#0'('#0
+#0#0' '#0#0#0#16#0#0#0#1#0#4#0#0#0#0#0#0#1#0#0#0#0#0#0#0#0#0#0#16#0#0#0#16#0
+#0#0#0#0#0#0#0#0#128#0#0#128#0#0#0#128#128#0#128#0#0#0#128#0#128#0#128#128#0
+#0#192#192#192#0#128#128#128#0#0#0#255#0#0#255#0#0#0#255#255#0#255#0#0#0#255
+#0#255#0#255#255#0#0#255#255#255#0#187#187#187#187#187#187#187#187#187#187
+#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187
+#187#187#187#187#187#187#191#0#11#187#187#187#187#187#191#255#251#187#187#187
+#187#187#191#0#0#187#187#187#187#187#191#255#255#187#187#187#187#187#191#204
+#192#11#187#187#187#187#191#255#255#251#187#187#187#187#191#204#204#0#187#187
+#187#187#191#255#255#255#187#187#187#187#191#204#204#192#11#187#187#187#191
+#255#255#255#251#187#187#187#191#204#204#204#0#187#187#187#191#255#255#255
+#255#187#187#187#191#204#204#204#15#187#187#187#191#255#255#255#255#187#187
+#187#191#204#204#204#251#187#187#187#191#255#255#255#251#187#187#187#191#204
+#204#207#187#187#187#187#191#255#255#255#187#187#187#187#191#204#204#251#187
+#187#187#187#191#255#255#251#187#187#187#187#191#204#207#187#187#187#187#187
+#191#255#255#187#187#187#187#187#191#255#251#187#187#187#187#187#191#255#251
+#187#187#187#187#191#0#11#187#187#187#187#187#191#255#251#187#187#187#187#187
+#191#0#0#187#187#187#187#187#191#255#255#187#187#187#187#187#191#204#192#11
+#187#187#187#187#191#255#255#251#187#187#187#187#191#204#204#0#187#187#187
+#187#191#255#255#255#187#187#187#187#191#204#204#192#11#187#187#187#191#255
+#255#255#251#187#187#187#191#204#204#204#0#187#187#187#191#255#255#255#255
+#187#187#187#191#204#204#204#15#187#187#187#191#255#255#255#255#187#187#187
+#191#204#204#204#251#187#187#187#191#255#255#255#251#187#187#187#191#204#204
+#207#187#187#187#187#191#255#255#255#187#187#187#187#191#204#204#251#187#187
+#187#187#191#255#255#251#187#187#187#187#191#204#207#187#187#187#187#187#191
+#255#255#187#187#187#187#187#191#255#251#187#187#187#187#187#191#255#251#187
+#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187
+#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#9'NumGl'
+'yphs'#2#2#14'ParentShowHint'#8#8'ShowHint'#9#7'OnClick'#7#17'SpeedButton2Cl'
+'ick'#0#0#12'TSpeedButton'#12'SpeedButton3'#4'Left'#2'H'#3'Top'#2#8#5'Width'
+#2#25#6'Height'#2#25#4'Hint'#6#9'First row'#10'Glyph.Data'#10'z'#1#0#0'v'#1#0
+#0'BMv'#1#0#0#0#0#0#0'v'#0#0#0'('#0#0#0' '#0#0#0#16#0#0#0#1#0#4#0#0#0#0#0#0#1
+#0#0#0#0#0#0#0#0#0#0#16#0#0#0#16#0#0#0#0#0#0#0#0#0#128#0#0#128#0#0#0#128#128
+#0#128#0#0#0#128#0#128#0#128#128#0#0#192#192#192#0#128#128#128#0#0#0#255#0#0
+#255#0#0#0#255#255#0#255#0#0#0#255#0#255#0#255#255#0#0#255#255#255#0#187#187
+#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#9'NumGlyphs'
+#2#2#14'ParentShowHint'#8#8'ShowHint'#9#7'OnClick'#7#17'SpeedButton2Click'#0
+#0#12'TSpeedButton'#12'SpeedButton3'#4'Left'#2'H'#3'Top'#2#8#5'Width'#2#25#6
+'Height'#2#25#4'Hint'#6#9'First row'#10'Glyph.Data'#10'z'#1#0#0'v'#1#0#0'BMv'
+#1#0#0#0#0#0#0'v'#0#0#0'('#0#0#0' '#0#0#0#16#0#0#0#1#0#4#0#0#0#0#0#0#1#0#0#0
+#0#0#0#0#0#0#0#16#0#0#0#16#0#0#0#0#0#0#0#0#0#128#0#0#128#0#0#0#128#128#0#128
+#0#0#0#128#0#128#0#128#128#0#0#192#192#192#0#128#128#128#0#0#0#255#0#0#255#0
+#0#0#255#255#0#255#0#0#0#255#0#255#0#255#255#0#0#255#255#255#0#187#187#187
+#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187
+#187#187#187#187#187#187#187#187#187#187#187#187#0#187#187#187#0#187#187#187
+#255#187#187#187#255#187#187#187#0#187#187#176#0#187#187#187#255#187#187#191
+#255#187#187#187#0#187#187#0#192#187#187#187#255#187#187#255#255#187#187#187
+#0#187#176#12#192#187#187#187#255#187#191#255#255#187#187#187#0#187#0#204#192
+#187#187#187#187#187#187#187#187#187#187#187#0#187#187#187#0#187#187#187#255
+#187#187#187#255#187#187#187#0#187#187#176#0#187#187#187#255#187#187#191#255
+#187#187#187#0#187#187#0#192#187#187#187#255#187#187#255#255#187#187#187#0
+#187#176#12#192#187#187#187#255#187#191#255#255#187#187#187#0#187#0#204#192
+#187#187#187#255#187#255#255#255#187#187#187#0#176#12#204#192#187#187#187#255
+#191#255#255#255#187#187#187#0#191#204#204#192#187#187#187#255#191#255#255
,#255#187#187#187#0#187#252#204#192#187#187#187#255#187#255#255#255#187#187

View File

@ -16,7 +16,6 @@ object OvcfrmColEditor: TOvcfrmColEditor
Position = poScreenCenter
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 0
Top = 0

View File

@ -5,153 +5,153 @@ LazarusResources.Add('TOvcfrmColEditor','FORMDATA',[
+'ntWidth'#3#130#1#5'Width'#3#130#1#5'Color'#7#9'clBtnFace'#12'Font.Charset'#7
+#15'DEFAULT_CHARSET'#10'Font.Color'#7#12'clWindowText'#11'Font.Height'#2#245
+#10'Font.Style'#11#0#8'Position'#7#14'poScreenCenter'#6'OnShow'#7#8'FormShow'
+#13'PixelsPerInch'#2'`'#10'TextHeight'#2#13#0#6'TPanel'#6'Panel1'#4'Left'#2#0
+#3'Top'#2#0#5'Width'#3#130#1#6'Height'#2')'#5'Align'#7#5'alTop'#9'Alignment'
+#7#13'taLeftJustify'#10'BevelInner'#7#9'bvLowered'#8'TabOrder'#2#0#0#12'TSpe'
+'edButton'#12'SpeedButton1'#4'Left'#2#8#3'Top'#2#8#5'Width'#2#25#6'Height'#2
+#25#4'Hint'#6#15'Previous column'#10'Glyph.Data'#10'z'#1#0#0'v'#1#0#0'BMv'#1
+#0#0#0#0#0#0'v'#0#0#0'('#0#0#0' '#0#0#0#16#0#0#0#1#0#4#0#0#0#0#0#0#1#0#0#0#0
+#0#0#0#0#0#0#16#0#0#0#16#0#0#0#0#0#0#0#0#0#128#0#0#128#0#0#0#128#128#0#128#0
+#0#0#128#0#128#0#128#128#0#0#192#192#192#0#128#128#128#0#0#0#255#0#0#255#0#0
+#0#255#255#0#255#0#0#0#255#0#255#0#255#255#0#0#255#255#255#0#187#187#187#187
+#13'PixelsPerInch'#2'`'#0#6'TPanel'#6'Panel1'#4'Left'#2#0#3'Top'#2#0#5'Width'
+#3#130#1#6'Height'#2')'#5'Align'#7#5'alTop'#9'Alignment'#7#13'taLeftJustify'
+#10'BevelInner'#7#9'bvLowered'#8'TabOrder'#2#0#0#12'TSpeedButton'#12'SpeedBu'
+'tton1'#4'Left'#2#8#3'Top'#2#8#5'Width'#2#25#6'Height'#2#25#4'Hint'#6#15'Pre'
+'vious column'#10'Glyph.Data'#10'z'#1#0#0'v'#1#0#0'BMv'#1#0#0#0#0#0#0'v'#0#0
+#0'('#0#0#0' '#0#0#0#16#0#0#0#1#0#4#0#0#0#0#0#0#1#0#0#0#0#0#0#0#0#0#0#16#0#0
+#0#16#0#0#0#0#0#0#0#0#0#128#0#0#128#0#0#0#128#128#0#128#0#0#0#128#0#128#0#128
+#128#0#0#192#192#192#0#128#128#128#0#0#0#255#0#0#255#0#0#0#255#255#0#255#0#0
+#0#255#0#255#0#255#255#0#0#255#255#255#0#187#187#187#187#187#187#187#187#187
+#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187
+#187#187#187#187#187#187#187#187#187#187#187#187#187#0#0#187#187#187#187#187
+#187'w{'#187#187#187#187#187#176#12#192#187#187#187#187#187#183'w{'#187#187
+#187#187#187#0#204#192#187#187#187#187#187'ww{'#187#187#187#187#176#12#204
+#192#187#187#187#187#183'ww{'#187#187#187#187#0#204#204#192#187#187#187#187
+'www{'#187#187#187#191#12#204#204#192#187#187#187#183'www{'#187#187#187#191
+#12#204#204#192#187#187#187#183'www{'#187#187#187#187#252#204#204#192#187#187
+#187#187'www{'#187#187#187#187#191#204#204#192#187#187#187#187#183'ww{'#187
+#187#187#187#187#252#204#192#187#187#187#187#187'ww{'#187#187#187#187#187#191
+#204#192#187#187#187#187#187#183'w{'#187#187#187#187#187#187#255#255#187#187
+#187#187#187#187'w{'#187#187#187#187#187#187#187#187#187#187#187#187#187#187
+#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187
+#187#9'NumGlyphs'#2#2#14'ParentShowHint'#8#8'ShowHint'#9#7'OnClick'#7#17'Spe'
+'edButton1Click'#0#0#12'TSpeedButton'#12'SpeedButton2'#4'Left'#2' '#3'Top'#2
+#8#5'Width'#2#25#6'Height'#2#25#4'Hint'#6#11'Next column'#10'Glyph.Data'#10
+'z'#1#0#0'v'#1#0#0'BMv'#1#0#0#0#0#0#0'v'#0#0#0'('#0#0#0' '#0#0#0#16#0#0#0#1#0
+#4#0#0#0#0#0#0#1#0#0#0#0#0#0#0#0#0#0#16#0#0#0#16#0#0#0#0#0#0#0#0#0#128#0#0
+#128#0#0#0#128#128#0#128#0#0#0#128#0#128#0#128#128#0#0#192#192#192#0#128#128
+#128#0#0#0#255#0#0#255#0#0#0#255#255#0#255#0#0#0#255#0#255#0#255#255#0#0#255
+#255#255#0#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187
+#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#191#0#11
+#187#187#187#187#187#191#255#251#187#187#187#187#187#191#0#0#187#187#187#187
+#187#191#255#255#187#187#187#187#187#191#204#192#11#187#187#187#187#191#255
+#255#251#187#187#187#187#191#204#204#0#187#187#187#187#191#255#255#255#187
+#187#187#187#191#204#204#192#11#187#187#187#191#255#255#255#251#187#187#187
+#191#204#204#204#0#187#187#187#191#255#255#255#255#187#187#187#191#204#204
+#204#15#187#187#187#191#255#255#255#255#187#187#187#191#204#204#204#251#187
+#187#187#191#255#255#255#251#187#187#187#191#204#204#207#187#187#187#187#191
+#255#255#255#187#187#187#187#191#204#204#251#187#187#187#187#191#255#255#251
+#187#187#187#187#191#204#207#187#187#187#187#187#191#255#255#187#187#187#187
+#187#191#255#251#187#187#187#187#187#191#255#251#187#187#187#187#187#187#187
+#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187
+#187#187#187#187#187#187#187#187#187#187#9'NumGlyphs'#2#2#14'ParentShowHint'
+#8#8'ShowHint'#9#7'OnClick'#7#17'SpeedButton2Click'#0#0#12'TSpeedButton'#12
+'SpeedButton3'#4'Left'#2'H'#3'Top'#2#8#5'Width'#2#25#6'Height'#2#25#4'Hint'#6
+#12'First column'#10'Glyph.Data'#10'z'#1#0#0'v'#1#0#0'BMv'#1#0#0#0#0#0#0'v'#0
+#0#0'('#0#0#0' '#0#0#0#16#0#0#0#1#0#4#0#0#0#0#0#0#1#0#0#0#0#0#0#0#0#0#0#16#0
+#0#0#16#0#0#0#0#0#0#0#0#0#128#0#0#128#0#0#0#128#128#0#128#0#0#0#128#0#128#0
+#128#128#0#0#192#192#192#0#128#128#128#0#0#0#255#0#0#255#0#0#0#255#255#0#255
+#0#0#0#255#0#255#0#255#255#0#0#255#255#255#0#187#187#187#187#187#187#187#187
+#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187
+#187#187#187#187#187#187#0#187#187#187#0#187#187#187#255#187#187#187#255#187
+#187#187#0#187#187#176#0#187#187#187#255#187#187#191#255#187#187#187#0#187
+#187#0#192#187#187#187#255#187#187#255#255#187#187#187#0#187#176#12#192#187
+#187#187#255#187#191#255#255#187#187#187#0#187#0#204#192#187#187#187#255#187
+#255#255#255#187#187#187#0#176#12#204#192#187#187#187#255#191#255#255#255#187
+#187#187#0#191#204#204#192#187#187#187#255#191#255#255#255#187#187#187#0#187
+#252#204#192#187#187#187#255#187#255#255#255#187#187#187#0#187#191#204#192
+#187#187#187#255#187#191#255#255#187#187#187#0#187#187#252#192#187#187#187
,#255#187#187#255#255#187#187#187#0#187#187#191#192#187#187#187#255#187#187
+#191#255#187#187#187#0#187#187#187#255#187#187#187#255#187#187#187#255#187
+#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187
+#187#187#187#187#187#187#187#187#187#187#187#187#187#187#9'NumGlyphs'#2#2#14
+'ParentShowHint'#8#8'ShowHint'#9#7'OnClick'#7#17'SpeedButton3Click'#0#0#12'T'
+'SpeedButton'#12'SpeedButton4'#4'Left'#2'`'#3'Top'#2#8#5'Width'#2#25#6'Heigh'
+'t'#2#25#4'Hint'#6#11'Last column'#10'Glyph.Data'#10'z'#1#0#0'v'#1#0#0'BMv'#1
+#0#0#0#0#0#0'v'#0#0#0'('#0#0#0' '#0#0#0#16#0#0#0#1#0#4#0#0#0#0#0#0#1#0#0#0#0
+#0#0#0#0#0#0#16#0#0#0#16#0#0#0#0#0#0#0#0#0#128#0#0#128#0#0#0#128#128#0#128#0
+#0#0#128#0#128#0#128#128#0#0#192#192#192#0#128#128#128#0#0#0#255#0#0#255#0#0
+#0#255#255#0#255#0#0#0#255#0#255#0#255#255#0#0#255#255#255#0#187#187#187#187
+#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187
+#187#187#187#187#187#187#187#187#187#187#187#0#187#187#187#0#187#187#187'w'
+#187#187#187'w'#187#187#187#0#11#187#187#0#187#187#187'w{'#187#187'w'#187#187
+#187#12#0#187#187#0#187#187#187'ww'#187#187'w'#187#187#187#12#192#11#187#0
+#187#187#187'ww{'#187'w'#187#187#187#12#204#0#187#0#187#187#187'www'#187'w'
+#187#187#187#12#204#192#11#0#187#187#187'www{w'#187#187#187#12#204#204#251#0
+#187#187#187'www{w'#187#187#187#12#204#207#187#0#187#187#187'www'#187'w'#187
+#187#187#12#204#251#187#0#187#187#187'ww{'#187'w'#187#187#187#12#207#187#187
+#0#187#187#187'ww'#187#187'w'#187#187#187#12#251#187#187#0#187#187#187'w{'
+#187#187'w'#187#187#187#255#187#187#187#0#187#187#187'w'#187#187#187'w'#187
+#187#187#187#187#187#187#187#187#0#0#187#187#187#187#187#187'w{'#187#187#187
+#187#187#176#12#192#187#187#187#187#187#183'w{'#187#187#187#187#187#0#204#192
+#187#187#187#187#187'ww{'#187#187#187#187#176#12#204#192#187#187#187#187#183
+'ww{'#187#187#187#187#0#204#204#192#187#187#187#187'www{'#187#187#187#191#12
+#204#204#192#187#187#187#183'www{'#187#187#187#191#12#204#204#192#187#187#187
+#183'www{'#187#187#187#187#252#204#204#192#187#187#187#187'www{'#187#187#187
+#187#191#204#204#192#187#187#187#187#183'ww{'#187#187#187#187#187#252#204#192
+#187#187#187#187#187'ww{'#187#187#187#187#187#191#204#192#187#187#187#187#187
+#183'w{'#187#187#187#187#187#187#255#255#187#187#187#187#187#187'w{'#187#187
+#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187
+#187#187#187#187#187#187#187#187#187#187#187#187#187#9'NumGlyphs'#2#2#14'Par'
+'entShowHint'#8#8'ShowHint'#9#7'OnClick'#7#17'SpeedButton4Click'#0#0#12'TSpe'
+'edButton'#12'SpeedButton5'#4'Left'#3#136#0#3'Top'#2#8#5'Width'#2#25#6'Heigh'
+'t'#2#25#4'Hint'#6#13'Insert column'#10'Glyph.Data'#10'z'#1#0#0'v'#1#0#0'BMv'
+#1#0#0#0#0#0#0'v'#0#0#0'('#0#0#0' '#0#0#0#16#0#0#0#1#0#4#0#0#0#0#0#0#1#0#0#0
+#0#0#0#0#0#0#0#16#0#0#0#16#0#0#0#0#0#0#0#0#0#128#0#0#128#0#0#0#128#128#0#128
+#0#0#0#128#0#128#0#128#128#0#0#192#192#192#0#128#128#128#0#0#0#255#0#0#255#0
+#0#0#255#255#0#255#0#0#0#255#0#255#0#255#255#0#0#255#255#255#0#187#187#187
+#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#240#0#187
+#187#187#187#187#187#247'w'#187#187#187#187#187#187#252#192#187#187#187#187
+#187#187#251#183#187#187#187#187#187#187#252#192#187#187#187#187#187#187#251
+#183#187#187#187#187#187#187#252#192#187#187#187#187#187#187#251#183#187#187
+#187#187#187#187#252#192#187#187#187#187#187#187#251#183#187#187#187#176#0#0
+#12#192#0#0#11#183'ww{'#183'ww{'#191#204#204#204#204#204#204#11#191#187#187
+#187#187#187#187'{'#191#204#204#204#204#204#204#11#191#187#187#187#187#187
+#187'{'#191#255#255#252#192#255#255#251#191#255#255#251#183#255#255#251#187
+'entShowHint'#8#8'ShowHint'#9#7'OnClick'#7#17'SpeedButton1Click'#0#0#12'TSpe'
+'edButton'#12'SpeedButton2'#4'Left'#2' '#3'Top'#2#8#5'Width'#2#25#6'Height'#2
+#25#4'Hint'#6#11'Next column'#10'Glyph.Data'#10'z'#1#0#0'v'#1#0#0'BMv'#1#0#0
+#0#0#0#0'v'#0#0#0'('#0#0#0' '#0#0#0#16#0#0#0#1#0#4#0#0#0#0#0#0#1#0#0#0#0#0#0
+#0#0#0#0#16#0#0#0#16#0#0#0#0#0#0#0#0#0#128#0#0#128#0#0#0#128#128#0#128#0#0#0
+#128#0#128#0#128#128#0#0#192#192#192#0#128#128#128#0#0#0#255#0#0#255#0#0#0
+#255#255#0#255#0#0#0#255#0#255#0#255#255#0#0#255#255#255#0#187#187#187#187
+#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187
+#187#187#187#187#187#187#187#187#187#187#191#0#11#187#187#187#187#187#191#255
+#251#187#187#187#187#187#191#0#0#187#187#187#187#187#191#255#255#187#187#187
+#187#187#191#204#192#11#187#187#187#187#191#255#255#251#187#187#187#187#191
+#204#204#0#187#187#187#187#191#255#255#255#187#187#187#187#191#204#204#192#11
+#187#187#187#191#255#255#255#251#187#187#187#191#204#204#204#0#187#187#187
+#191#255#255#255#255#187#187#187#191#204#204#204#15#187#187#187#191#255#255
+#255#255#187#187#187#191#204#204#204#251#187#187#187#191#255#255#255#251#187
+#187#187#191#204#204#207#187#187#187#187#191#255#255#255#187#187#187#187#191
+#204#204#251#187#187#187#187#191#255#255#251#187#187#187#187#191#204#207#187
+#187#187#187#187#191#255#255#187#187#187#187#187#191#255#251#187#187#187#187
+#187#191#255#251#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187
+#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187
+#187#187#9'NumGlyphs'#2#2#14'ParentShowHint'#8#8'ShowHint'#9#7'OnClick'#7#17
+'SpeedButton2Click'#0#0#12'TSpeedButton'#12'SpeedButton3'#4'Left'#2'H'#3'Top'
+#2#8#5'Width'#2#25#6'Height'#2#25#4'Hint'#6#12'First column'#10'Glyph.Data'
+#10'z'#1#0#0'v'#1#0#0'BMv'#1#0#0#0#0#0#0'v'#0#0#0'('#0#0#0' '#0#0#0#16#0#0#0
+#1#0#4#0#0#0#0#0#0#1#0#0#0#0#0#0#0#0#0#0#16#0#0#0#16#0#0#0#0#0#0#0#0#0#128#0
+#0#128#0#0#0#128#128#0#128#0#0#0#128#0#128#0#128#128#0#0#192#192#192#0#128
+#128#128#0#0#0#255#0#0#255#0#0#0#255#255#0#255#0#0#0#255#0#255#0#255#255#0#0
+#255#255#255#0#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187
+#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#0
+#187#187#187#0#187#187#187#255#187#187#187#255#187#187#187#0#187#187#176#0
+#187#187#187#255#187#187#191#255#187#187#187#0#187#187#0#192#187#187#187#255
+#187#187#255#255#187#187#187#0#187#176#12#192#187#187#187#255#187#191#255#255
+#187#187#187#0#187#0#204#192#187#187#187#255#187#255#255#255#187#187#187#0
+#176#12#204#192#187#187#187#255#191#255#255#255#187#187#187#0#191#204#204#192
+#187#187#187#255#191#255#255#255#187#187#187#0#187#252#204#192#187#187#187
+#255#187#255#255#255#187#187#187#0#187#191#204#192#187#187#187#255#187#191
+#255#255#187#187#187#0#187#187#252#192#187#187#187#255#187#187#255#255#187
,#187#187#0#187#187#191#192#187#187#187#255#187#187#191#255#187#187#187#0#187
+#187#187#255#187#187#187#255#187#187#187#255#187#187#187#187#187#187#187#187
+#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187
+#187#187#187#187#187#187#187#9'NumGlyphs'#2#2#14'ParentShowHint'#8#8'ShowHin'
+'t'#9#7'OnClick'#7#17'SpeedButton3Click'#0#0#12'TSpeedButton'#12'SpeedButton'
+'4'#4'Left'#2'`'#3'Top'#2#8#5'Width'#2#25#6'Height'#2#25#4'Hint'#6#11'Last c'
+'olumn'#10'Glyph.Data'#10'z'#1#0#0'v'#1#0#0'BMv'#1#0#0#0#0#0#0'v'#0#0#0'('#0
+#0#0' '#0#0#0#16#0#0#0#1#0#4#0#0#0#0#0#0#1#0#0#0#0#0#0#0#0#0#0#16#0#0#0#16#0
+#0#0#0#0#0#0#0#0#128#0#0#128#0#0#0#128#128#0#128#0#0#0#128#0#128#0#128#128#0
+#0#192#192#192#0#128#128#128#0#0#0#255#0#0#255#0#0#0#255#255#0#255#0#0#0#255
+#0#255#0#255#255#0#0#255#255#255#0#187#187#187#187#187#187#187#187#187#187
+#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187
+#187#187#187#187#187#0#187#187#187#0#187#187#187'w'#187#187#187'w'#187#187
+#187#0#11#187#187#0#187#187#187'w{'#187#187'w'#187#187#187#12#0#187#187#0#187
+#187#187'ww'#187#187'w'#187#187#187#12#192#11#187#0#187#187#187'ww{'#187'w'
+#187#187#187#12#204#0#187#0#187#187#187'www'#187'w'#187#187#187#12#204#192#11
+#0#187#187#187'www{w'#187#187#187#12#204#204#251#0#187#187#187'www{w'#187#187
+#187#12#204#207#187#0#187#187#187'www'#187'w'#187#187#187#12#204#251#187#0
+#187#187#187'ww{'#187'w'#187#187#187#12#207#187#187#0#187#187#187'ww'#187#187
+'w'#187#187#187#12#251#187#187#0#187#187#187'w{'#187#187'w'#187#187#187#255
+#187#187#187#0#187#187#187'w'#187#187#187'w'#187#187#187#187#187#187#187#187
+#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187
+#187#187#187#187#187#187#9'NumGlyphs'#2#2#14'ParentShowHint'#8#8'ShowHint'#9
+#7'OnClick'#7#17'SpeedButton4Click'#0#0#12'TSpeedButton'#12'SpeedButton5'#4
+'Left'#3#136#0#3'Top'#2#8#5'Width'#2#25#6'Height'#2#25#4'Hint'#6#13'Insert c'
+'olumn'#10'Glyph.Data'#10'z'#1#0#0'v'#1#0#0'BMv'#1#0#0#0#0#0#0'v'#0#0#0'('#0
+#0#0' '#0#0#0#16#0#0#0#1#0#4#0#0#0#0#0#0#1#0#0#0#0#0#0#0#0#0#0#16#0#0#0#16#0
+#0#0#0#0#0#0#0#0#128#0#0#128#0#0#0#128#128#0#128#0#0#0#128#0#128#0#128#128#0
+#0#192#192#192#0#128#128#128#0#0#0#255#0#0#255#0#0#0#255#255#0#255#0#0#0#255
+#0#255#0#255#255#0#0#255#255#255#0#187#187#187#187#187#187#187#187#187#187
+#187#187#187#187#187#187#187#187#187#240#0#187#187#187#187#187#187#247'w'#187
+#187#187#187#187#187#252#192#187#187#187#187#187#187#251#183#187#187#187#187
+#187#187#252#192#187#187#187#187#187#187#251#183#187#187#187#187#187#187#252
+#192#187#187#187#187#187#187#251#183#187#187#187#187#187#187#252#192#187#187
+#187#187#187#187#251#183#187#187#187#187#187#187#252#192#187#187#187#187#187
+#187#251#183#187#187#187#187#187#187#255#240#187#187#187#187#187#187#255#247
+#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187
+#9'NumGlyphs'#2#2#14'ParentShowHint'#8#8'ShowHint'#9#7'OnClick'#7#17'SpeedBu'
+'tton5Click'#0#0#12'TSpeedButton'#12'SpeedButton6'#4'Left'#3#160#0#3'Top'#2#8
+#5'Width'#2#25#6'Height'#2#25#4'Hint'#6#13'Delete column'#10'Glyph.Data'#10
+'z'#1#0#0'v'#1#0#0'BMv'#1#0#0#0#0#0#0'v'#0#0#0'('#0#0#0' '#0#0#0#16#0#0#0#1#0
+#4#0#0#0#0#0#0#1#0#0#0#0#0#0#0#0#0#0#16#0#0#0#16#0#0#0#0#0#0#0#0#0#128#0#0
+#128#0#0#0#128#128#0#128#0#0#0#128#0#128#0#128#128#0#0#192#192#192#0#128#128
+#128#0#0#0#255#0#0#255#0#0#0#255#255#0#255#0#0#0#255#0#255#0#255#255#0#0#255
+#255#255#0#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187
+#187#187#187#187#251#183#187#187#187#176#0#0#12#192#0#0#11#183'ww{'#183'ww{'
+#191#204#204#204#204#204#204#11#191#187#187#187#187#187#187'{'#191#204#204
+#204#204#204#204#11#191#187#187#187#187#187#187'{'#191#255#255#252#192#255
+#255#251#191#255#255#251#183#255#255#251#187#187#187#252#192#187#187#187#187
+#187#187#251#183#187#187#187#187#187#187#252#192#187#187#187#187#187#187#251
+#183#187#187#187#187#187#187#252#192#187#187#187#187#187#187#251#183#187#187
+#187#187#187#187#252#192#187#187#187#187#187#187#251#183#187#187#187#187#187
+#187#255#240#187#187#187#187#187#187#255#247#187#187#187#187#187#187#187#187
+#187#187#187#187#187#187#187#187#187#187#187#9'NumGlyphs'#2#2#14'ParentShowH'
+'int'#8#8'ShowHint'#9#7'OnClick'#7#17'SpeedButton5Click'#0#0#12'TSpeedButton'
+#12'SpeedButton6'#4'Left'#3#160#0#3'Top'#2#8#5'Width'#2#25#6'Height'#2#25#4
+'Hint'#6#13'Delete column'#10'Glyph.Data'#10'z'#1#0#0'v'#1#0#0'BMv'#1#0#0#0#0
+#0#0'v'#0#0#0'('#0#0#0' '#0#0#0#16#0#0#0#1#0#4#0#0#0#0#0#0#1#0#0#0#0#0#0#0#0
+#0#0#16#0#0#0#16#0#0#0#0#0#0#0#0#0#128#0#0#128#0#0#0#128#128#0#128#0#0#0#128
+#0#128#0#128#128#0#0#192#192#192#0#128#128#128#0#0#0#255#0#0#255#0#0#0#255
+#255#0#255#0#0#0#255#0#255#0#255#255#0#0#255#255#255#0#187#187#187#187#187
+#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187
+#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187
+#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187
+#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187
+#187#187#187#187#176#0#0#0#0#0#0#11#183'wwwwww{'#191#204#204#204#204#204#204
+#11#191#187#187#187#187#187#187'{'#191#204#204#204#204#204#204#11#191#187#187
+#187#187#187#187'{'#191#255#255#255#255#255#255#251#191#255#255#255#255#255
+#255#251#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187
+#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#176#0#0#0#0#0#0
+#11#183'wwwwww{'#191#204#204#204#204#204#204#11#191#187#187#187#187#187#187
+'{'#191#204#204#204#204#204#204#11#191#187#187#187#187#187#187'{'#191#255#255
+#255#255#255#255#251#191#255#255#255#255#255#255#251#187#187#187#187#187#187
+#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187
+#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187
+#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187
+#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187#187
+#187#187#187#9'NumGlyphs'#2#2#14'ParentShowHint'#8#8'ShowHint'#9#7'OnClick'#7
,#17'SpeedButton6Click'#0#0#6'TLabel'#6'Label1'#4'Left'#3#200#0#3'Top'#2#12#5
+'Width'#2'i'#6'Height'#2#16#8'AutoSize'#8#7'Caption'#6#14'Column &number'#0#0
+#11'TOvcSpinner'#11'OvcSpinner2'#4'Left'#3'i'#1#3'Top'#2#11#5'Width'#2#16#6
+'Height'#2#21#10'AutoRepeat'#9#5'Delta'#5#0#0#0#0#0#0#0#128#255'?'#14'Focuse'
+'dControl'#7#12'ctlColNumber'#0#0#5'TEdit'#12'ctlColNumber'#4'Left'#3'8'#1#3
+'Top'#2#11#5'Width'#2'1'#6'Height'#2#21#9'MaxLength'#2#5#8'TabOrder'#2#0#8'O'
+'nChange'#7#18'ctlColNumberChange'#6'OnExit'#7#16'ctlColNumberExit'#0#0#0#9
+'TGroupBox'#9'GroupBox1'#4'Left'#2#8#3'Top'#2'0'#5'Width'#3#17#1#6'Height'#3
+#137#0#7'Caption'#6#14'Column details'#8'TabOrder'#2#1#0#6'TLabel'#6'Label2'
+#4'Left'#2#8#3'Top'#2#4#5'Width'#2'K'#6'Height'#2#16#8'AutoSize'#8#7'Caption'
+#6#13'De&fault Cell'#12'FocusControl'#7#14'ctlDefaultCell'#0#0#6'TLabel'#6'L'
+'abel3'#4'Left'#2#8#3'Top'#2'\'#5'Width'#2'K'#6'Height'#2#16#8'AutoSize'#8#7
+'Caption'#6#6'&Width'#0#0#6'TLabel'#6'Label4'#4'Left'#2#8#3'Top'#2'8'#5'Widt'
+'h'#2'"'#6'Height'#2#13#7'Caption'#6#7'&Hidden'#12'FocusControl'#7#9'ctlHidd'
+'en'#0#0#9'TComboBox'#14'ctlDefaultCell'#4'Left'#2#8#3'Top'#2#24#5'Width'#3#1
+#1#6'Height'#2#21#5'Style'#7#14'csDropDownList'#13'DropDownCount'#2#16#10'It'
+'emHeight'#2#13#8'TabOrder'#2#0#0#0#9'TCheckBox'#9'ctlHidden'#4'Left'#2'`'#3
+'Top'#2'8'#5'Width'#2#17#6'Height'#2#17#8'TabOrder'#2#1#0#0#11'TOvcSpinner'
+#11'OvcSpinner1'#4'Left'#3#145#0#3'Top'#2'Z'#5'Width'#2#16#6'Height'#2#21#10
+'AutoRepeat'#9#5'Delta'#5#0#0#0#0#0#0#0#128#255'?'#14'FocusedControl'#7#8'ct'
+'lWidth'#0#0#5'TEdit'#8'ctlWidth'#4'Left'#2'`'#3'Top'#2'Z'#5'Width'#2'1'#6'H'
+'eight'#2#21#9'MaxLength'#2#5#8'TabOrder'#2#2#0#0#0#7'TBitBtn'#10'DoneButton'
+#4'Left'#3'0'#1#3'Top'#3#160#0#5'Width'#2'K'#6'Height'#2#25#7'Caption'#6#5'&'
+'Done'#11'ModalResult'#2#1#8'TabOrder'#2#3#7'OnClick'#7#15'DoneButtonClick'#9
+'NumGlyphs'#2#2#0#0#7'TBitBtn'#11'ApplyButton'#4'Left'#3'0'#1#3'Top'#2'8'#5
+'Width'#2'K'#6'Height'#2#25#7'Caption'#6#6'&Apply'#7'Default'#9#8'TabOrder'#2
+#2#7'OnClick'#7#16'ApplyButtonClick'#9'NumGlyphs'#2#2#0#0#0
+#187#187#187#187#187#187#187#187#187#187#187#187#187#187#9'NumGlyphs'#2#2#14
+'ParentShowHint'#8#8'ShowHint'#9#7'OnClick'#7#17'SpeedButton6Click'#0#0#6'TL'
,'abel'#6'Label1'#4'Left'#3#200#0#3'Top'#2#12#5'Width'#2'i'#6'Height'#2#16#8
+'AutoSize'#8#7'Caption'#6#14'Column &number'#0#0#11'TOvcSpinner'#11'OvcSpinn'
+'er2'#4'Left'#3'i'#1#3'Top'#2#11#5'Width'#2#16#6'Height'#2#21#10'AutoRepeat'
+#9#5'Delta'#5#0#0#0#0#0#0#0#128#255'?'#14'FocusedControl'#7#12'ctlColNumber'
+#0#0#5'TEdit'#12'ctlColNumber'#4'Left'#3'8'#1#3'Top'#2#11#5'Width'#2'1'#6'He'
+'ight'#2#21#9'MaxLength'#2#5#8'TabOrder'#2#0#8'OnChange'#7#18'ctlColNumberCh'
+'ange'#6'OnExit'#7#16'ctlColNumberExit'#0#0#0#9'TGroupBox'#9'GroupBox1'#4'Le'
+'ft'#2#8#3'Top'#2'0'#5'Width'#3#17#1#6'Height'#3#137#0#7'Caption'#6#14'Colum'
+'n details'#8'TabOrder'#2#1#0#6'TLabel'#6'Label2'#4'Left'#2#8#3'Top'#2#4#5'W'
+'idth'#2'K'#6'Height'#2#16#8'AutoSize'#8#7'Caption'#6#13'De&fault Cell'#12'F'
+'ocusControl'#7#14'ctlDefaultCell'#0#0#6'TLabel'#6'Label3'#4'Left'#2#8#3'Top'
+#2'\'#5'Width'#2'K'#6'Height'#2#16#8'AutoSize'#8#7'Caption'#6#6'&Width'#0#0#6
+'TLabel'#6'Label4'#4'Left'#2#8#3'Top'#2'8'#5'Width'#2'"'#6'Height'#2#13#7'Ca'
+'ption'#6#7'&Hidden'#12'FocusControl'#7#9'ctlHidden'#0#0#9'TComboBox'#14'ctl'
+'DefaultCell'#4'Left'#2#8#3'Top'#2#24#5'Width'#3#1#1#6'Height'#2#21#5'Style'
+#7#14'csDropDownList'#13'DropDownCount'#2#16#10'ItemHeight'#2#13#8'TabOrder'
+#2#0#0#0#9'TCheckBox'#9'ctlHidden'#4'Left'#2'`'#3'Top'#2'8'#5'Width'#2#17#6
+'Height'#2#17#8'TabOrder'#2#1#0#0#11'TOvcSpinner'#11'OvcSpinner1'#4'Left'#3
+#145#0#3'Top'#2'Z'#5'Width'#2#16#6'Height'#2#21#10'AutoRepeat'#9#5'Delta'#5#0
+#0#0#0#0#0#0#128#255'?'#14'FocusedControl'#7#8'ctlWidth'#0#0#5'TEdit'#8'ctlW'
+'idth'#4'Left'#2'`'#3'Top'#2'Z'#5'Width'#2'1'#6'Height'#2#21#9'MaxLength'#2#5
+#8'TabOrder'#2#2#0#0#0#7'TBitBtn'#10'DoneButton'#4'Left'#3'0'#1#3'Top'#3#160
+#0#5'Width'#2'K'#6'Height'#2#25#7'Caption'#6#5'&Done'#11'ModalResult'#2#1#8
+'TabOrder'#2#3#7'OnClick'#7#15'DoneButtonClick'#9'NumGlyphs'#2#2#0#0#7'TBitB'
+'tn'#11'ApplyButton'#4'Left'#3'0'#1#3'Top'#2'8'#5'Width'#2'K'#6'Height'#2#25
+#7'Caption'#6#6'&Apply'#7'Default'#9#8'TabOrder'#2#2#7'OnClick'#7#16'ApplyBu'
+'ttonClick'#9'NumGlyphs'#2#2#0#0#0
]);

View File

@ -31,7 +31,7 @@
"/>
<License Value="MPL 1.1
"/>
<Version Minor="1" Release="7"/>
<Version Minor="1" Release="8"/>
<Files Count="1">
<Item1>
<Filename Value="myovcreg.pas"/>

View File

@ -14,7 +14,6 @@ object OvcfrmAboutForm: TOvcfrmAboutForm
Font.Style = []
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object TBevel
Left = 6
Top = 265

View File

@ -4,81 +4,81 @@ LazarusResources.Add('TOvcfrmAboutForm','FORMDATA',[
+'t'#3'7'#1#6'Height'#3'7'#1#11'ClientWidth'#3#216#1#5'Width'#3#216#1#5'Color'
+#7#9'clBtnFace'#12'Font.Charset'#7#15'DEFAULT_CHARSET'#10'Font.Color'#7#12'c'
+'lWindowText'#11'Font.Height'#2#245#10'Font.Style'#11#0#8'OnCreate'#7#10'For'
+'mCreate'#13'PixelsPerInch'#2'`'#10'TextHeight'#2#13#0#6'TBevel'#0#4'Left'#2
+#6#3'Top'#3#9#1#5'Width'#3#195#1#6'Height'#2#17#5'Shape'#7#9'bsTopLine'#0#0#6
+'TLabel'#0#4'Left'#3#152#0#3'Top'#2#8#5'Width'#2';'#6'Height'#2#16#7'Caption'
+#6#7'Orpheus'#12'Font.Charset'#7#15'DEFAULT_CHARSET'#10'Font.Color'#7#12'clW'
+'indowText'#11'Font.Height'#2#243#10'Font.Style'#11#6'fsBold'#0#10'ParentFon'
+'t'#8#0#0#6'TLabel'#0#4'Left'#2#7#3'Top'#3#17#1#5'Width'#3#232#0#6'Height'#2
+#13#7'Caption'#6',Copyright '#169' 1995-2003 TurboPower Software Co'#0#0#6'T'
+'Label'#0#4'Left'#2#7#3'Top'#3'!'#1#5'Width'#2'V'#6'Height'#2#13#7'Caption'#6
+#20'All rights reserved.'#0#0#6'TLabel'#6'Label1'#4'Left'#3#151#0#3'Top'#2'('
+#5'Width'#3'"'#1#6'Height'#2'1'#8'AutoSize'#8#7'Caption'#6#144'Orpheus was r'
+'eleased under the Mozilla 1.1 license in January, 2003. The project is host'
+'ed on SourceForge at sourceforge.net/projects/tporpheus.'#8'WordWrap'#9#0#0
+#6'TLabel'#12'VisitUsLabel'#4'Left'#3#153#0#3'Top'#2'l'#5'Width'#3#194#0#6'H'
+'eight'#2#13#7'Caption'#6'(Visit the Orpheus project on SourceForge'#0#0#6'T'
+'Label'#12'lblTurboLink'#4'Left'#3#161#0#3'Top'#2'|'#5'Width'#3#204#0#6'Heig'
+'ht'#2#13#6'Cursor'#7#11'crHandPoint'#7'Caption'#6'*http://sourceforge.net/p'
+'rojects/tporpheus/'#12'Font.Charset'#7#15'DEFAULT_CHARSET'#10'Font.Color'#7
+#6'clBlue'#11'Font.Height'#2#245#10'Font.Style'#11#11'fsUnderline'#0#10'Pare'
+'ntFont'#8#7'OnClick'#7#17'lblTurboLinkClick'#0#0#6'TBevel'#6'Bevel3'#4'Left'
+#3#152#0#3'Top'#3#160#0#5'Width'#3'1'#1#6'Height'#2'`'#5'Shape'#7#7'bsFrame'
+#0#0#6'TLabel'#22'GeneralNewsgroupsLabel'#4'Left'#3#160#0#3'Top'#3#168#0#5'W'
+'idth'#2'q'#6'Height'#2#13#7'Caption'#6#22'Orpheus support groups'#0#0#6'TLa'
+'bel'#7'lblHelp'#4'Left'#3#168#0#3'Top'#3#198#0#5'Width'#3#20#1#6'Height'#2
+#13#6'Cursor'#7#11'crHandPoint'#7'Caption'#6'6http://sourceforge.net/forum/f'
+'orum.php?forum_id=241874'#12'Font.Charset'#7#15'DEFAULT_CHARSET'#10'Font.Co'
+'lor'#7#6'clBlue'#11'Font.Height'#2#245#10'Font.Style'#11#11'fsUnderline'#0
+#10'ParentFont'#8#7'OnClick'#7#12'lblHelpClick'#0#0#6'TLabel'#20'lblGeneralD'
+'iscussion'#4'Left'#3#168#0#3'Top'#3#230#0#5'Width'#3#20#1#6'Height'#2#13#6
+'Cursor'#7#11'crHandPoint'#7'Caption'#6'6http://sourceforge.net/forum/forum.'
+'php?forum_id=241873'#12'Font.Charset'#7#15'DEFAULT_CHARSET'#10'Font.Color'#7
+#6'clBlue'#11'Font.Height'#2#245#10'Font.Style'#11#11'fsUnderline'#0#10'Pare'
+'ntFont'#8#7'OnClick'#7#25'lblGeneralDiscussionClick'#0#0#6'TLabel'#6'Label3'
+#4'Left'#3#168#0#3'Top'#3#217#0#5'Width'#2'^'#6'Height'#2#13#7'Caption'#6#19
+'General Discussion:'#0#0#6'TLabel'#6'Label2'#4'Left'#3#168#0#3'Top'#3#186#0
+#5'Width'#2#25#6'Height'#2#13#7'Caption'#6#5'Help:'#0#0#6'TPanel'#6'Panel1'#4
+'Left'#2#6#3'Top'#2#6#5'Width'#3#139#0#6'Height'#3#251#0#10'BevelOuter'#7#9
+'bvLowered'#8'TabOrder'#2#0#0#6'TImage'#6'Image1'#4'Left'#2#1#3'Top'#2#1#5'W'
+'idth'#3#137#0#6'Height'#3#249#0#5'Align'#7#8'alClient'#12'Picture.Data'#10
+'n'#140#0#0#7'TBitmapb'#140#0#0'BMb'#140#0#0#0#0#0#0'6'#4#0#0'('#0#0#0#137#0
+#0#0#249#0#0#0#1#0#8#0#0#0#0#0','#136#0#0#0#0#0#0#0#0#0#0#0#1#0#0#0#1#0#0#0#0
+#0#0#0#0#128#0#0#128#0#0#0#128#128#0#128#0#0#0#128#0#128#0#128#128#0#0#128
+#128#128#0#192#220#192#0#240#202#166#0#170'?*'#0#255'?*'#0#0'_*'#0'U_*'#0#170
+'_*'#0#255'_*'#0#0'*'#0'U*'#0#170'*'#0#255'*'#0#0#159'*'#0'U'#159'*'#0
+#170#159'*'#0#255#159'*'#0#0#191'*'#0'U'#191'*'#0#170#191'*'#0#255#191'*'#0#0
+#223'*'#0'U'#223'*'#0#170#223'*'#0#255#223'*'#0#0#255'*'#0'U'#255'*'#0#170
+#255'*'#0#255#255'*'#0#0#0'U'#0'U'#0'U'#0#170#0'U'#0#255#0'U'#0#0#31'U'#0'U'
+#31'U'#0#170#31'U'#0#255#31'U'#0#0'?U'#0'U?U'#0#170'?U'#0#255'?U'#0#0'_U'#0
+'U_U'#0#170'_U'#0#255'_U'#0#0'U'#0'UU'#0#170'U'#0#255'U'#0#0#159'U'#0'U'
+#159'U'#0#170#159'U'#0#255#159'U'#0#0#191'U'#0'U'#191'U'#0#170#191'U'#0#255
+#191'U'#0#0#223'U'#0'U'#223'U'#0#170#223'U'#0#255#223'U'#0#0#255'U'#0'U'#255
+'U'#0#170#255'U'#0#255#255'U'#0#0#0''#0'U'#0''#0#170#0''#0#255#0''#0#0#31
+''#0'U'#31''#0#170#31''#0#255#31''#0#0'?'#0'U?'#0#170'?'#0#255'?'#0#0
+'_'#0'U_'#0#170'_'#0#255'_'#0#0''#0'U'#0#170''#0#255''#0#0#159''
+#0'U'#159''#0#170#159''#0#255#159''#0#0#191''#0'U'#191''#0#170#191''#0
+#255#191''#0#0#223''#0'U'#223''#0#170#223''#0#255#223''#0#0#255''#0'U'
+#255''#0#170#255''#0#255#255''#0#0#0#170#0'U'#0#170#0#170#0#170#0#255#0
+#170#0#0#31#170#0'U'#31#170#0#170#31#170#0#255#31#170#0#0'?'#170#0'U?'#170#0
+#170'?'#170#0#255'?'#170#0#0'_'#170#0'U_'#170#0#170'_'#170#0#255'_'#170#0#0
+''#170#0'U'#170#0#170''#170#0#255''#170#0#0#159#170#0'U'#159#170#0#170
,#159#170#0#255#159#170#0#0#191#170#0'U'#191#170#0#170#191#170#0#255#191#170#0
+#0#223#170#0'U'#223#170#0#170#223#170#0#255#223#170#0#0#255#170#0'U'#255#170
+#0#170#255#170#0#255#255#170#0#0#0#212#0'U'#0#212#0#170#0#212#0#255#0#212#0#0
+#31#212#0'U'#31#212#0#170#31#212#0#255#31#212#0#0'?'#212#0'U?'#212#0#170'?'
+#212#0#255'?'#212#0#0'_'#212#0'U_'#212#0#170'_'#212#0#255'_'#212#0#0''#212#0
+'U'#212#0#170''#212#0#255''#212#0#0#159#212#0'U'#159#212#0#170#159#212#0
+#255#159#212#0#0#191#212#0'U'#191#212#0#170#191#212#0#255#191#212#0#0#223#212
+#0'U'#223#212#0#170#223#212#0#255#223#212#0#0#255#212#0'U'#255#212#0#170#255
+#212#0#255#255#212#0'U'#0#255#0#170#0#255#0#0#31#255#0'U'#31#255#0#170#31#255
+#0#255#31#255#0#0'?'#255#0'U?'#255#0#170'?'#255#0#255'?'#255#0#0'_'#255#0'U_'
+#255#0#170'_'#255#0#255'_'#255#0#0''#255#0'U'#255#0#170''#255#0#255''#255
+#0#0#159#255#0'U'#159#255#0#170#159#255#0#255#159#255#0#0#191#255#0'U'#191
+#255#0#170#191#255#0#255#191#255#0#0#223#255#0'U'#223#255#0#170#223#255#0#255
+#223#255#0'U'#255#255#0#170#255#255#0#255#204#204#0#255#204#255#0#255#255'3'
+#0#255#255'f'#0#255#255#153#0#255#255#204#0#0''#0#0'U'#0#0#170''#0#0#255
+''#0#0#0#159#0#0'U'#159#0#0#170#159#0#0#255#159#0#0#0#191#0#0'U'#191#0#0#170
+'mCreate'#13'PixelsPerInch'#2'`'#0#6'TBevel'#0#4'Left'#2#6#3'Top'#3#9#1#5'Wi'
+'dth'#3#195#1#6'Height'#2#17#5'Shape'#7#9'bsTopLine'#0#0#6'TLabel'#0#4'Left'
+#3#152#0#3'Top'#2#8#5'Width'#2';'#6'Height'#2#16#7'Caption'#6#7'Orpheus'#12
+'Font.Charset'#7#15'DEFAULT_CHARSET'#10'Font.Color'#7#12'clWindowText'#11'Fo'
+'nt.Height'#2#243#10'Font.Style'#11#6'fsBold'#0#10'ParentFont'#8#0#0#6'TLabe'
+'l'#0#4'Left'#2#7#3'Top'#3#17#1#5'Width'#3#232#0#6'Height'#2#13#7'Caption'#6
+',Copyright '#169' 1995-2003 TurboPower Software Co'#0#0#6'TLabel'#0#4'Left'
+#2#7#3'Top'#3'!'#1#5'Width'#2'V'#6'Height'#2#13#7'Caption'#6#20'All rights r'
+'eserved.'#0#0#6'TLabel'#6'Label1'#4'Left'#3#151#0#3'Top'#2'('#5'Width'#3'"'
+#1#6'Height'#2'1'#8'AutoSize'#8#7'Caption'#6#144'Orpheus was released under '
+'the Mozilla 1.1 license in January, 2003. The project is hosted on SourceFo'
+'rge at sourceforge.net/projects/tporpheus.'#8'WordWrap'#9#0#0#6'TLabel'#12
+'VisitUsLabel'#4'Left'#3#153#0#3'Top'#2'l'#5'Width'#3#194#0#6'Height'#2#13#7
+'Caption'#6'(Visit the Orpheus project on SourceForge'#0#0#6'TLabel'#12'lblT'
+'urboLink'#4'Left'#3#161#0#3'Top'#2'|'#5'Width'#3#204#0#6'Height'#2#13#6'Cur'
+'sor'#7#11'crHandPoint'#7'Caption'#6'*http://sourceforge.net/projects/tporph'
+'eus/'#12'Font.Charset'#7#15'DEFAULT_CHARSET'#10'Font.Color'#7#6'clBlue'#11
+'Font.Height'#2#245#10'Font.Style'#11#11'fsUnderline'#0#10'ParentFont'#8#7'O'
+'nClick'#7#17'lblTurboLinkClick'#0#0#6'TBevel'#6'Bevel3'#4'Left'#3#152#0#3'T'
+'op'#3#160#0#5'Width'#3'1'#1#6'Height'#2'`'#5'Shape'#7#7'bsFrame'#0#0#6'TLab'
+'el'#22'GeneralNewsgroupsLabel'#4'Left'#3#160#0#3'Top'#3#168#0#5'Width'#2'q'
+#6'Height'#2#13#7'Caption'#6#22'Orpheus support groups'#0#0#6'TLabel'#7'lblH'
+'elp'#4'Left'#3#168#0#3'Top'#3#198#0#5'Width'#3#20#1#6'Height'#2#13#6'Cursor'
+#7#11'crHandPoint'#7'Caption'#6'6http://sourceforge.net/forum/forum.php?foru'
+'m_id=241874'#12'Font.Charset'#7#15'DEFAULT_CHARSET'#10'Font.Color'#7#6'clBl'
+'ue'#11'Font.Height'#2#245#10'Font.Style'#11#11'fsUnderline'#0#10'ParentFont'
+#8#7'OnClick'#7#12'lblHelpClick'#0#0#6'TLabel'#20'lblGeneralDiscussion'#4'Le'
+'ft'#3#168#0#3'Top'#3#230#0#5'Width'#3#20#1#6'Height'#2#13#6'Cursor'#7#11'cr'
+'HandPoint'#7'Caption'#6'6http://sourceforge.net/forum/forum.php?forum_id=24'
+'1873'#12'Font.Charset'#7#15'DEFAULT_CHARSET'#10'Font.Color'#7#6'clBlue'#11
+'Font.Height'#2#245#10'Font.Style'#11#11'fsUnderline'#0#10'ParentFont'#8#7'O'
+'nClick'#7#25'lblGeneralDiscussionClick'#0#0#6'TLabel'#6'Label3'#4'Left'#3
+#168#0#3'Top'#3#217#0#5'Width'#2'^'#6'Height'#2#13#7'Caption'#6#19'General D'
+'iscussion:'#0#0#6'TLabel'#6'Label2'#4'Left'#3#168#0#3'Top'#3#186#0#5'Width'
+#2#25#6'Height'#2#13#7'Caption'#6#5'Help:'#0#0#6'TPanel'#6'Panel1'#4'Left'#2
+#6#3'Top'#2#6#5'Width'#3#139#0#6'Height'#3#251#0#10'BevelOuter'#7#9'bvLowere'
+'d'#8'TabOrder'#2#0#0#6'TImage'#6'Image1'#4'Left'#2#1#3'Top'#2#1#5'Width'#3
+#137#0#6'Height'#3#249#0#5'Align'#7#8'alClient'#12'Picture.Data'#10'n'#140#0
+#0#7'TBitmapb'#140#0#0'BMb'#140#0#0#0#0#0#0'6'#4#0#0'('#0#0#0#137#0#0#0#249#0
+#0#0#1#0#8#0#0#0#0#0','#136#0#0#0#0#0#0#0#0#0#0#0#1#0#0#0#1#0#0#0#0#0#0#0#0
+#128#0#0#128#0#0#0#128#128#0#128#0#0#0#128#0#128#0#128#128#0#0#128#128#128#0
+#192#220#192#0#240#202#166#0#170'?*'#0#255'?*'#0#0'_*'#0'U_*'#0#170'_*'#0#255
+'_*'#0#0'*'#0'U*'#0#170'*'#0#255'*'#0#0#159'*'#0'U'#159'*'#0#170#159'*'#0
+#255#159'*'#0#0#191'*'#0'U'#191'*'#0#170#191'*'#0#255#191'*'#0#0#223'*'#0'U'
+#223'*'#0#170#223'*'#0#255#223'*'#0#0#255'*'#0'U'#255'*'#0#170#255'*'#0#255
+#255'*'#0#0#0'U'#0'U'#0'U'#0#170#0'U'#0#255#0'U'#0#0#31'U'#0'U'#31'U'#0#170
+#31'U'#0#255#31'U'#0#0'?U'#0'U?U'#0#170'?U'#0#255'?U'#0#0'_U'#0'U_U'#0#170'_'
+'U'#0#255'_U'#0#0'U'#0'UU'#0#170'U'#0#255'U'#0#0#159'U'#0'U'#159'U'#0#170
+#159'U'#0#255#159'U'#0#0#191'U'#0'U'#191'U'#0#170#191'U'#0#255#191'U'#0#0#223
+'U'#0'U'#223'U'#0#170#223'U'#0#255#223'U'#0#0#255'U'#0'U'#255'U'#0#170#255'U'
+#0#255#255'U'#0#0#0''#0'U'#0''#0#170#0''#0#255#0''#0#0#31''#0'U'#31''#0
+#170#31''#0#255#31''#0#0'?'#0'U?'#0#170'?'#0#255'?'#0#0'_'#0'U_'#0
+#170'_'#0#255'_'#0#0''#0'U'#0#170''#0#255''#0#0#159''#0'U'#159''
+#0#170#159''#0#255#159''#0#0#191''#0'U'#191''#0#170#191''#0#255#191''#0
+#0#223''#0'U'#223''#0#170#223''#0#255#223''#0#0#255''#0'U'#255''#0#170
+#255''#0#255#255''#0#0#0#170#0'U'#0#170#0#170#0#170#0#255#0#170#0#0#31#170
+#0'U'#31#170#0#170#31#170#0#255#31#170#0#0'?'#170#0'U?'#170#0#170'?'#170#0
+#255'?'#170#0#0'_'#170#0'U_'#170#0#170'_'#170#0#255'_'#170#0#0''#170#0'U'
+#170#0#170''#170#0#255''#170#0#0#159#170#0'U'#159#170#0#170#159#170#0#255
,#159#170#0#0#191#170#0'U'#191#170#0#170#191#170#0#255#191#170#0#0#223#170#0
+'U'#223#170#0#170#223#170#0#255#223#170#0#0#255#170#0'U'#255#170#0#170#255
+#170#0#255#255#170#0#0#0#212#0'U'#0#212#0#170#0#212#0#255#0#212#0#0#31#212#0
+'U'#31#212#0#170#31#212#0#255#31#212#0#0'?'#212#0'U?'#212#0#170'?'#212#0#255
+'?'#212#0#0'_'#212#0'U_'#212#0#170'_'#212#0#255'_'#212#0#0''#212#0'U'#212#0
+#170''#212#0#255''#212#0#0#159#212#0'U'#159#212#0#170#159#212#0#255#159#212
+#0#0#191#212#0'U'#191#212#0#170#191#212#0#255#191#212#0#0#223#212#0'U'#223
+#212#0#170#223#212#0#255#223#212#0#0#255#212#0'U'#255#212#0#170#255#212#0#255
+#255#212#0'U'#0#255#0#170#0#255#0#0#31#255#0'U'#31#255#0#170#31#255#0#255#31
+#255#0#0'?'#255#0'U?'#255#0#170'?'#255#0#255'?'#255#0#0'_'#255#0'U_'#255#0
+#170'_'#255#0#255'_'#255#0#0''#255#0'U'#255#0#170''#255#0#255''#255#0#0
+#159#255#0'U'#159#255#0#170#159#255#0#255#159#255#0#0#191#255#0'U'#191#255#0
+#170#191#255#0#255#191#255#0#0#223#255#0'U'#223#255#0#170#223#255#0#255#223
+#255#0'U'#255#255#0#170#255#255#0#255#204#204#0#255#204#255#0#255#255'3'#0
+#255#255'f'#0#255#255#153#0#255#255#204#0#0''#0#0'U'#0#0#170''#0#0#255''
+#0#0#0#159#0#0'U'#159#0#0#170#159#0#0#255#159#0#0#0#191#0#0'U'#191#0#0#170
+#191#0#0#255#191#0#0#0#223#0#0'U'#223#0#0#170#223#0#0#255#223#0#0'U'#255#0#0
+#170#255#0#0#0#0'*'#0'U'#0'*'#0#170#0'*'#0#255#0'*'#0#0#31'*'#0'U'#31'*'#0
+#170#31'*'#0#255#31'*'#0#0'?*'#0'U?*'#0#240#251#255#0#164#160#160#0#128#128

View File

@ -13,7 +13,6 @@ object frmOvcLabel: TfrmOvcLabel
Font.Style = []
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 0
Top = 0

View File

@ -4,89 +4,88 @@ LazarusResources.Add('TfrmOvcLabel','FORMDATA',[
+#1#6'Height'#3#200#1#11'ClientWidth'#3'A'#2#5'Width'#3'A'#2#12'Font.Charset'
+#7#15'DEFAULT_CHARSET'#10'Font.Color'#7#12'clWindowText'#11'Font.Height'#2
+#245#10'Font.Style'#11#0#8'OnCreate'#7#10'FormCreate'#13'PixelsPerInch'#2'`'
+#10'TextHeight'#2#13#0#6'TPanel'#6'Panel1'#4'Left'#2#0#3'Top'#2#0#5'Width'#3
+'A'#2#6'Height'#2'a'#5'Align'#7#5'alTop'#12'Font.Charset'#7#15'DEFAULT_CHARS'
+'ET'#10'Font.Color'#7#12'clWindowText'#11'Font.Height'#2#245#10'Font.Style'
+#11#0#10'ParentFont'#8#8'TabOrder'#2#0#0#9'TOvcLabel'#8'OvcLabel'#4'Left'#2#1
+#3'Top'#2#1#5'Width'#3'?'#2#6'Height'#2'_'#5'Align'#7#8'alClient'#9'Alignmen'
+'t'#7#8'taCenter'#10'Appearance'#7#8'apCustom'#7'Caption'#6#14'Orpheus Label'
+'s'#11'ColorScheme'#7#8'csCustom'#12'Font.Charset'#7#15'DEFAULT_CHARSET'#10
+'Font.Color'#7#6'clGray'#11'Font.Height'#2#229#10'Font.Style'#11#0#10'Parent'
+'Font'#8#0#0#0#7'TButton'#7'Button1'#4'Left'#3#162#1#3'Top'#3#171#1#5'Width'
+#2'K'#6'Height'#2#25#7'Caption'#6#2'OK'#7'Default'#9#11'ModalResult'#2#1#8'T'
+'abOrder'#2#4#0#0#7'TButton'#7'Button2'#4'Left'#3#244#1#3'Top'#3#171#1#5'Wid'
+'th'#2'K'#6'Height'#2#25#6'Cancel'#9#7'Caption'#6#6'Cancel'#11'ModalResult'#2
+#2#8'TabOrder'#2#5#0#0#6'TPanel'#6'Panel2'#4'Left'#2#0#3'Top'#3'l'#1#5'Width'
+#3#137#1#6'Height'#2'['#8'TabOrder'#2#3#0#6'TLabel'#6'Label1'#4'Left'#2#4#3
+'Top'#2#4#5'Width'#2'9'#6'Height'#2#13#7'Caption'#6#11'Style Name:'#0#0#6'TL'
+'abel'#6'Label2'#4'Left'#3#0#1#3'Top'#2#5#5'Width'#2'='#6'Height'#2#13#7'Cap'
+'tion'#6#11'Appearance:'#0#0#6'TLabel'#6'Label3'#4'Left'#3#0#1#3'Top'#2'0'#5
+'Width'#2'E'#6'Height'#2#13#7'Caption'#6#13'Color Scheme:'#0#0#9'TComboBox'#8
+'SchemeCb'#4'Left'#2#4#3'Top'#2#20#5'Width'#3#233#0#6'Height'#2#21#5'Style'#7
+#14'csDropDownList'#10'ItemHeight'#2#13#13'Items.Strings'#1#6#3'one'#6#3'two'
+#0#9'MaxLength'#3#255#0#6'Sorted'#9#8'TabOrder'#2#0#8'OnChange'#7#14'SchemeC'
+'bChange'#0#0#7'TButton'#9'SaveAsBtn'#4'Left'#2#4#3'Top'#2'7'#5'Width'#2'K'#6
+'Height'#2#25#7'Caption'#6#11'Save &As...'#8'TabOrder'#2#1#7'OnClick'#7#14'S'
+'aveAsBtnClick'#0#0#7'TButton'#9'DeleteBtn'#4'Left'#3#161#0#3'Top'#2'7'#5'Wi'
+'dth'#2'K'#6'Height'#2#25#7'Caption'#6#7'&Delete'#8'TabOrder'#2#2#7'OnClick'
+#7#14'DeleteBtnClick'#0#0#9'TComboBox'#12'AppearanceCb'#4'Left'#3#0#1#3'Top'
+#2#20#5'Width'#2'~'#6'Height'#2#21#10'ItemHeight'#2#13#8'TabOrder'#2#3#8'OnC'
+'hange'#7#18'AppearanceCbChange'#0#0#9'TComboBox'#13'ColorSchemeCb'#4'Left'#3
+#0#1#3'Top'#2'>'#5'Width'#2'~'#6'Height'#2#21#10'ItemHeight'#2#13#8'TabOrder'
+#2#4#8'OnChange'#7#19'ColorSchemeCbChange'#0#0#0#6'TPanel'#6'Panel3'#4'Left'
+#2#0#3'Top'#2'a'#5'Width'#3'A'#2#6'Height'#3#189#0#8'TabOrder'#2#1#0#6'TLabe'
+'l'#6'Label4'#4'Left'#3#152#0#3'Top'#2'S'#5'Width'#2'F'#6'Height'#2#13#7'Cap'
+'tion'#6#15'Gradient Color:'#0#0#6'TLabel'#6'Label5'#4'Left'#3'&'#1#3'Top'#2
+'S'#5'Width'#2'G'#6'Height'#2#13#7'Caption'#6#16'Highlight Color:'#0#0#6'TLa'
+'bel'#6'Label6'#4'Left'#3#181#1#3'Top'#2'S'#5'Width'#2'E'#6'Height'#2#13#7'C'
+'aption'#6#13'Shadow Color:'#0#0#6'TLabel'#21'HighlightDirectionLbl'#4'Left'
+#3'0'#1#3'Top'#3#128#0#5'Width'#2'2'#6'Height'#2' '#8'AutoSize'#8#7'Caption'
+#6#20'Highlight Direction:'#8'WordWrap'#9#0#0#6'TLabel'#18'ShadowDirectionLb'
+'l'#4'Left'#3#191#1#3'Top'#3#128#0#5'Width'#2'2'#6'Height'#2' '#8'AutoSize'#8
+#7'Caption'#6#17'Shadow Direction:'#8'WordWrap'#9#0#0#6'TLabel'#6'Label7'#4
+'Left'#2#8#3'Top'#2'A'#5'Width'#2'5'#6'Height'#2#13#7'Caption'#6#11'Text Col'
+'or/'#0#0#6'TLabel'#6'Label8'#4'Left'#2#8#3'Top'#2'N'#5'Width'#2'V'#6'Height'
+#2#13#7'Caption'#6#18'Gradient To Color:'#0#0#11'TRadioGroup'#10'GraduateRg'
+#4'Left'#3#150#0#3'Top'#2#3#5'Width'#3#137#0#6'Height'#2'I'#7'Caption'#6#20
+'Text &Gradient Style'#9'ItemIndex'#2#0#13'Items.Strings'#1#6#4'None'#6#10'H'
+'orizontal'#6#8'Vertical'#0#7'OnClick'#7#15'GraduateRgClick'#0#0#11'TRadioGr'
+'oup'#8'ShadowRg'#4'Left'#3#180#1#3'Top'#2#3#5'Width'#3#137#0#6'Height'#2'I'
+#7'Caption'#6#13'&Shadow Style'#9'ItemIndex'#2#0#13'Items.Strings'#1#6#5'Pla'
+'in'#6#7'Extrude'#6#8'Graduate'#0#7'OnClick'#7#13'ShadowRgClick'#0#0#11'TRad'
+'ioGroup'#11'HighlightRg'#4'Left'#3'%'#1#3'Top'#2#3#5'Width'#3#137#0#6'Heigh'
+'t'#2'I'#7'Caption'#6#16'&Highlight Style'#9'ItemIndex'#2#0#13'Items.Strings'
+#1#6#5'Plain'#6#7'Extrude'#6#8'Graduate'#0#7'OnClick'#7#16'HighlightRgClick'
+#0#0#17'TOvcColorComboBox'#12'FromColorCcb'#4'Left'#3#151#0#3'Top'#2'c'#5'Wi'
+'dth'#3#137#0#6'Height'#2#22#10'ItemHeight'#2#12#13'SelectedColor'#7#7'clBla'
+'ck'#8'TabOrder'#2#4#4'Text'#6#5'Black'#8'OnChange'#7#18'FromColorCcbChange'
+#0#0#17'TOvcColorComboBox'#17'HighlightColorCcb'#4'Left'#3'%'#1#3'Top'#2'c'#5
+'Width'#3#137#0#6'Height'#2#22#10'ItemHeight'#2#12#13'SelectedColor'#7#7'clB'
+'lack'#8'TabOrder'#2#5#4'Text'#6#5'Black'#8'OnChange'#7#23'HighlightColorCcb'
+'Change'#0#0#17'TOvcColorComboBox'#14'ShadowColorCcb'#4'Left'#3#180#1#3'Top'
,#2'c'#5'Width'#3#137#0#6'Height'#2#22#10'ItemHeight'#2#12#13'SelectedColor'#7
+#7'clBlack'#8'TabOrder'#2#6#4'Text'#6#5'Black'#8'OnChange'#7#20'ShadowColorC'
+'cbChange'#0#0#17'TOvcColorComboBox'#12'FontColorCcb'#4'Left'#2#7#3'Top'#2'c'
+#5'Width'#3#137#0#6'Height'#2#22#10'ItemHeight'#2#12#13'SelectedColor'#7#7'c'
+'lBlack'#8'TabOrder'#2#0#4'Text'#6#5'Black'#8'OnChange'#7#18'FontColorCcbCha'
+'nge'#0#0#0#6'TPanel'#6'Panel4'#4'Left'#2#0#3'Top'#3#30#1#5'Width'#3'A'#2#6
+'Height'#2'N'#8'TabOrder'#2#2#0#6'TLabel'#6'Label9'#4'Left'#2#20#3'Top'#2#8#5
+'Width'#2'i'#6'Height'#2#13#9'Alignment'#7#14'taRightJustify'#8'AutoSize'#8#7
+'Caption'#6#11'Font Size: '#0#0#6'TLabel'#11'FontSizeLbl'#4'Left'#3#244#1#3
+'Top'#2#8#5'Width'#2#6#6'Height'#2#13#7'Caption'#6#1'0'#0#0#6'TLabel'#17'Hig'
+'hlightDepthLbl'#4'Left'#3#244#1#3'Top'#2' '#5'Width'#2#6#6'Height'#2#13#7'C'
+'aption'#6#1'0'#0#0#6'TLabel'#14'ShadowDepthLbl'#4'Left'#3#244#1#3'Top'#2'8'
+#5'Width'#2#6#6'Height'#2#13#7'Caption'#6#1'0'#0#0#6'TLabel'#7'Label10'#4'Le'
+'ft'#2#20#3'Top'#2' '#5'Width'#2'i'#6'Height'#2#13#9'Alignment'#7#14'taRight'
+'Justify'#8'AutoSize'#8#7'Caption'#6#17'Highlight Depth: '#0#0#6'TLabel'#7'L'
+'abel11'#4'Left'#2#20#3'Top'#2'8'#5'Width'#2'i'#6'Height'#2#13#9'Alignment'#7
+#14'taRightJustify'#8'AutoSize'#8#7'Caption'#6#14'Shadow Depth: '#0#0#10'TSc'
+'rollBar'#10'FontSizeSb'#4'Left'#3#132#0#3'Top'#2#8#5'Width'#3'e'#1#6'Height'
+#2#14#8'TabOrder'#2#0#8'OnChange'#7#16'FontSizeSbChange'#0#0#10'TScrollBar'
+#13'ShadowDepthSb'#4'Left'#3#132#0#3'Top'#2'8'#5'Width'#3'e'#1#6'Height'#2#14
+#3'Max'#2'2'#8'TabOrder'#2#2#8'OnChange'#7#19'ShadowDepthSbChange'#0#0#10'TS'
+'crollBar'#16'HighlightDepthSb'#4'Left'#3#132#0#3'Top'#2' '#5'Width'#3'e'#1#6
+'Height'#2#14#3'Max'#2'2'#8'TabOrder'#2#1#8'OnChange'#7#22'HighlightDepthSbC'
+'hange'#0#0#0#14'TOvcController'#14'OvcController1'#23'EntryCommands.TableLi'
+'st'#1#6#7'Default'#9#1#0#6#8'WordStar'#8#1#0#6#4'Grid'#8#1#0#0#5'Epoch'#3'l'
+#7#0#0#0
+#0#6'TPanel'#6'Panel1'#4'Left'#2#0#3'Top'#2#0#5'Width'#3'A'#2#6'Height'#2'a'
+#5'Align'#7#5'alTop'#12'Font.Charset'#7#15'DEFAULT_CHARSET'#10'Font.Color'#7
+#12'clWindowText'#11'Font.Height'#2#245#10'Font.Style'#11#0#10'ParentFont'#8
+#8'TabOrder'#2#0#0#9'TOvcLabel'#8'OvcLabel'#4'Left'#2#1#3'Top'#2#1#5'Width'#3
+'?'#2#6'Height'#2'_'#5'Align'#7#8'alClient'#9'Alignment'#7#8'taCenter'#10'Ap'
+'pearance'#7#8'apCustom'#7'Caption'#6#14'Orpheus Labels'#11'ColorScheme'#7#8
+'csCustom'#12'Font.Charset'#7#15'DEFAULT_CHARSET'#10'Font.Color'#7#6'clGray'
+#11'Font.Height'#2#229#10'Font.Style'#11#0#10'ParentFont'#8#0#0#0#7'TButton'
+#7'Button1'#4'Left'#3#162#1#3'Top'#3#171#1#5'Width'#2'K'#6'Height'#2#25#7'Ca'
+'ption'#6#2'OK'#7'Default'#9#11'ModalResult'#2#1#8'TabOrder'#2#4#0#0#7'TButt'
+'on'#7'Button2'#4'Left'#3#244#1#3'Top'#3#171#1#5'Width'#2'K'#6'Height'#2#25#6
+'Cancel'#9#7'Caption'#6#6'Cancel'#11'ModalResult'#2#2#8'TabOrder'#2#5#0#0#6
+'TPanel'#6'Panel2'#4'Left'#2#0#3'Top'#3'l'#1#5'Width'#3#137#1#6'Height'#2'['
+#8'TabOrder'#2#3#0#6'TLabel'#6'Label1'#4'Left'#2#4#3'Top'#2#4#5'Width'#2'9'#6
+'Height'#2#13#7'Caption'#6#11'Style Name:'#0#0#6'TLabel'#6'Label2'#4'Left'#3
+#0#1#3'Top'#2#5#5'Width'#2'='#6'Height'#2#13#7'Caption'#6#11'Appearance:'#0#0
+#6'TLabel'#6'Label3'#4'Left'#3#0#1#3'Top'#2'0'#5'Width'#2'E'#6'Height'#2#13#7
+'Caption'#6#13'Color Scheme:'#0#0#9'TComboBox'#8'SchemeCb'#4'Left'#2#4#3'Top'
+#2#20#5'Width'#3#233#0#6'Height'#2#21#5'Style'#7#14'csDropDownList'#10'ItemH'
+'eight'#2#13#13'Items.Strings'#1#6#3'one'#6#3'two'#0#9'MaxLength'#3#255#0#6
+'Sorted'#9#8'TabOrder'#2#0#8'OnChange'#7#14'SchemeCbChange'#0#0#7'TButton'#9
+'SaveAsBtn'#4'Left'#2#4#3'Top'#2'7'#5'Width'#2'K'#6'Height'#2#25#7'Caption'#6
+#11'Save &As...'#8'TabOrder'#2#1#7'OnClick'#7#14'SaveAsBtnClick'#0#0#7'TButt'
+'on'#9'DeleteBtn'#4'Left'#3#161#0#3'Top'#2'7'#5'Width'#2'K'#6'Height'#2#25#7
+'Caption'#6#7'&Delete'#8'TabOrder'#2#2#7'OnClick'#7#14'DeleteBtnClick'#0#0#9
+'TComboBox'#12'AppearanceCb'#4'Left'#3#0#1#3'Top'#2#20#5'Width'#2'~'#6'Heigh'
+'t'#2#21#10'ItemHeight'#2#13#8'TabOrder'#2#3#8'OnChange'#7#18'AppearanceCbCh'
+'ange'#0#0#9'TComboBox'#13'ColorSchemeCb'#4'Left'#3#0#1#3'Top'#2'>'#5'Width'
+#2'~'#6'Height'#2#21#10'ItemHeight'#2#13#8'TabOrder'#2#4#8'OnChange'#7#19'Co'
+'lorSchemeCbChange'#0#0#0#6'TPanel'#6'Panel3'#4'Left'#2#0#3'Top'#2'a'#5'Widt'
+'h'#3'A'#2#6'Height'#3#189#0#8'TabOrder'#2#1#0#6'TLabel'#6'Label4'#4'Left'#3
+#152#0#3'Top'#2'S'#5'Width'#2'F'#6'Height'#2#13#7'Caption'#6#15'Gradient Col'
+'or:'#0#0#6'TLabel'#6'Label5'#4'Left'#3'&'#1#3'Top'#2'S'#5'Width'#2'G'#6'Hei'
+'ght'#2#13#7'Caption'#6#16'Highlight Color:'#0#0#6'TLabel'#6'Label6'#4'Left'
+#3#181#1#3'Top'#2'S'#5'Width'#2'E'#6'Height'#2#13#7'Caption'#6#13'Shadow Col'
+'or:'#0#0#6'TLabel'#21'HighlightDirectionLbl'#4'Left'#3'0'#1#3'Top'#3#128#0#5
+'Width'#2'2'#6'Height'#2' '#8'AutoSize'#8#7'Caption'#6#20'Highlight Directio'
+'n:'#8'WordWrap'#9#0#0#6'TLabel'#18'ShadowDirectionLbl'#4'Left'#3#191#1#3'To'
+'p'#3#128#0#5'Width'#2'2'#6'Height'#2' '#8'AutoSize'#8#7'Caption'#6#17'Shado'
+'w Direction:'#8'WordWrap'#9#0#0#6'TLabel'#6'Label7'#4'Left'#2#8#3'Top'#2'A'
+#5'Width'#2'5'#6'Height'#2#13#7'Caption'#6#11'Text Color/'#0#0#6'TLabel'#6'L'
+'abel8'#4'Left'#2#8#3'Top'#2'N'#5'Width'#2'V'#6'Height'#2#13#7'Caption'#6#18
+'Gradient To Color:'#0#0#11'TRadioGroup'#10'GraduateRg'#4'Left'#3#150#0#3'To'
+'p'#2#3#5'Width'#3#137#0#6'Height'#2'I'#7'Caption'#6#20'Text &Gradient Style'
+#9'ItemIndex'#2#0#13'Items.Strings'#1#6#4'None'#6#10'Horizontal'#6#8'Vertica'
+'l'#0#7'OnClick'#7#15'GraduateRgClick'#0#0#11'TRadioGroup'#8'ShadowRg'#4'Lef'
+'t'#3#180#1#3'Top'#2#3#5'Width'#3#137#0#6'Height'#2'I'#7'Caption'#6#13'&Shad'
+'ow Style'#9'ItemIndex'#2#0#13'Items.Strings'#1#6#5'Plain'#6#7'Extrude'#6#8
+'Graduate'#0#7'OnClick'#7#13'ShadowRgClick'#0#0#11'TRadioGroup'#11'Highlight'
+'Rg'#4'Left'#3'%'#1#3'Top'#2#3#5'Width'#3#137#0#6'Height'#2'I'#7'Caption'#6
+#16'&Highlight Style'#9'ItemIndex'#2#0#13'Items.Strings'#1#6#5'Plain'#6#7'Ex'
+'trude'#6#8'Graduate'#0#7'OnClick'#7#16'HighlightRgClick'#0#0#17'TOvcColorCo'
+'mboBox'#12'FromColorCcb'#4'Left'#3#151#0#3'Top'#2'c'#5'Width'#3#137#0#6'Hei'
+'ght'#2#22#10'ItemHeight'#2#12#13'SelectedColor'#7#7'clBlack'#8'TabOrder'#2#4
+#4'Text'#6#5'Black'#8'OnChange'#7#18'FromColorCcbChange'#0#0#17'TOvcColorCom'
+'boBox'#17'HighlightColorCcb'#4'Left'#3'%'#1#3'Top'#2'c'#5'Width'#3#137#0#6
+'Height'#2#22#10'ItemHeight'#2#12#13'SelectedColor'#7#7'clBlack'#8'TabOrder'
+#2#5#4'Text'#6#5'Black'#8'OnChange'#7#23'HighlightColorCcbChange'#0#0#17'TOv'
+'cColorComboBox'#14'ShadowColorCcb'#4'Left'#3#180#1#3'Top'#2'c'#5'Width'#3
,#137#0#6'Height'#2#22#10'ItemHeight'#2#12#13'SelectedColor'#7#7'clBlack'#8'T'
+'abOrder'#2#6#4'Text'#6#5'Black'#8'OnChange'#7#20'ShadowColorCcbChange'#0#0
+#17'TOvcColorComboBox'#12'FontColorCcb'#4'Left'#2#7#3'Top'#2'c'#5'Width'#3
+#137#0#6'Height'#2#22#10'ItemHeight'#2#12#13'SelectedColor'#7#7'clBlack'#8'T'
+'abOrder'#2#0#4'Text'#6#5'Black'#8'OnChange'#7#18'FontColorCcbChange'#0#0#0#6
+'TPanel'#6'Panel4'#4'Left'#2#0#3'Top'#3#30#1#5'Width'#3'A'#2#6'Height'#2'N'#8
+'TabOrder'#2#2#0#6'TLabel'#6'Label9'#4'Left'#2#20#3'Top'#2#8#5'Width'#2'i'#6
+'Height'#2#13#9'Alignment'#7#14'taRightJustify'#8'AutoSize'#8#7'Caption'#6#11
+'Font Size: '#0#0#6'TLabel'#11'FontSizeLbl'#4'Left'#3#244#1#3'Top'#2#8#5'Wid'
+'th'#2#6#6'Height'#2#13#7'Caption'#6#1'0'#0#0#6'TLabel'#17'HighlightDepthLbl'
+#4'Left'#3#244#1#3'Top'#2' '#5'Width'#2#6#6'Height'#2#13#7'Caption'#6#1'0'#0
+#0#6'TLabel'#14'ShadowDepthLbl'#4'Left'#3#244#1#3'Top'#2'8'#5'Width'#2#6#6'H'
+'eight'#2#13#7'Caption'#6#1'0'#0#0#6'TLabel'#7'Label10'#4'Left'#2#20#3'Top'#2
+' '#5'Width'#2'i'#6'Height'#2#13#9'Alignment'#7#14'taRightJustify'#8'AutoSiz'
+'e'#8#7'Caption'#6#17'Highlight Depth: '#0#0#6'TLabel'#7'Label11'#4'Left'#2
+#20#3'Top'#2'8'#5'Width'#2'i'#6'Height'#2#13#9'Alignment'#7#14'taRightJustif'
+'y'#8'AutoSize'#8#7'Caption'#6#14'Shadow Depth: '#0#0#10'TScrollBar'#10'Font'
+'SizeSb'#4'Left'#3#132#0#3'Top'#2#8#5'Width'#3'e'#1#6'Height'#2#14#8'TabOrde'
+'r'#2#0#8'OnChange'#7#16'FontSizeSbChange'#0#0#10'TScrollBar'#13'ShadowDepth'
+'Sb'#4'Left'#3#132#0#3'Top'#2'8'#5'Width'#3'e'#1#6'Height'#2#14#3'Max'#2'2'#8
+'TabOrder'#2#2#8'OnChange'#7#19'ShadowDepthSbChange'#0#0#10'TScrollBar'#16'H'
+'ighlightDepthSb'#4'Left'#3#132#0#3'Top'#2' '#5'Width'#3'e'#1#6'Height'#2#14
+#3'Max'#2'2'#8'TabOrder'#2#1#8'OnChange'#7#22'HighlightDepthSbChange'#0#0#0
+#14'TOvcController'#14'OvcController1'#23'EntryCommands.TableList'#1#6#7'Def'
+'ault'#9#1#0#6#8'WordStar'#8#1#0#6#4'Grid'#8#1#0#0#5'Epoch'#3'l'#7#0#0#0
]);

View File

@ -13,7 +13,6 @@ object frmSaveScheme: TfrmSaveScheme
Font.Style = []
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 4
Top = 8

View File

@ -3,13 +3,13 @@ LazarusResources.Add('TfrmSaveScheme','FORMDATA',[
+'orderStyle'#7#8'bsDialog'#7'Caption'#6#10'Save Style'#12'ClientHeight'#2'U'
+#6'Height'#2'U'#11'ClientWidth'#3'\'#1#5'Width'#3'\'#1#12'Font.Charset'#7#15
+'DEFAULT_CHARSET'#10'Font.Color'#7#12'clWindowText'#11'Font.Height'#2#245#10
+'Font.Style'#11#0#8'OnCreate'#7#10'FormCreate'#13'PixelsPerInch'#2'`'#10'Tex'
+'tHeight'#2#13#0#6'TLabel'#6'Label1'#4'Left'#2#4#3'Top'#2#8#5'Width'#2'U'#6
+'Height'#2#13#7'Caption'#6#19'Save this style as:'#0#0#5'TEdit'#12'SchemeNam'
+'eEd'#4'Left'#2#4#3'Top'#2#24#5'Width'#3'U'#1#6'Height'#2#21#9'MaxLength'#3
+#255#0#8'TabOrder'#2#0#0#0#7'TButton'#5'OkBtn'#4'Left'#3#192#0#3'Top'#2'8'#5
+'Width'#2'K'#6'Height'#2#25#7'Caption'#6#2'OK'#7'Default'#9#11'ModalResult'#2
+#1#8'TabOrder'#2#1#0#0#7'TButton'#9'CancelBtn'#4'Left'#3#16#1#3'Top'#2'8'#5
+'Width'#2'K'#6'Height'#2#25#6'Cancel'#9#7'Caption'#6#6'Cancel'#11'ModalResul'
+'t'#2#2#8'TabOrder'#2#2#0#0#0
+'Font.Style'#11#0#8'OnCreate'#7#10'FormCreate'#13'PixelsPerInch'#2'`'#0#6'TL'
+'abel'#6'Label1'#4'Left'#2#4#3'Top'#2#8#5'Width'#2'U'#6'Height'#2#13#7'Capti'
+'on'#6#19'Save this style as:'#0#0#5'TEdit'#12'SchemeNameEd'#4'Left'#2#4#3'T'
+'op'#2#24#5'Width'#3'U'#1#6'Height'#2#21#9'MaxLength'#3#255#0#8'TabOrder'#2#0
+#0#0#7'TButton'#5'OkBtn'#4'Left'#3#192#0#3'Top'#2'8'#5'Width'#2'K'#6'Height'
+#2#25#7'Caption'#6#2'OK'#7'Default'#9#11'ModalResult'#2#1#8'TabOrder'#2#1#0#0
+#7'TButton'#9'CancelBtn'#4'Left'#3#16#1#3'Top'#2'8'#5'Width'#2'K'#6'Height'#2
+#25#6'Cancel'#9#7'Caption'#6#6'Cancel'#11'ModalResult'#2#2#8'TabOrder'#2#2#0
+#0#0
]);

View File

@ -10,7 +10,6 @@ object Form1: TForm1
Font.Height = -11
Font.Style = []
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 16
Top = 24

View File

@ -2,30 +2,30 @@ LazarusResources.Add('TForm1','FORMDATA',[
'TPF0'#6'TForm1'#5'Form1'#4'Left'#3#192#0#3'Top'#2'r'#5'Width'#3#159#1#6'Heig'
+'ht'#3'!'#1#7'Caption'#6#5'Form1'#5'Color'#7#9'clBtnFace'#12'Font.Charset'#7
+#15'DEFAULT_CHARSET'#10'Font.Color'#7#12'clWindowText'#11'Font.Height'#2#245
+#10'Font.Style'#11#0#13'PixelsPerInch'#2'`'#10'TextHeight'#2#13#0#6'TLabel'#6
+'Label1'#4'Left'#2#16#3'Top'#2#24#5'Width'#3#129#1#6'Height'#2'!'#9'Alignmen'
+'t'#7#8'taCenter'#8'AutoSize'#8#7'Caption'#6'@Enter a positive integer, then'
+' move to next control to validate.'#8'WordWrap'#9#0#0#6'TLabel'#6'Label2'#4
+'Left'#2#16#3'Top'#2'h'#5'Width'#3#129#1#6'Height'#2'!'#9'Alignment'#7#8'taC'
+'enter'#8'AutoSize'#8#7'Caption'#6'DEnter a positive real number, then move '
+'to next control to validate.'#8'WordWrap'#9#0#0#12'TO32FlexEdit'#12'O32Flex'
+'Edit1'#4'Left'#3#168#0#3'Top'#2'8'#5'Width'#2'Q'#6'Height'#2#21#27'EfColors'
+'.Disabled.BackColor'#7#8'clWindow'#27'EfColors.Disabled.TextColor'#7#10'clG'
+'rayText'#24'EfColors.Error.BackColor'#7#5'clRed'#24'EfColors.Error.TextColo'
+'r'#7#7'clBlack'#28'EfColors.Highlight.BackColor'#7#11'clHighlight'#28'EfCol'
+'ors.Highlight.TextColor'#7#15'clHighlightText'#8'TabOrder'#2#0#22'Validatio'
+'n.BeepOnError'#9#25'Validation.SoftValidation'#8#26'Validation.ValidationEv'
+'ent'#7#8'veOnExit'#24'Validation.ValidatorType'#6#4'None'#25'Validation.Val'
+'idationType'#7#6'vtUser'#24'Validation.InputRequired'#8#16'OnUserValidation'
+#7#26'O32FlexEdit1UserValidation'#17'OnValidationError'#7#26'O32FlexEditVali'
+'dationError'#0#0#12'TO32FlexEdit'#12'O32FlexEdit2'#4'Left'#3#168#0#3'Top'#3
+#136#0#5'Width'#2'Q'#6'Height'#2#21#27'EfColors.Disabled.BackColor'#7#8'clWi'
+'ndow'#27'EfColors.Disabled.TextColor'#7#10'clGrayText'#24'EfColors.Error.Ba'
+'ckColor'#7#5'clRed'#24'EfColors.Error.TextColor'#7#7'clBlack'#28'EfColors.H'
+'ighlight.BackColor'#7#11'clHighlight'#28'EfColors.Highlight.TextColor'#7#15
+'clHighlightText'#8'TabOrder'#2#1#22'Validation.BeepOnError'#9#25'Validation'
+'.SoftValidation'#8#26'Validation.ValidationEvent'#7#8'veOnExit'#24'Validati'
+'on.ValidatorType'#6#4'None'#25'Validation.ValidationType'#7#6'vtUser'#24'Va'
+'lidation.InputRequired'#8#16'OnUserValidation'#7#26'O32FlexEdit2UserValidat'
+'ion'#17'OnValidationError'#7#26'O32FlexEditValidationError'#0#0#0
+#10'Font.Style'#11#0#13'PixelsPerInch'#2'`'#0#6'TLabel'#6'Label1'#4'Left'#2
+#16#3'Top'#2#24#5'Width'#3#129#1#6'Height'#2'!'#9'Alignment'#7#8'taCenter'#8
+'AutoSize'#8#7'Caption'#6'@Enter a positive integer, then move to next contr'
+'ol to validate.'#8'WordWrap'#9#0#0#6'TLabel'#6'Label2'#4'Left'#2#16#3'Top'#2
+'h'#5'Width'#3#129#1#6'Height'#2'!'#9'Alignment'#7#8'taCenter'#8'AutoSize'#8
+#7'Caption'#6'DEnter a positive real number, then move to next control to va'
+'lidate.'#8'WordWrap'#9#0#0#12'TO32FlexEdit'#12'O32FlexEdit1'#4'Left'#3#168#0
+#3'Top'#2'8'#5'Width'#2'Q'#6'Height'#2#21#27'EfColors.Disabled.BackColor'#7#8
+'clWindow'#27'EfColors.Disabled.TextColor'#7#10'clGrayText'#24'EfColors.Erro'
+'r.BackColor'#7#5'clRed'#24'EfColors.Error.TextColor'#7#7'clBlack'#28'EfColo'
+'rs.Highlight.BackColor'#7#11'clHighlight'#28'EfColors.Highlight.TextColor'#7
+#15'clHighlightText'#8'TabOrder'#2#0#22'Validation.BeepOnError'#9#25'Validat'
+'ion.SoftValidation'#8#26'Validation.ValidationEvent'#7#8'veOnExit'#24'Valid'
+'ation.ValidatorType'#6#4'None'#25'Validation.ValidationType'#7#6'vtUser'#24
+'Validation.InputRequired'#8#16'OnUserValidation'#7#26'O32FlexEdit1UserValid'
+'ation'#17'OnValidationError'#7#26'O32FlexEditValidationError'#0#0#12'TO32Fl'
+'exEdit'#12'O32FlexEdit2'#4'Left'#3#168#0#3'Top'#3#136#0#5'Width'#2'Q'#6'Hei'
+'ght'#2#21#27'EfColors.Disabled.BackColor'#7#8'clWindow'#27'EfColors.Disable'
+'d.TextColor'#7#10'clGrayText'#24'EfColors.Error.BackColor'#7#5'clRed'#24'Ef'
+'Colors.Error.TextColor'#7#7'clBlack'#28'EfColors.Highlight.BackColor'#7#11
+'clHighlight'#28'EfColors.Highlight.TextColor'#7#15'clHighlightText'#8'TabOr'
+'der'#2#1#22'Validation.BeepOnError'#9#25'Validation.SoftValidation'#8#26'Va'
+'lidation.ValidationEvent'#7#8'veOnExit'#24'Validation.ValidatorType'#6#4'No'
+'ne'#25'Validation.ValidationType'#7#6'vtUser'#24'Validation.InputRequired'#8
+#16'OnUserValidation'#7#26'O32FlexEdit2UserValidation'#17'OnValidationError'
+#7#26'O32FlexEditValidationError'#0#0#0
]);

View File

@ -10,7 +10,6 @@ object Form1: TForm1
Font.Height = -11
Font.Style = []
PixelsPerInch = 96
TextHeight = 13
object OvcLabel1: TOvcLabel
Left = 64
Top = 32

View File

@ -2,15 +2,14 @@ LazarusResources.Add('TForm1','FORMDATA',[
'TPF0'#6'TForm1'#5'Form1'#4'Left'#3#192#0#3'Top'#2'r'#5'Width'#3'z'#1#6'Heigh'
+'t'#3'2'#1#7'Caption'#6#5'Form1'#5'Color'#7#9'clBtnFace'#12'Font.Charset'#7
+#15'DEFAULT_CHARSET'#10'Font.Color'#7#12'clWindowText'#11'Font.Height'#2#245
+#10'Font.Style'#11#0#13'PixelsPerInch'#2'`'#10'TextHeight'#2#13#0#9'TOvcLabe'
+'l'#9'OvcLabel1'#4'Left'#2'@'#3'Top'#2' '#5'Width'#3#1#1#6'Height'#2'1'#7'Ca'
+'ption'#6#18'Fancy Raised Label'#5'Color'#7#9'clBtnFace'#12'Font.Charset'#7
+#15'DEFAULT_CHARSET'#10'Font.Color'#7#6'clGray'#11'Font.Height'#2#230#10'Fon'
+'t.Style'#11#0#11'ParentColor'#8#0#0#9'TOvcLabel'#9'OvcLabel2'#4'Left'#2'@'#3
+'Top'#2'p'#5'Width'#3#1#1#6'Height'#2'1'#10'Appearance'#7#8'apSunken'#7'Capt'
+'ion'#6#18'Fancy Sunken Label'#5'Color'#7#9'clBtnFace'#11'ColorScheme'#7#8'c'
+'sCustom!CustomSettings.HighlightDirection'#7#11'sdDownRight'#30'CustomSetti'
+'ngs.ShadowDirection'#7#8'sdUpLeft'#12'Font.Charset'#7#15'DEFAULT_CHARSET'#10
+'Font.Color'#7#6'clGray'#11'Font.Height'#2#230#10'Font.Style'#11#0#11'Parent'
+'Color'#8#0#0#0
+#10'Font.Style'#11#0#13'PixelsPerInch'#2'`'#0#9'TOvcLabel'#9'OvcLabel1'#4'Le'
+'ft'#2'@'#3'Top'#2' '#5'Width'#3#1#1#6'Height'#2'1'#7'Caption'#6#18'Fancy Ra'
+'ised Label'#5'Color'#7#9'clBtnFace'#12'Font.Charset'#7#15'DEFAULT_CHARSET'
+#10'Font.Color'#7#6'clGray'#11'Font.Height'#2#230#10'Font.Style'#11#0#11'Par'
+'entColor'#8#0#0#9'TOvcLabel'#9'OvcLabel2'#4'Left'#2'@'#3'Top'#2'p'#5'Width'
+#3#1#1#6'Height'#2'1'#10'Appearance'#7#8'apSunken'#7'Caption'#6#18'Fancy Sun'
+'ken Label'#5'Color'#7#9'clBtnFace'#11'ColorScheme'#7#8'csCustom!CustomSetti'
+'ngs.HighlightDirection'#7#11'sdDownRight'#30'CustomSettings.ShadowDirection'
+#7#8'sdUpLeft'#12'Font.Charset'#7#15'DEFAULT_CHARSET'#10'Font.Color'#7#6'clG'
+'ray'#11'Font.Height'#2#230#10'Font.Style'#11#0#11'ParentColor'#8#0#0#0
]);

View File

@ -10,7 +10,6 @@ object Form1: TForm1
Font.Height = -11
Font.Style = []
PixelsPerInch = 96
TextHeight = 13
object OvcRotatedLabel1: TOvcRotatedLabel
Left = 56
Top = 32

View File

@ -2,22 +2,22 @@ LazarusResources.Add('TForm1','FORMDATA',[
'TPF0'#6'TForm1'#5'Form1'#4'Left'#3#192#0#3'Top'#2'r'#5'Width'#3#179#1#6'Heig'
+'ht'#3'%'#1#7'Caption'#6#5'Form1'#5'Color'#7#9'clBtnFace'#12'Font.Charset'#7
+#15'DEFAULT_CHARSET'#10'Font.Color'#7#12'clWindowText'#11'Font.Height'#2#245
+#10'Font.Style'#11#0#13'PixelsPerInch'#2'`'#10'TextHeight'#2#13#0#16'TOvcRot'
+'atedLabel'#16'OvcRotatedLabel1'#4'Left'#2'8'#3'Top'#2' '#5'Width'#3#153#0#6
+'Height'#2#25#8'AutoSize'#8#7'Caption'#6#11'Not rotated'#12'Font.Charset'#7
+#15'DEFAULT_CHARSET'#10'Font.Color'#7#12'clWindowText'#11'Font.Height'#2#243
+#10'Font.Style'#11#0#12'ShadowedText'#8#0#0#16'TOvcRotatedLabel'#16'OvcRotat'
+'edLabel2'#4'Left'#2'8'#3'Top'#2'P'#5'Width'#3#153#0#6'Height'#2'9'#8'AutoSi'
+'ze'#8#7'Caption'#6#18'Rotated 15 degrees'#12'Font.Charset'#7#15'DEFAULT_CHA'
+#10'Font.Style'#11#0#13'PixelsPerInch'#2'`'#0#16'TOvcRotatedLabel'#16'OvcRot'
+'atedLabel1'#4'Left'#2'8'#3'Top'#2' '#5'Width'#3#153#0#6'Height'#2#25#8'Auto'
+'Size'#8#7'Caption'#6#11'Not rotated'#12'Font.Charset'#7#15'DEFAULT_CHARSET'
+#10'Font.Color'#7#12'clWindowText'#11'Font.Height'#2#243#10'Font.Style'#11#0
+#12'ShadowedText'#8#0#0#16'TOvcRotatedLabel'#16'OvcRotatedLabel2'#4'Left'#2
+'8'#3'Top'#2'P'#5'Width'#3#153#0#6'Height'#2'9'#8'AutoSize'#8#7'Caption'#6#18
+'Rotated 15 degrees'#12'Font.Charset'#7#15'DEFAULT_CHARSET'#10'Font.Color'#7
+#12'clWindowText'#11'Font.Height'#2#243#10'Font.Style'#11#0#9'FontAngle'#2#15
+#7'OriginY'#2#30#12'ShadowedText'#8#0#0#16'TOvcRotatedLabel'#16'OvcRotatedLa'
+'bel3'#4'Left'#2'8'#3'Top'#3#160#0#5'Width'#3#153#0#6'Height'#2'9'#8'AutoSiz'
+'e'#8#7'Caption'#6#19'Rotated -15 degrees'#12'Font.Charset'#7#15'DEFAULT_CHA'
+'RSET'#10'Font.Color'#7#12'clWindowText'#11'Font.Height'#2#243#10'Font.Style'
+#11#0#9'FontAngle'#2#15#7'OriginY'#2#30#12'ShadowedText'#8#0#0#16'TOvcRotate'
+'dLabel'#16'OvcRotatedLabel3'#4'Left'#2'8'#3'Top'#3#160#0#5'Width'#3#153#0#6
+'Height'#2'9'#8'AutoSize'#8#7'Caption'#6#19'Rotated -15 degrees'#12'Font.Cha'
+'rset'#7#15'DEFAULT_CHARSET'#10'Font.Color'#7#12'clWindowText'#11'Font.Heigh'
+'t'#2#243#10'Font.Style'#11#0#9'FontAngle'#2#241#7'OriginX'#2#5#12'ShadowedT'
+'ext'#8#0#0#16'TOvcRotatedLabel'#16'OvcRotatedLabel4'#4'Left'#3#8#1#3'Top'#2
+' '#5'Width'#2'A'#6'Height'#3#185#0#8'AutoSize'#8#7'Caption'#6#18'Rotated 90'
+' degrees'#12'Font.Charset'#7#15'DEFAULT_CHARSET'#10'Font.Color'#7#12'clWind'
+'owText'#11'Font.Height'#2#243#10'Font.Style'#11#0#9'FontAngle'#2'Z'#7'Origi'
+'nY'#3#175#0#12'ShadowedText'#8#0#0#0
+#11#0#9'FontAngle'#2#241#7'OriginX'#2#5#12'ShadowedText'#8#0#0#16'TOvcRotate'
+'dLabel'#16'OvcRotatedLabel4'#4'Left'#3#8#1#3'Top'#2' '#5'Width'#2'A'#6'Heig'
+'ht'#3#185#0#8'AutoSize'#8#7'Caption'#6#18'Rotated 90 degrees'#12'Font.Chars'
+'et'#7#15'DEFAULT_CHARSET'#10'Font.Color'#7#12'clWindowText'#11'Font.Height'
+#2#243#10'Font.Style'#11#0#9'FontAngle'#2'Z'#7'OriginY'#3#175#0#12'ShadowedT'
+'ext'#8#0#0#0
]);

View File

@ -10,7 +10,6 @@ object Form1: TForm1
Font.Height = -11
Font.Style = []
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 16
Top = 24

View File

@ -2,28 +2,28 @@ LazarusResources.Add('TForm1','FORMDATA',[
'TPF0'#6'TForm1'#5'Form1'#4'Left'#3#192#0#3'Top'#2'r'#5'Width'#3#159#1#6'Heig'
+'ht'#3'!'#1#7'Caption'#6#5'Form1'#5'Color'#7#9'clBtnFace'#12'Font.Charset'#7
+#15'DEFAULT_CHARSET'#10'Font.Color'#7#12'clWindowText'#11'Font.Height'#2#245
+#10'Font.Style'#11#0#13'PixelsPerInch'#2'`'#10'TextHeight'#2#13#0#6'TLabel'#6
+'Label1'#4'Left'#2#16#3'Top'#2#24#5'Width'#3#129#1#6'Height'#2'!'#9'Alignmen'
+'t'#7#8'taCenter'#8'AutoSize'#8#7'Caption'#6'@Enter a positive integer, then'
+' move to next control to validate.'#8'WordWrap'#9#0#0#6'TLabel'#6'Label2'#4
+'Left'#2#16#3'Top'#2'h'#5'Width'#3#129#1#6'Height'#2'!'#9'Alignment'#7#8'taC'
+'enter'#8'AutoSize'#8#7'Caption'#6'DEnter a positive real number, then move '
+'to next control to validate.'#8'WordWrap'#9#0#0#15'TOvcSimpleField'#15'OvcS'
+'impleField1'#4'Left'#3#168#0#3'Top'#2'8'#5'Width'#2'Q'#6'Height'#2#21#6'Cur'
+'sor'#7#7'crIBeam'#8'DataType'#7#9'sftString'#14'CaretOvr.Shape'#7#7'csBlock'
+#16'ControlCharColor'#7#5'clRed'#13'DecimalPlaces'#2#0#27'EFColors.Disabled.'
+'BackColor'#7#8'clWindow'#27'EFColors.Disabled.TextColor'#7#10'clGrayText'#24
+'EFColors.Error.BackColor'#7#5'clRed'#24'EFColors.Error.TextColor'#7#7'clBla'
+'ck'#28'EFColors.Highlight.BackColor'#7#11'clHighlight'#28'EFColors.Highligh'
+'t.TextColor'#7#15'clHighlightText'#11'PictureMask'#6#1'X'#8'TabOrder'#2#0#7
+'OnError'#7#19'OvcSimpleFieldError'#16'OnUserValidation'#7#29'OvcSimpleField'
+'1UserValidation'#0#0#15'TOvcSimpleField'#15'OvcSimpleField2'#4'Left'#3#168#0
+#3'Top'#3#136#0#5'Width'#2'Q'#6'Height'#2#21#6'Cursor'#7#7'crIBeam'#8'DataTy'
+'pe'#7#9'sftString'#14'CaretOvr.Shape'#7#7'csBlock'#16'ControlCharColor'#7#5
+'clRed'#13'DecimalPlaces'#2#0#27'EFColors.Disabled.BackColor'#7#8'clWindow'
+#10'Font.Style'#11#0#13'PixelsPerInch'#2'`'#0#6'TLabel'#6'Label1'#4'Left'#2
+#16#3'Top'#2#24#5'Width'#3#129#1#6'Height'#2'!'#9'Alignment'#7#8'taCenter'#8
+'AutoSize'#8#7'Caption'#6'@Enter a positive integer, then move to next contr'
+'ol to validate.'#8'WordWrap'#9#0#0#6'TLabel'#6'Label2'#4'Left'#2#16#3'Top'#2
+'h'#5'Width'#3#129#1#6'Height'#2'!'#9'Alignment'#7#8'taCenter'#8'AutoSize'#8
+#7'Caption'#6'DEnter a positive real number, then move to next control to va'
+'lidate.'#8'WordWrap'#9#0#0#15'TOvcSimpleField'#15'OvcSimpleField1'#4'Left'#3
+#168#0#3'Top'#2'8'#5'Width'#2'Q'#6'Height'#2#21#6'Cursor'#7#7'crIBeam'#8'Dat'
+'aType'#7#9'sftString'#14'CaretOvr.Shape'#7#7'csBlock'#16'ControlCharColor'#7
+#5'clRed'#13'DecimalPlaces'#2#0#27'EFColors.Disabled.BackColor'#7#8'clWindow'
+#27'EFColors.Disabled.TextColor'#7#10'clGrayText'#24'EFColors.Error.BackColo'
+'r'#7#5'clRed'#24'EFColors.Error.TextColor'#7#7'clBlack'#28'EFColors.Highlig'
+'ht.BackColor'#7#11'clHighlight'#28'EFColors.Highlight.TextColor'#7#15'clHig'
+'hlightText'#11'PictureMask'#6#1'X'#8'TabOrder'#2#1#7'OnError'#7#19'OvcSimpl'
+'eFieldError'#16'OnUserValidation'#7#29'OvcSimpleField2UserValidation'#0#0#0
+'hlightText'#11'PictureMask'#6#1'X'#8'TabOrder'#2#0#7'OnError'#7#19'OvcSimpl'
+'eFieldError'#16'OnUserValidation'#7#29'OvcSimpleField1UserValidation'#0#0#15
+'TOvcSimpleField'#15'OvcSimpleField2'#4'Left'#3#168#0#3'Top'#3#136#0#5'Width'
+#2'Q'#6'Height'#2#21#6'Cursor'#7#7'crIBeam'#8'DataType'#7#9'sftString'#14'Ca'
+'retOvr.Shape'#7#7'csBlock'#16'ControlCharColor'#7#5'clRed'#13'DecimalPlaces'
+#2#0#27'EFColors.Disabled.BackColor'#7#8'clWindow'#27'EFColors.Disabled.Text'
+'Color'#7#10'clGrayText'#24'EFColors.Error.BackColor'#7#5'clRed'#24'EFColors'
+'.Error.TextColor'#7#7'clBlack'#28'EFColors.Highlight.BackColor'#7#11'clHigh'
+'light'#28'EFColors.Highlight.TextColor'#7#15'clHighlightText'#11'PictureMas'
+'k'#6#1'X'#8'TabOrder'#2#1#7'OnError'#7#19'OvcSimpleFieldError'#16'OnUserVal'
+'idation'#7#29'OvcSimpleField2UserValidation'#0#0#0
]);

View File

@ -10,7 +10,6 @@ object Form1: TForm1
Font.Height = -11
Font.Style = []
PixelsPerInch = 96
TextHeight = 13
object OvcSpinner1: TOvcSpinner
Left = 144
Top = 88

View File

@ -2,9 +2,9 @@ LazarusResources.Add('TForm1','FORMDATA',[
'TPF0'#6'TForm1'#5'Form1'#4'Left'#3#192#0#3'Top'#2'r'#5'Width'#3#159#1#6'Heig'
+'ht'#3'!'#1#7'Caption'#6#5'Form1'#5'Color'#7#9'clBtnFace'#12'Font.Charset'#7
+#15'DEFAULT_CHARSET'#10'Font.Color'#7#12'clWindowText'#11'Font.Height'#2#245
+#10'Font.Style'#11#0#13'PixelsPerInch'#2'`'#10'TextHeight'#2#13#0#11'TOvcSpi'
+'nner'#11'OvcSpinner1'#4'Left'#3#144#0#3'Top'#2'X'#5'Width'#2'1'#6'Height'#2
+'A'#10'AutoRepeat'#9#5'Delta'#5#0#0#0#0#0#0#0#128#255'?'#14'FocusedControl'#7
+#5'Edit1'#0#0#5'TEdit'#5'Edit1'#4'Left'#3#208#0#3'Top'#2'p'#5'Width'#2'9'#6
+'Height'#2#21#8'TabOrder'#2#1#4'Text'#6#1'0'#0#0#0
+#10'Font.Style'#11#0#13'PixelsPerInch'#2'`'#0#11'TOvcSpinner'#11'OvcSpinner1'
+#4'Left'#3#144#0#3'Top'#2'X'#5'Width'#2'1'#6'Height'#2'A'#10'AutoRepeat'#9#5
+'Delta'#5#0#0#0#0#0#0#0#128#255'?'#14'FocusedControl'#7#5'Edit1'#0#0#5'TEdit'
+#5'Edit1'#4'Left'#3#208#0#3'Top'#2'p'#5'Width'#2'9'#6'Height'#2#21#8'TabOrde'
+'r'#2#1#4'Text'#6#1'0'#0#0#0
]);

View File

@ -12,7 +12,6 @@ object Form1: TForm1
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 14
object OvcTable1: TOvcTable
Left = 16
Top = 16
@ -84,21 +83,21 @@ object Form1: TForm1
ShowLetters = False
Adjust = otaCenter
Table = OvcTable1
Top = 48
Left = 48
end
object OvcTCRowHead1: TOvcTCRowHead
Adjust = otaCenter
Table = OvcTable1
Top = 80
Left = 80
end
object OvcTCString1: TOvcTCString
AutoAdvanceLeftRight = True
Table = OvcTable1
Top = 144
Left = 144
end
object OvcTCMemo1: TOvcTCMemo
Table = OvcTable1
Top = 264
Left = 264
end
object OvcTCCheckBox1: TOvcTCCheckBox
Adjust = otaCenter
@ -106,18 +105,18 @@ object Form1: TForm1
CellGlyphs.GlyphCount = 3
CellGlyphs.ActiveGlyphCount = 2
Table = OvcTable1
Top = 384
Left = 384
end
object OvcTCComboBox1: TOvcTCComboBox
Style = csDropDownList
Table = OvcTable1
OnChange = OvcTCComboBox1Change
Top = 512
Left = 512
end
object OvcTCBitMap1: TOvcTCBitMap
Adjust = otaTopCenter
Table = OvcTable1
Top = 624
Left = 624
end
object OvcController1: TOvcController
EntryCommands.TableList = (
@ -131,6 +130,6 @@ object Form1: TForm1
False
())
Epoch = 2000
Top = 16
Left = 16
end
end

View File

@ -3,40 +3,40 @@ LazarusResources.Add('TForm1','FORMDATA',[
+#3#190#1#7'Caption'#6#5'Form1'#5'Color'#7#9'clBtnFace'#12'Font.Charset'#7#15
+'DEFAULT_CHARSET'#10'Font.Color'#7#12'clWindowText'#11'Font.Height'#2#245#10
+'Font.Style'#11#0#8'OnCreate'#7#10'FormCreate'#9'OnDestroy'#7#11'FormDestroy'
+#13'PixelsPerInch'#2'`'#10'TextHeight'#2#14#0#9'TOvcTable'#9'OvcTable1'#4'Le'
+'ft'#2#16#3'Top'#2#16#5'Width'#3#225#2#6'Height'#3#153#1#7'Anchors'#11#6'akL'
+'eft'#5'akTop'#7'akRight'#8'akBottom'#0#5'Color'#7#8'clWindow'#10'Controller'
+#7#14'OvcController1!GridPenSet.NormalGrid.NormalColor'#7#11'clBtnShadow'#27
+'GridPenSet.NormalGrid.Style'#7#5'psDot'#28'GridPenSet.NormalGrid.Effect'#7#6
+'geBoth!GridPenSet.LockedGrid.NormalColor'#7#11'clBtnShadow'#27'GridPenSet.L'
+'ockedGrid.Style'#7#7'psSolid'#28'GridPenSet.LockedGrid.Effect'#7#4'ge3D&Gri'
+'dPenSet.CellWhenFocused.NormalColor'#7#7'clBlack GridPenSet.CellWhenFocused'
+'.Style'#7#7'psSolid!GridPenSet.CellWhenFocused.Effect'#7#6'geBoth(GridPenSe'
+'t.CellWhenUnfocused.NormalColor'#7#7'clBlack"GridPenSet.CellWhenUnfocused.S'
+'tyle'#7#6'psDash#GridPenSet.CellWhenUnfocused.Effect'#7#6'geBoth'#14'Locked'
+'RowsCell'#7#13'OvcTCColHead1'#7'Options'#11#16'otoNoRowResizing'#16'otoNoCo'
+'lResizing'#13'otoTabToArrow'#15'otoEnterToArrow'#16'otoAlwaysEditing'#14'ot'
+'oNoSelection'#13'otoThumbTrack'#0#8'TabOrder'#2#0#13'OnGetCellData'#7#20'Ov'
+'cTable1GetCellData'#8'CellData'#1#6#19'Form1.OvcTCColHead1'#6#19'Form1.OvcT'
+'CRowHead1'#6#18'Form1.OvcTCString1'#6#16'Form1.OvcTCMemo1'#6#20'Form1.OvcTC'
+'CheckBox1'#6#20'Form1.OvcTCComboBox1'#6#18'Form1.OvcTCBitMap1'#0#7'RowData'
+#1#2'#'#0#7'ColData'#1#2'n'#8#9#6#19'Form1.OvcTCRowHead1'#2'Z'#8#9#6#18'Form'
+'1.OvcTCString1'#3#150#0#8#9#6#16'Form1.OvcTCMemo1'#2'n'#8#9#6#20'Form1.OvcT'
+'CCheckBox1'#3#160#0#8#9#6#20'Form1.OvcTCComboBox1'#2'Z'#8#9#6#18'Form1.OvcT'
+'CBitMap1'#0#0#0#13'TOvcTCColHead'#13'OvcTCColHead1'#16'Headings.Strings'#1#6
+#13'TOvcTCRowHead'#6#12'TOvcTCString'#6#10'TOvcTCMemo'#6#14'TOvcTCCheckBox'#6
+#14'TOvcTCComboBox'#6#12'TOvcTCBitmap'#0#11'ShowLetters'#8#6'Adjust'#7#9'ota'
+'Center'#5'Table'#7#9'OvcTable1'#3'Top'#2'0'#0#0#13'TOvcTCRowHead'#13'OvcTCR'
+'owHead1'#6'Adjust'#7#9'otaCenter'#5'Table'#7#9'OvcTable1'#3'Top'#2'P'#0#0#12
+'TOvcTCString'#12'OvcTCString1'#20'AutoAdvanceLeftRight'#9#5'Table'#7#9'OvcT'
+'able1'#3'Top'#3#144#0#0#0#10'TOvcTCMemo'#10'OvcTCMemo1'#5'Table'#7#9'OvcTab'
+'le1'#3'Top'#3#8#1#0#0#14'TOvcTCCheckBox'#14'OvcTCCheckBox1'#6'Adjust'#7#9'o'
+'taCenter'#20'CellGlyphs.IsDefault'#9#21'CellGlyphs.GlyphCount'#2#3#27'CellG'
+'lyphs.ActiveGlyphCount'#2#2#5'Table'#7#9'OvcTable1'#3'Top'#3#128#1#0#0#14'T'
+'OvcTCComboBox'#14'OvcTCComboBox1'#5'Style'#7#14'csDropDownList'#5'Table'#7#9
+'OvcTable1'#8'OnChange'#7#20'OvcTCComboBox1Change'#3'Top'#3#0#2#0#0#12'TOvcT'
+'CBitMap'#12'OvcTCBitMap1'#6'Adjust'#7#12'otaTopCenter'#5'Table'#7#9'OvcTabl'
+'e1'#3'Top'#3'p'#2#0#0#14'TOvcController'#14'OvcController1'#23'EntryCommand'
+'s.TableList'#1#6#7'Default'#9#1#0#6#8'WordStar'#8#1#0#6#4'Grid'#8#1#0#0#5'E'
+'poch'#3#208#7#3'Top'#2#16#0#0#0
+#13'PixelsPerInch'#2'`'#0#9'TOvcTable'#9'OvcTable1'#4'Left'#2#16#3'Top'#2#16
+#5'Width'#3#225#2#6'Height'#3#153#1#7'Anchors'#11#6'akLeft'#5'akTop'#7'akRig'
+'ht'#8'akBottom'#0#5'Color'#7#8'clWindow'#10'Controller'#7#14'OvcController1'
+'!GridPenSet.NormalGrid.NormalColor'#7#11'clBtnShadow'#27'GridPenSet.NormalG'
+'rid.Style'#7#5'psDot'#28'GridPenSet.NormalGrid.Effect'#7#6'geBoth!GridPenSe'
+'t.LockedGrid.NormalColor'#7#11'clBtnShadow'#27'GridPenSet.LockedGrid.Style'
+#7#7'psSolid'#28'GridPenSet.LockedGrid.Effect'#7#4'ge3D&GridPenSet.CellWhenF'
+'ocused.NormalColor'#7#7'clBlack GridPenSet.CellWhenFocused.Style'#7#7'psSol'
+'id!GridPenSet.CellWhenFocused.Effect'#7#6'geBoth(GridPenSet.CellWhenUnfocus'
+'ed.NormalColor'#7#7'clBlack"GridPenSet.CellWhenUnfocused.Style'#7#6'psDash#'
+'GridPenSet.CellWhenUnfocused.Effect'#7#6'geBoth'#14'LockedRowsCell'#7#13'Ov'
+'cTCColHead1'#7'Options'#11#16'otoNoRowResizing'#16'otoNoColResizing'#13'oto'
+'TabToArrow'#15'otoEnterToArrow'#16'otoAlwaysEditing'#14'otoNoSelection'#13
+'otoThumbTrack'#0#8'TabOrder'#2#0#13'OnGetCellData'#7#20'OvcTable1GetCellDat'
+'a'#8'CellData'#1#6#19'Form1.OvcTCColHead1'#6#19'Form1.OvcTCRowHead1'#6#18'F'
+'orm1.OvcTCString1'#6#16'Form1.OvcTCMemo1'#6#20'Form1.OvcTCCheckBox1'#6#20'F'
+'orm1.OvcTCComboBox1'#6#18'Form1.OvcTCBitMap1'#0#7'RowData'#1#2'#'#0#7'ColDa'
+'ta'#1#2'n'#8#9#6#19'Form1.OvcTCRowHead1'#2'Z'#8#9#6#18'Form1.OvcTCString1'#3
+#150#0#8#9#6#16'Form1.OvcTCMemo1'#2'n'#8#9#6#20'Form1.OvcTCCheckBox1'#3#160#0
+#8#9#6#20'Form1.OvcTCComboBox1'#2'Z'#8#9#6#18'Form1.OvcTCBitMap1'#0#0#0#13'T'
+'OvcTCColHead'#13'OvcTCColHead1'#16'Headings.Strings'#1#6#13'TOvcTCRowHead'#6
+#12'TOvcTCString'#6#10'TOvcTCMemo'#6#14'TOvcTCCheckBox'#6#14'TOvcTCComboBox'
+#6#12'TOvcTCBitmap'#0#11'ShowLetters'#8#6'Adjust'#7#9'otaCenter'#5'Table'#7#9
+'OvcTable1'#4'Left'#2'0'#0#0#13'TOvcTCRowHead'#13'OvcTCRowHead1'#6'Adjust'#7
+#9'otaCenter'#5'Table'#7#9'OvcTable1'#4'Left'#2'P'#0#0#12'TOvcTCString'#12'O'
+'vcTCString1'#20'AutoAdvanceLeftRight'#9#5'Table'#7#9'OvcTable1'#4'Left'#3
+#144#0#0#0#10'TOvcTCMemo'#10'OvcTCMemo1'#5'Table'#7#9'OvcTable1'#4'Left'#3#8
+#1#0#0#14'TOvcTCCheckBox'#14'OvcTCCheckBox1'#6'Adjust'#7#9'otaCenter'#20'Cel'
+'lGlyphs.IsDefault'#9#21'CellGlyphs.GlyphCount'#2#3#27'CellGlyphs.ActiveGlyp'
+'hCount'#2#2#5'Table'#7#9'OvcTable1'#4'Left'#3#128#1#0#0#14'TOvcTCComboBox'
+#14'OvcTCComboBox1'#5'Style'#7#14'csDropDownList'#5'Table'#7#9'OvcTable1'#8
+'OnChange'#7#20'OvcTCComboBox1Change'#4'Left'#3#0#2#0#0#12'TOvcTCBitMap'#12
+'OvcTCBitMap1'#6'Adjust'#7#12'otaTopCenter'#5'Table'#7#9'OvcTable1'#4'Left'#3
+'p'#2#0#0#14'TOvcController'#14'OvcController1'#23'EntryCommands.TableList'#1
+#6#7'Default'#9#1#0#6#8'WordStar'#8#1#0#6#4'Grid'#8#1#0#0#5'Epoch'#3#208#7#4
+'Left'#2#16#0#0#0
]);

View File

@ -12,7 +12,6 @@ object Form1: TForm1
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 14
object OvcTable1: TOvcTable
Left = 16
Top = 16
@ -73,17 +72,17 @@ object Form1: TForm1
ShowLetters = False
Adjust = otaCenter
Table = OvcTable1
Top = 48
Left = 48
end
object OvcTCRowHead1: TOvcTCRowHead
Adjust = otaCenter
Table = OvcTable1
Top = 80
Left = 80
end
object OvcTCString1: TOvcTCString
AutoAdvanceLeftRight = True
Table = OvcTable1
Top = 144
Left = 144
end
object OvcController1: TOvcController
EntryCommands.TableList = (
@ -97,7 +96,7 @@ object Form1: TForm1
False
())
Epoch = 2000
Top = 16
Left = 16
end
object OvcTCSimpleField1: TOvcTCSimpleField
CaretOvr.Shape = csBlock
@ -110,7 +109,7 @@ object Form1: TForm1
Table = OvcTable1
OnError = OvcTCSimpleField1Error
OnUserValidation = OvcTCSimpleField1UserValidation
Top = 296
Left = 296
RangeHigh = {00000000000000000000}
RangeLow = {00000000000000000000}
end
@ -131,6 +130,6 @@ object Form1: TForm1
Validation.ValidatorType = 'None'
Validation.ValidationType = vtUser
OnUserValidation = O32TCFlexEdit1UserValidation
Top = 448
Left = 448
end
end

View File

@ -3,47 +3,47 @@ LazarusResources.Add('TForm1','FORMDATA',[
+#3#190#1#7'Caption'#6#5'Form1'#5'Color'#7#9'clBtnFace'#12'Font.Charset'#7#15
+'DEFAULT_CHARSET'#10'Font.Color'#7#12'clWindowText'#11'Font.Height'#2#245#10
+'Font.Style'#11#0#8'OnCreate'#7#10'FormCreate'#9'OnDestroy'#7#11'FormDestroy'
+#13'PixelsPerInch'#2'`'#10'TextHeight'#2#14#0#9'TOvcTable'#9'OvcTable1'#4'Le'
+'ft'#2#16#3'Top'#2#16#5'Width'#3#225#2#6'Height'#3#153#1#7'Anchors'#11#6'akL'
+'eft'#5'akTop'#7'akRight'#8'akBottom'#0#5'Color'#7#8'clWindow'#10'Controller'
+#7#14'OvcController1!GridPenSet.NormalGrid.NormalColor'#7#11'clBtnShadow'#27
+'GridPenSet.NormalGrid.Style'#7#5'psDot'#28'GridPenSet.NormalGrid.Effect'#7#6
+'geBoth!GridPenSet.LockedGrid.NormalColor'#7#11'clBtnShadow'#27'GridPenSet.L'
+'ockedGrid.Style'#7#7'psSolid'#28'GridPenSet.LockedGrid.Effect'#7#4'ge3D&Gri'
+'dPenSet.CellWhenFocused.NormalColor'#7#7'clBlack GridPenSet.CellWhenFocused'
+'.Style'#7#7'psSolid!GridPenSet.CellWhenFocused.Effect'#7#6'geBoth(GridPenSe'
+'t.CellWhenUnfocused.NormalColor'#7#7'clBlack"GridPenSet.CellWhenUnfocused.S'
+'tyle'#7#6'psDash#GridPenSet.CellWhenUnfocused.Effect'#7#6'geBoth'#14'Locked'
+'RowsCell'#7#13'OvcTCColHead1'#7'Options'#11#16'otoNoRowResizing'#16'otoNoCo'
+'lResizing'#13'otoTabToArrow'#15'otoEnterToArrow'#16'otoAlwaysEditing'#14'ot'
+'oNoSelection'#13'otoThumbTrack'#0#8'TabOrder'#2#0#13'OnGetCellData'#7#20'Ov'
+'cTable1GetCellData'#8'CellData'#1#6#19'Form1.OvcTCColHead1'#6#20'Form1.O32T'
+'CFlexEdit1'#6#23'Form1.OvcTCSimpleField1'#6#19'Form1.OvcTCRowHead1'#6#18'Fo'
+'rm1.OvcTCString1'#0#7'RowData'#1#2'#'#0#7'ColData'#1#2'n'#8#9#6#19'Form1.Ov'
+'cTCRowHead1'#3#150#0#8#9#6#18'Form1.OvcTCString1'#3#150#0#8#9#6#23'Form1.Ov'
+'cTCSimpleField1'#3#150#0#8#9#6#20'Form1.O32TCFlexEdit1'#0#0#0#13'TOvcTCColH'
+'ead'#13'OvcTCColHead1'#16'Headings.Strings'#1#6#13'TOvcTCRowHead'#6#12'TOvc'
+'TCString'#6#17'TOvcTCSimpleField'#6#14'TO32TCFlexEdit'#6#0#0#11'ShowLetters'
+#8#6'Adjust'#7#9'otaCenter'#5'Table'#7#9'OvcTable1'#3'Top'#2'0'#0#0#13'TOvcT'
+'CRowHead'#13'OvcTCRowHead1'#6'Adjust'#7#9'otaCenter'#5'Table'#7#9'OvcTable1'
+#3'Top'#2'P'#0#0#12'TOvcTCString'#12'OvcTCString1'#20'AutoAdvanceLeftRight'#9
+#5'Table'#7#9'OvcTable1'#3'Top'#3#144#0#0#0#14'TOvcController'#14'OvcControl'
+'ler1'#23'EntryCommands.TableList'#1#6#7'Default'#9#1#0#6#8'WordStar'#8#1#0#6
+#4'Grid'#8#1#0#0#5'Epoch'#3#208#7#3'Top'#2#16#0#0#17'TOvcTCSimpleField'#17'O'
+'vcTCSimpleField1'#14'CaretOvr.Shape'#7#7'csBlock'#27'EFColors.Disabled.Back'
+'Color'#7#8'clWindow'#27'EFColors.Disabled.TextColor'#7#10'clGrayText'#24'EF'
+'Colors.Error.BackColor'#7#5'clRed'#24'EFColors.Error.TextColor'#7#7'clBlack'
+#28'EFColors.Highlight.BackColor'#7#11'clHighlight'#28'EFColors.Highlight.Te'
+'xtColor'#7#15'clHighlightText'#5'Table'#7#9'OvcTable1'#7'OnError'#7#22'OvcT'
+'CSimpleField1Error'#16'OnUserValidation'#7#31'OvcTCSimpleField1UserValidati'
+'on'#3'Top'#3'('#1#9'RangeHigh'#10#10#0#0#0#0#0#0#0#0#0#0#0#0#0#8'RangeLow'
+#10#10#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#14'TO32TCFlexEdit'#14'O32TCFlexEdit1'#20
+'EditorBorders.Active'#8#23'EditorBorders.FlatColor'#7#7'clBlack'#25'EditorB'
+'orders.BorderStyle'#7#10'bstyRaised'#23'EditorOptions.Alignment'#7#13'taLef'
+'tJustify'#19'EditorOptions.Color'#7#8'clWindow'#20'EditorOptions.Cursor'#7#9
+'crDefault'#22'EditorOptions.MaxLines'#2#3#26'EditorOptions.PasswordChar'#6#1
+#0#22'EditorOptions.ReadOnly'#8#24'EditorOptions.ShowButton'#8#5'Table'#7#9
+'OvcTable1'#22'Validation.BeepOnError'#9#24'Validation.InputRequired'#8#24'V'
+'alidation.ValidatorType'#6#4'None'#25'Validation.ValidationType'#7#6'vtUser'
+#16'OnUserValidation'#7#28'O32TCFlexEdit1UserValidation'#3'Top'#3#192#1#0#0#0
+#13'PixelsPerInch'#2'`'#0#9'TOvcTable'#9'OvcTable1'#4'Left'#2#16#3'Top'#2#16
+#5'Width'#3#225#2#6'Height'#3#153#1#7'Anchors'#11#6'akLeft'#5'akTop'#7'akRig'
+'ht'#8'akBottom'#0#5'Color'#7#8'clWindow'#10'Controller'#7#14'OvcController1'
+'!GridPenSet.NormalGrid.NormalColor'#7#11'clBtnShadow'#27'GridPenSet.NormalG'
+'rid.Style'#7#5'psDot'#28'GridPenSet.NormalGrid.Effect'#7#6'geBoth!GridPenSe'
+'t.LockedGrid.NormalColor'#7#11'clBtnShadow'#27'GridPenSet.LockedGrid.Style'
+#7#7'psSolid'#28'GridPenSet.LockedGrid.Effect'#7#4'ge3D&GridPenSet.CellWhenF'
+'ocused.NormalColor'#7#7'clBlack GridPenSet.CellWhenFocused.Style'#7#7'psSol'
+'id!GridPenSet.CellWhenFocused.Effect'#7#6'geBoth(GridPenSet.CellWhenUnfocus'
+'ed.NormalColor'#7#7'clBlack"GridPenSet.CellWhenUnfocused.Style'#7#6'psDash#'
+'GridPenSet.CellWhenUnfocused.Effect'#7#6'geBoth'#14'LockedRowsCell'#7#13'Ov'
+'cTCColHead1'#7'Options'#11#16'otoNoRowResizing'#16'otoNoColResizing'#13'oto'
+'TabToArrow'#15'otoEnterToArrow'#16'otoAlwaysEditing'#14'otoNoSelection'#13
+'otoThumbTrack'#0#8'TabOrder'#2#0#13'OnGetCellData'#7#20'OvcTable1GetCellDat'
+'a'#8'CellData'#1#6#19'Form1.OvcTCColHead1'#6#20'Form1.O32TCFlexEdit1'#6#23
+'Form1.OvcTCSimpleField1'#6#19'Form1.OvcTCRowHead1'#6#18'Form1.OvcTCString1'
+#0#7'RowData'#1#2'#'#0#7'ColData'#1#2'n'#8#9#6#19'Form1.OvcTCRowHead1'#3#150
+#0#8#9#6#18'Form1.OvcTCString1'#3#150#0#8#9#6#23'Form1.OvcTCSimpleField1'#3
+#150#0#8#9#6#20'Form1.O32TCFlexEdit1'#0#0#0#13'TOvcTCColHead'#13'OvcTCColHea'
+'d1'#16'Headings.Strings'#1#6#13'TOvcTCRowHead'#6#12'TOvcTCString'#6#17'TOvc'
+'TCSimpleField'#6#14'TO32TCFlexEdit'#6#0#0#11'ShowLetters'#8#6'Adjust'#7#9'o'
+'taCenter'#5'Table'#7#9'OvcTable1'#4'Left'#2'0'#0#0#13'TOvcTCRowHead'#13'Ovc'
+'TCRowHead1'#6'Adjust'#7#9'otaCenter'#5'Table'#7#9'OvcTable1'#4'Left'#2'P'#0
+#0#12'TOvcTCString'#12'OvcTCString1'#20'AutoAdvanceLeftRight'#9#5'Table'#7#9
+'OvcTable1'#4'Left'#3#144#0#0#0#14'TOvcController'#14'OvcController1'#23'Ent'
+'ryCommands.TableList'#1#6#7'Default'#9#1#0#6#8'WordStar'#8#1#0#6#4'Grid'#8#1
+#0#0#5'Epoch'#3#208#7#4'Left'#2#16#0#0#17'TOvcTCSimpleField'#17'OvcTCSimpleF'
+'ield1'#14'CaretOvr.Shape'#7#7'csBlock'#27'EFColors.Disabled.BackColor'#7#8
+'clWindow'#27'EFColors.Disabled.TextColor'#7#10'clGrayText'#24'EFColors.Erro'
+'r.BackColor'#7#5'clRed'#24'EFColors.Error.TextColor'#7#7'clBlack'#28'EFColo'
+'rs.Highlight.BackColor'#7#11'clHighlight'#28'EFColors.Highlight.TextColor'#7
+#15'clHighlightText'#5'Table'#7#9'OvcTable1'#7'OnError'#7#22'OvcTCSimpleFiel'
+'d1Error'#16'OnUserValidation'#7#31'OvcTCSimpleField1UserValidation'#4'Left'
+#3'('#1#9'RangeHigh'#10#10#0#0#0#0#0#0#0#0#0#0#0#0#0#8'RangeLow'#10#10#0#0#0
+#0#0#0#0#0#0#0#0#0#0#0#0#14'TO32TCFlexEdit'#14'O32TCFlexEdit1'#20'EditorBord'
+'ers.Active'#8#23'EditorBorders.FlatColor'#7#7'clBlack'#25'EditorBorders.Bor'
+'derStyle'#7#10'bstyRaised'#23'EditorOptions.Alignment'#7#13'taLeftJustify'
+#19'EditorOptions.Color'#7#8'clWindow'#20'EditorOptions.Cursor'#7#9'crDefaul'
+'t'#22'EditorOptions.MaxLines'#2#3#26'EditorOptions.PasswordChar'#6#1#0#22'E'
+'ditorOptions.ReadOnly'#8#24'EditorOptions.ShowButton'#8#5'Table'#7#9'OvcTab'
+'le1'#22'Validation.BeepOnError'#9#24'Validation.InputRequired'#8#24'Validat'
+'ion.ValidatorType'#6#4'None'#25'Validation.ValidationType'#7#6'vtUser'#16'O'
+'nUserValidation'#7#28'O32TCFlexEdit1UserValidation'#4'Left'#3#192#1#0#0#0
]);

View File

@ -10,7 +10,6 @@ object Form1: TForm1
Font.Height = -11
Font.Style = []
PixelsPerInch = 96
TextHeight = 13
object OvcURL1: TOvcURL
Left = 96
Top = 56

View File

@ -2,11 +2,10 @@ LazarusResources.Add('TForm1','FORMDATA',[
'TPF0'#6'TForm1'#5'Form1'#4'Left'#3#192#0#3'Top'#2'r'#5'Width'#3#247#1#6'Heig'
+'ht'#3'H'#1#7'Caption'#6#5'Form1'#5'Color'#7#9'clBtnFace'#12'Font.Charset'#7
+#15'DEFAULT_CHARSET'#10'Font.Color'#7#12'clWindowText'#11'Font.Height'#2#245
+#10'Font.Style'#11#0#13'PixelsPerInch'#2'`'#10'TextHeight'#2#13#0#7'TOvcURL'
+#7'OvcURL1'#4'Left'#2'`'#3'Top'#2'8'#5'Width'#3#138#0#6'Height'#2#13#4'Hint'
+#6'!http://www.lazarus.freepascal.org'#7'Caption'#6#28'URL link to Lazarus W'
+'eb site'#3'URL'#6'!http://www.lazarus.freepascal.org'#12'Font.Charset'#7#15
+'DEFAULT_CHARSET'#10'Font.Color'#7#12'clWindowText'#11'Font.Height'#2#245#10
+'Font.Style'#11#11'fsUnderline'#0#10'ParentFont'#8#14'ParentShowHint'#8#8'Sh'
+'owHint'#9#0#0#0
+#10'Font.Style'#11#0#13'PixelsPerInch'#2'`'#0#7'TOvcURL'#7'OvcURL1'#4'Left'#2
+'`'#3'Top'#2'8'#5'Width'#3#138#0#6'Height'#2#13#4'Hint'#6'!http://www.lazaru'
+'s.freepascal.org'#7'Caption'#6#28'URL link to Lazarus Web site'#3'URL'#6'!h'
+'ttp://www.lazarus.freepascal.org'#12'Font.Charset'#7#15'DEFAULT_CHARSET'#10
+'Font.Color'#7#12'clWindowText'#11'Font.Height'#2#245#10'Font.Style'#11#11'f'
+'sUnderline'#0#10'ParentFont'#8#14'ParentShowHint'#8#8'ShowHint'#9#0#0#0
]);

View File

@ -10,7 +10,6 @@ object Form1: TForm1
Font.Height = -11
Font.Style = []
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 64
Top = 304

View File

@ -2,15 +2,15 @@ LazarusResources.Add('TForm1','FORMDATA',[
'TPF0'#6'TForm1'#5'Form1'#4'Left'#3#192#0#3'Top'#2'r'#5'Width'#3'"'#2#6'Heigh'
+'t'#3#147#1#7'Caption'#6#5'Form1'#5'Color'#7#9'clBtnFace'#12'Font.Charset'#7
+#15'DEFAULT_CHARSET'#10'Font.Color'#7#12'clWindowText'#11'Font.Height'#2#245
+#10'Font.Style'#11#0#13'PixelsPerInch'#2'`'#10'TextHeight'#2#13#0#6'TLabel'#6
+'Label1'#4'Left'#2'@'#3'Top'#3'0'#1#5'Width'#3#169#1#6'Height'#2'!'#8'AutoSi'
+'ze'#8#7'Caption'#6#28'Double-click an item in list'#5'Color'#7#14'clBtnHigh'
+'light'#11'ParentColor'#8#0#0#18'TOvcVirtualListBox'#18'OvcVirtualListBox1'#4
+'Left'#2'@'#3'Top'#2'('#5'Width'#3#169#1#6'Height'#3#238#0#6'Header'#6#16'He'
+'ader goes here'#21'HeaderColor.BackColor'#7#9'clBtnFace'#21'HeaderColor.Tex'
+'tColor'#7#9'clBtnText'#22'ProtectColor.BackColor'#7#5'clRed'#22'ProtectColo'
+'r.TextColor'#7#7'clWhite'#9'RowHeight'#2#13#21'SelectColor.BackColor'#7#11
+'clHighlight'#21'SelectColor.TextColor'#7#15'clHighlightText'#10'ShowHeader'
+#9#9'OnGetItem'#7#25'OvcVirtualListBox1GetItem'#8'TabOrder'#2#0#10'OnDblClic'
+'k'#7#26'OvcVirtualListBox1DblClick'#0#0#0
+#10'Font.Style'#11#0#13'PixelsPerInch'#2'`'#0#6'TLabel'#6'Label1'#4'Left'#2
+'@'#3'Top'#3'0'#1#5'Width'#3#169#1#6'Height'#2'!'#8'AutoSize'#8#7'Caption'#6
+#28'Double-click an item in list'#5'Color'#7#14'clBtnHighlight'#11'ParentCol'
+'or'#8#0#0#18'TOvcVirtualListBox'#18'OvcVirtualListBox1'#4'Left'#2'@'#3'Top'
+#2'('#5'Width'#3#169#1#6'Height'#3#238#0#6'Header'#6#16'Header goes here'#21
+'HeaderColor.BackColor'#7#9'clBtnFace'#21'HeaderColor.TextColor'#7#9'clBtnTe'
+'xt'#22'ProtectColor.BackColor'#7#5'clRed'#22'ProtectColor.TextColor'#7#7'cl'
+'White'#9'RowHeight'#2#13#21'SelectColor.BackColor'#7#11'clHighlight'#21'Sel'
+'ectColor.TextColor'#7#15'clHighlightText'#10'ShowHeader'#9#9'OnGetItem'#7#25
+'OvcVirtualListBox1GetItem'#8'TabOrder'#2#0#10'OnDblClick'#7#26'OvcVirtualLi'
+'stBox1DblClick'#0#0#0
]);