📄 查询图书.frm
字号:
VERSION 5.00
Begin VB.Form Form19
Caption = "查询图书"
ClientHeight = 2100
ClientLeft = 60
ClientTop = 345
ClientWidth = 4380
LinkTopic = "Form19"
ScaleHeight = 2100
ScaleWidth = 4380
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command2
Caption = "Cancel"
BeginProperty Font
Name = "Bookman Old Style"
Size = 14.25
Charset = 0
Weight = 600
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 615
Left = 2400
TabIndex = 3
Top = 1320
Width = 1695
End
Begin VB.CommandButton Command1
Caption = "OK"
BeginProperty Font
Name = "Bookman Old Style"
Size = 14.25
Charset = 0
Weight = 600
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 615
Left = 240
TabIndex = 2
Top = 1320
Width = 1695
End
Begin VB.TextBox Text1
Height = 375
Left = 120
TabIndex = 1
Text = "Text1"
Top = 720
Width = 4095
End
Begin VB.Label Label1
Caption = "请输入要查询的书籍编号:"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 120
TabIndex = 0
Top = 240
Width = 2895
End
End
Attribute VB_Name = "Form19"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -