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

  1. object CustomOpenForm: TCustomOpenForm
  2.   Left = 241
  3.   Top = 147
  4.   Anchors = [akTop, akRight]
  5.   BorderIcons = []
  6.   BorderStyle = bsNone
  7.   Caption = 'Open'
  8.   ClientHeight = 42
  9.   ClientWidth = 115
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   inline PreviewFrame: TPreviewFrame
  20.     Width = 34
  21.     Height = 42
  22.     Align = alLeft
  23.     inherited PreviewStop: TBitton [0]
  24.       Left = 0
  25.       Top = 22
  26.     end
  27.     inherited PreviewPlay: TBitton [1]
  28.       Left = 0
  29.       Top = 0
  30.     end
  31.     inherited PreviewActionList: TActionList
  32.       Left = 0
  33.       Top = 31
  34.       inherited PreviewAction: TAction
  35.         Caption = '&Preview'
  36.         Hint = 'Previews selected file'
  37.         ShortCut = 32848
  38.         OnExecute = PreviewAction
  39.       end
  40.       inherited StopAction: TAction
  41.         Caption = '&Stop'
  42.         ShortCut = 32851
  43.         OnExecute = StopAction
  44.       end
  45.     end
  46.   end
  47. end
  48.