
AUTHOR: knightG  - Gregor Doltar
E-MAIL: knightG@email.si or knightG@slo.net
DATE:  12.4.2K
----------------------------------------------------------------------------------------------------------------------------
SaveQRep v0.97

This code is freeware.That means i'm not responsible for anything that you do with it.


New things:
  - I've added some new properties:
       * Alignment
       * Color
       * Caption(TSaveQRLabel)
       * Text(TSaveQRMemo,TSaveQRRichText)
       * Word wrap(TSaveQRMemo,TSaveQRRichText)

Please note:
   - SubKey property should look like: Software\TEMP\ don't forget the \ at end

   - X and Y position depend on units(Inches,MM,Pixels,...) selected on TQuickRep component.
   - I haven't been testing how these new components work on end-users machine.But probably they won't, because
     some values in registry are missing.I don't check weather these values are in registy.You can do it by yourself
     by repairing the ??????.LoadFromReg(SubKey:string;RootKey:HKEY); procedure in all files, where it can be found.
     
     However the easiest way to solve this problem is to delete key from registry(then all settings will be lost !!!)
     You can do it like this:
         Click Start/Run type: regedit and pres <ENTER/RETURN> now you have to check what properties are set in SaveQRep
         component.

----------------------------------------------------------------------------------------------------------------------------
INSTALLATION:
  If you have SaveQRep v0.9 installed, then simply over write old files with new ones.And follow instructions bellow.
 
----------------------------------------------------------------------------------------------------------------------------

SaveQRep v0.9

This code is freeware.That means i'm not responsible for anything that might happen to your mighty PC if you use it.

Purpose of following components is setting the layout of page without source code.
That means you won't have to go home just to move some label 3mm to the right,
compile the project,make the installation and burn it to the CD, but you can instead
make all of that at users PC.

You just have to make some changes and save them to the registry.


INSTALLATION:
----------------------------------------------------------------------------------------------------------------------------
The first thing you'll need are RxComponents(i've version 2.60), without it you can start rebuilding components :)

Click File/Open.... then open file: KnGSQRep.dpk, click COMPILE and then INSTALL.That should be just about all.
If you experience problems with that, there is other way to do it.
 Delphi 5
   Click Component/Install Component.... then browse to file: SaveQRep.pas, click OK. You'll be asked weather to rebuild dclusr50.dpk, click Yes. That should be all.
----------------------------------------------------------------------------------------------------------------------------

Using:

It's is very easy.You have to put the TQuickRep(in the QReport tab) on the form, then add the TSaveQRep(in the kngComponents tab) on the form as well.
Now you can start designing your page.

Key methods:
(SaveQRep1).SaveAll; //this method saves all info about components to the registry

(SaveQRep1).LoadAll; //this method loads all info about components from the registry

(SaveQRep1).Execute; //this method shows all of the components whose properties can be changed

Every component(SaveQRLabel,SaveQRShape...) has methods:
 .SaveToReg   //save properties to registry
 .LoadFromReg //load properties from registry
 .Execute     //show configuration form



You are free to change this code....(you can do whatever you want to)  but it'd be really nice if you would send me one copy as well.Thx


   knightG(knightG@email.si)

