📄 frmlookwindow.frm
字号:
VERSION 5.00
Begin VB.Form Frmlookwindow
Caption = "Form1"
ClientHeight = 2775
ClientLeft = 60
ClientTop = 465
ClientWidth = 5055
LinkTopic = "Form1"
ScaleHeight = 2775
ScaleWidth = 5055
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command1
Caption = "返 回"
Height = 495
Left = 3720
TabIndex = 8
Top = 2160
Width = 1215
End
Begin VB.Label Label8
Height = 255
Left = 2520
TabIndex = 7
Top = 1800
Width = 975
End
Begin VB.Label Label7
Height = 255
Left = 2520
TabIndex = 6
Top = 1320
Width = 855
End
Begin VB.Label Label6
Height = 255
Left = 2400
TabIndex = 5
Top = 840
Width = 975
End
Begin VB.Label Label5
Height = 255
Left = 2400
TabIndex = 4
Top = 360
Width = 975
End
Begin VB.Label Label4
Caption = "推迟还书月数:"
Height = 255
Left = 1080
TabIndex = 3
Top = 1800
Width = 1335
End
Begin VB.Label Label3
Caption = "延迟一天的罚金:"
Height = 255
Left = 960
TabIndex = 2
Top = 1320
Width = 1455
End
Begin VB.Label Label2
Caption = "可借书的时间:"
Height = 255
Left = 1080
TabIndex = 1
Top = 840
Width = 1335
End
Begin VB.Label Label1
Caption = "学生最多能借书的数量:"
Height = 255
Left = 360
TabIndex = 0
Top = 360
Width = 2055
End
End
Attribute VB_Name = "Frmlookwindow"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Unload Me
End Sub
Private Sub Form_Load()
Open_set_window
Label5.Caption = cnn.Fields(2).Value
Label6.Caption = cnn.Fields(0).Value
Label7.Caption = cnn.Fields(1).Value
Label8.Caption = cnn.Fields(3).Value
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -