object ImportForm: TImportForm Left = 235 Top = 109 BorderStyle = bsDialog Caption = 'ImportForm' ClientHeight = 227 ClientWidth = 237 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 156 Top = 72 Width = 74 Height = 2 Shape = bsTopLine end object OKBtn: TButton Left = 156 Top = 8 Width = 75 Height = 24 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 end object CancelBtn: TButton Left = 156 Top = 40 Width = 75 Height = 24 Cancel = True Caption = 'CancelBtn' ModalResult = 2 TabOrder = 1 end object SelectAllBtn: TButton Left = 156 Top = 81 Width = 75 Height = 24 Caption = 'SelectAllBtn' TabOrder = 2 OnClick = SelectAllBtnClick end object NewTopicListBox: TbCheckListBox Left = 8 Top = 8 Width = 137 Height = 209 BmpChecked.Data = { CE000000424DCE0000000000000076000000280000000B0000000B0000000100 0400000000005800000000000000000000000000000000000000000000000000 80000080000000808000800000008000800080800000C0C0C000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888880 00008FFFFFFFFF8000008FFF0FFFFF8000008FF000FFFF8000008F00000FFF80 00008F00F000FF8000008F0FFF000F8000008FFFFFF00F8000008FFFFFFF0F80 00008FFFFFFFFF8000008888888888800000} BmpGrayed.Data = { CE000000424DCE0000000000000076000000280000000B0000000B0000000100 0400000000005800000000000000000000000000000000000000000000000000 80000080000000808000800000008000800080800000C0C0C000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888880 0000877777777780000087770777778000008770007777800000870000077780 0000870070007780000087077700078000008777777007800000877777770780 000087777777778000008888888888800000} BmpUnchecked.Data = { CE000000424DCE0000000000000076000000280000000B0000000B0000000100 0400000000005800000000000000000000000000000000000000000000000000 80000080000000808000800000008000800080800000C0C0C000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888880 00008FFFFFFFFF8000008FFFFFFFFF8000008FFFFFFFFF8000008FFFFFFFFF80 00008FFFFFFFFF8000008FFFFFFFFF8000008FFFFFFFFF8000008FFFFFFFFF80 00008FFFFFFFFF8000008888888888800000} ItemHeight = 16 TabOrder = 3 end end