* Fixed compilation and cleaned the demos applications

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@412 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
blikblum
2008-04-10 03:06:03 +00:00
parent 4c622efc11
commit 40fa686aa4
19 changed files with 6603 additions and 3783 deletions

View File

@ -6,10 +6,13 @@ object frmViewCode: TfrmViewCode
HorzScrollBar.Page = 552
VertScrollBar.Page = 353
Caption = 'Quick Code Viewer'
ClientHeight = 354
ClientWidth = 553
Font.Height = -11
Font.Name = 'Tahoma'
OnActivate = FormActivate
Position = poDefaultPosOnly
LCLVersion = '0.9.25'
object SynEdit1: TSynEdit
Height = 354
Width = 553
@ -18,8 +21,6 @@ object frmViewCode: TfrmViewCode
Font.Name = 'courier'
ParentColor = False
TabOrder = 0
BookMarkOptions.OnChange = nil
Gutter.OnChange = nil
Gutter.CodeFoldingWidth = 14
Highlighter = SynPasSyn1
Keystrokes = <
@ -346,7 +347,6 @@ object frmViewCode: TfrmViewCode
Lines.Strings = (
'SynEdit1'
)
SelectedColor.OnChange = nil
end
object SynPasSyn1: TSynPasSyn
Enabled = False