source: cprs/trunk/CPRS-Chart/fHSplit.dfm@ 456

Last change on this file since 456 was 456, checked in by Kevin Toppenberg, 16 years ago

Initial Upload of Official WV CPRS 1.0.26.76

File size: 620 bytes
Line 
1inherited frmHSplit: TfrmHSplit
2 Left = 276
3 Top = 228
4 Caption = 'Basic Splitter Page'
5 PixelsPerInch = 96
6 TextHeight = 13
7 object sptHorz: TSplitter
8 Left = 97
9 Top = 0
10 Width = 4
11 Height = 349
12 end
13 object pnlLeft: TPanel
14 Left = 0
15 Top = 0
16 Width = 97
17 Height = 349
18 Align = alLeft
19 BevelOuter = bvNone
20 Constraints.MinWidth = 30
21 TabOrder = 0
22 end
23 object pnlRight: TPanel
24 Left = 101
25 Top = 0
26 Width = 539
27 Height = 349
28 Align = alClient
29 BevelOuter = bvNone
30 Constraints.MinWidth = 24
31 TabOrder = 1
32 end
33end
Note: See TracBrowser for help on using the repository browser.