意见.frm
来自「学生管理系统」· FRM 代码 · 共 33 行
FRM
33 行
VERSION 5.00
Begin VB.Form 意见
Caption = "Form1"
ClientHeight = 3915
ClientLeft = 60
ClientTop = 345
ClientWidth = 5415
LinkTopic = "Form1"
ScaleHeight = 3915
ScaleWidth = 5415
StartUpPosition = 3 '窗口缺省
Begin VB.TextBox Text1
Height = 2895
Left = 360
MultiLine = -1 'True
ScrollBars = 2 'Vertical
TabIndex = 0
Text = "意见.frx":0000
Top = 360
Width = 4575
End
End
Attribute VB_Name = "意见"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
Text1 = "若你有什么困难,请联系本人,我的通信地址是:东华理工学院"
End Sub
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?