📄 forminter.frm
字号:
VERSION 5.00
Begin VB.Form Forminter
BackColor = &H00FF8080&
Caption = "Form2"
ClientHeight = 3090
ClientLeft = 60
ClientTop = 450
ClientWidth = 4680
LinkTopic = "Form2"
ScaleHeight = 3090
ScaleWidth = 4680
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command2
BackColor = &H00FF0000&
Caption = "按时间(天)"
Height = 375
Left = 2400
MaskColor = &H00FF0000&
TabIndex = 2
Top = 1920
Width = 1215
End
Begin VB.CommandButton Command1
BackColor = &H00FF0000&
Caption = "全部"
Height = 375
Left = 360
MaskColor = &H00FFFFC0&
TabIndex = 0
Top = 1920
Width = 1215
End
Begin VB.Label Label1
BackColor = &H00FF8080&
Caption = "选择查询方式"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 1200
TabIndex = 1
Top = 720
Width = 1455
End
End
Attribute VB_Name = "Forminter"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Formall.Show
End Sub
Private Sub Command2_Click()
Formdatabase.Show
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -