source: Docking/CoolDocking/Demo/IDE/ULocalVariablesForm.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: 508 bytes
Line 
1object LocalVariablesForm: TLocalVariablesForm
2 Left = 337
3 Height = 240
4 Top = 140
5 Width = 320
6 Caption = 'Local Variables'
7 ClientHeight = 240
8 ClientWidth = 320
9 LCLVersion = '0.9.31'
10 object Memo1: TMemo
11 Left = 2
12 Height = 236
13 Top = 2
14 Width = 316
15 Align = alClient
16 BorderSpacing.Around = 2
17 TabOrder = 0
18 end
19 object CoolDockClient1: TCDClient
20 Master = MainForm.CoolDockMaster1
21 Floatable = False
22 left = 103
23 top = 92
24 end
25end
Note: See TracBrowser for help on using the repository browser.