home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Shareware / Multimedia / goldwave / gwave509.exe / GoldWave.exe / 0 / RCDATA / TPRESETFORM / TPRESETFORM.txt
Text File  |  2005-01-25  |  3KB  |  88 lines

  1. inherited PresetForm: TPresetForm
  2.   Caption = 'Preset'
  3.   ClientHeight = 87
  4.   ClientWidth = 326
  5.   PixelsPerInch = 96
  6.   TextHeight = 13
  7.   inherited ButtonOk: TButton
  8.     Left = 5
  9.     Top = 57
  10.     TabOrder = 3
  11.   end
  12.   inherited ButtonCancel: TButton
  13.     Left = 85
  14.     Top = 57
  15.   end
  16.   inherited ButtonHelp: THelpButton
  17.     Left = 245
  18.     Top = 57
  19.   end
  20.   object PresetGroup: TGroupBox
  21.     Left = 5
  22.     Top = 0
  23.     Width = 279
  24.     Height = 47
  25.     Anchors = [akRight, akBottom]
  26.     Caption = ' &Presets '
  27.     TabOrder = 0
  28.     object PresetBox: TComboBox
  29.       Left = 9
  30.       Top = 16
  31.       Width = 204
  32.       Height = 21
  33.       DropDownCount = 12
  34.       ItemHeight = 13
  35.       MaxLength = 100
  36.       Sorted = True
  37.       TabOrder = 0
  38.       OnChange = PresetBoxChange
  39.     end
  40.     object AddPreset: TBitton
  41.       Left = 220
  42.       Top = 16
  43.       Width = 21
  44.       Height = 21
  45.       Hint = 'Add current settings as new preset'
  46.       Image.Data = {
  47.         F6000000424DF600000000000000760000002800000010000000100000000100
  48.         0400000000008000000000000000000000001000000000000000000000000000
  49.         8000008000000080800080000000800080008080000080808000C0C0C0000000
  50.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  51.         88888888888FFFF888888888887AAAF888888888887AAAF888888888887AAAF8
  52.         8888888FFF8AAAFFFFF8887AAAAAAAAAAAF8887AAAAAAAAAAAF8887AAAAAAAAA
  53.         AAF88877777AAA8777888888887AAAF888888888887AAAF888888888887AAAF8
  54.         8888888888777788888888888888888888888888888888888888}
  55.       FocusAllowed = True
  56.       Caption = 'Add Preset'
  57.       ParentShowHint = False
  58.       ShowHint = True
  59.       OnClick = AddPresetClick
  60.       TabStop = True
  61.       TabOrder = 1
  62.     end
  63.     object RemovePreset: TBitton
  64.       Left = 248
  65.       Top = 16
  66.       Width = 21
  67.       Height = 21
  68.       Hint = 'Remove current preset'
  69.       Image.Data = {
  70.         F6000000424DF600000000000000760000002800000010000000100000000100
  71.         0400000000008000000000000000000000001000000000000000000000000000
  72.         8000008000000080800080000000800080008080000080808000C0C0C0000000
  73.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  74.         8888888888888888888888888888888888888888888888888888888888888888
  75.         8888888FFFFFFFFFFFF888799999999999F888799999999999F8887999999999
  76.         99F8887777777777778888888888888888888888888888888888888888888888
  77.         8888888888888888888888888888888888888888888888888888}
  78.       FocusAllowed = True
  79.       Caption = 'Remove Preset'
  80.       ParentShowHint = False
  81.       ShowHint = True
  82.       OnClick = RemovePresetClick
  83.       TabStop = True
  84.       TabOrder = 2
  85.     end
  86.   end
  87. end
  88.