source: DockManagement/Demo/UMainForm.dfm

Last change on this file was 6, checked in by chronos, 12 years ago
  • Added: Some basic functionality for conjoined form support.
File size: 633 bytes
Line 
1object MainForm: TMainForm
2 Left = 0
3 Top = 0
4 Caption = 'DockManagement demo'
5 ClientHeight = 372
6 ClientWidth = 540
7 Color = clBtnFace
8 Font.Charset = DEFAULT_CHARSET
9 Font.Color = clWindowText
10 Font.Height = -11
11 Font.Name = 'Tahoma'
12 Font.Style = []
13 Menu = MainMenu1
14 OldCreateOrder = False
15 OnClose = FormClose
16 OnCreate = FormCreate
17 OnDestroy = FormDestroy
18 OnShow = FormShow
19 PixelsPerInch = 96
20 TextHeight = 13
21 object MainMenu1: TMainMenu
22 Left = 352
23 Top = 96
24 object Newform1: TMenuItem
25 Caption = 'New form'
26 OnClick = Newform1Click
27 end
28 end
29end
Note: See TracBrowser for help on using the repository browser.