object F_inicial: TF_inicial
  Left = 700
  Top = 228
  BorderStyle = bsDialog
  Caption = 'Calculadora'
  ClientHeight = 416
  ClientWidth = 293
  Color = clWhite
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clBlack
  Font.Height = -21
  Font.Name = 'Tahoma'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesigned
  OnKeyDown = FormKeyDown
  PixelsPerInch = 96
  TextHeight = 25
  object btn_1: TSpeedButton
    Left = 8
    Top = 274
    Width = 65
    Height = 65
    Caption = '1'
    Flat = True
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -27
    Font.Name = 'Tahoma'
    Font.Style = []
    ParentFont = False
    OnClick = btn_1Click
  end
  object btn_2: TSpeedButton
    Left = 79
    Top = 274
    Width = 65
    Height = 65
    Caption = '2'
    Flat = True
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -27
    Font.Name = 'Tahoma'
    Font.Style = []
    ParentFont = False
    OnClick = btn_2Click
  end
  object btn_3: TSpeedButton
    Left = 150
    Top = 274
    Width = 65
    Height = 65
    Caption = '3'
    Flat = True
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -27
    Font.Name = 'Tahoma'
    Font.Style = []
    ParentFont = False
    OnClick = btn_3Click
  end
  object btn_6: TSpeedButton
    Left = 150
    Top = 203
    Width = 65
    Height = 65
    Caption = '6'
    Flat = True
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -27
    Font.Name = 'Tahoma'
    Font.Style = []
    ParentFont = False
    OnClick = btn_6Click
  end
  object btn_5: TSpeedButton
    Left = 79
    Top = 203
    Width = 65
    Height = 65
    Caption = '5'
    Flat = True
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -27
    Font.Name = 'Tahoma'
    Font.Style = []
    ParentFont = False
    OnClick = btn_5Click
  end
  object btn_4: TSpeedButton
    Left = 8
    Top = 203
    Width = 65
    Height = 65
    Caption = '4'
    Flat = True
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -27
    Font.Name = 'Tahoma'
    Font.Style = []
    ParentFont = False
    OnClick = btn_4Click
  end
  object btn_9: TSpeedButton
    Left = 150
    Top = 132
    Width = 65
    Height = 65
    Caption = '9'
    Flat = True
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -27
    Font.Name = 'Tahoma'
    Font.Style = []
    ParentFont = False
    OnClick = btn_9Click
  end
  object btn_8: TSpeedButton
    Left = 79
    Top = 132
    Width = 65
    Height = 65
    Caption = '8'
    Flat = True
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -27
    Font.Name = 'Tahoma'
    Font.Style = []
    ParentFont = False
    OnClick = btn_8Click
  end
  object btn_7: TSpeedButton
    Left = 8
    Top = 132
    Width = 65
    Height = 65
    Caption = '7'
    Flat = True
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -27
    Font.Name = 'Tahoma'
    Font.Style = []
    ParentFont = False
    OnClick = btn_7Click
  end
  object btn_0: TSpeedButton
    Left = 8
    Top = 345
    Width = 207
    Height = 65
    Caption = '0'
    Flat = True
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -27
    Font.Name = 'Tahoma'
    Font.Style = []
    ParentFont = False
    OnClick = btn_0Click
  end
  object btn_mult: TSpeedButton
    Left = 221
    Top = 203
    Width = 65
    Height = 65
    Caption = 'X'
    Flat = True
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -27
    Font.Name = 'Tahoma'
    Font.Style = []
    ParentFont = False
    OnClick = btn_multClick
  end
  object btn_div: TSpeedButton
    Left = 221
    Top = 132
    Width = 65
    Height = 65
    Caption = ':'
    Flat = True
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -27
    Font.Name = 'Tahoma'
    Font.Style = []
    ParentFont = False
    OnClick = btn_divClick
  end
  object btn_som: TSpeedButton
    Left = 221
    Top = 274
    Width = 65
    Height = 65
    Caption = '+'
    Flat = True
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -27
    Font.Name = 'Tahoma'
    Font.Style = []
    ParentFont = False
    OnClick = btn_somClick
  end
  object btn_sub: TSpeedButton
    Left = 221
    Top = 345
    Width = 65
    Height = 65
    Caption = '-'
    Flat = True
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -27
    Font.Name = 'Tahoma'
    Font.Style = []
    ParentFont = False
    OnClick = btn_subClick
  end
  object btn_igua: TSpeedButton
    Left = 150
    Top = 61
    Width = 136
    Height = 65
    Caption = '='
    Flat = True
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -27
    Font.Name = 'Tahoma'
    Font.Style = []
    ParentFont = False
    OnClick = btn_iguaClick
  end
  object btn_clea: TSpeedButton
    Left = 8
    Top = 61
    Width = 136
    Height = 65
    Caption = 'C'
    Flat = True
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -27
    Font.Name = 'Tahoma'
    Font.Style = []
    ParentFont = False
    OnClick = btn_cleaClick
  end
  object txt_visor: TEdit
    Left = 8
    Top = 8
    Width = 278
    Height = 47
    Alignment = taRightJustify
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlack
    Font.Height = -32
    Font.Name = 'Tahoma'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
  end
end
