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

265 lines
6.8 KiB
Plaintext

inherited frmOrdersTS: TfrmOrdersTS
Left = 84
Top = 77
Caption = 'Release Orders'
ClientHeight = 351
ClientWidth = 456
Constraints.MinHeight = 365
Constraints.MinWidth = 310
OnClose = FormClose
OnCreate = FormCreate
ExplicitLeft = 84
ExplicitTop = 77
ExplicitWidth = 464
ExplicitHeight = 385
PixelsPerInch = 96
TextHeight = 13
object pnlMiddle: TPanel [0]
Left = 0
Top = 78
Width = 456
Height = 56
Align = alTop
Constraints.MinHeight = 45
TabOrder = 0
object grpChoice: TGroupBox
Left = 1
Top = 1
Width = 454
Height = 54
Align = alClient
Constraints.MinHeight = 45
TabOrder = 0
DesignSize = (
454
54)
object radReleaseNow: TRadioButton
Left = 20
Top = 13
Width = 333
Height = 17
Caption = ' &Release new orders immediately'
Enabled = False
TabOrder = 0
OnClick = radReleaseNowClick
end
object radDelayed: TRadioButton
Left = 20
Top = 29
Width = 329
Height = 21
Caption = ' &Delay release of new order(s) until'
TabOrder = 1
OnClick = radDelayedClick
end
object cmdOK: TButton
Left = 355
Top = 9
Width = 75
Height = 20
Anchors = [akRight, akBottom]
Caption = 'OK'
Default = True
TabOrder = 2
OnClick = cmdOKClick
end
object cmdCancel: TButton
Left = 355
Top = 31
Width = 75
Height = 20
Anchors = [akRight, akBottom]
Cancel = True
Caption = 'Cancel'
TabOrder = 3
OnClick = cmdCancelClick
end
end
end
object pnlTop: TPanel [1]
Left = 0
Top = 0
Width = 456
Height = 78
Align = alTop
Anchors = [akLeft, akTop, akRight, akBottom]
AutoSize = True
BorderStyle = bsSingle
TabOrder = 1
object lblPtInfo: TLabel
Left = 1
Top = 1
Width = 3
Height = 34
Align = alTop
Color = clBtnFace
Constraints.MinHeight = 34
ParentColor = False
Layout = tlCenter
end
object pnldif: TPanel
Left = 1
Top = 35
Width = 450
Height = 38
Align = alTop
Anchors = [akLeft, akTop, akRight, akBottom]
TabOrder = 0
object Image1: TImage
Left = 1
Top = 1
Width = 24
Height = 22
Align = alLeft
AutoSize = True
Enabled = False
Picture.Data = {
07544269746D61707E010000424D7E0100000000000076000000280000001800
000016000000010004000000000008010000C40E0000C40E0000100000000000
0000000000000000800000800000008080008000000080008000808000008080
8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF
FF008000000000000000000000080777777777777777777777700F7777777777
7777777777700F88888888888888888887700F88888888888888888887700F88
888808888888888887700F88888800888888888887700F8888880B0888888888
87700F8888880BB00008888887700F888800BBCCBBB0088887700F8880BBBCCC
CBBBB08887700F880BBBBBBBBBBBBB0887700F880BBBBBCCBBBBBB0887700F88
0BBBBBCCBBBBBB0887700F880BBBBBCCBBBBBB0887700F8880BBBBCCBBBBB088
87700F888800BBBBBBB0088887700F88888800000008888887700F8888888888
8888888887700F88888888888888888887700FFFFFFFFFFFFFFFFFFFFF708000
00000000000000000008}
Transparent = True
ExplicitHeight = 36
end
object Label1: TLabel
Left = 34
Top = 4
Width = 327
Height = 13
Caption =
'Use Admit: if patient is newly admitted to the hospital or nursi' +
'ng home.'
end
object Label2: TLabel
Left = 34
Top = 21
Width = 361
Height = 13
Caption =
'Use Transfer: if inpatient will move from one ward or treating t' +
'eam to another.'
end
end
end
object Panel1: TPanel [2]
Left = 0
Top = 134
Width = 456
Height = 217
Align = alClient
TabOrder = 2
inline fraEvntDelayList: TfraEvntDelayList
Left = 1
Top = 1
Width = 454
Height = 215
Align = alClient
AutoScroll = True
TabOrder = 0
TabStop = True
Visible = False
ExplicitLeft = 1
ExplicitTop = 1
ExplicitWidth = 454
ExplicitHeight = 215
inherited pnlDate: TPanel
Left = 349
Height = 215
ExplicitLeft = 349
ExplicitHeight = 215
inherited lblEffective: TLabel
Left = 453
Width = 71
ExplicitLeft = 453
ExplicitWidth = 71
end
inherited orDateBox: TORDateBox
Left = 453
ExplicitLeft = 453
end
end
inherited pnlList: TPanel
Width = 349
Height = 215
ExplicitWidth = 349
ExplicitHeight = 215
inherited lblEvntDelayList: TLabel
Width = 347
ExplicitWidth = 80
end
inherited mlstEvents: TORListBox
Width = 347
Height = 179
OnDblClick = cmdOKClick
ExplicitWidth = 347
ExplicitHeight = 179
end
inherited edtSearch: TCaptionEdit
Width = 347
ExplicitWidth = 347
end
end
end
end
inherited amgrMain: TVA508AccessibilityManager
Data = (
(
'Component = pnlMiddle'
'Status = stsDefault')
(
'Component = grpChoice'
'Status = stsDefault')
(
'Component = radReleaseNow'
'Status = stsDefault')
(
'Component = radDelayed'
'Status = stsDefault')
(
'Component = cmdOK'
'Status = stsDefault')
(
'Component = cmdCancel'
'Status = stsDefault')
(
'Component = pnlTop'
'Status = stsDefault')
(
'Component = pnldif'
'Status = stsDefault')
(
'Component = Panel1'
'Status = stsDefault')
(
'Component = fraEvntDelayList'
'Status = stsDefault')
(
'Component = fraEvntDelayList.pnlDate'
'Status = stsDefault')
(
'Component = fraEvntDelayList.orDateBox'
'Status = stsDefault')
(
'Component = fraEvntDelayList.pnlList'
'Status = stsDefault')
(
'Component = fraEvntDelayList.mlstEvents'
'Status = stsDefault')
(
'Component = fraEvntDelayList.edtSearch'
'Status = stsDefault')
(
'Component = frmOrdersTS'
'Status = stsDefault'))
end
end