home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / Chip_2004-10_cd1.bin / tema / goldwave / gwave506.exe / GoldWave.exe / 0 / RCDATA / TCOLOURFORM / TCOLOURFORM.txt
Text File  |  2003-10-10  |  2KB  |  106 lines

  1. inherited ColourForm: TColourForm
  2.   Caption = 'Colour Options'
  3.   ClientHeight = 248
  4.   ClientWidth = 290
  5.   PixelsPerInch = 96
  6.   TextHeight = 13
  7.   object Preview: TPaintBox [0]
  8.     Left = 6
  9.     Top = 6
  10.     Width = 277
  11.     Height = 113
  12.     OnMouseDown = PreviewMouseDown
  13.     OnPaint = PreviewPaint
  14.   end
  15.   inherited ButtonOk: TButton
  16.     Left = 49
  17.     Top = 218
  18.     TabOrder = 4
  19.   end
  20.   inherited ButtonCancel: TButton
  21.     Left = 129
  22.     Top = 218
  23.     TabOrder = 5
  24.   end
  25.   inherited ButtonHelp: THelpButton
  26.     Left = 209
  27.     Top = 218
  28.     TabOrder = 6
  29.     HelpKey = 'option_colour'
  30.   end
  31.   inherited PresetGroup: TGroupBox
  32.     Top = 162
  33.     Caption = ' &Schemes '
  34.     TabOrder = 3
  35.   end
  36.   object Item: TComboBox
  37.     Left = 35
  38.     Top = 134
  39.     Width = 162
  40.     Height = 21
  41.     Style = csDropDownList
  42.     DropDownCount = 12
  43.     ItemHeight = 13
  44.     TabOrder = 1
  45.     OnChange = ItemChange
  46.     Items.Strings = (
  47.       'Unselected Background'
  48.       'Selected Background'
  49.       'Unselected Left'
  50.       'Selected Left'
  51.       'Unselected Right'
  52.       'Selected Right'
  53.       'Marker'
  54.       'Play Position'
  55.       'Record Position'
  56.       'Grid'
  57.       'Grid Numbers'
  58.       'Direct Edit')
  59.   end
  60.   object ItemLabel: TStaticText
  61.     Left = 4
  62.     Top = 136
  63.     Width = 27
  64.     Height = 17
  65.     Alignment = taRightJustify
  66.     BiDiMode = bdLeftToRight
  67.     Caption = 'Item:'
  68.     ParentBiDiMode = False
  69.     TabOrder = 0
  70.   end
  71.   object Colour: TBitBtn
  72.     Left = 206
  73.     Top = 132
  74.     Width = 75
  75.     Height = 25
  76.     Caption = 'Colour:'
  77.     TabOrder = 2
  78.     OnClick = ColourClick
  79.     Layout = blGlyphRight
  80.     Spacing = 6
  81.   end
  82.   object ColorDialog: TColorDialog
  83.     Ctl3D = True
  84.     CustomColors.Strings = (
  85.       'ColorA=000000'
  86.       'ColorB=000080'
  87.       'ColorC=008000'
  88.       'ColorD=008080'
  89.       'ColorE=800000'
  90.       'ColorF=800080'
  91.       'ColorG=808000'
  92.       'ColorH=808080'
  93.       'ColorI=C0C0C0'
  94.       'ColorJ=0000FF'
  95.       'ColorK=00FF00'
  96.       'ColorL=00FFFF'
  97.       'ColorM=FF0000'
  98.       'ColorN=FF00FF'
  99.       'ColorO=FFFF00'
  100.       'ColorP=FFFFFF')
  101.     Options = [cdPreventFullOpen, cdSolidColor]
  102.     Left = 10
  103.     Top = 216
  104.   end
  105. end
  106.