source: Docking/CoolDocking/Demo/IDE/UCallStackForm.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: 652 bytes
Line 
1object CallStackForm: TCallStackForm
2 Left = 329
3 Height = 255
4 Top = 148
5 Width = 433
6 Caption = 'Call Stack'
7 ClientHeight = 255
8 ClientWidth = 433
9 LCLVersion = '0.9.31'
10 object ListView1: TListView
11 Left = 2
12 Height = 251
13 Top = 2
14 Width = 429
15 Align = alClient
16 BorderSpacing.Around = 2
17 Columns = <
18 item
19 end
20 item
21 end
22 item
23 end
24 item
25 end>
26 TabOrder = 0
27 ViewStyle = vsReport
28 end
29 object CoolDockClient1: TCDClient
30 Master = MainForm.CoolDockMaster1
31 Floatable = False
32 left = 59
33 top = 52
34 end
35end
Note: See TracBrowser for help on using the repository browser.