File "a_propos.frm"

Full Path: /home/analogde/www/Dessin/a_propos.frm
File size: 1010 B
MIME-type: text/plain
Charset: utf-8

VERSION 5.00
Begin VB.Form apropos_Frm 
   Caption         =   "A propos"
   ClientHeight    =   3195
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   4680
   LinkTopic       =   "Form2"
   ScaleHeight     =   3195
   ScaleWidth      =   4680
   StartUpPosition =   3  'Windows Default
   Begin VB.CommandButton Fermer_Btn 
      Caption         =   "&OK"
      Height          =   495
      Left            =   1680
      TabIndex        =   0
      Top             =   2280
      Width           =   1215
   End
   Begin VB.Image Ma_Tete 
      Height          =   1620
      Left            =   1320
      Picture         =   "a_propos.frx":0000
      Top             =   360
      Width           =   2160
   End
End
Attribute VB_Name = "apropos_Frm"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Fermer_Btn_Click()

Unload apropos_Frm

End Sub