object Form1: TForm1
  Left = 192
  Top = 107
  Width = 452
  Height = 439
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 8
    Top = 384
    Width = 59
    Height = 13
    Caption = 'Base Mbrola'
  end
  object e_texto: TEdit
    Left = 8
    Top = 8
    Width = 417
    Height = 21
    TabOrder = 0
  end
  object b_compilar: TButton
    Left = 352
    Top = 40
    Width = 75
    Height = 25
    Caption = 'Compilar'
    TabOrder = 1
    OnClick = b_compilarClick
  end
  object Memo1: TMemo
    Left = 8
    Top = 40
    Width = 337
    Height = 289
    Lines.Strings = (
      '_ 100'
      'o 100'
      'i 100'
      '_ 100')
    TabOrder = 2
  end
  object c_base: TComboBox
    Left = 80
    Top = 384
    Width = 161
    Height = 21
    ItemHeight = 13
    TabOrder = 3
    OnSelect = c_baseSelect
  end
  object b_falar: TButton
    Left = 352
    Top = 104
    Width = 75
    Height = 25
    Caption = 'Falar'
    TabOrder = 4
    OnClick = b_falarClick
  end
  object b_parar: TButton
    Left = 352
    Top = 136
    Width = 75
    Height = 25
    Caption = 'Parar de falar'
    TabOrder = 5
    OnClick = b_pararClick
  end
  object Button1: TButton
    Left = 248
    Top = 336
    Width = 105
    Height = 25
    Caption = 'Inicializar Tradutor'
    TabOrder = 6
    OnClick = Button1Click
  end
  object e_tradutor: TEdit
    Left = 8
    Top = 336
    Width = 233
    Height = 21
    TabOrder = 7
    Text = 'portug.mbl'
  end
  object e_excessao: TEdit
    Left = 8
    Top = 360
    Width = 233
    Height = 21
    TabOrder = 8
    Text = 'portug.exc'
  end
  object Button2: TButton
    Left = 360
    Top = 184
    Width = 75
    Height = 25
    Caption = 'Button2'
    TabOrder = 9
  end
end
