source: Docking/CoolDocking/Demo/IDE/UToolPaletteForm.lfm

Last change on this file was 198, checked in by george, 14 years ago
  • Fixed: Popup submenus style and position item selection.
  • Added: Locking dock managers.
  • Modified: Enhanced auto popup tabs handling. Not yet finished.
  • Modified: Dock manager position united for all dock manager descendands.
File size: 535 bytes
Line 
1object ToolPaletteForm: TToolPaletteForm
2 Left = 597
3 Height = 352
4 Top = 147
5 Width = 203
6 Caption = 'Tool Palette'
7 ClientHeight = 352
8 ClientWidth = 203
9 LCLVersion = '0.9.31'
10 object TreeView1: TTreeView
11 Left = 2
12 Height = 348
13 Top = 2
14 Width = 199
15 Align = alClient
16 BorderSpacing.Around = 2
17 DefaultItemHeight = 15
18 TabOrder = 0
19 end
20 object CoolDockClient1: TCDClient
21 Master = MainForm.CoolDockMaster1
22 Floatable = False
23 left = 55
24 top = 143
25 end
26end
Note: See TracBrowser for help on using the repository browser.