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

85 lines
1.9 KiB
Plaintext

inherited frmODLabOthCollSamp: TfrmODLabOthCollSamp
Left = 321
Top = 136
BorderIcons = []
Caption = 'Select Collection Sample'
ClientHeight = 332
ClientWidth = 228
OldCreateOrder = True
Position = poScreenCenter
ExplicitWidth = 236
ExplicitHeight = 359
PixelsPerInch = 96
TextHeight = 13
object pnlBase: TORAutoPanel [0]
Left = 0
Top = 0
Width = 228
Height = 332
Align = alClient
BevelOuter = bvNone
TabOrder = 0
object cboOtherCollSamp: TORComboBox
Left = 9
Top = 22
Width = 212
Height = 270
Style = orcsSimple
AutoSelect = True
Color = clWindow
DropDownCount = 8
ItemHeight = 13
ItemTipColor = clWindow
ItemTipEnable = True
ListItemsOnly = True
LongList = False
LookupPiece = 0
MaxLength = 0
Pieces = '2'
Sorted = False
SynonymChars = '<>'
TabOrder = 0
OnDblClick = cboOtherCollSampDblClick
CharsNeedMatch = 1
end
object cmdOK: TButton
Left = 39
Top = 303
Width = 72
Height = 21
Caption = 'OK'
Default = True
TabOrder = 1
OnClick = cmdOKClick
end
object cmdCancel: TButton
Left = 123
Top = 303
Width = 72
Height = 21
Cancel = True
Caption = 'Cancel'
TabOrder = 2
OnClick = cmdCancelClick
end
end
inherited amgrMain: TVA508AccessibilityManager
Data = (
(
'Component = pnlBase'
'Status = stsDefault')
(
'Component = cboOtherCollSamp'
'Status = stsDefault')
(
'Component = cmdOK'
'Status = stsDefault')
(
'Component = cmdCancel'
'Status = stsDefault')
(
'Component = frmODLabOthCollSamp'
'Status = stsDefault'))
end
end