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

  1. inherited PreviewPresetForm: TPreviewPresetForm
  2.   PixelsPerInch = 96
  3.   TextHeight = 13
  4.   inherited ButtonCancel: TButton
  5.     TabOrder = 4
  6.   end
  7.   inherited ButtonHelp: THelpButton
  8.     TabOrder = 5
  9.   end
  10.   inherited PresetGroup: TGroupBox
  11.     inherited AddPreset: TBitton
  12.       Hint = 'Adds current settings as new preset'
  13.     end
  14.     inherited RemovePreset: TBitton
  15.       Hint = 'Removes current preset'
  16.     end
  17.   end
  18.   object PreviewPlay: TBitton
  19.     Left = 291
  20.     Top = 5
  21.     Width = 28
  22.     Height = 18
  23.     Image.Data = {
  24.       06010000424D06010000000000007600000028000000160000000C0000000100
  25.       0400000000009000000000000000000000001000000000000000000000000000
  26.       8000008000000080800080000000800080008080000080808000C0C0C0000000
  27.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  28.       8888888888008888887FF8888888888888008888887AAFF88888888888008888
  29.       887AAAAFF888888888008888887AAAAAAFF8888888008888887AAAAAAAAF8888
  30.       88008888887AAAAAAA77888888008888887AAAAA7778888888008888887AAA77
  31.       7888888888008888887A77788888888888008888887778888888888888008888
  32.       88888888888888888800}
  33.     FocusAllowed = True
  34.     Action = PlayAction
  35.     Anchors = [akRight, akBottom]
  36.     ParentShowHint = False
  37.     ShowHint = True
  38.     TabStop = True
  39.     TabOrder = 1
  40.   end
  41.   object PreviewStop: TBitton
  42.     Left = 291
  43.     Top = 29
  44.     Width = 28
  45.     Height = 18
  46.     Image.Data = {
  47.       06010000424D06010000000000007600000028000000160000000C0000000100
  48.       0400000000009000000000000000000000001000000000000000000000000000
  49.       8000008000000080800080000000800080008080000080808000C0C0C0000000
  50.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  51.       88888888880088888888888888888888880088888887FFFFFFFF888888008888
  52.       8887CCCCCCCF8888880088888887CCCCCCCF8888880088888887CCCCCCCF8888
  53.       880088888887CCCCCCCF8888880088888887CCCCCCCF8888880088888887CCCC
  54.       CCCF88888800888888877777777F888888008888888888888888888888008888
  55.       88888888888888888800}
  56.     FocusAllowed = True
  57.     Action = StopAction
  58.     Anchors = [akRight, akBottom]
  59.     ParentShowHint = False
  60.     ShowHint = True
  61.     TabStop = True
  62.     TabOrder = 2
  63.   end
  64.   object PreviewActionList: TActionList
  65.     Left = 268
  66.     Top = 10
  67.     object PlayAction: TAction
  68.       Category = 'Preview'
  69.       Caption = 'PlayAction'
  70.       Hint = 'Previews current settings'
  71.       ShortCut = 115
  72.       OnExecute = PreviewPlayClick
  73.     end
  74.     object StopAction: TAction
  75.       Category = 'Preview'
  76.       Caption = 'StopAction'
  77.       Hint = 'Stops preview'
  78.       ShortCut = 119
  79.       OnExecute = PreviewStopClick
  80.     end
  81.   end
  82. end
  83.