source: trunk/IDE/Forms/FormTargetProject.lfm

Last change on this file was 75, checked in by chronos, 6 months ago
  • Modified: Removed U prefix from unit names.
  • Modified: Updated Common package.
File size: 577 bytes
Line 
1object FormTargetProject: TFormTargetProject
2 Left = 258
3 Height = 240
4 Top = 83
5 Width = 320
6 Caption = 'FormTargetProject'
7 ClientHeight = 240
8 ClientWidth = 320
9 LCLVersion = '1.1'
10 object TreeViewProject: TTreeView
11 Left = 0
12 Height = 240
13 Top = 0
14 Width = 320
15 Align = alClient
16 DefaultItemHeight = 16
17 ReadOnly = True
18 TabOrder = 0
19 OnChange = TreeViewProjectChange
20 Options = [tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoReadOnly, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips, tvoThemedDraw]
21 end
22end
Note: See TracBrowser for help on using the repository browser.