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
RevLine 
[456]1inherited frmHSplit: TfrmHSplit
[830]2 Left = 344
[456]3 Top = 228
4 Caption = 'Basic Splitter Page'
5 PixelsPerInch = 96
6 TextHeight = 13
[830]7 object sptHorz: TSplitter [1]
[456]8 Left = 97
9 Top = 0
10 Width = 4
[830]11 Height = 356
[456]12 end
[830]13 object pnlLeft: TPanel [2]
[456]14 Left = 0
15 Top = 0
16 Width = 97
[830]17 Height = 356
[456]18 Align = alLeft
19 BevelOuter = bvNone
20 Constraints.MinWidth = 30
21 TabOrder = 0
22 end
[830]23 object pnlRight: TPanel [3]
[456]24 Left = 101
25 Top = 0
26 Width = 539
[830]27 Height = 356
[456]28 Align = alClient
29 BevelOuter = bvNone
30 Constraints.MinWidth = 24
31 TabOrder = 1
32 end
[830]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
[456]45end
Note: See TracBrowser for help on using the repository browser.