| 1. To get acquainted with the general concepts regarding the data bases. 2. To get acquainted with the data models, especially the relational and object oriented models.
 3. To get acquainted with the file storing methodsVERSION 5.00
Object = "{5E9E78A0-531B-11CF-91F6-C2863C385E30}#1.0#0"; "msflxgrd.ocx"
Begin VB.Form frmContracte 
   Caption         =   "Contracte de studii"
   ClientHeight    =   8595
   ClientLeft      =   -720
   ClientTop       =   450
   ClientWidth     =   11880
   ControlBox      =   0   'False
   HelpContextID   =   18000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   8595
   ScaleWidth      =   11880
   StartUpPosition =   3  'Windows Default
   WindowState     =   2  'Maximized
   Begin VB.CommandButton cmdIncarcaDiscOblig 
      Caption         =   "Încarcă disciplinele obligatorii"
      BeginProperty Font 
         Name            =   "Arial"
         Size            =   9.75
         Charset         =   238
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   735
      Left            =   6660
      TabIndex        =   30
      Top             =   240
      Width           =   2295
   End
   Begin VB.ListBox lstDisc 
      BeginProperty Font 
         Name            =   "Arial"
         Size            =   8.25
         Charset         =   238
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   3180
      Left            =   120
      Sorted          =   -1  'True
      Style           =   1  'Checkbox
      TabIndex        =   29
      Top             =   5280
      Width           =   4995
   End
   Begin VB.ListBox lstAlteDisc 
      BeginProperty Font 
         Name            =   "Arial"
         Size            =   8.25
         Charset         =   238
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   3180
      Left            =   5220
      Sorted          =   -1  'True
      Style           =   1  'Checkbox
      TabIndex        =   28
      Top             =   5280
      Width           =   4995
   End
   Begin VB.ListBox lstSortGrid 
      BeginProperty Font 
         Name            =   "Arial"
         Size            =   6.75
         Charset         =   238
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   3120
      Left            =   10260
      TabIndex        =   27
      Top             =   5280
      Width
 |