object Form1: TForm1
  Left = 0
  Top = 0
  Caption = 'Cadastro de produtos'
  ClientHeight = 337
  ClientWidth = 307
  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 = 24
    Top = 27
    Width = 50
    Height = 18
    Caption = 'Produto'
  end
  object Label2: TLabel
    Left = 24
    Top = 67
    Width = 78
    Height = 18
    Caption = 'Pre'#231'o Custo'
  end
  object Label3: TLabel
    Left = 24
    Top = 107
    Width = 100
    Height = 18
    Caption = 'Acr'#233'cimo/Lucro'
  end
  object Label4: TLabel
    Left = 24
    Top = 147
    Width = 102
    Height = 18
    Caption = 'Pre'#231'o de venda'
  end
  object Label5: TLabel
    Left = 24
    Top = 187
    Width = 103
    Height = 18
    Caption = 'Estoque m'#237'nimo'
  end
  object Label6: TLabel
    Left = 24
    Top = 227
    Width = 89
    Height = 18
    Caption = 'Estoque Atual'
  end
  object Label7: TLabel
    Left = 24
    Top = 267
    Width = 89
    Height = 18
    Caption = 'Valor Estoque'
  end
  object Label8: TLabel
    Left = 263
    Top = 107
    Width = 15
    Height = 18
    Caption = '%'
  end
  object ed_produto: TEdit
    Left = 136
    Top = 24
    Width = 121
    Height = 26
    TabOrder = 0
  end
  object ed_custo: TEdit
    Left = 136
    Top = 64
    Width = 121
    Height = 26
    TabOrder = 1
  end
  object ed_lucro: TEdit
    Left = 136
    Top = 104
    Width = 121
    Height = 26
    TabOrder = 2
  end
  object ed_venda: TEdit
    Left = 136
    Top = 144
    Width = 121
    Height = 26
    TabOrder = 3
  end
  object ed_estoqueAtual: TEdit
    Left = 136
    Top = 224
    Width = 121
    Height = 26
    TabOrder = 4
  end
  object ed_minimo: TEdit
    Left = 136
    Top = 184
    Width = 121
    Height = 26
    TabOrder = 5
  end
  object ed_ValorEstoque: TEdit
    Left = 136
    Top = 264
    Width = 121
    Height = 26
    TabOrder = 6
  end
end
