frmrdrcnn.frm
来自「ASP的经验来做一个简单的ASP留言本」· FRM 代码 · 共 53 行
FRM
53 行
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 + =
减小字号Ctrl + -
显示快捷键?