object Form1: TForm1
  Left = 0
  Top = 0
  Caption = 'Folha de pagamento'
  ClientHeight = 484
  ClientWidth = 409
  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 = 31
    Top = 32
    Width = 72
    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 ed_funcionario: TEdit
    Left = 136
    Top = 33
    Width = 209
    Height = 21
    TabOrder = 0
  end
  object cb_depto: TComboBox
    Left = 136
    Top = 72
    Width = 209
    Height = 21
    TabOrder = 1
  end
end
