www.pudn.com > 维文输入法源代码.rar > Form5.frm


VERSION 5.00 
Begin VB.Form Form5  
   BackColor       =   &H00008000& 
   BorderStyle     =   1  'Fixed Single 
   Caption         =   "关于本输入法" 
   ClientHeight    =   2655 
   ClientLeft      =   45 
   ClientTop       =   330 
   ClientWidth     =   6165 
   Icon            =   "Form5.frx":0000 
   LinkTopic       =   "Form5" 
   MaxButton       =   0   'False 
   MinButton       =   0   'False 
   ScaleHeight     =   2655 
   ScaleWidth      =   6165 
   StartUpPosition =   3  'Windows Default 
End 
Attribute VB_Name = "Form5" 
Attribute VB_GlobalNameSpace = False 
Attribute VB_Creatable = False 
Attribute VB_PredeclaredId = True 
Attribute VB_Exposed = False 
Option Explicit 
Private Sub Form_Load() 
Form5.Move ((Screen.Width - Form5.Width) / 2), ((Screen.Height - Form5.Height) / 2) 
End Sub