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

  1. object ConvertDlg: TConvertDlg
  2.   Left = 0
  3.   Top = 0
  4.   HelpContext = 5000
  5.   ActiveControl = toFile
  6.   BorderIcons = []
  7.   BorderStyle = bsDialog
  8.   Caption = 'Convert'
  9.   ClientHeight = 345
  10.   ClientWidth = 408
  11.   Font.Color = clBlack
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = [fsBold]
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label2: TLabel
  19.     Left = 5
  20.     Top = 11
  21.     Width = 28
  22.     Height = 13
  23.     Caption = 'From'
  24.   end
  25.   object Label3: TLabel
  26.     Left = 5
  27.     Top = 35
  28.     Width = 16
  29.     Height = 13
  30.     Caption = 'To'
  31.   end
  32.   object LSTdir: TLabel
  33.     Left = 176
  34.     Top = 0
  35.     Width = 38
  36.     Height = 13
  37.     Caption = 'LSTdir'
  38.     Visible = False
  39.   end
  40.   object WAVdir: TLabel
  41.     Left = 280
  42.     Top = 0
  43.     Width = 43
  44.     Height = 13
  45.     Caption = 'WAVdir'
  46.     Visible = False
  47.   end
  48.   object PRGdir: TLabel
  49.     Left = 224
  50.     Top = 0
  51.     Width = 41
  52.     Height = 13
  53.     Caption = 'PRGdir'
  54.     Visible = False
  55.   end
  56.   object DFTdir: TLabel
  57.     Left = 128
  58.     Top = 0
  59.     Width = 39
  60.     Height = 13
  61.     Caption = 'DFTdir'
  62.     Visible = False
  63.   end
  64.   object songDir: TLabel
  65.     Left = 72
  66.     Top = 0
  67.     Width = 44
  68.     Height = 13
  69.     Caption = 'songDir'
  70.     Visible = False
  71.   end
  72.   object MIDdir: TLabel
  73.     Left = 336
  74.     Top = 0
  75.     Width = 38
  76.     Height = 13
  77.     Caption = 'MIDdir'
  78.     Visible = False
  79.   end
  80.   object CancelBtn: TBitBtn
  81.     Left = 164
  82.     Top = 308
  83.     Width = 81
  84.     Height = 32
  85.     TabOrder = 4
  86.     Kind = bkCancel
  87.     Margin = 2
  88.     Spacing = -1
  89.     IsControl = True
  90.   end
  91.   object HelpBtn: TBitBtn
  92.     Left = 256
  93.     Top = 308
  94.     Width = 81
  95.     Height = 32
  96.     HelpContext = 5000
  97.     TabOrder = 5
  98.     OnClick = HelpBtnClick
  99.     Kind = bkHelp
  100.     Margin = 2
  101.     Spacing = -1
  102.     IsControl = True
  103.   end
  104.   object GroupBox1: TGroupBox
  105.     Left = 8
  106.     Top = 64
  107.     Width = 393
  108.     Height = 233
  109.     Caption = 'Operation'
  110.     TabOrder = 2
  111.     object Bevel3: TBevel
  112.       Left = 8
  113.       Top = 192
  114.       Width = 377
  115.       Height = 33
  116.       Style = bsRaised
  117.     end
  118.     object Bevel1: TBevel
  119.       Left = 8
  120.       Top = 24
  121.       Width = 377
  122.       Height = 121
  123.       Style = bsRaised
  124.     end
  125.     object Bevel2: TBevel
  126.       Left = 8
  127.       Top = 152
  128.       Width = 377
  129.       Height = 33
  130.       Style = bsRaised
  131.     end
  132.     object Bevel4: TBevel
  133.       Left = 12
  134.       Top = 28
  135.       Width = 369
  136.       Height = 81
  137.     end
  138.     object MIDtoLSTbutton: TRadioButton
  139.       Left = 280
  140.       Top = 160
  141.       Width = 89
  142.       Height = 17
  143.       Caption = 'MID to LST'
  144.       TabOrder = 8
  145.       OnClick = MIDtoLSTbuttonClick
  146.     end
  147.     object DFTtoWAVbutton: TRadioButton
  148.       Left = 16
  149.       Top = 200
  150.       Width = 97
  151.       Height = 17
  152.       Caption = 'DFT to WAV'
  153.       TabOrder = 9
  154.       OnClick = DFTtoWAVbuttonClick
  155.     end
  156.     object MID1to0Button: TRadioButton
  157.       Left = 16
  158.       Top = 160
  159.       Width = 89
  160.       Height = 17
  161.       Caption = 'MID 1 to 0'
  162.       TabOrder = 6
  163.       OnClick = MID1to0ButtonClick
  164.     end
  165.     object LSTtoWAVbutton: TRadioButton
  166.       Left = 280
  167.       Top = 120
  168.       Width = 89
  169.       Height = 17
  170.       Caption = 'LST to WAV'
  171.       TabOrder = 5
  172.       OnClick = LSTtoWAVbuttonClick
  173.     end
  174.     object WAVtoDFTbutton: TRadioButton
  175.       Left = 280
  176.       Top = 200
  177.       Width = 97
  178.       Height = 17
  179.       Caption = 'WAV to DFT'
  180.       TabOrder = 10
  181.       OnClick = WAVtoDFTbuttonClick
  182.     end
  183.     object MIDtoWAVbutton: TRadioButton
  184.       Left = 16
  185.       Top = 120
  186.       Width = 97
  187.       Height = 17
  188.       Caption = 'MID to WAV'
  189.       TabOrder = 4
  190.       OnClick = MIDtoWAVbuttonClick
  191.     end
  192.     object Panel3: TPanel
  193.       Left = 16
  194.       Top = 72
  195.       Width = 289
  196.       Height = 33
  197.       Caption = 'Panel3'
  198.       TabOrder = 3
  199.       object elevenButton: TRadioButton
  200.         Left = 8
  201.         Top = 8
  202.         Width = 81
  203.         Height = 17
  204.         Caption = '11025 Hz'
  205.         TabOrder = 0
  206.       end
  207.       object twentytwoButton: TRadioButton
  208.         Left = 104
  209.         Top = 8
  210.         Width = 81
  211.         Height = 17
  212.         Caption = '22050 Hz'
  213.         TabOrder = 1
  214.       end
  215.       object fourtyfourButton: TRadioButton
  216.         Left = 200
  217.         Top = 8
  218.         Width = 73
  219.         Height = 17
  220.         Caption = '44100 Hz'
  221.         Checked = True
  222.         TabOrder = 2
  223.         TabStop = True
  224.       end
  225.     end
  226.     object Panel2: TPanel
  227.       Left = 168
  228.       Top = 32
  229.       Width = 137
  230.       Height = 33
  231.       TabOrder = 1
  232.       object eightButton: TRadioButton
  233.         Left = 8
  234.         Top = 8
  235.         Width = 57
  236.         Height = 17
  237.         Caption = '8 bits'
  238.         TabOrder = 0
  239.       end
  240.       object sixteenButton: TRadioButton
  241.         Left = 72
  242.         Top = 8
  243.         Width = 57
  244.         Height = 17
  245.         Caption = '16 bits'
  246.         Checked = True
  247.         TabOrder = 1
  248.         TabStop = True
  249.       end
  250.     end
  251.     object Panel1: TPanel
  252.       Left = 16
  253.       Top = 32
  254.       Width = 137
  255.       Height = 33
  256.       TabOrder = 0
  257.       object monoButton: TRadioButton
  258.         Left = 8
  259.         Top = 8
  260.         Width = 57
  261.         Height = 17
  262.         Caption = 'Mono'
  263.         TabOrder = 0
  264.       end
  265.       object stereoButton: TRadioButton
  266.         Left = 72
  267.         Top = 8
  268.         Width = 57
  269.         Height = 17
  270.         Caption = 'Stereo'
  271.         Checked = True
  272.         TabOrder = 1
  273.         TabStop = True
  274.       end
  275.     end
  276.     object Panel4: TPanel
  277.       Left = 312
  278.       Top = 32
  279.       Width = 65
  280.       Height = 73
  281.       TabOrder = 2
  282.       object Label1: TLabel
  283.         Left = 12
  284.         Top = 8
  285.         Width = 42
  286.         Height = 13
  287.         Caption = 'Volume'
  288.       end
  289.       object volumeEdit: TEdit
  290.         Left = 8
  291.         Top = 32
  292.         Width = 30
  293.         Height = 21
  294.         TabOrder = 0
  295.         Text = '1.0'
  296.         OnDblClick = volumeEditEnter
  297.         OnEnter = volumeEditEnter
  298.         OnExit = volumeEditExit
  299.         OnKeyPress = volumeEditKeyPress
  300.       end
  301.       object volumeButton: TSpinButton
  302.         Left = 37
  303.         Top = 33
  304.         Width = 20
  305.         Height = 19
  306.         DownGlyph.Data = {
  307.           A6000000424DA600000000000000760000002800000009000000060000000100
  308.           0400000000003000000000000000000000000000000000000000000000000000
  309.           8000008000000080800080000000800080008080000080808000C0C0C0000000
  310.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333000
  311.           0000333303333000000033300033300000003300000330000000300000003000
  312.           00003333333330000000}
  313.         TabOrder = 1
  314.         UpGlyph.Data = {
  315.           A6000000424DA600000000000000760000002800000009000000060000000100
  316.           0400000000003000000000000000000000000000000000000000000000000000
  317.           8000008000000080800080000000800080008080000080808000C0C0C0000000
  318.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333000
  319.           0000300000003000000033000003300000003330003330000000333303333000
  320.           00003333333330000000}
  321.         OnDownClick = volumeButtonDownClick
  322.         OnUpClick = volumeButtonUpClick
  323.       end
  324.     end
  325.     object MID0to1Button: TRadioButton
  326.       Left = 152
  327.       Top = 160
  328.       Width = 89
  329.       Height = 17
  330.       Caption = 'MID 0 to 1'
  331.       TabOrder = 7
  332.       OnClick = MID0to1ButtonClick
  333.     end
  334.   end
  335.   object fromFile: TEdit
  336.     Left = 40
  337.     Top = 15
  338.     Width = 360
  339.     Height = 21
  340.     TabOrder = 0
  341.     Text = 'fromFile'
  342.     OnClick = fromFileExit
  343.     OnExit = fromFileExit
  344.     OnKeyPress = fromFileKeyPress
  345.   end
  346.   object toFile: TEdit
  347.     Left = 40
  348.     Top = 39
  349.     Width = 360
  350.     Height = 21
  351.     TabOrder = 1
  352.     Text = 'toFile'
  353.     OnClick = toFileExit
  354.     OnExit = toFileExit
  355.     OnKeyPress = toFileKeyPress
  356.   end
  357.   object OKBtn: TBitBtn
  358.     Left = 72
  359.     Top = 308
  360.     Width = 81
  361.     Height = 32
  362.     Caption = 'OK'
  363.     ModalResult = 1
  364.     TabOrder = 3
  365.     OnClick = OKbtnClick
  366.     Glyph.Data = {
  367.       DE010000424DDE01000000000000760000002800000024000000120000000100
  368.       0400000000006801000000000000000000000000000000000000000000000000
  369.       8000008000000080800080000000800080008080000080808000C0C0C0000000
  370.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  371.       3333333333333333333333330000333333333333333333333333F33333333333
  372.       00003333344333333333333333377F3333333333000033334224333333333333
  373.       337337F3333333330000333422224333333333333733337F3333333300003342
  374.       222224333333333373333337F3333333000034222A22224333333337F337F333
  375.       7F33333300003222A3A2224333333337F3737F337F33333300003A2A333A2224
  376.       33333337F73337F337F33333000033A33333A222433333337333337F337F3333
  377.       0000333333333A222433333333333337F337F33300003333333333A222433333
  378.       333333337F337F33000033333333333A222433333333333337F337F300003333
  379.       33333333A222433333333333337F337F00003333333333333A22433333333333
  380.       3337F37F000033333333333333A223333333333333337F730000333333333333
  381.       333A333333333333333337330000333333333333333333333333333333333333
  382.       0000}
  383.     Margin = 2
  384.     NumGlyphs = 2
  385.     Spacing = -1
  386.     IsControl = True
  387.   end
  388. end
  389.