You've already forked lazarus-ccr
* Fixed paint glitch when resizing
* fixed images demo compilation git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@185 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@@ -1,12 +1,14 @@
|
||||
object frmVTDBExample: TfrmVTDBExample
|
||||
Left = 493
|
||||
Left = 366
|
||||
Height = 482
|
||||
Top = 420
|
||||
Top = 353
|
||||
Width = 553
|
||||
HorzScrollBar.Page = 552
|
||||
VertScrollBar.Page = 481
|
||||
ActiveControl = VT
|
||||
Caption = 'Database Test'
|
||||
ClientHeight = 482
|
||||
ClientWidth = 553
|
||||
Font.Height = -11
|
||||
Font.Name = 'Tahoma'
|
||||
OnActivate = FormActivate
|
||||
@@ -15,11 +17,10 @@ object frmVTDBExample: TfrmVTDBExample
|
||||
Position = poDefaultPosOnly
|
||||
object Label1: TLabel
|
||||
Left = 12
|
||||
Height = 14
|
||||
Height = 17
|
||||
Top = 12
|
||||
Width = 117
|
||||
Width = 171
|
||||
Caption = 'Last operation duration:'
|
||||
Color = clNone
|
||||
ParentColor = False
|
||||
end
|
||||
object Panel1: TPanel
|
||||
@@ -29,6 +30,8 @@ object frmVTDBExample: TfrmVTDBExample
|
||||
BevelOuter = bvNone
|
||||
BorderWidth = 7
|
||||
Caption = 'Panel1'
|
||||
ClientHeight = 482
|
||||
ClientWidth = 553
|
||||
TabOrder = 0
|
||||
object VT: TVirtualStringTree
|
||||
Left = 7
|
||||
@@ -99,14 +102,15 @@ object frmVTDBExample: TfrmVTDBExample
|
||||
Width = 539
|
||||
Align = alBottom
|
||||
BevelOuter = bvLowered
|
||||
ClientHeight = 63
|
||||
ClientWidth = 539
|
||||
TabOrder = 1
|
||||
object Label2: TLabel
|
||||
Left = 16
|
||||
Height = 14
|
||||
Height = 17
|
||||
Top = 12
|
||||
Width = 65
|
||||
Width = 98
|
||||
Caption = 'Add Node(s):'
|
||||
Color = clNone
|
||||
Font.Color = clBlue
|
||||
Font.Height = -11
|
||||
Font.Name = 'Tahoma'
|
||||
@@ -114,11 +118,10 @@ object frmVTDBExample: TfrmVTDBExample
|
||||
end
|
||||
object Label3: TLabel
|
||||
Left = 168
|
||||
Height = 14
|
||||
Height = 17
|
||||
Top = 5
|
||||
Width = 33
|
||||
Width = 50
|
||||
Caption = 'Toggle'
|
||||
Color = clNone
|
||||
Font.Color = clBlue
|
||||
Font.Height = -11
|
||||
Font.Name = 'Tahoma'
|
||||
@@ -126,11 +129,10 @@ object frmVTDBExample: TfrmVTDBExample
|
||||
end
|
||||
object Label4: TLabel
|
||||
Left = 239
|
||||
Height = 14
|
||||
Height = 17
|
||||
Top = 5
|
||||
Width = 38
|
||||
Width = 57
|
||||
Caption = 'Options'
|
||||
Color = clNone
|
||||
Font.Color = clBlue
|
||||
Font.Height = -11
|
||||
Font.Name = 'Tahoma'
|
||||
@@ -144,12 +146,11 @@ object frmVTDBExample: TfrmVTDBExample
|
||||
end
|
||||
object Label5: TLabel
|
||||
Left = 307
|
||||
Height = 14
|
||||
Height = 17
|
||||
Top = 6
|
||||
Width = 197
|
||||
Width = 292
|
||||
Alignment = taCenter
|
||||
Caption = '(Tip: Start typing for incremental search)'
|
||||
Color = clNone
|
||||
Font.Color = clRed
|
||||
Font.Height = -11
|
||||
Font.Name = 'Tahoma'
|
||||
@@ -196,9 +197,9 @@ object frmVTDBExample: TfrmVTDBExample
|
||||
end
|
||||
object chkShowIDs: TCheckBox
|
||||
Left = 244
|
||||
Height = 13
|
||||
Height = 24
|
||||
Top = 35
|
||||
Width = 61
|
||||
Width = 86
|
||||
Caption = 'Show ID'
|
||||
OnClick = chkShowIDsClick
|
||||
TabOrder = 4
|
||||
@@ -215,18 +216,18 @@ object frmVTDBExample: TfrmVTDBExample
|
||||
end
|
||||
object chkAllVisible: TCheckBox
|
||||
Left = 429
|
||||
Height = 13
|
||||
Height = 24
|
||||
Top = 35
|
||||
Width = 64
|
||||
Width = 92
|
||||
Caption = 'All Visible'
|
||||
OnClick = chkAllVisibleClick
|
||||
TabOrder = 6
|
||||
end
|
||||
object chkDynHt: TCheckBox
|
||||
Left = 324
|
||||
Height = 13
|
||||
Height = 24
|
||||
Top = 35
|
||||
Width = 95
|
||||
Width = 139
|
||||
Caption = 'Dynamic Height'
|
||||
OnClick = chkDynHtClick
|
||||
TabOrder = 7
|
||||
|
||||
Reference in New Issue
Block a user