jvcllaz: Fix compilation of DB packages under Linux. Some fixes in DB-related demos.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6875 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2019-04-27 22:02:42 +00:00
parent 3b73fc2bcb
commit bacb830e28
5 changed files with 22 additions and 13 deletions

View File

@@ -84,9 +84,10 @@ object Form1: TForm1
Top = 0
Width = 594
Align = alTop
BevelOuter = bvNone
Caption = '(Some) persons in the novel "The Grapes of Wrath" by John Steinbeck'
Color = clBackground
Font.Color = clHighlightText
Color = clBlack
Font.Color = clWhite
Font.Height = -16
Font.Style = [fsBold]
ParentColor = False

View File

@@ -12,10 +12,9 @@ object Form1: TForm1
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner
AnchorSideRight.Control = Bevel1
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
AnchorSideBottom.Control = StatusBar1
Left = 0
Height = 509
Height = 486
Top = 0
Width = 378
Anchors = [akTop, akLeft, akRight, akBottom]
@@ -86,6 +85,8 @@ object Form1: TForm1
TabOrder = 3
object Button1: TButton
AnchorSideLeft.Control = Panel1
AnchorSideBottom.Control = Panel1
AnchorSideBottom.Side = asrBottom
Left = 4
Height = 25
Top = 4