source: trunk/Packages/CoolDocking/Demo/IDE/UObjectInspectorForm.lfm

Last change on this file was 73, checked in by chronos, 12 years ago
  • Modified: Packages are now stored as uncomporessed and are linked with relative path to project.
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.