clock2.frm

来自「简单的数字时钟」· FRM 代码 · 共 28 行

FRM
28
字号
VERSION 5.00
Object = "*\Aclock2.vbp"
Begin VB.Form Form1 
   Caption         =   "Form1"
   ClientHeight    =   4260
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   5910
   LinkTopic       =   "Form1"
   ScaleHeight     =   4260
   ScaleWidth      =   5910
   StartUpPosition =   3  '窗口缺省
   Begin Vb工程2.UserControl1 UserControl11 
      Height          =   3135
      Left            =   1320
      TabIndex        =   0
      Top             =   480
      Width           =   3135
      _ExtentX        =   5530
      _ExtentY        =   5530
   End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

⌨️ 快捷键说明

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