📄 frmrdrcnn.frm
字号:
VERSION 5.00
Begin VB.Form FrmRdrCnn
BackColor = &H00FFC0C0&
Caption = "Form1"
ClientHeight = 3090
ClientLeft = 60
ClientTop = 450
ClientWidth = 4680
LinkTopic = "Form1"
MDIChild = -1 'True
ScaleHeight = 3090
ScaleWidth = 4680
Begin VB.TextBox Text2
Height = 615
Left = 2040
TabIndex = 3
Top = 1800
Width = 2175
End
Begin VB.TextBox Text1
Height = 615
Left = 2040
TabIndex = 2
Top = 480
Width = 2175
End
Begin VB.Label Label2
BackStyle = 0 'Transparent
Caption = "密码:"
ForeColor = &H00FF0000&
Height = 615
Left = 240
TabIndex = 1
Top = 1800
Width = 1575
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = "读者ID:"
ForeColor = &H00FF0000&
Height = 615
Left = 240
TabIndex = 0
Top = 480
Width = 1575
End
End
Attribute VB_Name = "FrmRdrCnn"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -