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

Last change on this file was 830, checked in by Kevin Toppenberg, 14 years ago

Upgrading to version 27

File size: 923 bytes
Line 
1inherited frmHSplit: TfrmHSplit
2 Left = 344
3 Top = 228
4 Caption = 'Basic Splitter Page'
5 PixelsPerInch = 96
6 TextHeight = 13
7 object sptHorz: TSplitter [1]
8 Left = 97
9 Top = 0
10 Width = 4
11 Height = 356
12 end
13 object pnlLeft: TPanel [2]
14 Left = 0
15 Top = 0
16 Width = 97
17 Height = 356
18 Align = alLeft
19 BevelOuter = bvNone
20 Constraints.MinWidth = 30
21 TabOrder = 0
22 end
23 object pnlRight: TPanel [3]
24 Left = 101
25 Top = 0
26 Width = 539
27 Height = 356
28 Align = alClient
29 BevelOuter = bvNone
30 Constraints.MinWidth = 24
31 TabOrder = 1
32 end
33 inherited amgrMain: TVA508AccessibilityManager
34 Data = (
35 (
36 'Component = pnlLeft'
37 'Status = stsDefault')
38 (
39 'Component = pnlRight'
40 'Status = stsDefault')
41 (
42 'Component = frmHSplit'
43 'Status = stsDefault'))
44 end
45end
Note: See TracBrowser for help on using the repository browser.