form1.frm

来自「有jsp写的坦克游戏」· FRM 代码 · 共 96 行

FRM
96
字号
VERSION 5.00
Begin VB.Form Form1 
   BackColor       =   &H00404040&
   BorderStyle     =   1  'Fixed Single
   ClientHeight    =   6315
   ClientLeft      =   15
   ClientTop       =   15
   ClientWidth     =   8700
   ControlBox      =   0   'False
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   421
   ScaleMode       =   3  'Pixel
   ScaleWidth      =   580
   StartUpPosition =   2  'CenterScreen
   Begin VB.CommandButton Command2 
      Caption         =   "Done"
      Height          =   255
      Left            =   7680
      TabIndex        =   5
      Top             =   5640
      Width           =   975
   End
   Begin VB.CommandButton Command1 
      Caption         =   "Exit"
      Height          =   255
      Left            =   7680
      TabIndex        =   4
      Top             =   6000
      Width           =   975
   End
   Begin VB.PictureBox Objbar 
      AutoRedraw      =   -1  'True
      BackColor       =   &H00000000&
      BorderStyle     =   0  'None
      Height          =   2625
      Left            =   8280
      ScaleHeight     =   175
      ScaleMode       =   3  'Pixel
      ScaleWidth      =   25
      TabIndex        =   3
      Top             =   240
      Width           =   375
   End
   Begin VB.PictureBox ResPic 
      AutoRedraw      =   -1  'True
      AutoSize        =   -1  'True
      BorderStyle     =   0  'None
      Height          =   750
      Left            =   120
      Picture         =   "Form1.frx":0000
      ScaleHeight     =   50
      ScaleMode       =   3  'Pixel
      ScaleWidth      =   350
      TabIndex        =   2
      Top             =   6360
      Width           =   5250
   End
   Begin VB.PictureBox Stage 
      AutoRedraw      =   -1  'True
      BackColor       =   &H00000000&
      BorderStyle     =   0  'None
      Height          =   6000
      Left            =   120
      ScaleHeight     =   400
      ScaleMode       =   3  'Pixel
      ScaleWidth      =   500
      TabIndex        =   0
      Top             =   240
      Width           =   7500
   End
   Begin VB.Label Label1 
      Caption         =   " STAGE EDITOR VER 1.0.0    MAP SIZE 20*16"
      ForeColor       =   &H00000000&
      Height          =   180
      Left            =   0
      TabIndex        =   1
      Top             =   0
      Width           =   8730
   End
End
Attribute VB_Name = "Form1"
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 Form_Load()
    Form1.Show
    ShowBaseObjAndGrid 255, 255, 255
End Sub

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?