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

📄 help3.frm

📁 runge kutta program to test run with VB code
💻 FRM
字号:
VERSION 5.00
Begin VB.Form Help3 
   BackColor       =   &H00FFFFFF&
   BorderStyle     =   1  'Fixed Single
   Caption         =   "Informations"
   ClientHeight    =   5205
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   3570
   Icon            =   "Help3.frx":0000
   LinkTopic       =   "Form4"
   LockControls    =   -1  'True
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   347
   ScaleMode       =   3  'Pixel
   ScaleWidth      =   238
   StartUpPosition =   2  'CenterScreen
   Begin VB.VScrollBar VScroll1 
      Height          =   5205
      LargeChange     =   100
      Left            =   3300
      Max             =   370
      SmallChange     =   20
      TabIndex        =   8
      Top             =   0
      Width           =   255
   End
   Begin VB.Frame Frame1 
      BackColor       =   &H00FFFFFF&
      BorderStyle     =   0  'None
      BeginProperty Font 
         Name            =   "MS Sans Serif"
         Size            =   9.75
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   10200
      Left            =   0
      TabIndex        =   0
      Top             =   0
      Width           =   3255
      Begin VB.Label Label14 
         BackStyle       =   0  'Transparent
         Caption         =   $"Help3.frx":0442
         ForeColor       =   &H00800000&
         Height          =   1815
         Left            =   240
         TabIndex        =   14
         Top             =   6960
         Width           =   2895
      End
      Begin VB.Label Label13 
         BackStyle       =   0  'Transparent
         Caption         =   "    In this place it will be completated only ""<"" or ""<="" and the value."
         ForeColor       =   &H00800000&
         Height          =   495
         Left            =   240
         TabIndex        =   13
         Top             =   9480
         Width           =   2895
      End
      Begin VB.Label Label11 
         BackColor       =   &H00FFFFFF&
         BackStyle       =   0  'Transparent
         Caption         =   $"Help3.frx":058B
         ForeColor       =   &H00800000&
         Height          =   975
         Left            =   120
         TabIndex        =   12
         Top             =   5400
         Width           =   2895
      End
      Begin VB.Label Label10 
         BackStyle       =   0  'Transparent
         Caption         =   "    The function that you want to found out his graphic is formed by several subfounctions that will be written in order."
         ForeColor       =   &H00800000&
         Height          =   615
         Left            =   120
         TabIndex        =   11
         Top             =   3360
         Width           =   3015
      End
      Begin VB.Label Label8 
         BackColor       =   &H00FFFFFF&
         BackStyle       =   0  'Transparent
         Caption         =   "   In  the next lines it will be explain how can it be used."
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   8.25
            Charset         =   0
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00800000&
         Height          =   615
         Left            =   120
         TabIndex        =   10
         Top             =   2880
         Width           =   3135
      End
      Begin VB.Image Image3 
         Height          =   390
         Left            =   720
         Picture         =   "Help3.frx":0638
         Top             =   8880
         Width           =   1710
      End
      Begin VB.Image Image2 
         Height          =   450
         Left            =   360
         Picture         =   "Help3.frx":1642
         Top             =   6480
         Width           =   2625
      End
      Begin VB.Image Image1 
         Height          =   405
         Left            =   1080
         Picture         =   "Help3.frx":2F24
         Top             =   4800
         Width           =   885
      End
      Begin VB.Label Label9 
         BackStyle       =   0  'Transparent
         Caption         =   "     In the box ""No."" you can select the number of the subfunction that you want to complete or to modify."
         ForeColor       =   &H00800000&
         Height          =   615
         Left            =   120
         TabIndex        =   9
         Top             =   4080
         Width           =   3015
      End
      Begin VB.Label Label7 
         BackStyle       =   0  'Transparent
         Caption         =   ".................................."
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   9.75
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00400040&
         Height          =   255
         Left            =   840
         TabIndex        =   7
         Top             =   2040
         Width           =   1575
      End
      Begin VB.Label Label6 
         BackStyle       =   0  'Transparent
         Caption         =   "x^9    for x>20"
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   9.75
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00800080&
         Height          =   255
         Left            =   840
         TabIndex        =   6
         Top             =   2400
         Width           =   1695
      End
      Begin VB.Label Label5 
         BackStyle       =   0  'Transparent
         Caption         =   "x^3    for x<3"
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   9.75
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00800080&
         Height          =   255
         Left            =   840
         TabIndex        =   5
         Top             =   1800
         Width           =   1815
      End
      Begin VB.Label Label4 
         BackStyle       =   0  'Transparent
         Caption         =   "x^2    for x<=1"
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   9.75
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00800080&
         Height          =   255
         Left            =   840
         TabIndex        =   4
         Top             =   1440
         Width           =   1815
      End
      Begin VB.Line Line6 
         BorderColor     =   &H00C00000&
         X1              =   840
         X2              =   720
         Y1              =   1320
         Y2              =   1440
      End
      Begin VB.Line Line5 
         BorderColor     =   &H00C00000&
         X1              =   840
         X2              =   720
         Y1              =   2760
         Y2              =   2640
      End
      Begin VB.Line Line4 
         BorderColor     =   &H00FFFFFF&
         X1              =   720
         X2              =   720
         Y1              =   1940
         Y2              =   2160
      End
      Begin VB.Line Line3 
         BorderColor     =   &H00C00000&
         X1              =   600
         X2              =   720
         Y1              =   2040
         Y2              =   1920
      End
      Begin VB.Line Line2 
         BorderColor     =   &H00C00000&
         X1              =   600
         X2              =   720
         Y1              =   2040
         Y2              =   2160
      End
      Begin VB.Line Line1 
         BorderColor     =   &H00C00000&
         X1              =   720
         X2              =   720
         Y1              =   1440
         Y2              =   2660
      End
      Begin VB.Label Label3 
         BackStyle       =   0  'Transparent
         Caption         =   "f(x)="
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   9.75
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00000080&
         Height          =   375
         Left            =   120
         TabIndex        =   3
         Top             =   1920
         Width           =   375
      End
      Begin VB.Label Label2 
         BackStyle       =   0  'Transparent
         Caption         =   "    With this option it can be writed functions like this:"
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   9.75
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00800000&
         Height          =   615
         Left            =   45
         TabIndex        =   2
         Top             =   720
         Width           =   3255
      End
      Begin VB.Label Label1 
         Alignment       =   2  'Center
         BackStyle       =   0  'Transparent
         Caption         =   "Complex functions"
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   13.5
            Charset         =   0
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00000080&
         Height          =   375
         Left            =   0
         TabIndex        =   1
         Top             =   120
         Width           =   3255
      End
   End
End
Attribute VB_Name = "Help3"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Unload(Cancel As Integer)
  Form2.Enabled = True
End Sub

Private Sub VScroll1_Change()
   Frame1.Top = -VScroll1.Value
End Sub

⌨️ 快捷键说明

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