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

88 lines
2.0 KiB
Plaintext

object frmODLabImmedColl: TfrmODLabImmedColl
Left = 146
Top = 150
Width = 524
Height = 286
Caption = 'Immediate Collection Times'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = True
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object pnlBase: TORAutoPanel
Left = 0
Top = 0
Width = 516
Height = 259
Align = alClient
BevelOuter = bvNone
TabOrder = 0
object lblImmedColl: TOROffsetLabel
Left = 26
Top = 202
Width = 149
Height = 15
Caption = 'Enter or select a collection time'
HorzOffset = 2
Transparent = False
VertOffset = 2
WordWrap = False
end
object memImmedCollect: TCaptionMemo
Left = 0
Top = 0
Width = 516
Height = 193
Align = alTop
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Courier New'
Font.Style = []
Lines.Strings = (
'Collection times')
ParentFont = False
ReadOnly = True
TabOrder = 0
WantReturns = False
Caption = 'Collection times'
end
object calImmedCollect: TORDateBox
Left = 26
Top = 216
Width = 219
Height = 21
TabOrder = 1
OnKeyUp = calImmedCollectKeyUp
DateOnly = False
RequireTime = False
Caption = 'Enter or select a collection time'
end
object cmdOK: TORAlignButton
Left = 309
Top = 213
Width = 75
Height = 25
Caption = 'OK'
TabOrder = 2
OnClick = cmdOKClick
end
object cmdCancel: TORAlignButton
Left = 405
Top = 213
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
TabOrder = 3
OnClick = cmdCancelClick
end
end
end