home *** CD-ROM | disk | FTP | other *** search
/ Vrtulník 3 / Vrtulnik-3.bin / zvuk / wavmak24 / _setup.1 / WMWIN.EXE / 0 / RCDATA / TWAVMIXDLG / TWAVMIXDLG.txt
Text File  |  1996-11-11  |  8KB  |  331 lines

  1. object WAVmixDlg: TWAVmixDlg
  2.   Left = 0
  3.   Top = 42
  4.   HelpContext = 3280
  5.   ActiveControl = FileListBox1
  6.   BorderIcons = []
  7.   BorderStyle = bsDialog
  8.   Caption = 'WAV Mix'
  9.   ClientHeight = 384
  10.   ClientWidth = 456
  11.   Font.Color = clBlack
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = [fsBold]
  15.   OnActivate = FormActivate
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 16
  21.     Top = 264
  22.     Width = 16
  23.     Height = 13
  24.     Caption = 'To'
  25.   end
  26.   object Bevel1: TBevel
  27.     Left = 8
  28.     Top = 248
  29.     Width = 441
  30.     Height = 89
  31.   end
  32.   object Label2: TLabel
  33.     Left = 16
  34.     Top = 16
  35.     Width = 28
  36.     Height = 13
  37.     Caption = 'From'
  38.   end
  39.   object Bevel2: TBevel
  40.     Left = 8
  41.     Top = 8
  42.     Width = 441
  43.     Height = 233
  44.   end
  45.   object gauge: TGauge
  46.     Left = 16
  47.     Top = 351
  48.     Width = 137
  49.     Height = 18
  50.     Color = clLime
  51.     ForeColor = clLime
  52.     ParentColor = False
  53.     Progress = 0
  54.   end
  55.   object Bevel3: TBevel
  56.     Left = 16
  57.     Top = 40
  58.     Width = 105
  59.     Height = 89
  60.   end
  61.   object Bevel4: TBevel
  62.     Left = 8
  63.     Top = 344
  64.     Width = 153
  65.     Height = 33
  66.   end
  67.   object CancelBtn: TBitBtn
  68.     Left = 264
  69.     Top = 344
  70.     Width = 89
  71.     Height = 33
  72.     Cursor = crArrow
  73.     Cancel = True
  74.     Caption = 'Cancel'
  75.     ModalResult = 2
  76.     TabOrder = 1
  77.     OnClick = CancelBtnClick
  78.     Glyph.Data = {
  79.       DE010000424DDE01000000000000760000002800000024000000120000000100
  80.       0400000000006801000000000000000000000000000000000000000000000000
  81.       8000008000000080800080000000800080008080000080808000C0C0C0000000
  82.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  83.       333333333333333333333333000033337733333333333333333F333333333333
  84.       0000333911733333973333333377F333333F3333000033391117333911733333
  85.       37F37F333F77F33300003339111173911117333337F337F3F7337F3300003333
  86.       911117111117333337F3337F733337F3000033333911111111733333337F3337
  87.       3333F7330000333333911111173333333337F333333F73330000333333311111
  88.       7333333333337F3333373333000033333339111173333333333337F333733333
  89.       00003333339111117333333333333733337F3333000033333911171117333333
  90.       33337333337F333300003333911173911173333333373337F337F33300003333
  91.       9117333911173333337F33737F337F33000033333913333391113333337FF733
  92.       37F337F300003333333333333919333333377333337FFF730000333333333333
  93.       3333333333333333333777330000333333333333333333333333333333333333
  94.       0000}
  95.     Margin = 2
  96.     NumGlyphs = 2
  97.     Spacing = -1
  98.     IsControl = True
  99.   end
  100.   object HelpBtn: TBitBtn
  101.     Left = 360
  102.     Top = 343
  103.     Width = 89
  104.     Height = 34
  105.     HelpContext = 3280
  106.     TabOrder = 2
  107.     OnClick = HelpBtnClick
  108.     Kind = bkHelp
  109.     Margin = 2
  110.     Spacing = -1
  111.     IsControl = True
  112.   end
  113.   object toFileEdit: TEdit
  114.     Left = 40
  115.     Top = 264
  116.     Width = 265
  117.     Height = 21
  118.     TabOrder = 7
  119.     OnClick = toFileEditExit
  120.     OnExit = toFileEditExit
  121.     OnKeyPress = toFileEditKeyPress
  122.   end
  123.   object Panel1: TPanel
  124.     Left = 312
  125.     Top = 256
  126.     Width = 129
  127.     Height = 33
  128.     TabOrder = 8
  129.     object monoButton: TRadioButton
  130.       Left = 8
  131.       Top = 8
  132.       Width = 57
  133.       Height = 17
  134.       Caption = 'Mono'
  135.       TabOrder = 0
  136.     end
  137.     object stereoButton: TRadioButton
  138.       Left = 64
  139.       Top = 8
  140.       Width = 57
  141.       Height = 17
  142.       Caption = 'Stereo'
  143.       Checked = True
  144.       TabOrder = 1
  145.       TabStop = True
  146.     end
  147.   end
  148.   object Panel2: TPanel
  149.     Left = 312
  150.     Top = 296
  151.     Width = 129
  152.     Height = 33
  153.     TabOrder = 10
  154.     object eightButton: TRadioButton
  155.       Left = 8
  156.       Top = 8
  157.       Width = 57
  158.       Height = 17
  159.       Caption = '8 bits'
  160.       TabOrder = 0
  161.     end
  162.     object sixteenButton: TRadioButton
  163.       Left = 64
  164.       Top = 8
  165.       Width = 57
  166.       Height = 17
  167.       Caption = '16 bits'
  168.       Checked = True
  169.       TabOrder = 1
  170.       TabStop = True
  171.     end
  172.   end
  173.   object Panel3: TPanel
  174.     Left = 16
  175.     Top = 296
  176.     Width = 289
  177.     Height = 33
  178.     TabOrder = 9
  179.     object elevenButton: TRadioButton
  180.       Left = 16
  181.       Top = 8
  182.       Width = 81
  183.       Height = 17
  184.       Caption = '11025 Hz'
  185.       TabOrder = 0
  186.     end
  187.     object twentytwoButton: TRadioButton
  188.       Left = 104
  189.       Top = 8
  190.       Width = 81
  191.       Height = 17
  192.       Caption = '22050 Hz'
  193.       TabOrder = 1
  194.     end
  195.     object fourtyfourButton: TRadioButton
  196.       Left = 200
  197.       Top = 8
  198.       Width = 73
  199.       Height = 17
  200.       Caption = '44100 Hz'
  201.       Checked = True
  202.       TabOrder = 2
  203.       TabStop = True
  204.     end
  205.   end
  206.   object GroupBox2: TGroupBox
  207.     Left = 128
  208.     Top = 16
  209.     Width = 313
  210.     Height = 121
  211.     TabOrder = 5
  212.     object DriveComboBox2: TDriveComboBox
  213.       Left = 8
  214.       Top = 16
  215.       Width = 145
  216.       Height = 19
  217.       DirList = DirectoryListBox1
  218.       TabOrder = 0
  219.     end
  220.     object DirectoryListBox1: TDirectoryListBox
  221.       Left = 8
  222.       Top = 40
  223.       Width = 145
  224.       Height = 73
  225.       FileList = FileListBox1
  226.       ItemHeight = 16
  227.       TabOrder = 1
  228.     end
  229.     object FileListBox1: TFileListBox
  230.       Left = 160
  231.       Top = 40
  232.       Width = 145
  233.       Height = 73
  234.       ItemHeight = 16
  235.       Mask = '*.WAV'
  236.       ParentShowHint = False
  237.       ShowGlyphs = True
  238.       ShowHint = False
  239.       TabOrder = 3
  240.       OnChange = FileListBox1Change
  241.     end
  242.     object FilterComboBox2: TFilterComboBox
  243.       Left = 160
  244.       Top = 16
  245.       Width = 145
  246.       Height = 21
  247.       FileList = FileListBox1
  248.       Filter = 'WAV (*.WAV)|*.WAV|All files (*.*)|*.*'
  249.       TabOrder = 2
  250.     end
  251.   end
  252.   object addButton: TButton
  253.     Left = 24
  254.     Top = 48
  255.     Width = 89
  256.     Height = 33
  257.     Caption = 'Add'
  258.     TabOrder = 3
  259.     OnClick = addButtonClick
  260.   end
  261.   object DeleteButton: TButton
  262.     Left = 24
  263.     Top = 88
  264.     Width = 89
  265.     Height = 33
  266.     Caption = 'Remove'
  267.     TabOrder = 4
  268.     OnClick = DeleteButtonClick
  269.   end
  270.   object StringGrid1: TStringGrid
  271.     Left = 16
  272.     Top = 144
  273.     Width = 425
  274.     Height = 89
  275.     ColCount = 3
  276.     DefaultColWidth = 132
  277.     FixedCols = 0
  278.     RowCount = 2
  279.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goEditing, goTabs]
  280.     TabOrder = 6
  281.     OnClick = StringGrid1Click
  282.     OnEnter = StringGrid1Enter
  283.     OnExit = StringGrid1Exit
  284.     OnKeyPress = StringGrid1KeyPress
  285.     ColWidths = (
  286.       282
  287.       71
  288.       68)
  289.     RowHeights = (
  290.       24
  291.       24)
  292.   end
  293.   object OKBtn: TBitBtn
  294.     Left = 168
  295.     Top = 344
  296.     Width = 89
  297.     Height = 33
  298.     Caption = 'OK'
  299.     ModalResult = 1
  300.     TabOrder = 0
  301.     OnClick = OKbtnClick
  302.     Glyph.Data = {
  303.       DE010000424DDE01000000000000760000002800000024000000120000000100
  304.       0400000000006801000000000000000000000000000000000000000000000000
  305.       8000008000000080800080000000800080008080000080808000C0C0C0000000
  306.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  307.       3333333333333333333333330000333333333333333333333333F33333333333
  308.       00003333344333333333333333377F3333333333000033334224333333333333
  309.       337337F3333333330000333422224333333333333733337F3333333300003342
  310.       222224333333333373333337F3333333000034222A22224333333337F337F333
  311.       7F33333300003222A3A2224333333337F3737F337F33333300003A2A333A2224
  312.       33333337F73337F337F33333000033A33333A222433333337333337F337F3333
  313.       0000333333333A222433333333333337F337F33300003333333333A222433333
  314.       333333337F337F33000033333333333A222433333333333337F337F300003333
  315.       33333333A222433333333333337F337F00003333333333333A22433333333333
  316.       3337F37F000033333333333333A223333333333333337F730000333333333333
  317.       333A333333333333333337330000333333333333333333333333333333333333
  318.       0000}
  319.     Margin = 2
  320.     NumGlyphs = 2
  321.     Spacing = -1
  322.     IsControl = True
  323.   end
  324.   object Timer1: TTimer
  325.     Enabled = False
  326.     Interval = 500
  327.     OnTimer = Timer1Timer
  328.     Left = 432
  329.   end
  330. end
  331.