home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 September / PCWorld_2008-09_cd.bin / system / processmeter / procmeter.exe / processmeter.exe / 0 / RCDATA / TBMPOPTIONS / TBMPOPTIONS.txt
Text File  |  2008-03-26  |  927b  |  50 lines

  1. object BMPOptions: TBMPOptions
  2.   Left = 275
  3.   Top = 188
  4.   AutoScroll = False
  5.   BorderIcons = [biSystemMenu]
  6.   ClientHeight = 92
  7.   ClientWidth = 187
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   OldCreateOrder = True
  11.   OnCreate = FormCreate
  12.   OnShow = FormShow
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Label1: TLabel
  16.     Left = 39
  17.     Top = 8
  18.     Width = 32
  19.     Height = 13
  20.     Caption = '&Colors:'
  21.     FocusControl = CBColors
  22.   end
  23.   object CBMono: TCheckBox
  24.     Left = 79
  25.     Top = 32
  26.     Width = 102
  27.     Height = 17
  28.     HelpContext = 1802
  29.     Caption = '&Monochrome'
  30.     TabOrder = 0
  31.     OnClick = CBMonoClick
  32.   end
  33.   object CBColors: TComboFlat
  34.     Left = 79
  35.     Top = 5
  36.     Width = 102
  37.     HelpContext = 1803
  38.     TabOrder = 1
  39.     Items.Strings = (
  40.       'Default'
  41.       '2 (1 bit)'
  42.       '16 (4 bit)'
  43.       '256 (8 bit)'
  44.       '32768 (15 bit)'
  45.       '65536 (16 bit)'
  46.       '16M (24 bit)'
  47.       '16M (32 bit)')
  48.   end
  49. end
  50.