Changeset 56 for Docking/CoolDocking/Demo/UMainForm.lfm
- Timestamp:
- Sep 21, 2010, 8:03:17 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Docking/CoolDocking/Demo/UMainForm.lfm
r55 r56 5 5 Width = 576 6 6 Caption = 'MainForm' 7 ClientHeight = 4 357 ClientHeight = 416 8 8 ClientWidth = 576 9 Menu = MainMenu1 9 10 OnCreate = FormCreate 10 11 OnDestroy = FormDestroy … … 22 23 object Panel1: TPanel 23 24 Left = 0 24 Height = 3 8725 Height = 368 25 26 Top = 48 26 27 Width = 576 … … 29 30 DockSite = True 30 31 TabOrder = 1 31 end32 object TabControl1: TTabControl33 Left = 17334 Height = 15035 Top = 1636 Width = 20037 TabOrder = 238 TabStop = False39 end40 object Button2: TButton41 Left = 9442 Height = 2543 Top = 1044 Width = 7545 Caption = 'Customize'46 OnClick = Button2Click47 TabOrder = 348 32 end 49 33 object CoolDockMaster1: TCoolDockMaster … … 55 39 left = 472 56 40 end 41 object CoolDockWindowList1: TCoolDockWindowList 42 left = 472 43 top = 64 44 end 45 object MainMenu1: TMainMenu 46 left = 211 47 top = 14 48 object MenuItem1: TMenuItem 49 Caption = 'Docking' 50 object MenuItem2: TMenuItem 51 Caption = 'Customize...' 52 OnClick = MenuItem2Click 53 end 54 end 55 object MenuItem3: TMenuItem 56 Caption = 'Window' 57 object MenuItem4: TMenuItem 58 Caption = 'Window list...' 59 OnClick = MenuItem4Click 60 end 61 end 62 end 57 63 end
Note:
See TracChangeset
for help on using the changeset viewer.