home *** CD-ROM | disk | FTP | other *** search
/ PC & Mediji 2002 March / PCM_0203.iso / MEDIA / PREIZKUSNI / WinIVR.msi / Instal01.cab / _F92770CE59F144CA876D7657130B84C1 / 0 / RCDATA / TFRMPLAYWAVFILE / TFRMPLAYWAVFILE.txt
Text File  |  2002-01-30  |  3KB  |  128 lines

  1. object frmPlayWavFile: TfrmPlayWavFile
  2.   Left = 250
  3.   Top = 130
  4.   Width = 335
  5.   Height = 286
  6.   Caption = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜─╝∩┐╜'
  7.   Color = clBtnFace
  8.   ParentFont = True
  9.   OldCreateOrder = False
  10.   OnCreate = FormCreate
  11.   OnHide = FormHide
  12.   OnShow = FormShow
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object pnlContent: TPanel
  16.     Left = 0
  17.     Top = 0
  18.     Width = 327
  19.     Height = 201
  20.     Align = alTop
  21.     BevelOuter = bvNone
  22.     ParentColor = True
  23.     TabOrder = 0
  24.     object lblWavFile: TLabel
  25.       Left = 32
  26.       Top = 19
  27.       Width = 73
  28.       Height = 13
  29.       Alignment = taRightJustify
  30.       Caption = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜─╝∩┐╜(&V)∩┐╜∩┐╜'
  31.       FocusControl = cmbVariant
  32.     end
  33.     object lblNote: TLabel
  34.       Left = 31
  35.       Top = 169
  36.       Width = 74
  37.       Height = 13
  38.       Alignment = taRightJustify
  39.       Caption = '∩┐╜∩┐╜∩┐╜∩┐╜╦╡∩┐╜∩┐╜(&N)∩┐╜∩┐╜'
  40.       FocusControl = edtNote
  41.     end
  42.     object cmbVariant: TComboBox
  43.       Left = 115
  44.       Top = 15
  45.       Width = 185
  46.       Height = 21
  47.       ItemHeight = 13
  48.       TabOrder = 0
  49.     end
  50.     object ckbInterruptible: TCheckBox
  51.       Left = 115
  52.       Top = 130
  53.       Width = 211
  54.       Height = 17
  55.       Caption = '∩┐╜├╗∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜╨╢∩┐╜(&I)'
  56.       TabOrder = 4
  57.     end
  58.     object edtNote: TEdit
  59.       Left = 115
  60.       Top = 165
  61.       Width = 185
  62.       Height = 21
  63.       TabOrder = 5
  64.     end
  65.     object btnNew: TButton
  66.       Left = 115
  67.       Top = 50
  68.       Width = 110
  69.       Height = 25
  70.       Caption = '∩┐╜┬╜∩┐╜∩┐╜∩┐╜∩┐╜(&N)...'
  71.       TabOrder = 1
  72.       OnClick = btnNewClick
  73.     end
  74.     object btnClear: TButton
  75.       Left = 240
  76.       Top = 50
  77.       Width = 58
  78.       Height = 25
  79.       Caption = '∩┐╜∩┐╜∩┐╜(&E)'
  80.       TabOrder = 2
  81.       OnClick = btnClearClick
  82.     end
  83.     object playerWavFile: TMediaPlayer
  84.       Left = 115
  85.       Top = 90
  86.       Width = 169
  87.       Height = 25
  88.       ColoredButtons = []
  89.       VisibleButtons = [btPlay, btPause, btStop, btNext, btPrev, btRecord]
  90.       TabOrder = 3
  91.     end
  92.   end
  93.   object btnOk: TButton
  94.     Left = 25
  95.     Top = 218
  96.     Width = 75
  97.     Height = 25
  98.     Caption = '╚╖∩┐╜∩┐╜(&O)'
  99.     Default = True
  100.     TabOrder = 1
  101.     OnClick = btnOkClick
  102.   end
  103.   object btnCancel: TButton
  104.     Left = 125
  105.     Top = 218
  106.     Width = 75
  107.     Height = 25
  108.     Cancel = True
  109.     Caption = '╚í∩┐╜∩┐╜(&C)'
  110.     ModalResult = 2
  111.     TabOrder = 2
  112.   end
  113.   object btnHelp: TButton
  114.     Left = 225
  115.     Top = 218
  116.     Width = 75
  117.     Height = 25
  118.     Caption = '∩┐╜∩┐╜∩┐╜∩┐╜(&H)'
  119.     TabOrder = 3
  120.     OnClick = btnHelpClick
  121.   end
  122.   object diaWavFile: TOpenDialog
  123.     Filter = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜─╝∩┐╜(*.wav)|*.WAV'
  124.     Left = 8
  125.     Top = 8
  126.   end
  127. end
  128.