form3.frm

来自「里面包括图书馆的基本功能」· FRM 代码 · 共 26 行

FRM
26
字号
VERSION 5.00
Begin VB.Form Form3 
   Caption         =   "Form3"
   ClientHeight    =   2490
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   6060
   LinkTopic       =   "Form3"
   ScaleHeight     =   2490
   ScaleWidth      =   6060
   StartUpPosition =   3  'Windows Default
   Begin VB.Label Label1 
      Caption         =   "你的用户名或密码不正确.请重新输入."
      Height          =   1335
      Left            =   960
      TabIndex        =   0
      Top             =   360
      Width           =   4095
   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 + -
显示快捷键?