object Form1: TForm1
  Left = 209
  Top = 113
  Width = 468
  Height = 450
  Caption = 'TTS Antonio Borges'
  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 e_texto: TEdit
    Left = 8
    Top = 8
    Width = 441
    Height = 21
    TabOrder = 0
    Text = 'ter'
  end
  object b_compilar: TButton
    Left = 368
    Top = 200
    Width = 75
    Height = 25
    Caption = 'Compilar'
    TabOrder = 6
    OnClick = b_compilarClick
  end
  object Memo1: TMemo
    Left = 8
    Top = 40
    Width = 337
    Height = 289
    TabOrder = 2
  end
  object b_sintetizar: TButton
    Left = 368
    Top = 232
    Width = 75
    Height = 25
    Caption = 'Sintetizar'
    TabOrder = 7
    OnClick = b_sintetizarClick
  end
  object b_parar: TButton
    Left = 392
    Top = 96
    Width = 51
    Height = 25
    Caption = 'Parar'
    TabOrder = 3
    OnClick = b_pararClick
  end
  object b_inicTrad: TButton
    Left = 248
    Top = 336
    Width = 105
    Height = 25
    Caption = 'Inicializar Tradutor'
    TabOrder = 11
    OnClick = b_inicTradClick
  end
  object e_tradutor: TEdit
    Left = 8
    Top = 336
    Width = 233
    Height = 21
    TabOrder = 9
    Text = 'portug.nrl'
  end
  object e_excessao: TEdit
    Left = 8
    Top = 360
    Width = 233
    Height = 21
    TabOrder = 10
    Text = 'portug.exc'
  end
  object b_preproc: TButton
    Left = 368
    Top = 136
    Width = 75
    Height = 25
    Caption = 'Preprocessar'
    TabOrder = 4
    OnClick = b_preprocClick
  end
  object c_marcaSilabas: TCheckBox
    Left = 360
    Top = 336
    Width = 89
    Height = 17
    Caption = 'Marca s'#237'labas'
    TabOrder = 15
  end
  object c_marcaTonica: TCheckBox
    Left = 360
    Top = 360
    Width = 89
    Height = 17
    Caption = 'Marca t'#244'nica'
    TabOrder = 16
  end
  object b_juntaLinhas: TButton
    Left = 368
    Top = 264
    Width = 75
    Height = 25
    Caption = 'Junta Linhas'
    TabOrder = 8
    OnClick = b_juntaLinhasClick
  end
  object e_difones: TEdit
    Left = 8
    Top = 384
    Width = 233
    Height = 21
    TabOrder = 12
    Text = '../nova_liane/_BR4novo.dat'
  end
  object b_inicDifones: TButton
    Left = 248
    Top = 384
    Width = 105
    Height = 25
    Caption = 'Inicializar Difones'
    TabOrder = 13
    OnClick = b_inicDifonesClick
  end
  object CheckBox1: TCheckBox
    Left = 360
    Top = 384
    Width = 89
    Height = 17
    Caption = 'Com pros'#243'dia'
    TabOrder = 17
  end
  object b_falar: TButton
    Left = 368
    Top = 40
    Width = 75
    Height = 49
    Caption = 'Falar'
    TabOrder = 1
    OnClick = b_falarClick
  end
  object Button3: TButton
    Left = 368
    Top = 168
    Width = 75
    Height = 25
    Caption = 'Pr'#233'-pros'#243'dia'
    TabOrder = 5
    OnClick = b_sintetizarClick
  end
  object c_crossfade: TCheckBox
    Left = 360
    Top = 312
    Width = 97
    Height = 17
    Caption = 'Suaviza jun'#231#227'o'
    TabOrder = 14
  end
end
