dialog1.frm
来自「<Visual Basic 数据库开发实例精粹(第二版)>一书首先介」· FRM 代码 · 共 48 行
FRM
48 行
VERSION 5.00
Begin VB.Form Dialog1
BorderStyle = 3 'Fixed Dialog
Caption = "对话框标题"
ClientHeight = 1215
ClientLeft = 2760
ClientTop = 3750
ClientWidth = 3360
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 1215
ScaleWidth = 3360
ShowInTaskbar = 0 'False
Begin VB.CommandButton CancelButton
Caption = "取消"
Height = 375
Left = 1800
TabIndex = 1
Top = 600
Width = 1215
End
Begin VB.CommandButton OKButton
Caption = "确定"
Height = 375
Left = 360
TabIndex = 0
Top = 600
Width = 1215
End
Begin VB.Label Label1
Caption = "Label1"
Height = 255
Left = 240
TabIndex = 2
Top = 120
Width = 2775
End
End
Attribute VB_Name = "Dialog1"
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 + -
显示快捷键?