inherited frmHealthFactors: TfrmHealthFactors Left = 374 Top = 205 Caption = 'Health Factor page' PixelsPerInch = 96 TextHeight = 13 object lblHealthLevel: TLabel [0] Left = 490 Top = 264 Width = 69 Height = 13 Caption = 'Level/Severity' end inherited lblSection: TLabel Width = 103 Caption = 'Health Factor Section' end inherited btnOK: TBitBtn TabOrder = 6 end inherited btnCancel: TBitBtn TabOrder = 7 end inherited pnlGrid: TPanel TabOrder = 1 inherited lbGrid: TORListBox Tag = 70 Caption = 'Selected Health Factors' Pieces = '1,2' end inherited hcGrid: THeaderControl Sections = < item ImageIndex = -1 MinWidth = 85 Text = 'Level/Severity' Width = 85 end item ImageIndex = -1 MinWidth = 130 Text = 'Selected Health Factors' Width = 130 end> end end inherited edtComment: TCaptionEdit MaxLength = 245 TabOrder = 3 end inherited btnRemove: TButton TabOrder = 5 end inherited btnSelectAll: TButton TabOrder = 2 TabStop = True end inherited pnlMain: TPanel TabOrder = 0 inherited lbxSection: TORListBox Tag = 70 end inherited pnlLeft: TPanel inherited lbSection: TORListBox Tag = 70 TabOrder = 0 Caption = 'Health Factor Section' end inherited btnOther: TButton Tag = 23 Caption = 'Other Health Factor...' TabOrder = 1 end end end object cboHealthLevel: TORComboBox Tag = 50 Left = 490 Top = 280 Width = 121 Height = 21 Style = orcsDropDown AutoSelect = True Caption = 'Level/Severity' Color = clWindow DropDownCount = 8 Enabled = False ItemHeight = 13 ItemTipColor = clWindow ItemTipEnable = True ListItemsOnly = False LongList = False LookupPiece = 0 MaxLength = 0 Pieces = '2' Sorted = False SynonymChars = '<>' TabOrder = 4 OnChange = cboHealthLevelChange CharsNeedMatch = 1 end end