minor fix in RxDBGrid and TRxDBLookupCombo

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@330 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
alexs75
2008-01-28 20:37:35 +00:00
parent a559cb6c4a
commit b1ecbb3004
6 changed files with 39 additions and 15 deletions

View File

@ -14,8 +14,8 @@ uses
type
TTextOrientation = (toHorizontal, toVertical90, toHorizontal180, toVertical270, toHorizontal360);
function WidthOf(R: TRect): Integer;
function HeightOf(R: TRect): Integer;
function WidthOf(R: TRect): Integer; inline;
function HeightOf(R: TRect): Integer; inline;
procedure RxFrame3D(Canvas: TCanvas; var Rect: TRect; TopColor, BottomColor: TColor;
Width: Integer);