form3.frm

来自「GSM的VB实现代码」· FRM 代码 · 共 32 行

FRM
32
字号
VERSION 5.00
Begin VB.Form Form3 
   Caption         =   "Form3"
   ClientHeight    =   3045
   ClientLeft      =   5790
   ClientTop       =   3870
   ClientWidth     =   4545
   LinkTopic       =   "Form3"
   ScaleHeight     =   3045
   ScaleWidth      =   4545
   Begin VB.Label Label1 
      Caption         =   "                 can520yun@126.com"
      Height          =   615
      Left            =   600
      TabIndex        =   0
      Top             =   2280
      Width           =   3375
   End
   Begin VB.Image Image1 
      Height          =   1440
      Left            =   1560
      Picture         =   "Form3.frx":0000
      Top             =   600
      Width           =   1440
   End
End
Attribute VB_Name = "Form3"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

⌨️ 快捷键说明

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