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

  1. inherited PageForm: TPageForm
  2.   Anchors = [akLeft, akTop, akRight, akBottom]
  3.   Caption = 'Properties'
  4.   ClientHeight = 89
  5.   KeyPreview = True
  6.   OnResize = FormResize
  7.   ExplicitWidth = 320
  8.   ExplicitHeight = 240
  9.   PixelsPerInch = 96
  10.   TextHeight = 13
  11.   object PagePanel: TPanel [0]
  12.     Left = 0
  13.     Top = 0
  14.     Width = 326
  15.     Height = 0
  16.     Align = alTop
  17.     Anchors = [akLeft, akTop, akRight, akBottom]
  18.     BevelOuter = bvNone
  19.     TabOrder = 5
  20.     TabStop = True
  21.     OnEnter = PagePanelEnter
  22.   end
  23.   inherited ButtonOk: TButton
  24.     Top = 59
  25.     TabOrder = 1
  26.     OnClick = ButtonOkClick
  27.     ExplicitTop = 59
  28.   end
  29.   inherited ButtonCancel: TButton
  30.     Top = 59
  31.     TabOrder = 2
  32.     ExplicitTop = 59
  33.   end
  34.   inherited ButtonHelp: THelpButton
  35.     Top = 59
  36.     TabOrder = 4
  37.     OnClick = ButtonHelpClick
  38.     ExplicitTop = 59
  39.   end
  40.   inherited PresetGroup: TGroupBox
  41.     Top = 2
  42.     ExplicitTop = 2
  43.   end
  44.   object ButtonApply: TButton
  45.     Left = 165
  46.     Top = 59
  47.     Width = 75
  48.     Height = 25
  49.     Action = ApplyAction
  50.     Anchors = [akRight, akBottom]
  51.     TabOrder = 3
  52.   end
  53.   object ActionList: TActionList
  54.     Left = 288
  55.     Top = 2
  56.     object ApplyAction: TAction
  57.       Caption = '&Apply'
  58.       Enabled = False
  59.       OnExecute = ApplyActionExecute
  60.       OnUpdate = ApplyActionUpdate
  61.     end
  62.   end
  63. end
  64.