i don't know why but i can't add the attachement.

copy/paste in a *.frm file

VERSION 5.00
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 3945
ClientLeft = 60
ClientTop = 390
ClientWidth = 9600
LinkTopic = "Form1"
ScaleHeight = 3945
ScaleWidth = 9600
StartUpPosition = 3 'Windows Default
Begin VB.CommandButton Command3
Caption = "Command3"
Height = 495
Left = 6840
TabIndex = 11
Top = 2760
Width = 1935
End
Begin VB.CommandButton Command2
Caption = "Command2"
Height = 495
Left = 3840
TabIndex = 10
Top = 2760
Width = 1935
End
Begin VB.CommandButton Command1
Caption = "Command1"
Height = 495
Left = 720
TabIndex = 9
Top = 2760
Width = 1935
End
Begin VB.CheckBox Check3
Caption = "Check3"
Height = 375
Left = 5640
TabIndex = 8
Top = 1920
Width = 1575
End
Begin VB.CheckBox Check2
Caption = "Check2"
Height = 375
Left = 4200
TabIndex = 7
Top = 1920
Width = 1575
End
Begin VB.CheckBox Check1
Caption = "Check1"
Height = 375
Left = 2520
TabIndex = 6
Top = 1920
Width = 1575
End
Begin VB.TextBox Text3
Height = 375
Left = 6600
TabIndex = 5
Top = 240
Width = 2655
End
Begin VB.TextBox Text2
Height = 375
Left = 3360
TabIndex = 4
Top = 240
Width = 2655
End
Begin VB.TextBox Text1
Height = 375
Left = 120
TabIndex = 3
Top = 240
Width = 2655
End
Begin VB.OptionButton Option3
Caption = "Option3"
Height = 255
Left = 5640
TabIndex = 2
Top = 1320
Width = 1575
End
Begin VB.OptionButton Option2
Caption = "Option2"
Height = 255
Left = 4200
TabIndex = 1
Top = 1320
Width = 1575
End
Begin VB.OptionButton Option1
Caption = "Option1"
Height = 255
Left = 2520
TabIndex = 0
Top = 1320
Width = 1575
End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()

End Sub