⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 load.frm

📁 函数绘图程序 VB 编写 可以绘制初高中 函数图像 支持颜色
💻 FRM
字号:
VERSION 5.00
Begin VB.Form main 
   BorderStyle     =   0  'None
   Caption         =   "Form1"
   ClientHeight    =   4725
   ClientLeft      =   3375
   ClientTop       =   2130
   ClientWidth     =   6015
   LinkTopic       =   "Form1"
   ScaleHeight     =   4725
   ScaleWidth      =   6015
   ShowInTaskbar   =   0   'False
   StartUpPosition =   2  '屏幕中心
   Begin VB.Image Image1 
      Height          =   4725
      Left            =   0
      Picture         =   "load.frx":0000
      Top             =   0
      Width           =   6010
   End
End
Attribute VB_Name = "main"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Picture1_Click()

End Sub

Private Sub Form_Load()
Dim ltime
Open "c:\hs.ini" For Output As #1
Write #1, 300, 300, 0.001, 16777215, 0, 0, 10
Close #1

main.Show
main.Refresh
ltime = Timer
While Timer - ltime < 2
Wend
Load out
out.Show
main.Hide
Unload main
End Sub

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -