object thememanager: Tthememanager
  Left = 379
  Top = 208
  Caption = 'Theme Manager'
  ClientHeight = 351
  ClientWidth = 462
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object labtheme: TLabel
    Left = 8
    Top = 11
    Width = 41
    Height = 13
    Caption = 'The&mes:'
  end
  object Bevel1: TBevel
    Left = 8
    Top = 47
    Width = 353
    Height = 4
  end
  object labelement: TLabel
    Left = 8
    Top = 60
    Width = 42
    Height = 13
    Caption = '&Element:'
  end
  object Label1: TLabel
    Left = 8
    Top = 99
    Width = 28
    Height = 13
    Caption = '&Style:'
  end
  object preview: TImage
    Left = 256
    Top = 179
    Width = 105
    Height = 105
  end
  object Label2: TLabel
    Left = 8
    Top = 131
    Width = 29
    Height = 13
    Caption = 'C&olor:'
  end
  object Bevel2: TBevel
    Left = 64
    Top = 303
    Width = 297
    Height = 4
  end
  object Label3: TLabel
    Left = 64
    Top = 313
    Width = 162
    Height = 13
    Caption = '&Alphabetical jump bar orientation:'
  end
  object OK: TButton
    Left = 379
    Top = 16
    Width = 75
    Height = 25
    Caption = '&OK'
    ModalResult = 1
    TabOrder = 0
    OnClick = OKClick
  end
  object Cancel: TButton
    Left = 379
    Top = 47
    Width = 75
    Height = 25
    Cancel = True
    Caption = '&Cancel'
    ModalResult = 2
    TabOrder = 1
    OnClick = CancelClick
  end
  object GoPreview: TButton
    Left = 379
    Top = 78
    Width = 75
    Height = 25
    Cancel = True
    Caption = '&Preview'
    TabOrder = 2
    OnClick = GoPreviewClick
  end
  object lbStyles: TComboBox
    Left = 64
    Top = 96
    Width = 297
    Height = 21
    Style = csDropDownList
    ItemHeight = 13
    TabOrder = 4
    OnChange = lbStylesChange
  end
  object lbthemes: TComboBox
    Left = 64
    Top = 8
    Width = 297
    Height = 21
    Style = csDropDownList
    ItemHeight = 13
    TabOrder = 3
    OnChange = lbthemesChange
  end
  object colorpreview: TPanel
    Left = 64
    Top = 124
    Width = 113
    Height = 41
    BevelInner = bvLowered
    BevelKind = bkTile
    Color = clBlack
    ParentBackground = False
    TabOrder = 5
  end
  object nocolor: TCheckBox
    Left = 192
    Top = 123
    Width = 97
    Height = 17
    Caption = 'No Color'
    TabOrder = 6
    OnClick = nocolorClick
  end
  object lbelement: TComboBox
    Left = 64
    Top = 57
    Width = 297
    Height = 21
    Style = csDropDownList
    ItemHeight = 13
    TabOrder = 8
    OnChange = lbelementChange
  end
  object lbAlphaOrientation: TComboBox
    Left = 248
    Top = 310
    Width = 113
    Height = 21
    Style = csDropDownList
    ItemHeight = 13
    TabOrder = 7
  end
  object ColorPicker: TColorPicker
    Left = 64
    Top = 171
    Width = 137
    Height = 105
  end
end