source: trunk/IDE/Forms/FormCodeTree.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: 332 bytes
Line 
1object FormCodeTree: TFormCodeTree
2 Left = 429
3 Height = 240
4 Top = 197
5 Width = 320
6 Caption = 'Code tree'
7 ClientHeight = 240
8 ClientWidth = 320
9 LCLVersion = '0.9.31'
10 object TreeView1: TTreeView
11 Left = 0
12 Height = 240
13 Top = 0
14 Width = 320
15 Align = alClient
16 TabOrder = 0
17 end
18end
Note: See TracBrowser for help on using the repository browser.