object Form1: TForm1
  Left = 0
  Top = 0
  Caption = 'Form1'
  ClientHeight = 630
  ClientWidth = 541
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object btn_gerar: TSpeedButton
    Left = 338
    Top = 144
    Width = 183
    Height = 46
    Caption = 'Gerar'
    OnClick = btn_gerarClick
  end
  object Label1: TLabel
    Left = 192
    Top = 115
    Width = 275
    Height = 23
    Caption = 'Digite qual tabuada deseja obter'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = 'Tahoma'
    Font.Style = []
    ParentFont = False
  end
  object menu_tabuada: TMemo
    Left = 32
    Top = 216
    Width = 489
    Height = 393
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = 'Tahoma'
    Font.Style = []
    Lines.Strings = (
      '==============Tabuada==============')
    ParentFont = False
    TabOrder = 0
  end
  object txt_n1: TEdit
    Left = 192
    Top = 144
    Width = 121
    Height = 46
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clRed
    Font.Height = -19
    Font.Name = 'Tahoma'
    Font.Style = []
    ParentFont = False
    TabOrder = 1
  end
end
