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

📄 help.frm

📁 the attached file contains artifitial neural network code
💻 FRM
字号:
VERSION 5.00
Begin VB.Form Help 
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "Help"
   ClientHeight    =   5775
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   5415
   BeginProperty Font 
      Name            =   "Tahoma"
      Size            =   8.25
      Charset         =   0
      Weight          =   400
      Underline       =   0   'False
      Italic          =   0   'False
      Strikethrough   =   0   'False
   EndProperty
   Icon            =   "Help.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   5775
   ScaleWidth      =   5415
   ShowInTaskbar   =   0   'False
   StartUpPosition =   1  'CenterOwner
   Begin VB.CommandButton Command 
      Cancel          =   -1  'True
      Caption         =   "OK"
      Default         =   -1  'True
      Height          =   375
      Index           =   0
      Left            =   1920
      TabIndex        =   0
      Top             =   5280
      Width           =   1575
   End
   Begin VB.Label Title 
      Caption         =   "Changing thresholds"
      BeginProperty Font 
         Name            =   "Tahoma"
         Size            =   8.25
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   255
      Index           =   1
      Left            =   960
      TabIndex        =   10
      Top             =   1080
      Width           =   4455
   End
   Begin VB.Label Label 
      Caption         =   $"Help.frx":058A
      Height          =   615
      Index           =   1
      Left            =   1080
      TabIndex        =   9
      Top             =   1380
      Width           =   4095
   End
   Begin VB.Image Img 
      Height          =   720
      Left            =   120
      Picture         =   "Help.frx":0620
      Top             =   120
      Width           =   720
   End
   Begin VB.Label Title 
      Caption         =   "Changing dimensions"
      BeginProperty Font 
         Name            =   "Tahoma"
         Size            =   8.25
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   255
      Index           =   4
      Left            =   960
      TabIndex        =   8
      Top             =   4440
      Width           =   4455
   End
   Begin VB.Label Label 
      Caption         =   "Click the ""Network..."" button in the toolbar to change the network dimensions."
      Height          =   435
      Index           =   4
      Left            =   1080
      TabIndex        =   7
      Top             =   4740
      Width           =   4095
   End
   Begin VB.Label Title 
      Caption         =   "Changing number of layers"
      BeginProperty Font 
         Name            =   "Tahoma"
         Size            =   8.25
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   255
      Index           =   3
      Left            =   960
      TabIndex        =   6
      Top             =   3240
      Width           =   4455
   End
   Begin VB.Label Label 
      Caption         =   $"Help.frx":14EA
      Height          =   795
      Index           =   3
      Left            =   1080
      TabIndex        =   5
      Top             =   3540
      Width           =   4095
   End
   Begin VB.Label Label 
      Caption         =   $"Help.frx":15A3
      Height          =   795
      Index           =   2
      Left            =   1080
      TabIndex        =   4
      Top             =   2340
      Width           =   4095
   End
   Begin VB.Label Title 
      Caption         =   "Changing weights"
      BeginProperty Font 
         Name            =   "Tahoma"
         Size            =   8.25
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   255
      Index           =   2
      Left            =   960
      TabIndex        =   3
      Top             =   2040
      Width           =   4455
   End
   Begin VB.Label Label 
      Caption         =   $"Help.frx":1674
      Height          =   615
      Index           =   0
      Left            =   1080
      TabIndex        =   2
      Top             =   360
      Width           =   4095
   End
   Begin VB.Label Title 
      Caption         =   "Changing variable names"
      BeginProperty Font 
         Name            =   "Tahoma"
         Size            =   8.25
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   255
      Index           =   0
      Left            =   960
      TabIndex        =   1
      Top             =   60
      Width           =   4455
   End
End
Attribute VB_Name = "Help"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command_Click(Index As Integer)
    Unload Me
End Sub

⌨️ 快捷键说明

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