home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 March / Chip_2002-03_cd1.bin / tema / thebat / download / update / thebat.exe / 0 / RCDATA / TMLVCOLOUREDITOR / TMLVCOLOUREDITOR.txt
Text File  |  2001-09-09  |  3KB  |  136 lines

  1. object MLVColourEditor: TMLVColourEditor
  2.   Left = 190
  3.   Top = 202
  4.   HelpContext = 14059
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Edit Message List View Colours'
  8.   ClientHeight = 250
  9.   ClientWidth = 386
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object lList: TListBox
  22.     Left = 8
  23.     Top = 32
  24.     Width = 249
  25.     Height = 169
  26.     Font.Color = clBlack
  27.     Font.Height = -11
  28.     Font.Name = 'MS Reference Sans Serif'
  29.     Font.Style = []
  30.     ItemHeight = 16
  31.     ParentFont = False
  32.     Style = lbOwnerDrawFixed
  33.     TabOrder = 0
  34.     OnDrawItem = lListDrawItem
  35.   end
  36.   object hList: THeaderControl
  37.     Left = 8
  38.     Top = 16
  39.     Width = 249
  40.     Height = 17
  41.     Align = alNone
  42.     Sections = <
  43.       item
  44.         AllowClick = False
  45.         MaxWidth = 150
  46.         MinWidth = 150
  47.         Text = 'Name'
  48.         Width = 150
  49.       end
  50.       item
  51.         AllowClick = False
  52.         MaxWidth = 130
  53.         MinWidth = 100
  54.         Text = 'Handle'
  55.         Width = 100
  56.       end>
  57.   end
  58.   object bNew: TButton
  59.     Left = 272
  60.     Top = 16
  61.     Width = 105
  62.     Height = 25
  63.     Caption = '&New...'
  64.     TabOrder = 2
  65.     OnClick = bNewClick
  66.   end
  67.   object bEdit: TButton
  68.     Left = 272
  69.     Top = 48
  70.     Width = 105
  71.     Height = 25
  72.     Caption = '&Edit'
  73.     TabOrder = 3
  74.     OnClick = bEditClick
  75.   end
  76.   object bDelete: TButton
  77.     Left = 272
  78.     Top = 80
  79.     Width = 105
  80.     Height = 25
  81.     Caption = '&Delete'
  82.     TabOrder = 4
  83.     OnClick = bDeleteClick
  84.   end
  85.   object bFont: TButton
  86.     Left = 272
  87.     Top = 116
  88.     Width = 105
  89.     Height = 25
  90.     Caption = '&Font...'
  91.     TabOrder = 5
  92.     OnClick = bFontClick
  93.   end
  94.   object bOK: TButton
  95.     Left = 168
  96.     Top = 216
  97.     Width = 91
  98.     Height = 25
  99.     Caption = '&OK'
  100.     Default = True
  101.     ModalResult = 1
  102.     TabOrder = 6
  103.     OnClick = bOKClick
  104.   end
  105.   object bCancel: TButton
  106.     Left = 272
  107.     Top = 216
  108.     Width = 105
  109.     Height = 25
  110.     Cancel = True
  111.     Caption = 'Cancel'
  112.     ModalResult = 2
  113.     TabOrder = 7
  114.   end
  115.   object bHelp: TButton
  116.     Left = 272
  117.     Top = 176
  118.     Width = 105
  119.     Height = 25
  120.     Caption = 'Help'
  121.     TabOrder = 8
  122.     OnClick = bHelpClick
  123.   end
  124.   object dFont: TFontDialog
  125.     Font.Color = clWindowText
  126.     Font.Height = -11
  127.     Font.Name = 'MS Sans Serif'
  128.     Font.Style = []
  129.     MinFontSize = 0
  130.     MaxFontSize = 0
  131.     Options = []
  132.     Left = 40
  133.     Top = 216
  134.   end
  135. end
  136.