11-2t.frm
来自「vb6.0编程实例详解,很详细的介绍,对学习VB有帮助」· FRM 代码 · 共 30 行
FRM
30 行
VERSION 5.00
Object = "{DC98CD6C-4397-11D3-B773-00A0243CBF24}#1.0#0"; "11-2.ocx"
Begin VB.Form Form1
Caption = "控件测试窗体"
ClientHeight = 2040
ClientLeft = 60
ClientTop = 345
ClientWidth = 2880
LinkTopic = "Form1"
ScaleHeight = 2040
ScaleWidth = 2880
StartUpPosition = 3 '窗口缺省
Begin 工程1.UserButton UserButton1
Height = 600
Left = 720
TabIndex = 0
Top = 720
Width = 1350
_ExtentX = 2381
_ExtentY = 1058
End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?