object FrmListComps: TFrmListComps Left = 200 Top = 99 BorderStyle = bsDialog Caption = 'List-Oriented Components' ClientHeight = 363 ClientWidth = 458 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} PixelsPerInch = 96 Position = poScreenCenter ShowHint = True OnCreate = FormCreate TextHeight = 13 object BtnOK: TButton Left = 374 Top = 332 Width = 75 Height = 25 Caption = 'Done' ModalResult = 1 TabOrder = 6 end object PnlListBox: TRzPanel Left = 8 Top = 108 Width = 201 Height = 109 Alignment = taLeftJustify AlignmentVertical = avTop BorderOuter = fsGroove BorderWidth = 2 Caption = 'RzListBox - Supports speed searching. Type the name of the item ' + 'to find and the selection is updated.' Font.Color = clNavy Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FrameSides = [] ParentFont = False TabOrder = 2 object RzListBox1: TRzListBox Left = 8 Top = 46 Width = 185 Height = 55 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ItemHeight = 13 ParentFont = False TabOrder = 0 end end object PnlCombo1: TRzPanel Left = 220 Top = 8 Width = 229 Height = 89 Alignment = taLeftJustify AlignmentVertical = avTop BorderOuter = fsGroove BorderWidth = 2 Caption = 'RzComboBox (csDropDown) - Supports speed searching. As you type' + ', the closest matching item is displayed in the edit portion wit' + 'h the non-matching characters highlighted.' Font.Color = clNavy Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FrameSides = [] ParentFont = False TabOrder = 1 object RzComboBox1: TRzComboBox Left = 8 Top = 60 Width = 213 Height = 21 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ItemHeight = 13 ParentFont = False TabOrder = 0 end end object PnlCombo2: TRzPanel Left = 8 Top = 8 Width = 201 Height = 89 Alignment = taLeftJustify AlignmentVertical = avTop BorderOuter = fsGroove BorderWidth = 2 Caption = 'RzComboBox (csDropDownList) - Supports speed searching. Type th' + 'e name of the item to find and the selection is updated.' Font.Color = clNavy Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FrameSides = [] ParentFont = False TabOrder = 0 object RzComboBox2: TRzComboBox Left = 8 Top = 60 Width = 185 Height = 21 Style = csDropDownList Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ItemHeight = 13 ParentFont = False TabOrder = 0 end end object PnlTabList: TRzPanel Left = 220 Top = 108 Width = 229 Height = 109 Alignment = taLeftJustify AlignmentVertical = avTop BorderOuter = fsGroove BorderWidth = 2 Caption = 'RzTabbedListBox - Supports Tab Stops and horizontal scroll bar. ' + 'Property editor allows tab stops to be set visually at design-ti' + 'me.' Font.Color = clNavy Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FrameSides = [] ParentFont = False TabOrder = 3 object RzTabbedListBox1: TRzTabbedListBox Left = 8 Top = 46 Width = 213 Height = 55 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ItemHeight = 13 Items.Strings = ( 'Action'#9'3:41' 'All I Want Is Everything'#9'3:23' 'Animal'#9'4:02' 'Another Hit and Run'#9'4:59' 'Armageddon It'#9'5:21' 'Blood Runs Cold'#9'3:35' 'Bringing on the Heartbreak'#9'4:34' 'Foolin'#39#9'4:32' 'From The Inside'#9'4:13' 'Hello America'#9'3:27' 'Hysteria'#9'5:49' 'Let'#39's Get Rocked'#9'4:56' 'Miss You In A Heartbeat'#9'4:04' 'Personal Property'#9'4:20' 'Photograph'#9'4:12' 'Pour Some Sugar On Me'#9'4:25' 'Ride Into The Sun'#9'3:12' 'Ring Of Fire'#9'4:42' 'Rock Of Ages'#9'4:09' 'Rock Rock (Till You Drop)'#9'3:52' 'Rocket'#9'6:34' 'Run Riot'#9'4:38' 'Slang'#9'3:48' 'Stand Up'#9'4:31' 'Switch 625'#9'3:03' 'Tear It Down'#9'3:38' 'Tonight'#9'4:03' 'Too Late For Love'#9'4:30' 'Two Steps Behind'#9'4:16') ParentFont = False TabOrder = 0 TabStops.Max = 2147483647 TabStops.Integers = ( 26) end end object PnlCheckList: TRzPanel Left = 8 Top = 228 Width = 201 Height = 129 Alignment = taLeftJustify AlignmentVertical = avTop BorderOuter = fsGroove BorderWidth = 2 Caption = 'RzCheckList - Each item in the list has an associated check box.' + ' Individual items can even be disabled. Plus, the internal Objec' + 'ts array is still available.' Font.Color = clNavy Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FrameSides = [] ParentFont = False TabOrder = 4 object RzCheckList1: TRzCheckList Left = 8 Top = 58 Width = 185 Height = 65 AllowGrayed = False Items.Strings = ( 'Action' 'All I Want Is Everything' 'Animal' 'Another Hit and Run' 'Armageddon It' 'Blood Runs Cold' 'Bringing on the Heartbreak' 'Foolin'#39 'From The Inside' 'Hello America' 'Hysteria' 'Let'#39's Get Rocked' 'Miss You In A Heartbeat' 'Personal Property' 'Photograph' 'Pour Some Sugar On Me' 'Ride Into The Sun' 'Ring Of Fire' 'Rock Of Ages' 'Rock Rock (Till You Drop)' 'Rocket' 'Run Riot' 'Slang' 'Stand Up' 'Switch 625' 'Tear It Down' 'Tonight' 'Too Late For Love' 'Two Steps Behind') Items.ItemEnabled = ( False True True True False True True True True False True True True True True True True True True True True False True True True True True False True) Items.ItemState = ( 0 0 1 0 0 1 0 0 0 0 1 0 1 0 1 1 0 1 0 0 0 0 0 1 1 0 0 0 0) Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ItemHeight = 16 ParentFont = False Sorted = True TabOrder = 0 end end object PnlButtonEdit: TRzPanel Left = 220 Top = 228 Width = 229 Height = 89 Alignment = taLeftJustify AlignmentVertical = avTop BorderOuter = fsGroove BorderWidth = 2 Caption = 'The RzButtonEdit component provides a general purpose lookup int' + 'erface. Press the ... button (or F4) and the RzLookupDialog comp' + 'onent is displayed.' Font.Color = clNavy Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FrameSides = [] ParentFont = False TabOrder = 5 object RzButtonEdit1: TRzButtonEdit Left = 8 Top = 60 Width = 213 Height = 21 ButtonGlyph.Data = { 8E020000424D8E020000000000003600000028000000140000000A0000000100 1800000000005802000000000000000000000000000000000000C0C0C0C0C0C0 C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0 C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0 C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0 C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0 C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0 C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0 C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0 C0C0C0C0C0C0C0C0C0C0C0C0C0000000000000C0C0C0000000000000C0C0C000 0000000000C0C0C0C0C0C0808080FFFFFFC0C0C0808080FFFFFFC0C0C0808080 FFFFFFC0C0C0C0C0C0808080000000C0C0C0808080000000C0C0C08080800000 00C0C0C0C0C0C0808080808080C0C0C0808080808080C0C0C0808080808080C0 C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0 C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0 C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0 C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0 C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0 C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0 C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0 C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0} AltBtnGlyph.Data = { 8E020000424D8E020000000000003600000028000000140000000A0000000100 1800000000005802000000000000000000000000000000000000C0C0C0C0C0C0 C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0 C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0 C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0 C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0 C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0 C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0 C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0 C0C0C0C0C0C0C0C0C0C0C0C0C0000000000000C0C0C0000000000000C0C0C000 0000000000C0C0C0C0C0C0808080FFFFFFC0C0C0808080FFFFFFC0C0C0808080 FFFFFFC0C0C0C0C0C0808080000000C0C0C0808080000000C0C0C08080800000 00C0C0C0C0C0C0808080808080C0C0C0808080808080C0C0C0808080808080C0 C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0 C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0 C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0 C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0 C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0 C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0 C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0 C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0} OnButtonClick = RzButtonEdit1ButtonClick Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentColor = False ParentFont = False TabOrder = 0 end end object RzLookupDialog1: TRzLookupDialog BorderStyle = bsDialog Caption = 'Select a Song Title' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Prompt = 'Search for Title' SearchBtnEdit = RzButtonEdit1 Left = 220 Top = 324 end end