object form_conf: Tform_conf
  Left = 251
  Top = 121
  Width = 548
  Height = 259
  Caption = 'Configura'#231#227'o'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnActivate = FormActivate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 16
    Top = 104
    Width = 71
    Height = 13
    Caption = 'Modelo padr'#227'o'
  end
  object Label2: TLabel
    Left = 16
    Top = 8
    Width = 68
    Height = 13
    Caption = 'Diret'#243'rio atual:'
  end
  object Label3: TLabel
    Left = 16
    Top = 40
    Width = 61
    Height = 13
    Caption = 'Autor padr'#227'o'
  end
  object Label6: TLabel
    Left = 16
    Top = 72
    Width = 64
    Height = 13
    Caption = 'E-mail padr'#227'o'
  end
  object Label7: TLabel
    Left = 16
    Top = 136
    Width = 77
    Height = 13
    Caption = 'Logotipo padr'#227'o'
  end
  object l_dirAtual: TLabel
    Left = 128
    Top = 8
    Width = 43
    Height = 13
    Caption = 'l_dirAtual'
  end
  object e_arqmodelo: TEdit
    Left = 128
    Top = 104
    Width = 377
    Height = 21
    TabOrder = 4
  end
  object e_autor: TEdit
    Left = 128
    Top = 40
    Width = 377
    Height = 21
    TabOrder = 2
  end
  object Ok: TButton
    Left = 176
    Top = 176
    Width = 75
    Height = 25
    Caption = 'Ok'
    TabOrder = 0
    OnClick = OkClick
  end
  object Cancelar: TButton
    Left = 288
    Top = 176
    Width = 75
    Height = 25
    Caption = 'Cancelar'
    TabOrder = 1
    OnClick = CancelarClick
  end
  object e_email: TEdit
    Left = 128
    Top = 72
    Width = 377
    Height = 21
    TabOrder = 3
  end
  object e_logotipo: TEdit
    Left = 128
    Top = 136
    Width = 377
    Height = 21
    TabOrder = 5
  end
end
