source: trunk/Packages/CoolDocking/Demo/IDE/UThreadStatusForm.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: 662 bytes
Line 
1object ThreadStatusForm: TThreadStatusForm
2 Left = 300
3 Height = 248
4 Top = 109
5 Width = 320
6 Caption = 'Thread Status'
7 ClientHeight = 248
8 ClientWidth = 320
9 LCLVersion = '0.9.31'
10 object ListView1: TListView
11 Left = 2
12 Height = 244
13 Top = 2
14 Width = 316
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 = 120
33 top = 68
34 end
35end
Note: See TracBrowser for help on using the repository browser.