You've already forked lazarus-ccr
* Fixed compilation and cleaned the demos applications
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@412 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -7,38 +7,38 @@ object Form1: TForm1
|
||||
VertScrollBar.Page = 436
|
||||
ActiveControl = Button1
|
||||
Caption = 'Form1'
|
||||
ClientHeight = 437
|
||||
ClientWidth = 612
|
||||
Font.Height = -11
|
||||
Font.Name = 'MS Sans Serif'
|
||||
OnClose = FormClose
|
||||
OnCreate = FormCreate
|
||||
LCLVersion = '0.9.25'
|
||||
object Label1: TLabel
|
||||
Left = 204
|
||||
Height = 14
|
||||
Top = 351
|
||||
Width = 152
|
||||
Left = 129
|
||||
Height = 17
|
||||
Top = 348
|
||||
Width = 227
|
||||
Anchors = [akRight, akBottom]
|
||||
Caption = 'Array data of the clicked node'
|
||||
Color = clNone
|
||||
ParentColor = False
|
||||
end
|
||||
object Label2: TLabel
|
||||
Left = 362
|
||||
Height = 14
|
||||
Top = 335
|
||||
Width = 227
|
||||
Left = 249
|
||||
Height = 17
|
||||
Top = 332
|
||||
Width = 340
|
||||
Anchors = [akRight, akBottom]
|
||||
Caption = 'Find and show the node by specific array index'
|
||||
Color = clNone
|
||||
ParentColor = False
|
||||
end
|
||||
object Label3: TLabel
|
||||
Left = 358
|
||||
Height = 14
|
||||
Top = 351
|
||||
Width = 246
|
||||
Left = 241
|
||||
Height = 17
|
||||
Top = 348
|
||||
Width = 363
|
||||
Anchors = [akRight, akBottom]
|
||||
Caption = 'Type index to get related tree node on the screen:'
|
||||
Color = clNone
|
||||
ParentColor = False
|
||||
end
|
||||
object Button1: TButton
|
||||
|
Reference in New Issue
Block a user