* some fixes
git-svn-id: https://svn.code.sf.net/p/kolmck/code@139 91bb2d04-0c0c-4d2d-88a5-bbb6f4c1fa07
This commit is contained in:
@ -37,10 +37,10 @@ type
|
|||||||
protected
|
protected
|
||||||
function SetupParams( const AName, AParent: String ): String; override;
|
function SetupParams( const AName, AParent: String ): String; override;
|
||||||
function AdditionalUnits: String; override;
|
function AdditionalUnits: String; override;
|
||||||
function NoDrawFrame: Boolean; override;
|
|
||||||
procedure Set_VA(const Value: TVerticalAlign); override;
|
procedure Set_VA(const Value: TVerticalAlign); override;
|
||||||
public
|
public
|
||||||
constructor Create( AOwner: TComponent ); override;
|
constructor Create( AOwner: TComponent ); override;
|
||||||
|
function NoDrawFrame: Boolean; override;
|
||||||
procedure Paint; override;
|
procedure Paint; override;
|
||||||
published
|
published
|
||||||
property Frames: TFrames read FFrames write SetFrames;
|
property Frames: TFrames read FFrames write SetFrames;
|
||||||
@ -51,13 +51,13 @@ type
|
|||||||
FFrames: TFrames;
|
FFrames: TFrames;
|
||||||
procedure SetFrames(const Value: TFrames);
|
procedure SetFrames(const Value: TFrames);
|
||||||
protected
|
protected
|
||||||
function SetupParams( const AName, AParent: String ): String; override;
|
|
||||||
function AdditionalUnits: String; override;
|
function AdditionalUnits: String; override;
|
||||||
|
public
|
||||||
|
constructor Create( AOwner: TComponent ); override;
|
||||||
function TypeName: String; override;
|
function TypeName: String; override;
|
||||||
function NoDrawFrame: Boolean; override;
|
function NoDrawFrame: Boolean; override;
|
||||||
function AdjustVerticalAlign( Value: TVerticalAlign ): TVerticalAlign; override;
|
function AdjustVerticalAlign( Value: TVerticalAlign ): TVerticalAlign; override;
|
||||||
public
|
function SetupParams( const AName, AParent: String ): String; override;
|
||||||
constructor Create( AOwner: TComponent ); override;
|
|
||||||
procedure Paint; override;
|
procedure Paint; override;
|
||||||
function BorderNeeded: Boolean; override;
|
function BorderNeeded: Boolean; override;
|
||||||
published
|
published
|
||||||
|
Reference in New Issue
Block a user