source: trunk/DockForms/UProjectManager.dfm

Last change on this file was 1, checked in by george, 15 years ago
  • New: Imported base application with sample docked windows.
File size: 713 bytes
Line 
1object ProjectManager: TProjectManager
2 Left = 0
3 Top = 0
4 BorderStyle = bsToolWindow
5 Caption = 'Project Manager'
6 ClientHeight = 520
7 ClientWidth = 286
8 Color = clBtnFace
9 DragKind = dkDock
10 DragMode = dmAutomatic
11 Font.Charset = DEFAULT_CHARSET
12 Font.Color = clWindowText
13 Font.Height = -11
14 Font.Name = 'Tahoma'
15 Font.Style = []
16 OldCreateOrder = False
17 PixelsPerInch = 96
18 TextHeight = 13
19 object TreeView1: TTreeView
20 AlignWithMargins = True
21 Left = 3
22 Top = 3
23 Width = 280
24 Height = 514
25 Align = alClient
26 Indent = 19
27 TabOrder = 0
28 ExplicitLeft = 8
29 ExplicitTop = 0
30 ExplicitWidth = 121
31 ExplicitHeight = 97
32 end
33end
Note: See TracBrowser for help on using the repository browser.