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