inherited frmImmunizations: TfrmImmunizations Left = 373 Top = 169 Caption = 'Encouner Immunization' PixelsPerInch = 96 TextHeight = 13 object lblReaction: TLabel [0] Left = 490 Top = 274 Width = 43 Height = 13 Caption = 'Reaction' end object lblSeries: TLabel [1] Left = 490 Top = 236 Width = 29 Height = 13 Caption = 'Series' end inherited lblSection: TLabel Width = 100 Caption = 'Immunization Section' end object lblContra: TLabel [6] Left = 509 Top = 312 Width = 74 Height = 26 Caption = 'Repeat Contraindicated' WordWrap = True end inherited btnOK: TBitBtn TabOrder = 8 end inherited btnCancel: TBitBtn TabOrder = 9 end inherited pnlGrid: TPanel TabOrder = 1 inherited lbGrid: TORListBox Tag = 40 Caption = 'Selected Immunizations' Pieces = '1,2,3,4' end inherited hcGrid: THeaderControl Sections = < item ImageIndex = -1 MinWidth = 43 Text = 'Series' Width = 96 end item ImageIndex = -1 MinWidth = 57 Text = 'Reaction' Width = 134 end item ImageIndex = -1 MinWidth = 45 Text = 'Contra' Width = 45 end item ImageIndex = -1 MinWidth = 124 Text = 'Selected Immunizations' Width = 124 end> end end inherited edtComment: TCaptionEdit TabOrder = 3 end inherited btnRemove: TButton TabOrder = 7 end inherited btnSelectAll: TButton TabOrder = 2 TabStop = True end inherited pnlMain: TPanel TabOrder = 0 inherited lbxSection: TORListBox Tag = 40 end inherited pnlLeft: TPanel inherited lbSection: TORListBox Tag = 40 TabOrder = 0 Caption = 'Immunization Section' end inherited btnOther: TButton Tag = 20 Caption = 'Other Immunization...' TabOrder = 1 end end end object cboImmReaction: TORComboBox Tag = 20 Left = 490 Top = 288 Width = 121 Height = 21 Style = orcsDropDown AutoSelect = True Caption = 'Reaction' Color = clWindow DropDownCount = 8 Enabled = False ItemHeight = 13 ItemTipColor = clWindow ItemTipEnable = True ListItemsOnly = False LongList = False MaxLength = 0 Pieces = '2' Sorted = False SynonymChars = '<>' TabOrder = 5 OnChange = cboImmReactionChange end object cboImmSeries: TORComboBox Tag = 10 Left = 490 Top = 250 Width = 121 Height = 21 Style = orcsDropDown AutoSelect = True Caption = 'Series' Color = clWindow DropDownCount = 8 Enabled = False ItemHeight = 13 ItemTipColor = clWindow ItemTipEnable = True ListItemsOnly = False LongList = False MaxLength = 0 Pieces = '2' Sorted = False SynonymChars = '<>' TabOrder = 4 OnChange = cboImmSeriesChange end object ckbContra: TCheckBox Left = 490 Top = 319 Width = 13 Height = 13 Enabled = False TabOrder = 6 OnClick = ckbContraClick end end