home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 July / PCWorld_2000-07_cd.bin / Software / TemaCD / waveflow / waveflow.exe / 0 / RCDATA / TFORM12 / TFORM12.txt < prev   
Text File  |  2000-05-05  |  3KB  |  176 lines

  1. object Form12: TForm12
  2.   Left = 111
  3.   Top = 111
  4.   BorderStyle = bsDialog
  5.   Caption = 'Resample Wave'
  6.   ClientHeight = 259
  7.   ClientWidth = 411
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 16
  19.     Top = 16
  20.     Width = 65
  21.     Height = 24
  22.     Caption = 'Actual:'
  23.     Font.Charset = DEFAULT_CHARSET
  24.     Font.Color = clNavy
  25.     Font.Height = -19
  26.     Font.Name = 'MS Sans Serif'
  27.     Font.Style = [fsBold]
  28.     ParentFont = False
  29.   end
  30.   object Label2: TLabel
  31.     Left = 224
  32.     Top = 16
  33.     Width = 53
  34.     Height = 24
  35.     Caption = 'Final:'
  36.     Font.Charset = DEFAULT_CHARSET
  37.     Font.Color = clNavy
  38.     Font.Height = -19
  39.     Font.Name = 'MS Sans Serif'
  40.     Font.Style = [fsBold]
  41.     ParentFont = False
  42.   end
  43.   object Label3: TLabel
  44.     Left = 16
  45.     Top = 48
  46.     Width = 74
  47.     Height = 13
  48.     Caption = 'Bits per sample:'
  49.   end
  50.   object Label4: TLabel
  51.     Left = 16
  52.     Top = 104
  53.     Width = 88
  54.     Height = 13
  55.     Caption = 'Sample frequency:'
  56.   end
  57.   object Label5: TLabel
  58.     Left = 16
  59.     Top = 160
  60.     Width = 98
  61.     Height = 13
  62.     Caption = 'Number of channels:'
  63.   end
  64.   object Label6: TLabel
  65.     Left = 224
  66.     Top = 48
  67.     Width = 74
  68.     Height = 13
  69.     Caption = '&Bits per sample:'
  70.     FocusControl = ComboBox1
  71.   end
  72.   object Label7: TLabel
  73.     Left = 224
  74.     Top = 104
  75.     Width = 88
  76.     Height = 13
  77.     Caption = '&Sample frequency:'
  78.     FocusControl = ComboBox2
  79.   end
  80.   object Label8: TLabel
  81.     Left = 224
  82.     Top = 160
  83.     Width = 98
  84.     Height = 13
  85.     Caption = '&Number of channels:'
  86.     FocusControl = ComboBox3
  87.   end
  88.   object Panel1: TPanel
  89.     Left = 16
  90.     Top = 64
  91.     Width = 177
  92.     Height = 25
  93.     BevelInner = bvLowered
  94.     Caption = 'Panel1'
  95.     TabOrder = 0
  96.   end
  97.   object Panel2: TPanel
  98.     Left = 16
  99.     Top = 120
  100.     Width = 177
  101.     Height = 25
  102.     BevelInner = bvLowered
  103.     Caption = 'Panel1'
  104.     TabOrder = 1
  105.   end
  106.   object Panel3: TPanel
  107.     Left = 16
  108.     Top = 176
  109.     Width = 177
  110.     Height = 25
  111.     BevelInner = bvLowered
  112.     Caption = 'Panel1'
  113.     TabOrder = 2
  114.   end
  115.   object ComboBox1: TComboBox
  116.     Left = 224
  117.     Top = 64
  118.     Width = 169
  119.     Height = 21
  120.     ItemHeight = 13
  121.     Items.Strings = (
  122.       '8'
  123.       '16')
  124.     TabOrder = 3
  125.     Text = 'ComboBox1'
  126.     OnChange = ComboBox1Change
  127.   end
  128.   object ComboBox2: TComboBox
  129.     Left = 224
  130.     Top = 120
  131.     Width = 169
  132.     Height = 21
  133.     ItemHeight = 13
  134.     Items.Strings = (
  135.       '11025'
  136.       '22050'
  137.       '44100')
  138.     TabOrder = 4
  139.     Text = 'ComboBox2'
  140.     OnChange = ComboBox2Change
  141.   end
  142.   object ComboBox3: TComboBox
  143.     Left = 224
  144.     Top = 176
  145.     Width = 169
  146.     Height = 21
  147.     ItemHeight = 13
  148.     Items.Strings = (
  149.       'Mono'
  150.       'Stereo')
  151.     TabOrder = 5
  152.     Text = 'ComboBox3'
  153.     OnChange = ComboBox3Change
  154.   end
  155.   object Button1: TButton
  156.     Left = 128
  157.     Top = 224
  158.     Width = 75
  159.     Height = 25
  160.     Caption = '&OK'
  161.     Default = True
  162.     TabOrder = 6
  163.     OnClick = Button1Click
  164.   end
  165.   object Button2: TButton
  166.     Left = 216
  167.     Top = 224
  168.     Width = 75
  169.     Height = 25
  170.     Cancel = True
  171.     Caption = '&Cancel'
  172.     TabOrder = 7
  173.     OnClick = Button2Click
  174.   end
  175. end
  176.