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

  1. inherited AddEvalPreset: TAddEvalPreset
  2.   Width = 268
  3.   Height = 124
  4.   Caption = 'Add Preset'
  5.   OldCreateOrder = True
  6.   PixelsPerInch = 96
  7.   TextHeight = 13
  8.   inherited ButtonOk: TButton
  9.     Left = 53
  10.     Top = 65
  11.     Action = OkAction
  12.     Anchors = [akRight, akBottom]
  13.     TabOrder = 4
  14.   end
  15.   inherited ButtonCancel: TButton
  16.     Left = 133
  17.     Top = 65
  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.