Adjusts for LCL 0.9.30

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2446 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
dopi
2012-05-31 17:39:26 +00:00
parent dc2d691bd4
commit a8f297b927
7 changed files with 109 additions and 136 deletions

View File

@ -1,7 +1,7 @@
object fMainForm: TfMainForm
Left = 428
Left = 409
Height = 484
Top = 154
Top = 156
Width = 799
Caption = 'fMainForm'
ClientHeight = 464
@ -46,7 +46,7 @@ object fMainForm: TfMainForm
OnChange = TDINoteBook1Change
OnCloseTabClicked = TDINoteBook1CloseTabClicked
OnMouseDown = TDINoteBook1MouseDown
Options = [nboShowCloseButtons, nboMultiLine, nboKeyboardTabSwitch, nboShowAddTabButton]
Options = [nboMultiLine]
TabDragMode = dmAutomatic
TabDragAcceptMode = dmAutomatic
BackgroundImage = Image1
@ -89,6 +89,7 @@ object fMainForm: TfMainForm
Top = 0
Width = 571
Align = alTop
Anchors = [akTop, akLeft, akRight, akBottom]
Lines.Strings = (
'Memo1'
)