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

  1. inherited AddEvalPreset: TAddEvalPreset
  2.   Caption = 'Add Preset'
  3.   ClientHeight = 95
  4.   ClientWidth = 260
  5.   OldCreateOrder = True
  6.   PixelsPerInch = 96
  7.   TextHeight = 13
  8.   inherited ButtonOk: TButton
  9.     Left = 53
  10.     Top = 63
  11.     Action = OkAction
  12.     Anchors = [akRight, akBottom]
  13.     TabOrder = 4
  14.   end
  15.   inherited ButtonCancel: TButton
  16.     Left = 133
  17.     Top = 63
  18.     Anchors = [akRight, akBottom]
  19.     TabOrder = 5
  20.   end
  21.   object Group: TComboBox
  22.     Left = 73
  23.     Top = 6
  24.     Width = 178
  25.     Height = 21
  26.     ItemHeight = 13
  27.     MaxLength = 100
  28.     TabOrder = 1
  29.   end
  30.   object GroupLabel: TStaticText
  31.     Left = 4
  32.     Top = 8
  33.     Width = 65
  34.     Height = 17
  35.     Alignment = taRightJustify
  36.     Caption = 'Group name:'
  37.     TabOrder = 0
  38.   end
  39.   object Preset: TEdit
  40.     Left = 73
  41.     Top = 34
  42.     Width = 178
  43.     Height = 21
  44.     MaxLength = 100
  45.     TabOrder = 3
  46.   end
  47.   object PresetLabel: TStaticText
  48.     Left = 3
  49.     Top = 36
  50.     Width = 66
  51.     Height = 17
  52.     Alignment = taRightJustify
  53.     Caption = 'Preset name:'
  54.     TabOrder = 2
  55.   end
  56.   object ActionList: TActionList
  57.     Left = 222
  58.     Top = 64
  59.     object OkAction: TAction
  60.       Caption = 'OK'
  61.       Enabled = False
  62.       OnExecute = OkActionExecute
  63.       OnUpdate = OkActionUpdate
  64.     end
  65.   end
  66. end
  67.