object Form1: TForm1
  Left = 198
  Top = 23
  Width = 455
  Height = 511
  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 = 416
    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 = 440
    Width = 73
    Height = 13
    Caption = 'Arquivo destino'
  end
  object Label3: TLabel
    Left = 48
    Top = 344
    Width = 34
    Height = 13
    Caption = 'Regras'
  end
  object Label4: TLabel
    Left = 32
    Top = 368
    Width = 51
    Height = 13
    Caption = 'Escess'#245'es'
  end
  object Label5: TLabel
    Left = 24
    Top = 392
    Width = 59
    Height = 13
    Caption = 'Abreviaturas'
  end
  object e_texto: TEdit
    Left = 8
    Top = 8
    Width = 433
    Height = 21
    TabOrder = 0
    OnKeyPress = e_textoKeyPress
  end
  object b_compilar: TButton
    Left = 352
    Top = 40
    Width = 89
    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 = 112
    Width = 89
    Height = 25
    Caption = 'Falar'
    TabOrder = 3
    OnClick = b_falarClick
  end
  object b_parar: TButton
    Left = 352
    Top = 208
    Width = 89
    Height = 25
    Caption = 'Parar de falar'
    TabOrder = 5
    OnClick = b_pararClick
  end
  object b_inicTrad: TButton
    Left = 336
    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 = 240
    Width = 89
    Height = 25
    Caption = 'Preprocessa'
    TabOrder = 6
    OnClick = b_preprocClick
  end
  object e_base: TEdit
    Left = 88
    Top = 416
    Width = 233
    Height = 21
    TabOrder = 10
    Text = '..\nova_Liane\_BR4novo.amo'
  end
  object c_emArquivo: TCheckBox
    Left = 344
    Top = 440
    Width = 81
    Height = 17
    Caption = 'Arquivar'
    TabOrder = 12
  end
  object c_suavizar: TCheckBox
    Left = 352
    Top = 144
    Width = 65
    Height = 17
    Caption = 'Suavizar'
    Checked = True
    State = cbChecked
    TabOrder = 4
  end
  object e_destino: TEdit
    Left = 88
    Top = 440
    Width = 233
    Height = 21
    TabOrder = 11
    Text = 'sintese.wav'
  end
  object e_abrev: TEdit
    Left = 88
    Top = 384
    Width = 233
    Height = 21
    TabOrder = 13
    Text = 'portug.abr'
  end
  object c_autoProsodia: TCheckBox
    Left = 352
    Top = 168
    Width = 89
    Height = 17
    Caption = 'Autopros'#243'dia'
    Checked = True
    State = cbChecked
    TabOrder = 14
  end
  object b_soProsodia: TButton
    Left = 352
    Top = 272
    Width = 89
    Height = 25
    Caption = 'S'#243' pros'#243'dia'
    TabOrder = 15
    OnClick = b_soProsodiaClick
  end
  object c_comProsodia: TCheckBox
    Left = 351
    Top = 72
    Width = 90
    Height = 17
    Caption = 'Com pros'#243'dia'
    Checked = True
    State = cbChecked
    TabOrder = 16
  end
end
