Form2.frm
上传用户:tashmp
上传日期:2010-04-03
资源大小:882k
文件大小:2k
源码类别:

其他游戏

开发平台:

Visual Basic

  1. VERSION 5.00
  2. Begin VB.Form Form2 
  3.    BorderStyle     =   1  'Fixed Single
  4.    Caption         =   "关于"
  5.    ClientHeight    =   1560
  6.    ClientLeft      =   45
  7.    ClientTop       =   330
  8.    ClientWidth     =   3885
  9.    LinkTopic       =   "Form2"
  10.    MaxButton       =   0   'False
  11.    MinButton       =   0   'False
  12.    ScaleHeight     =   1560
  13.    ScaleWidth      =   3885
  14.    StartUpPosition =   3  'Windows Default
  15.    Begin VB.CommandButton Command1 
  16.       Caption         =   "确定"
  17.       Height          =   375
  18.       Left            =   2760
  19.       TabIndex        =   4
  20.       Top             =   120
  21.       Width           =   1095
  22.    End
  23.    Begin VB.Image Image1 
  24.       Height          =   480
  25.       Left            =   3120
  26.       Picture         =   "Form2.frx":0000
  27.       Top             =   840
  28.       Width           =   480
  29.    End
  30.    Begin VB.Label Label4 
  31.       Caption         =   "2005年2月6号 22:40分"
  32.       Height          =   495
  33.       Left            =   960
  34.       TabIndex        =   3
  35.       Top             =   960
  36.       Width           =   1575
  37.    End
  38.    Begin VB.Label Label3 
  39.       Caption         =   "时间:"
  40.       Height          =   255
  41.       Left            =   360
  42.       TabIndex        =   2
  43.       Top             =   840
  44.       Width           =   495
  45.    End
  46.    Begin VB.Label Label2 
  47.       Caption         =   "舒君毅"
  48.       Height          =   255
  49.       Left            =   1200
  50.       TabIndex        =   1
  51.       Top             =   240
  52.       Width           =   735
  53.    End
  54.    Begin VB.Label Label1 
  55.       Caption         =   "作者:"
  56.       Height          =   255
  57.       Left            =   360
  58.       TabIndex        =   0
  59.       Top             =   120
  60.       Width           =   615
  61.    End
  62. End
  63. Attribute VB_Name = "Form2"
  64. Attribute VB_GlobalNameSpace = False
  65. Attribute VB_Creatable = False
  66. Attribute VB_PredeclaredId = True
  67. Attribute VB_Exposed = False
  68. Private Sub Command1_Click()
  69. Me.Hide
  70. End Sub