You've already forked lazarus-ccr
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:
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user