source: Docking/CoolDocking/Demo/IDE/UObjectInspectorForm.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: 588 bytes
Line 
1object ObjectInspectorForm: TObjectInspectorForm
2 Left = 361
3 Height = 390
4 Top = 136
5 Width = 259
6 Caption = 'Object Inspector'
7 ClientHeight = 390
8 ClientWidth = 259
9 LCLVersion = '0.9.31'
10 object StringGrid1: TStringGrid
11 Left = 2
12 Height = 386
13 Top = 2
14 Width = 255
15 Align = alClient
16 BorderSpacing.Around = 2
17 DefaultColWidth = 120
18 FixedRows = 0
19 RowCount = 50
20 TabOrder = 0
21 end
22 object CoolDockClient1: TCDClient
23 Master = MainForm.CoolDockMaster1
24 Floatable = False
25 left = 136
26 top = 96
27 end
28end
Note: See TracBrowser for help on using the repository browser.