VistA-cprs/CPRS-Chart/Orders/fOMProgress.dfm

44 lines
922 B
Plaintext
Raw Normal View History

inherited frmOMProgress: TfrmOMProgress
Left = 221
Top = 542
BorderIcons = []
Caption = 'Order Set Progress'
2010-07-07 16:31:10 -04:00
ClientHeight = 188
ClientWidth = 159
ExplicitWidth = 167
ExplicitHeight = 215
PixelsPerInch = 96
TextHeight = 13
2010-07-07 16:31:10 -04:00
object lstItems: TCheckListBox [0]
Left = 0
Top = 0
Width = 159
Height = 167
Align = alClient
2010-07-07 16:31:10 -04:00
Color = clCream
ItemHeight = 13
TabOrder = 0
end
2010-07-07 16:31:10 -04:00
object cmdStop: TORAlignButton [1]
Left = 0
Top = 167
Width = 159
Height = 21
2010-07-07 16:31:10 -04:00
Align = alBottom
Caption = 'Stop Order Set'
TabOrder = 1
2010-07-07 16:31:10 -04:00
end
inherited amgrMain: TVA508AccessibilityManager
Data = (
(
'Component = lstItems'
'Status = stsDefault')
(
'Component = cmdStop'
'Status = stsDefault')
(
'Component = frmOMProgress'
'Status = stsDefault'))
end
end