![]() ULTIMATE Page Control Suite™ |
|
Ultimate Page Control Suite™ Win32 | Delphi™ | C++Builder™ |
|
D.04. TADVANCE_IObj_LogoPanel |
|
TComponent TADVANCE_IObj_LogoPanel
LogoPanel™. TADVANCE_IObj_LogoPanel interfaces the LogoPanel™ of composite modules, which features a stretched LogoBGPicture background image, LogoPicture, and transparent positionable Caption. |
TADVANCE_IObj_LogoPanel in the Object Inspector. |
|
PROPERTIES |
|
property Caption : String read FCaption write SetCaption;
LogoPanel.Caption.
property Caption_CharSpacing : TADVANCE_CharSpacing read FCaption_CharSpacing write SetCaption_CharSpacing default cs3x;
TADVANCE_CharSpacing = (csNormal, cs2X, cs3X, cs4X, cs5X);
Calls TADVANCE_PM.ReturnSpacedString() to apply character spacing to the LogoPanel caption. For effect, or to make smaller fonts more legible.
property Caption_Left : Integer read FCaption_Left write SetCaption_Left default 210;
Caption.Left.
property Caption_Top : Integer read FCaption_Top write SetCaption_Top default 11;
Caption.Top.
property Color : TColor read FColor write SetColor default clBtnShadow;
Background color.
property Font : TFont read FFont write FFont;
Caption.Font.
property Height : Integer read FHeight write SetHeight default 34;
LogoPanel.Height.
property Hint : String read FHint write SetHint;
LogoPanel.Hint.
property LogoBGPicture : TADVANCE_LogoBGPicture read FLogoBGPicture write SetLogoBGPicture;
Background image, stretched across region. Must be true bitmap.
property LogoPicture : TADVANCE_LogoPicture read FLogoPicture write SetLogoPicture;
Logo image. Must be true bitmap. See Compiling Resource (.res) Files from Resource Compiler (.rc) Text File Prescriptions, and Using LoadFromResourceName for related information. |
|
DELPHI EXAMPLE — PREFERABLE LoadFromResourceName IMPLEMENTATION DELPHI EXAMPLE — LoadFromFile IMPLEMENTATION C++ EXAMPLE — PREFERABLE LoadFromResourceName IMPLEMENTATION C++ EXAMPLE — LoadFromFile IMPLEMENTATION |
|
property LogoPicture_Left : Integer read FLogoPicture_Left write SetLogoPicture_Left default 40;
LogoPicture.Left.
property LogoPicture_Top : Integer read FLogoPicture_Top write SetLogoPicture_Top default 0;
LogoPicture.Top.
property ShowHint : Boolean read FShowHint write SetShowHint default True;
LogoPanel.ShowHint.
property Visible : Boolean read FVisible write SetVisible default True;
LogoPanel.Visible. |
|
|