From d9c175bb6eba7007d8cc87cba81e1578e0a4ade9 Mon Sep 17 00:00:00 2001 From: jesusr Date: Mon, 16 Jun 2008 02:48:46 +0000 Subject: [PATCH] richview, fixed demo default target git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@483 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- components/richview/demo/printfrm.lrs | 2 -- components/richview/demo/rvdemo.lpi | 35 +++++++++++++++------------ components/richview/demo/rvdemo.lpr | 2 +- 3 files changed, 20 insertions(+), 19 deletions(-) diff --git a/components/richview/demo/printfrm.lrs b/components/richview/demo/printfrm.lrs index 6dc460160..bc22d32a1 100644 --- a/components/richview/demo/printfrm.lrs +++ b/components/richview/demo/printfrm.lrs @@ -1,5 +1,3 @@ -{ This is an automatically generated lazarus resource file } - LazarusResources.Add('TfrmPrint','FORMDATA',[ 'TPF0'#9'TfrmPrint'#8'frmPrint'#4'Left'#2#7#6'Height'#3#193#1#3'Top'#2#9#5'Wi' +'dth'#3'p'#2#18'HorzScrollBar.Page'#3'o'#2#18'VertScrollBar.Page'#3#192#1#7 diff --git a/components/richview/demo/rvdemo.lpi b/components/richview/demo/rvdemo.lpi index 43155beaa..743dc1994 100644 --- a/components/richview/demo/rvdemo.lpi +++ b/components/richview/demo/rvdemo.lpi @@ -1,20 +1,21 @@ - - + + - + + @@ -22,7 +23,7 @@ - + @@ -34,21 +35,24 @@ - + - + + + + - - + + - + @@ -60,26 +64,25 @@ - + + - - - + + + - - - + diff --git a/components/richview/demo/rvdemo.lpr b/components/richview/demo/rvdemo.lpr index f1aae955d..90fa82d2d 100644 --- a/components/richview/demo/rvdemo.lpr +++ b/components/richview/demo/rvdemo.lpr @@ -2,7 +2,7 @@ program rvdemo; uses Interfaces, - Forms, OsPrinters, + Forms, Unit1 in 'unit1.pas' {Form1}, BackStyl in 'backstyl.pas' {frmBackStyle}, PrintFrm in 'printfrm.pas' {frmPrint}, lazrichview;