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

  1. object ColourGroupEditor: TColourGroupEditor
  2.   Left = 235
  3.   Top = 115
  4.   HelpContext = 14054
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Edit Colour Group'
  8.   ClientHeight = 367
  9.   ClientWidth = 439
  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.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 8
  21.     Top = 16
  22.     Width = 31
  23.     Height = 13
  24.     Caption = '&Name:'
  25.   end
  26.   object Label2: TLabel
  27.     Left = 8
  28.     Top = 64
  29.     Width = 51
  30.     Height = 13
  31.     Caption = '&Unique ID:'
  32.   end
  33.   object Label3: TLabel
  34.     Left = 8
  35.     Top = 240
  36.     Width = 56
  37.     Height = 13
  38.     Caption = '&Text colour:'
  39.   end
  40.   object Label4: TLabel
  41.     Left = 8
  42.     Top = 200
  43.     Width = 93
  44.     Height = 13
  45.     Caption = '&Background colour:'
  46.   end
  47.   object Label5: TLabel
  48.     Left = 8
  49.     Top = 104
  50.     Width = 52
  51.     Height = 13
  52.     Caption = '&Font script:'
  53.   end
  54.   object Tabs: TTabControl
  55.     Left = 8
  56.     Top = 152
  57.     Width = 313
  58.     Height = 209
  59.     TabIndex = 0
  60.     TabOrder = 10
  61.     Tabs.Strings = (
  62.       'Normal'
  63.       'Unread')
  64.     OnChange = TabsChange
  65.     OnChanging = TabsChanging
  66.   end
  67.   object eName: TEdit
  68.     Left = 8
  69.     Top = 32
  70.     Width = 305
  71.     Height = 21
  72.     TabOrder = 0
  73.   end
  74.   object eHandle: TEdit
  75.     Left = 8
  76.     Top = 80
  77.     Width = 305
  78.     Height = 21
  79.     TabOrder = 1
  80.   end
  81.   object cbText: TComboBox
  82.     Left = 16
  83.     Top = 200
  84.     Width = 193
  85.     Height = 22
  86.     Style = csOwnerDrawFixed
  87.     ItemHeight = 16
  88.     Items.Strings = (
  89.       'Black'
  90.       'Maroon'
  91.       'Green'
  92.       'Olive'
  93.       'Navy'
  94.       'Purple'
  95.       'Teal'
  96.       'Grey'
  97.       'Silver'
  98.       'Red'
  99.       'Lime'
  100.       'Yellow'
  101.       'Blue'
  102.       'Fuchsia'
  103.       'Aqua'
  104.       'White'
  105.       'System Default'
  106.       'Custom')
  107.     TabOrder = 2
  108.     OnDrawItem = cbTextDrawItem
  109.   end
  110.   object cbBkGnd: TComboBox
  111.     Tag = 2
  112.     Left = 16
  113.     Top = 240
  114.     Width = 193
  115.     Height = 22
  116.     Style = csOwnerDrawFixed
  117.     ItemHeight = 16
  118.     TabOrder = 3
  119.     OnDrawItem = cbTextDrawItem
  120.   end
  121.   object bEditTextColor: TButton
  122.     Left = 216
  123.     Top = 198
  124.     Width = 91
  125.     Height = 25
  126.     Caption = 'Edit...'
  127.     TabOrder = 4
  128.     OnClick = bEditTextColorClick
  129.   end
  130.   object bEditBkColor: TButton
  131.     Left = 216
  132.     Top = 240
  133.     Width = 89
  134.     Height = 25
  135.     Caption = 'Edit...'
  136.     TabOrder = 5
  137.     OnClick = bEditTextColorClick
  138.   end
  139.   object cbScript: TComboBox
  140.     Left = 8
  141.     Top = 120
  142.     Width = 305
  143.     Height = 21
  144.     Style = csDropDownList
  145.     ItemHeight = 13
  146.     Items.Strings = (
  147.       '(Default)'
  148.       'Arabic'
  149.       'Baltic'
  150.       'Central European'
  151.       'Chinese BIG5'
  152.       'Chinese GB-2312'
  153.       'Cyrillic'
  154.       'Greek'
  155.       'Hangul'
  156.       'Hangul (Johab)'
  157.       'Hebrew'
  158.       'Japanese'
  159.       'Mac'
  160.       'OEM/DOS'
  161.       'Symbol'
  162.       'Thai'
  163.       'Turkish'
  164.       'Western')
  165.     TabOrder = 6
  166.   end
  167.   object bOK: TButton
  168.     Left = 336
  169.     Top = 32
  170.     Width = 91
  171.     Height = 25
  172.     Caption = '&OK'
  173.     Default = True
  174.     ModalResult = 1
  175.     TabOrder = 8
  176.     OnClick = bOKClick
  177.   end
  178.   object bCancel: TButton
  179.     Left = 336
  180.     Top = 64
  181.     Width = 91
  182.     Height = 25
  183.     Cancel = True
  184.     Caption = 'Cancel'
  185.     ModalResult = 2
  186.     TabOrder = 9
  187.   end
  188.   object gFontStyle: TGroupBox
  189.     Left = 16
  190.     Top = 272
  191.     Width = 297
  192.     Height = 81
  193.     Caption = 'Font Style'
  194.     TabOrder = 7
  195.     object cbBold: TCheckBox
  196.       Left = 16
  197.       Top = 24
  198.       Width = 137
  199.       Height = 17
  200.       Caption = 'Bo&ld'
  201.       TabOrder = 0
  202.     end
  203.     object cbItalic: TCheckBox
  204.       Left = 16
  205.       Top = 48
  206.       Width = 137
  207.       Height = 17
  208.       Caption = '&Italic'
  209.       TabOrder = 1
  210.     end
  211.     object cbUnderline: TCheckBox
  212.       Left = 160
  213.       Top = 24
  214.       Width = 129
  215.       Height = 17
  216.       Caption = 'Un&derlined'
  217.       TabOrder = 2
  218.     end
  219.     object cbStrikeOut: TCheckBox
  220.       Left = 160
  221.       Top = 48
  222.       Width = 129
  223.       Height = 17
  224.       Caption = '&Strikeout'
  225.       TabOrder = 3
  226.     end
  227.   end
  228.   object bHelp: TButton
  229.     Left = 336
  230.     Top = 96
  231.     Width = 89
  232.     Height = 25
  233.     Caption = 'Help'
  234.     TabOrder = 11
  235.     OnClick = bHelpClick
  236.   end
  237.   object dColor: TColorDialog
  238.     Ctl3D = True
  239.     Options = [cdAnyColor]
  240.     Left = 344
  241.     Top = 200
  242.   end
  243. end
  244.