www.pudn.com > vbgame.rar > Form2.frm


VERSION 5.00 
Begin VB.Form Form2  
   BorderStyle     =   1  'Fixed Single 
   Caption         =   "جلت¾" 
   ClientHeight    =   1380 
   ClientLeft      =   4740 
   ClientTop       =   5595 
   ClientWidth     =   3015 
   Icon            =   "Form2.frx":0000 
   LinkTopic       =   "Form2" 
   MaxButton       =   0   'False 
   MinButton       =   0   'False 
   ScaleHeight     =   1380 
   ScaleWidth      =   3015 
   Begin VB.CommandButton Command2  
      Caption         =   "·ٌ" 
      Height          =   375 
      Left            =   1800 
      TabIndex        =   2 
      Top             =   840 
      Width           =   975 
   End 
   Begin VB.CommandButton Command1  
      Caption         =   "تا" 
      Height          =   375 
      Left            =   240 
      TabIndex        =   1 
      Top             =   840 
      Width           =   975 
   End 
   Begin VB.PictureBox Picture1  
      BorderStyle     =   0  'None 
      Height          =   615 
      Left            =   120 
      Picture         =   "Form2.frx":030A 
      ScaleHeight     =   615 
      ScaleWidth      =   3015 
      TabIndex        =   0 
      Top             =   120 
      Width           =   3015 
   End 
End 
Attribute VB_Name = "Form2" 
Attribute VB_GlobalNameSpace = False 
Attribute VB_Creatable = False 
Attribute VB_PredeclaredId = True 
Attribute VB_Exposed = False 
Private Sub Command1_Click() 
End 
End Sub 
 
Private Sub Command2_Click() 
Unload Me 
End Sub