用vb编写的射击游戏

源代码在线查看: images.frm

软件大小: 14 K
上传用户: llll45356874
关键词: 编写 射击游戏
下载地址: 免注册下载 普通下载 VIP

相关代码

				VERSION 5.00
				Begin VB.Form Images 
				   Caption         =   "What the hell are you doing here?"
				   ClientHeight    =   14415
				   ClientLeft      =   60
				   ClientTop       =   345
				   ClientWidth     =   19275
				   LinkTopic       =   "Form2"
				   ScaleHeight     =   14415
				   ScaleWidth      =   19275
				   StartUpPosition =   3  'Windows Default
				   Visible         =   0   'False
				   Begin VB.Image Image4 
				      Height          =   135
				      Left            =   4680
				      Picture         =   "Images.frx":0000
				      Top             =   0
				      Width           =   135
				   End
				   Begin VB.Image Image3 
				      Height          =   135
				      Left            =   4560
				      Picture         =   "Images.frx":034A
				      Top             =   0
				      Width           =   135
				   End
				   Begin VB.Image Image2 
				      Height          =   1410
				      Left            =   2280
				      Picture         =   "Images.frx":0696
				      Top             =   0
				      Width           =   2250
				   End
				   Begin VB.Image Image1 
				      Height          =   1410
				      Left            =   0
				      Picture         =   "Images.frx":0C43
				      Stretch         =   -1  'True
				      Top             =   0
				      Width           =   2250
				   End
				End
				Attribute VB_Name = "Images"
				Attribute VB_GlobalNameSpace = False
				Attribute VB_Creatable = False
				Attribute VB_PredeclaredId = True
				Attribute VB_Exposed = False
							

相关资源