VistA-cprs/CPRS-Chart/fHSplit.dfm

46 lines
923 B
Plaintext
Raw Normal View History

inherited frmHSplit: TfrmHSplit
2010-07-07 16:51:54 -04:00
Left = 344
Top = 228
Caption = 'Basic Splitter Page'
PixelsPerInch = 96
TextHeight = 13
2010-07-07 16:51:54 -04:00
object sptHorz: TSplitter [1]
Left = 97
Top = 0
Width = 4
2010-07-07 16:51:54 -04:00
Height = 356
end
2010-07-07 16:51:54 -04:00
object pnlLeft: TPanel [2]
Left = 0
Top = 0
Width = 97
2010-07-07 16:51:54 -04:00
Height = 356
Align = alLeft
BevelOuter = bvNone
Constraints.MinWidth = 30
TabOrder = 0
end
2010-07-07 16:51:54 -04:00
object pnlRight: TPanel [3]
Left = 101
Top = 0
Width = 539
2010-07-07 16:51:54 -04:00
Height = 356
Align = alClient
BevelOuter = bvNone
Constraints.MinWidth = 24
TabOrder = 1
end
2010-07-07 16:51:54 -04:00
inherited amgrMain: TVA508AccessibilityManager
Data = (
(
'Component = pnlLeft'
'Status = stsDefault')
(
'Component = pnlRight'
'Status = stsDefault')
(
'Component = frmHSplit'
'Status = stsDefault'))
end
end