www.pudn.com > pt.rar > pt2.frm


VERSION 5.00 
Begin VB.Form Form2  
   BorderStyle     =   4  'Fixed ToolWindow 
   Caption         =   "ABOUT" 
   ClientHeight    =   2190 
   ClientLeft      =   45 
   ClientTop       =   285 
   ClientWidth     =   2655 
   LinkTopic       =   "Form2" 
   MaxButton       =   0   'False 
   MinButton       =   0   'False 
   ScaleHeight     =   2190 
   ScaleWidth      =   2655 
   ShowInTaskbar   =   0   'False 
   StartUpPosition =   2  '屏幕中心 
   Begin VB.Label Label3  
      Caption         =   "拼图游戏" 
      Height          =   255 
      Left            =   240 
      TabIndex        =   2 
      Top             =   1680 
      Width           =   2055 
   End 
   Begin VB.Label Label2  
      Caption         =   "制作:高希彤" 
      Height          =   255 
      Left            =   240 
      TabIndex        =   1 
      Top             =   1440 
      Width           =   2055 
   End 
   Begin VB.Line Line1  
      BorderWidth     =   5 
      X1              =   120 
      X2              =   2520 
      Y1              =   1320 
      Y2              =   1320 
   End 
   Begin VB.Label Label1  
      Caption         =   "高仔" 
      BeginProperty Font  
         Name            =   "宋体" 
         Size            =   42 
         Charset         =   134 
         Weight          =   700 
         Underline       =   0   'False 
         Italic          =   0   'False 
         Strikethrough   =   0   'False 
      EndProperty 
      ForeColor       =   &H0000FF00& 
      Height          =   975 
      Left            =   360 
      TabIndex        =   0 
      Top             =   120 
      Width           =   1815 
   End 
End 
Attribute VB_Name = "Form2" 
Attribute VB_GlobalNameSpace = False 
Attribute VB_Creatable = False 
Attribute VB_PredeclaredId = True 
Attribute VB_Exposed = False