* Fix setting column focus in vtbasic example
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@672 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
parent
a67f6b2ab5
commit
7ff4cc9473
@ -1,7 +1,7 @@
|
||||
object frmVTDBExample: TfrmVTDBExample
|
||||
Left = 132
|
||||
Left = 154
|
||||
Height = 482
|
||||
Top = 132
|
||||
Top = 154
|
||||
Width = 553
|
||||
ActiveControl = VT
|
||||
Caption = 'Database Test'
|
||||
@ -49,7 +49,7 @@ object frmVTDBExample: TfrmVTDBExample
|
||||
item
|
||||
ImageIndex = 3
|
||||
Layout = blGlyphRight
|
||||
Options = [coAllowClick, coDraggable, coEnabled, coParentBidiMode, coResizable, coShowDropMark, coVisible]
|
||||
Options = [coAllowClick, coDraggable, coEnabled, coParentBidiMode, coResizable, coShowDropMark, coVisible, coAllowFocus]
|
||||
Position = 1
|
||||
Text = 'Company'
|
||||
Width = 200
|
||||
|
@ -94,6 +94,7 @@
|
||||
<ComponentName Value="frmVTCheckList"/>
|
||||
<HasResources Value="True"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
<ResourceBaseClass Value="Form"/>
|
||||
<UnitName Value="VTCheckList"/>
|
||||
</Unit7>
|
||||
<Unit8>
|
||||
|
Loading…
Reference in New Issue
Block a user