VistA-cprs/CPRS-Chart/fARTFreeTextMsg.dfm

96 lines
2.1 KiB
Plaintext
Raw Permalink Normal View History

inherited frmARTFreeTextMsg: TfrmARTFreeTextMsg
Left = 426
Top = 266
Caption = 'Enter Optional Comments'
2010-07-07 16:51:54 -04:00
ClientHeight = 332
ClientWidth = 386
Constraints.MinHeight = 180
Constraints.MinWidth = 394
Position = poMainFormCenter
2010-07-07 16:51:54 -04:00
ExplicitWidth = 394
ExplicitHeight = 366
PixelsPerInch = 96
TextHeight = 13
2010-07-07 16:51:54 -04:00
object pnlText: TORAutoPanel [0]
Left = 0
Top = 0
Width = 386
Height = 133
Align = alTop
BevelOuter = bvNone
Constraints.MinHeight = 133
TabOrder = 0
object lblText: TLabel
Left = 17
Top = 7
Width = 3
Height = 13
end
object lblComments: TOROffsetLabel
Left = 2
Top = 118
Width = 100
Height = 15
Caption = 'Comments (optional):'
HorzOffset = 2
Transparent = False
VertOffset = 2
WordWrap = False
end
end
2010-07-07 16:51:54 -04:00
object pnlButton: TORAutoPanel [1]
Left = 0
Top = 294
Width = 386
Height = 38
Align = alBottom
BevelOuter = bvNone
Constraints.MinHeight = 38
TabOrder = 2
object cmdContinue: TButton
Left = 155
Top = 9
Width = 75
Height = 21
2010-07-07 16:51:54 -04:00
Caption = '&Continue'
Constraints.MinHeight = 21
TabOrder = 0
OnClick = cmdContinueClick
end
end
2010-07-07 16:51:54 -04:00
object memFreeText: TCaptionRichEdit [2]
Left = 0
Top = 133
Width = 386
Height = 161
Align = alClient
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Courier New'
Font.Style = []
ParentFont = False
PlainText = True
TabOrder = 1
Caption = 'Additional comments:'
end
2010-07-07 16:51:54 -04:00
inherited amgrMain: TVA508AccessibilityManager
Data = (
(
'Component = pnlText'
'Status = stsDefault')
(
'Component = pnlButton'
'Status = stsDefault')
(
'Component = cmdContinue'
'Status = stsDefault')
(
'Component = memFreeText'
'Status = stsDefault')
(
'Component = frmARTFreeTextMsg'
'Status = stsDefault'))
end
end