Revert changes done in trunk after creation of 4.8 branch

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2787 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
blikblum
2013-09-07 18:51:06 +00:00
parent 9327df59c7
commit d40caa283a
16 changed files with 113 additions and 212 deletions

View File

@ -1,41 +1,40 @@
object Form1: TForm1
Left = 188
Height = 434
Height = 437
Top = 104
Width = 648
ActiveControl = MyTree
Width = 612
ActiveControl = Button1
Caption = 'Form1'
ClientHeight = 434
ClientWidth = 648
ClientHeight = 437
ClientWidth = 612
Font.Height = -11
Font.Name = 'MS Sans Serif'
OnClose = FormClose
OnCreate = FormCreate
Position = poScreenCenter
LCLVersion = '0.9.29'
LCLVersion = '0.9.27'
object Label1: TLabel
Left = 224
Left = 207
Height = 14
Top = 348
Width = 174
Top = 351
Width = 149
Anchors = [akRight, akBottom]
Caption = 'Array data of the clicked node:'
Caption = 'Array data of the clicked node'
ParentColor = False
end
object Label2: TLabel
Left = 224
Left = 367
Height = 14
Top = 382
Width = 256
Top = 335
Width = 222
Anchors = [akRight, akBottom]
Caption = 'Find and show the node by specific array index'
ParentColor = False
end
object Label3: TLabel
Left = 224
Left = 367
Height = 14
Top = 398
Width = 274
Top = 351
Width = 237
Anchors = [akRight, akBottom]
Caption = 'Type index to get related tree node on the screen:'
ParentColor = False
@ -43,7 +42,7 @@ object Form1: TForm1
object Button1: TButton
Left = 8
Height = 25
Top = 344
Top = 342
Width = 83
Anchors = [akLeft, akBottom]
BorderSpacing.InnerBorder = 4
@ -54,7 +53,7 @@ object Form1: TForm1
object btnDelete: TButton
Left = 96
Height = 25
Top = 344
Top = 342
Width = 97
Anchors = [akLeft, akBottom]
BorderSpacing.InnerBorder = 4
@ -63,21 +62,18 @@ object Form1: TForm1
TabOrder = 1
end
object Edit1: TEdit
AnchorSideLeft.Control = Label1
AnchorSideLeft.Side = asrBottom
Left = 402
Height = 23
Top = 344
Width = 170
Anchors = [akLeft, akBottom]
BorderSpacing.Left = 4
Left = 208
Height = 21
Top = 376
Width = 153
Anchors = [akRight, akBottom]
ReadOnly = True
TabOrder = 2
end
object btnCleanAll: TButton
Left = 56
Height = 25
Top = 376
Top = 374
Width = 75
Anchors = [akLeft, akBottom]
BorderSpacing.InnerBorder = 4
@ -86,29 +82,25 @@ object Form1: TForm1
TabOrder = 3
end
object Edit2: TEdit
AnchorSideLeft.Control = Label3
AnchorSideLeft.Side = asrBottom
Left = 502
Height = 23
Top = 394
Left = 368
Height = 21
Top = 378
Width = 97
Anchors = [akLeft, akBottom]
BorderSpacing.Left = 4
Anchors = [akRight, akBottom]
OnChange = Edit2Change
TabOrder = 4
end
object MyTree: TVirtualStringTree
Left = 3
Height = 326
Height = 321
Top = 8
Width = 641
Width = 605
Anchors = [akTop, akLeft, akRight, akBottom]
AutoScrollDelay = 1
BorderStyle = bsSingle
DefaultText = 'Node'
Header.AutoSizeIndex = 0
Header.Columns = <
item
Position = 0
Text = 'Text'
Width = 150
end
@ -123,7 +115,6 @@ object Form1: TForm1
Text = 'Random'
Width = 100
end>
Header.DefaultHeight = 17
Header.Font.Height = -11
Header.Font.Name = 'MS Sans Serif'
Header.Options = [hoColumnResize, hoDblClickResize, hoDrag, hoShowSortGlyphs, hoVisible]

View File

@ -13,10 +13,11 @@
<TargetFileExt Value=".exe"/>
</General>
<VersionInfo>
<StringTable Comments="" CompanyName="" FileDescription="" FileVersion="0.0.0.0" InternalName="" LegalCopyright="" LegalTrademarks="" OriginalFilename="" ProductName="" ProductVersion=""/>
<ProjectVersion Value=""/>
</VersionInfo>
<PublishOptions>
<Version Value="2"/>
<DestinationDirectory Value="$(TestDir)\publishedproject\"/>
<IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
<ExcludeFileFilter Value="*.(bak|ppu|ppw|o|so);*~;backup"/>
</PublishOptions>
@ -51,13 +52,8 @@
</Units>
</ProjectOptions>
<CompilerOptions>
<Version Value="9"/>
<Version Value="8"/>
<PathDelim Value="\"/>
<Parsing>
<SyntaxOptions>
<UseAnsiStrings Value="False"/>
</SyntaxOptions>
</Parsing>
<Linking>
<Options>
<Win32>