Last change
on this file was 1, checked in by george, 15 years ago |
- New: Imported base application with sample docked windows.
|
File size:
402 bytes
|
Line | |
---|
1 | unit UStructureView;
|
---|
2 |
|
---|
3 | interface
|
---|
4 |
|
---|
5 | uses
|
---|
6 | Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
|
---|
7 | Dialogs, ComCtrls, UDockManagement;
|
---|
8 |
|
---|
9 | type
|
---|
10 | TStructureView = class(TDDockForm)
|
---|
11 | TreeView1: TTreeView;
|
---|
12 | private
|
---|
13 | { Private declarations }
|
---|
14 | public
|
---|
15 | { Public declarations }
|
---|
16 | end;
|
---|
17 |
|
---|
18 | var
|
---|
19 | StructureView: TStructureView;
|
---|
20 |
|
---|
21 | implementation
|
---|
22 |
|
---|
23 | {$R *.dfm}
|
---|
24 |
|
---|
25 | end.
|
---|
Note:
See
TracBrowser
for help on using the repository browser.