defmsgbox.frm
来自「电梯检测系统是对电梯性能进行检测的系统。是一个用来学习的程序。」· FRM 代码 · 共 60 行
FRM
60 行
VERSION 5.00
Begin VB.Form DefMsgBox
BorderStyle = 4 'Fixed ToolWindow
ClientHeight = 2340
ClientLeft = 45
ClientTop = 270
ClientWidth = 5895
LinkTopic = "Form1"
LockControls = -1 'True
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 2340
ScaleWidth = 5895
ShowInTaskbar = 0 'False
StartUpPosition = 3 '窗口缺省
Begin VB.TextBox Text1
BackColor = &H8000000F&
BorderStyle = 0 'None
BeginProperty Font
Name = "Arial"
Size = 15.75
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 1575
Left = 120
MultiLine = -1 'True
TabIndex = 1
Top = 120
Width = 5655
End
Begin VB.CommandButton Command1
Caption = "Enter"
Height = 375
Left = 2160
TabIndex = 0
Top = 1920
Width = 1575
End
End
Attribute VB_Name = "DefMsgBox"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
DefMsgComp = True
Unload Me
End Sub
Private Sub Form_Load()
Me.Caption = App.title
DefMsgComp = False
End Sub
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?