object Form1: TForm1
  Left = 0
  Top = 0
  Caption = 'Cadastro de produtos'
  ClientHeight = 407
  ClientWidth = 323
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -15
  Font.Name = 'Tahoma'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 18
  object Label1: TLabel
    Left = 40
    Top = 51
    Width = 50
    Height = 18
    Caption = 'Produto'
  end
  object Label2: TLabel
    Left = 40
    Top = 91
    Width = 78
    Height = 18
    Caption = 'Pre'#231'o Custo'
  end
  object Label3: TLabel
    Left = 40
    Top = 131
    Width = 100
    Height = 18
    Caption = 'Acr'#233'cimo/Lucro'
  end
  object Label4: TLabel
    Left = 40
    Top = 171
    Width = 102
    Height = 18
    Caption = 'Pre'#231'o de venda'
  end
  object Label5: TLabel
    Left = 40
    Top = 211
    Width = 103
    Height = 18
    Caption = 'Estoque m'#237'nimo'
  end
  object Label6: TLabel
    Left = 40
    Top = 251
    Width = 89
    Height = 18
    Caption = 'Estoque Atual'
  end
  object Label7: TLabel
    Left = 40
    Top = 308
    Width = 89
    Height = 18
    Caption = 'Valor Estoque'
  end
  object Label8: TLabel
    Left = 279
    Top = 131
    Width = 15
    Height = 18
    Caption = '%'
  end
  object lb_status: TLabel
    Left = 152
    Top = 281
    Width = 5
    Height = 18
  end
  object ed_produto: TEdit
    Left = 152
    Top = 48
    Width = 121
    Height = 26
    TabOrder = 0
  end
  object ed_custo: TEdit
    Left = 152
    Top = 88
    Width = 121
    Height = 26
    TabOrder = 1
  end
  object ed_lucro: TEdit
    Left = 152
    Top = 128
    Width = 121
    Height = 26
    TabOrder = 2
  end
  object ed_venda: TEdit
    Left = 152
    Top = 168
    Width = 121
    Height = 26
    TabOrder = 3
  end
  object ed_estoqueAtual: TEdit
    Left = 152
    Top = 248
    Width = 121
    Height = 26
    TabOrder = 4
    OnKeyPress = ed_estoqueAtualKeyPress
  end
  object ed_minimo: TEdit
    Left = 152
    Top = 208
    Width = 121
    Height = 26
    TabOrder = 5
  end
  object ed_ValorEstoque: TEdit
    Left = 152
    Top = 305
    Width = 121
    Height = 26
    TabOrder = 6
  end
end
