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

📄 settings.frm

📁 I. A brief description of the aiNet application. II. How to set up the aiNet on your system. III. So
💻 FRM
字号:
VERSION 4.00
Begin VB.Form Settings 
   Caption         =   "Model & Prediction Settings ..."
   ClientHeight    =   3648
   ClientLeft      =   912
   ClientTop       =   1980
   ClientWidth     =   5436
   Height          =   4032
   Left            =   864
   LinkTopic       =   "Form1"
   ScaleHeight     =   3648
   ScaleWidth      =   5436
   Top             =   1644
   Width           =   5532
   Begin VB.CommandButton Cancel 
      Cancel          =   -1  'True
      Caption         =   "Cancel"
      Height          =   372
      Left            =   3240
      TabIndex        =   15
      Top             =   3120
      Width           =   1572
   End
   Begin VB.CommandButton OK 
      Caption         =   "OK"
      Default         =   -1  'True
      Height          =   372
      Left            =   600
      TabIndex        =   14
      Top             =   3120
      Width           =   1572
   End
   Begin VB.Frame Frame3 
      Caption         =   "&Influence List:"
      Height          =   1452
      Left            =   240
      TabIndex        =   9
      Top             =   1440
      Width           =   2412
      Begin VB.OptionButton ShowLeast 
         Caption         =   "Show &least influent MVs"
         Height          =   252
         Left            =   240
         TabIndex        =   13
         Top             =   960
         Width           =   2052
      End
      Begin VB.OptionButton ShowMost 
         Caption         =   "Show &most influent MVs"
         Height          =   252
         Left            =   240
         TabIndex        =   12
         Top             =   600
         Width           =   2052
      End
      Begin VB.TextBox ListSize 
         Height          =   288
         Left            =   1440
         TabIndex        =   11
         Top             =   240
         Width           =   612
      End
      Begin VB.Label Label2 
         Alignment       =   1  'Right Justify
         Caption         =   "Si&ze of the  list:"
         Height          =   252
         Left            =   120
         TabIndex        =   10
         Top             =   240
         Width           =   1212
      End
   End
   Begin VB.Frame Frame2 
      Caption         =   "&Penalty"
      Height          =   2652
      Left            =   2880
      TabIndex        =   3
      Top             =   240
      Width           =   2292
      Begin VB.TextBox Coefficient 
         Height          =   288
         Left            =   1440
         TabIndex        =   8
         Top             =   1440
         Width           =   612
      End
      Begin VB.OptionButton NN 
         Caption         =   "N&earest Neighbor"
         Height          =   252
         Left            =   360
         TabIndex        =   6
         Top             =   960
         Width           =   1572
      End
      Begin VB.OptionButton Dynamic 
         Caption         =   "&Dynamic"
         Height          =   252
         Left            =   360
         TabIndex        =   5
         Top             =   600
         Width           =   1212
      End
      Begin VB.OptionButton Static 
         Caption         =   "&Static"
         Height          =   252
         Left            =   360
         TabIndex        =   4
         Top             =   240
         Width           =   1212
      End
      Begin VB.Label xxxx 
         Alignment       =   1  'Right Justify
         Caption         =   "&Coefficient:"
         Height          =   252
         Left            =   360
         TabIndex        =   7
         Top             =   1440
         Width           =   972
      End
   End
   Begin VB.Frame Frame1 
      Caption         =   "&Normalization:"
      Height          =   1092
      Left            =   240
      TabIndex        =   0
      Top             =   240
      Width           =   2412
      Begin VB.OptionButton Statistical 
         Caption         =   "S&tatistical"
         Height          =   252
         Left            =   240
         TabIndex        =   2
         Top             =   600
         Width           =   1092
      End
      Begin VB.OptionButton Regular 
         Caption         =   "&Regular"
         Height          =   252
         Left            =   240
         TabIndex        =   1
         Top             =   240
         Width           =   1452
      End
   End
End
Attribute VB_Name = "Settings"
Attribute VB_Creatable = False
Attribute VB_Exposed = False
Private Sub Cancel_Click()
    MainForm.Ret = 0
    Hide
End Sub

Private Sub OK_Click()
    MainForm.Ret = 1
    Hide
End Sub

⌨️ 快捷键说明

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