📄 form1.frm
字号:
VERSION 5.00
Begin VB.Form Form1
BackColor = &H80000013&
BorderStyle = 4 'Fixed ToolWindow
Caption = "Form1"
ClientHeight = 1710
ClientLeft = 45
ClientTop = 285
ClientWidth = 6135
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 1710
ScaleWidth = 6135
ShowInTaskbar = 0 'False
StartUpPosition = 3 'Windows Default
Begin VB.TextBox Text1
BackColor = &H80000018&
Height = 1695
Left = 0
MultiLine = -1 'True
ScrollBars = 3 'Both
TabIndex = 0
Text = "Form1.frx":0000
Top = 0
Width = 6135
End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
Dim txtstr As String
txtstr = "1)you can change LEGEND color by double clicking on it " _
& vbCrLf & "and selecting any color of your choice and say ok. " _
& vbCrLf & "2)you can rotate 3D graph by first selecting the graph(click just outside the graph axis " _
& vbCrLf & "and then press CTRL.The mousepointer changes and you can change orientation ." _
& vbCrLf & "3)Orientation of 3D graph can also be changed by pressing Autorotate button."
Text1.Text = txtstr
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -