home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 January / PCWorld_2007-01_cd.bin / temacd / goldwave / gwave517.exe / GoldWave.exe / 0 / RCDATA / TCOLOURFORM / TCOLOURFORM.txt
Encoding:
Text File  |  2006-11-14  |  2.2 KB  |  114 lines

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