object Form1: TForm1
  Left = 226
  Top = 0
  Width = 448
  Height = 471
  Caption = 'Teste do Sintetizador do Serpro'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnActivate = FormActivate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 8
    Top = 384
    Width = 76
    Height = 13
    Caption = 'Base de difones'
  end
  object l_preproc: TLabel
    Left = 8
    Top = 40
    Width = 83
    Height = 13
    Caption = '... Preprocessado'
  end
  object Label2: TLabel
    Left = 8
    Top = 408
    Width = 73
    Height = 13
    Caption = 'Arquivo destino'
  end
  object e_texto: TEdit
    Left = 8
    Top = 8
    Width = 417
    Height = 21
    TabOrder = 0
    OnKeyPress = e_textoKeyPress
  end
  object b_compilar: TButton
    Left = 352
    Top = 40
    Width = 75
    Height = 25
    Caption = 'Compilar'
    TabOrder = 2
    OnClick = b_compilarClick
  end
  object Memo1: TMemo
    Left = 8
    Top = 72
    Width = 337
    Height = 257
    Lines.Strings = (
      '_ 100'
      '>'#168'o 100'
      'y 100'
      '_ 100')
    ScrollBars = ssVertical
    TabOrder = 1
  end
  object b_falar: TButton
    Left = 352
    Top = 104
    Width = 75
    Height = 25
    Caption = 'Falar'
    TabOrder = 3
    OnClick = b_falarClick
  end
  object b_parar: TButton
    Left = 352
    Top = 160
    Width = 75
    Height = 25
    Caption = 'Parar de falar'
    TabOrder = 5
    OnClick = b_pararClick
  end
  object b_inicTrad: TButton
    Left = 328
    Top = 336
    Width = 105
    Height = 25
    Caption = 'Inicializar Tradutor'
    TabOrder = 7
    OnClick = b_inicTradClick
  end
  object e_tradutor: TEdit
    Left = 88
    Top = 336
    Width = 233
    Height = 21
    TabOrder = 8
    Text = 'portug.nrl'
  end
  object e_excessao: TEdit
    Left = 88
    Top = 360
    Width = 233
    Height = 21
    TabOrder = 9
    Text = 'portug.exc'
  end
  object b_preproc: TButton
    Left = 352
    Top = 192
    Width = 75
    Height = 25
    Caption = 'Preprocessa'
    TabOrder = 6
    OnClick = b_preprocClick
  end
  object e_base: TEdit
    Left = 88
    Top = 384
    Width = 233
    Height = 21
    TabOrder = 10
    Text = '..\nova_Liane\_BR4novo.dat'
  end
  object c_emArquivo: TCheckBox
    Left = 344
    Top = 408
    Width = 81
    Height = 17
    Caption = 'Arquivar'
    TabOrder = 12
  end
  object c_suavizar: TCheckBox
    Left = 352
    Top = 136
    Width = 65
    Height = 17
    Caption = 'Suavizar'
    Checked = True
    State = cbChecked
    TabOrder = 4
  end
  object e_destino: TEdit
    Left = 88
    Top = 408
    Width = 233
    Height = 21
    TabOrder = 11
    Text = 'sintese.wav'
  end
end
