form10.frm

来自「本软件界面友好」· FRM 代码 · 共 45 行

FRM
45
字号
VERSION 5.00
Begin VB.Form Form10 
   Caption         =   "Form10"
   ClientHeight    =   3195
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   4680
   LinkTopic       =   "Form10"
   ScaleHeight     =   3195
   ScaleWidth      =   4680
   StartUpPosition =   3  '窗口缺省
   Begin VB.CommandButton Command1 
      Caption         =   "关闭"
      Height          =   375
      Left            =   2880
      TabIndex        =   2
      Top             =   2640
      Width           =   1215
   End
   Begin VB.Frame Frame1 
      Caption         =   "系统信息"
      Height          =   2295
      Left            =   360
      TabIndex        =   0
      Top             =   240
      Width           =   3735
      Begin VB.Label Label1 
         Caption         =   "程序设计:孙蕾"
         Height          =   255
         Left            =   1080
         TabIndex        =   1
         Top             =   1080
         Width           =   1455
      End
   End
End
Attribute VB_Name = "Form10"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Me.Hide
End Sub

⌨️ 快捷键说明

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