                         TScale Ver 1.1  for Delphi 2&3.

                                   11/15/1997


Author: R.Dold     ShovelHead@swol.de
        Homepage:http://privat.swol.de/RonaldDold/index.htm     

      TScale Component to scale your Form at different Screen Resolutions.

********************************************************************************

Properties: (EDITABLE)

    Active   True/False        When True,your Form scales at Different
                               Screen Resolutions.
                               Turns to false when you activate the
                               DesignMode.
    
    DesignMode True/False      When true,you can look how your Form will
                               appear under the Resolution you set
                               with ScreenWidth and ScreenHeight.
                               Note: Active will be set to False when you
                                     Enter DesignMode!
                               !! Don't make any changes to your Form in this Mode,
                                  the results can mess up your Form Layout!! 
    
    DesignRes                  Not used in this Version of TScale!
                
    ScaleGrids                 When True TScales scales Stringgrids on your Form!
    
    X_ScreenWidth              Normaly this shows your current Screen Resolution.
    Y_ScreenHeight             You can change it,to look how your Form will
                               appear under a different Resolution.
                               This goes together with DesignMode.
                               Turns back to current Resolution,when you
                               leave DesignMode.

                               !!Note: Dontt change this settings when
                                       DesignMode is Activated.


   
  Usage:
        Throw a TScale Component on your Form.
        To activate the Component at Runtime,set the property Active to true.
        That's all!   
  

  Disclaimer:

     THESE COMPONENT IS DELIVERED AS IS.USE IT AT YOUR OWN RISK.
     IM NOT RESPONSIBLE FOR ANY DAMAGE,DATA-LOSS OR SOMETHING
     ELSE.

     This Component is Freeware.
     If you dont like it,throw it away and write your own one ;).


  Credits:
   
    
   Also Id like to thank Robert M. Czerwinski for his Delphi
   Superpage,IMHO the best Delphi Page on the Web!
   Drop him a few lines: rmczerw@asp.biogeo.uw.edu.pl
  
  Contact:

   If you have any Comments,Questions or something else,you can reach me
   under:

   E-Mail: Shovelhead@swol.de      (Man spricht Deutsch ;)  )
   FIDO  : 2:246/8070.4


   Have Fun!





