📄 form2.frm
字号:
VERSION 5.00
Object = "{2620A6C4-E42C-4CF7-9700-12E94CDFD019}#1.0#0"; "aa.ocx"
Begin VB.Form Form2
Caption = "添加"
ClientHeight = 6210
ClientLeft = 60
ClientTop = 450
ClientWidth = 8490
LinkTopic = "Form2"
ScaleHeight = 6210
ScaleWidth = 8490
StartUpPosition = 3 '窗口缺省
Begin 工程2.aa aa1
Height = 735
Left = 2760
TabIndex = 6
Top = 4320
Width = 2295
_ExtentX = 4048
_ExtentY = 1296
End
Begin VB.TextBox Text3
DataField = "bookauthor"
DataSource = "aa1"
Height = 495
Left = 3840
TabIndex = 5
Top = 2400
Width = 2175
End
Begin VB.TextBox Text2
DataField = "bookname"
DataSource = "aa1"
Height = 495
Left = 3840
TabIndex = 4
Top = 1440
Width = 2175
End
Begin VB.TextBox Text1
DataField = "bookid"
DataSource = "aa1"
Height = 495
Left = 3840
TabIndex = 3
Top = 480
Width = 2175
End
Begin VB.Label Label3
Caption = "书号"
Height = 495
Left = 1320
TabIndex = 2
Top = 480
Width = 1215
End
Begin VB.Label Label2
Caption = "作者"
Height = 495
Left = 1320
TabIndex = 1
Top = 2280
Width = 1215
End
Begin VB.Label Label1
Caption = "书名"
Height = 495
Left = 1320
TabIndex = 0
Top = 1320
Width = 1215
End
End
Attribute VB_Name = "Form2"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Data1_Validate(Action As Integer, Save As Integer)
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -