home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 March / Chip_1999-03_cd.bin / zkuste / delphi / DELUT / BICAT2.ZIP / Bicat.exe / 0 / RCDATA / TIMPORTFORM / TIMPORTFORM.txt
Text File  |  1998-07-14  |  3KB  |  86 lines

  1. object ImportForm: TImportForm
  2.   Left = 235
  3.   Top = 109
  4.   BorderStyle = bsDialog
  5.   Caption = 'ImportForm'
  6.   ClientHeight = 227
  7.   ClientWidth = 237
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Bevel1: TBevel
  18.     Left = 156
  19.     Top = 72
  20.     Width = 74
  21.     Height = 2
  22.     Shape = bsTopLine
  23.   end
  24.   object OKBtn: TButton
  25.     Left = 156
  26.     Top = 8
  27.     Width = 75
  28.     Height = 24
  29.     Caption = 'OK'
  30.     Default = True
  31.     ModalResult = 1
  32.     TabOrder = 0
  33.   end
  34.   object CancelBtn: TButton
  35.     Left = 156
  36.     Top = 40
  37.     Width = 75
  38.     Height = 24
  39.     Cancel = True
  40.     Caption = 'CancelBtn'
  41.     ModalResult = 2
  42.     TabOrder = 1
  43.   end
  44.   object SelectAllBtn: TButton
  45.     Left = 156
  46.     Top = 81
  47.     Width = 75
  48.     Height = 24
  49.     Caption = 'SelectAllBtn'
  50.     TabOrder = 2
  51.     OnClick = SelectAllBtnClick
  52.   end
  53.   object NewTopicListBox: TbCheckListBox
  54.     Left = 8
  55.     Top = 8
  56.     Width = 137
  57.     Height = 209
  58.     BmpChecked.Data = {
  59.       CE000000424DCE0000000000000076000000280000000B0000000B0000000100
  60.       0400000000005800000000000000000000000000000000000000000000000000
  61.       80000080000000808000800000008000800080800000C0C0C000808080000000
  62.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888880
  63.       00008FFFFFFFFF8000008FFF0FFFFF8000008FF000FFFF8000008F00000FFF80
  64.       00008F00F000FF8000008F0FFF000F8000008FFFFFF00F8000008FFFFFFF0F80
  65.       00008FFFFFFFFF8000008888888888800000}
  66.     BmpGrayed.Data = {
  67.       CE000000424DCE0000000000000076000000280000000B0000000B0000000100
  68.       0400000000005800000000000000000000000000000000000000000000000000
  69.       80000080000000808000800000008000800080800000C0C0C000808080000000
  70.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888880
  71.       0000877777777780000087770777778000008770007777800000870000077780
  72.       0000870070007780000087077700078000008777777007800000877777770780
  73.       000087777777778000008888888888800000}
  74.     BmpUnchecked.Data = {
  75.       CE000000424DCE0000000000000076000000280000000B0000000B0000000100
  76.       0400000000005800000000000000000000000000000000000000000000000000
  77.       80000080000000808000800000008000800080800000C0C0C000808080000000
  78.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888880
  79.       00008FFFFFFFFF8000008FFFFFFFFF8000008FFFFFFFFF8000008FFFFFFFFF80
  80.       00008FFFFFFFFF8000008FFFFFFFFF8000008FFFFFFFFF8000008FFFFFFFFF80
  81.       00008FFFFFFFFF8000008888888888800000}
  82.     ItemHeight = 16
  83.     TabOrder = 3
  84.   end
  85. end
  86.