object Form1: TForm1
  Left = 0
  Top = 0
  Caption = 'Cadastro de matr'#237'cula'
  ClientHeight = 433
  ClientWidth = 353
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -15
  Font.Name = 'Segoe Script'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 23
  object Label1: TLabel
    Left = 40
    Top = 43
    Width = 67
    Height = 23
    Caption = 'Per'#237'odo:'
  end
  object Label2: TLabel
    Left = 40
    Top = 99
    Width = 48
    Height = 23
    Caption = 'Curso:'
  end
  object Label3: TLabel
    Left = 40
    Top = 163
    Width = 47
    Height = 23
    Caption = 'Valor:'
  end
  object Label4: TLabel
    Left = 40
    Top = 307
    Width = 109
    Height = 23
    Caption = 'Total a pagar:'
  end
  object cb_Periodo: TComboBox
    Left = 120
    Top = 40
    Width = 185
    Height = 31
    TabOrder = 0
    OnChange = cb_PeriodoChange
    Items.Strings = (
      '1'
      '2'
      '3'
      '')
  end
  object cb_curso: TComboBox
    Left = 120
    Top = 96
    Width = 185
    Height = 31
    TabOrder = 1
  end
  object txt_valor: TEdit
    Left = 192
    Top = 160
    Width = 113
    Height = 31
    TabOrder = 2
  end
  object txt_total: TEdit
    Left = 192
    Top = 304
    Width = 113
    Height = 31
    TabOrder = 3
  end
  object RadioGroup1: TRadioGroup
    Left = 40
    Top = 197
    Width = 265
    Height = 84
    Caption = 'Forma de pagamento:'
    Items.Strings = (
      #192' vista'
      #192' praso')
    TabOrder = 4
  end
  object bt_salvar: TButton
    Left = 52
    Top = 349
    Width = 97
    Height = 44
    Caption = 'Salvar'
    TabOrder = 5
  end
  object bt_limpar: TButton
    Left = 200
    Top = 349
    Width = 97
    Height = 44
    Caption = 'Limpar'
    TabOrder = 6
  end
end
