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

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