VERSION 5.00
Object = "{5E9E78A0-531B-11CF-91F6-C2863C385E30}#1.0#0"; "msflxgrd.ocx"
Begin VB.Form Form1 
   Caption         =   "Coordonnées du leadframe"
   ClientHeight    =   8565
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   11535
   LinkTopic       =   "Form1"
   ScaleHeight     =   8565
   ScaleWidth      =   11535
   StartUpPosition =   3  'Windows Default
   Begin VB.CommandButton Ok_Btn 
      Caption         =   "&Ok"
      Height          =   495
      Left            =   5160
      TabIndex        =   1
      Top             =   6600
      Width           =   1575
   End
   Begin MSFlexGridLib.MSFlexGrid MSFlexGrid_Template 
      Height          =   4455
      Left            =   1320
      TabIndex        =   0
      Top             =   1080
      Width           =   8415
      _ExtentX        =   14843
      _ExtentY        =   7858
      _Version        =   393216
   End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

Private Sub Ok_Btn_Click()

Unload Form1

End Sub
