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

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