object Form1: TForm1
  Left = 0
  Top = 0
  Caption = 'Folha de pagamento'
  ClientHeight = 337
  ClientWidth = 381
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 21
    Top = 18
    Width = 77
    Height = 18
    Caption = 'Funcion'#225'rio:'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = 'Tahoma'
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 21
    Top = 57
    Width = 44
    Height = 18
    Caption = 'Depto:'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = 'Tahoma'
    Font.Style = []
    ParentFont = False
  end
  object Label3: TLabel
    Left = 21
    Top = 114
    Width = 90
    Height = 18
    Caption = 'Jornada(Hrs):'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = 'Tahoma'
    Font.Style = []
    ParentFont = False
  end
  object Label4: TLabel
    Left = 21
    Top = 224
    Width = 86
    Height = 18
    Caption = 'Sal'#225'rio Bruto:'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = 'Tahoma'
    Font.Style = []
    ParentFont = False
  end
  object Label5: TLabel
    Left = 21
    Top = 258
    Width = 33
    Height = 18
    Caption = 'Inss:'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = 'Tahoma'
    Font.Style = []
    ParentFont = False
  end
  object Label6: TLabel
    Left = 21
    Top = 298
    Width = 94
    Height = 18
    Caption = 'Sal'#225'rio Liquido:'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = 'Tahoma'
    Font.Style = []
    ParentFont = False
  end
  object Label7: TLabel
    Left = 192
    Top = 114
    Width = 80
    Height = 18
    Caption = 'Sal'#225'rio hora:'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = 'Tahoma'
    Font.Style = []
    ParentFont = False
  end
  object ed_funcionario: TEdit
    Left = 126
    Top = 19
    Width = 233
    Height = 21
    TabOrder = 0
  end
  object cb_depto: TComboBox
    Left = 126
    Top = 58
    Width = 233
    Height = 21
    TabOrder = 1
    Items.Strings = (
      'Financeiro'
      'Desenvolvimento'
      'Suporte'
      'Licita'#231#245'es')
  end
  object ed_jornada: TEdit
    Left = 126
    Top = 115
    Width = 59
    Height = 21
    TabOrder = 2
  end
  object ed_salario: TEdit
    Left = 278
    Top = 115
    Width = 81
    Height = 21
    TabOrder = 3
  end
  object Edit3: TEdit
    Left = 126
    Top = 225
    Width = 161
    Height = 21
    TabOrder = 4
  end
  object Edit4: TEdit
    Left = 126
    Top = 259
    Width = 161
    Height = 21
    TabOrder = 5
  end
  object Edit5: TEdit
    Left = 126
    Top = 299
    Width = 161
    Height = 21
    TabOrder = 6
  end
  object bt_calcular: TButton
    Left = 126
    Top = 162
    Width = 75
    Height = 25
    Caption = 'Calcular'
    TabOrder = 7
  end
  object Button2: TButton
    Left = 231
    Top = 162
    Width = 75
    Height = 25
    Caption = 'Limpar'
    TabOrder = 8
  end
end
