object baskra: Tbaskra
  Left = 0
  Top = 0
  Caption = 'Baskra'
  ClientHeight = 275
  ClientWidth = 223
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object lb_1: TLabel
    Left = 8
    Top = 8
    Width = 207
    Height = 25
    Caption = 'Escreva os valores de:'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -21
    Font.Name = 'Tahoma'
    Font.Style = []
    ParentFont = False
  end
  object lb_2: TLabel
    Left = 41
    Top = 49
    Width = 22
    Height = 25
    Caption = 'X'#178
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -21
    Font.Name = 'Tahoma'
    Font.Style = []
    ParentFont = False
  end
  object lb_3: TLabel
    Left = 69
    Top = 49
    Width = 43
    Height = 25
    Caption = '+/-X'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -21
    Font.Name = 'Tahoma'
    Font.Style = []
    ParentFont = False
  end
  object Label1: TLabel
    Left = 145
    Top = 49
    Width = 31
    Height = 25
    Caption = '+/-'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -21
    Font.Name = 'Tahoma'
    Font.Style = []
    ParentFont = False
  end
  object btn_resolver: TSpeedButton
    Left = 8
    Top = 93
    Width = 121
    Height = 25
    Caption = 'Resolver baskra'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'Tahoma'
    Font.Style = []
    ParentFont = False
    OnClick = btn_resolverClick
  end
  object Label2: TLabel
    Left = 10
    Top = 145
    Width = 23
    Height = 25
    Caption = 'X'#39':'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -21
    Font.Name = 'Tahoma'
    Font.Style = []
    ParentFont = False
  end
  object Label3: TLabel
    Left = 8
    Top = 198
    Width = 27
    Height = 25
    Caption = 'X":'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -21
    Font.Name = 'Tahoma'
    Font.Style = []
    ParentFont = False
  end
  object txt_a: TEdit
    Left = 14
    Top = 46
    Width = 25
    Height = 28
    Alignment = taCenter
    BiDiMode = bdLeftToRight
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -21
    Font.Name = 'Tahoma'
    Font.Style = []
    ParentBiDiMode = False
    ParentFont = False
    TabOrder = 0
    Text = 'a'
  end
  object txt_b: TEdit
    Left = 118
    Top = 46
    Width = 25
    Height = 33
    Alignment = taCenter
    BiDiMode = bdLeftToRight
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -21
    Font.Name = 'Tahoma'
    Font.Style = []
    ParentBiDiMode = False
    ParentFont = False
    TabOrder = 1
    Text = 'b'
  end
  object txt_c: TEdit
    Left = 181
    Top = 46
    Width = 25
    Height = 33
    Alignment = taCenter
    BiDiMode = bdLeftToRight
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -21
    Font.Name = 'Tahoma'
    Font.Style = []
    ParentBiDiMode = False
    ParentFont = False
    TabOrder = 2
    Text = 'c'
  end
  object txt_resultado1: TEdit
    Left = 39
    Top = 142
    Width = 167
    Height = 33
    ParentCustomHint = False
    Alignment = taCenter
    BiDiMode = bdLeftToRight
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -21
    Font.Name = 'Tahoma'
    Font.Style = []
    ParentBiDiMode = False
    ParentFont = False
    TabOrder = 3
  end
  object txt_resultado2: TEdit
    Left = 41
    Top = 195
    Width = 165
    Height = 33
    ParentCustomHint = False
    Alignment = taCenter
    BiDiMode = bdLeftToRight
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -21
    Font.Name = 'Tahoma'
    Font.Style = []
    ParentBiDiMode = False
    ParentFont = False
    TabOrder = 4
  end
end
