inherited frmODMedOIFA: TfrmODMedOIFA Left = 0 Top = 0 Caption = 'Formulary Alternatives' ClientHeight = 178 ClientWidth = 305 FormStyle = fsStayOnTop OldCreateOrder = True Position = poMainFormCenter OnClose = FormClose OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel [0] Left = 0 Top = 0 Width = 305 Height = 13 Align = alTop Caption = 'The selected drug is not in the formulary. Alternatives are:' ExplicitWidth = 273 end object Label2: TStaticText [1] Left = 0 Top = 134 Width = 305 Height = 17 Align = alBottom Caption = 'Do you wish to use the selected alternative instead?' TabOrder = 1 ExplicitWidth = 250 end object lstFormAlt: TORListBox [2] Left = 0 Top = 13 Width = 305 Height = 121 Align = alClient ItemHeight = 13 ParentShowHint = False ShowHint = True TabOrder = 0 OnClick = lstFormAltClick Caption = 'The selected drug is not in the formulary. Alternatives are:' ItemTipColor = clWindow LongList = False Pieces = '2' end object btnPanel: TPanel [3] Left = 0 Top = 151 Width = 305 Height = 27 Align = alBottom BevelOuter = bvNone TabOrder = 3 object cmdYes: TButton Left = 74 Top = 3 Width = 72 Height = 21 Caption = 'Yes' Default = True Enabled = False TabOrder = 0 OnClick = cmdYesClick end object cmdNo: TButton Left = 162 Top = 3 Width = 72 Height = 21 Cancel = True Caption = 'No' TabOrder = 1 OnClick = cmdNoClick end end inherited amgrMain: TVA508AccessibilityManager Data = ( ( 'Component = Label2' 'Status = stsDefault') ( 'Component = lstFormAlt' 'Status = stsDefault') ( 'Component = btnPanel' 'Status = stsDefault') ( 'Component = cmdYes' 'Status = stsDefault') ( 'Component = cmdNo' 'Status = stsDefault') ( 'Component = frmODMedOIFA' 'Status = stsDefault')) end end