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

📄 frmmain.frm

📁 采用vb编写的利用循环神经网络来预测股票走势的源程序
💻 FRM
📖 第 1 页 / 共 5 页
字号:
         Width           =   255
      End
      Begin VB.TextBox txtPredictFilename 
         Height          =   285
         Left            =   -70800
         TabIndex        =   173
         Top             =   960
         Width           =   5175
      End
      Begin VB.PictureBox picPredictGraph 
         BackColor       =   &H00FFFFFF&
         Height          =   2175
         Left            =   -74760
         ScaleHeight     =   2115
         ScaleWidth      =   10635
         TabIndex        =   171
         Top             =   6120
         Width           =   10695
      End
      Begin VB.CommandButton cmdPredict 
         Caption         =   "Predict"
         Height          =   375
         Left            =   -65040
         TabIndex        =   170
         Top             =   600
         Width           =   975
      End
      Begin VB.CommandButton cmdDataSet 
         Height          =   255
         Left            =   -65640
         TabIndex        =   169
         Top             =   600
         Width           =   255
      End
      Begin VB.TextBox txtDataset 
         Height          =   285
         Left            =   -70800
         TabIndex        =   168
         Top             =   600
         Width           =   5175
      End
      Begin VB.TextBox txtPredictSteps 
         Height          =   285
         Left            =   -73440
         TabIndex        =   165
         Text            =   "5"
         Top             =   600
         Width           =   495
      End
      Begin MSFlexGridLib.MSFlexGrid PredictGrid 
         Height          =   4215
         Left            =   -74760
         TabIndex        =   164
         Top             =   1800
         Width           =   10695
         _ExtentX        =   18865
         _ExtentY        =   7435
         _Version        =   393216
      End
      Begin VB.CommandButton cmdInit 
         Caption         =   "Initialise"
         Height          =   375
         Left            =   360
         TabIndex        =   161
         Top             =   5760
         Width           =   1455
      End
      Begin VB.CommandButton cmdTrain 
         Caption         =   "Begin Training"
         Height          =   375
         Left            =   -67320
         TabIndex        =   160
         Top             =   600
         Width           =   1455
      End
      Begin VB.CommandButton cmdStop 
         Caption         =   "Stop"
         Height          =   375
         Left            =   -67320
         TabIndex        =   159
         Top             =   960
         Width           =   1455
      End
      Begin VB.CommandButton cmdTest 
         Caption         =   "Test"
         Height          =   375
         Left            =   -65760
         TabIndex        =   158
         Top             =   600
         Width           =   1455
      End
      Begin VB.Frame Frame1 
         BackColor       =   &H00C0C0C0&
         Caption         =   "Network State"
         ForeColor       =   &H00000000&
         Height          =   3735
         Left            =   -67680
         TabIndex        =   140
         Top             =   1560
         Width           =   3735
         Begin VB.CheckBox chkShow 
            BackColor       =   &H00C0C0C0&
            Caption         =   "Show"
            Height          =   255
            Left            =   240
            TabIndex        =   149
            Top             =   360
            Width           =   1695
         End
         Begin VB.PictureBox picStateWeights 
            BackColor       =   &H00C00000&
            Height          =   615
            Left            =   2160
            ScaleHeight     =   555
            ScaleWidth      =   795
            TabIndex        =   148
            Top             =   1200
            Width           =   855
         End
         Begin VB.PictureBox picStates 
            BackColor       =   &H00C00000&
            Height          =   375
            Left            =   2160
            ScaleHeight     =   315
            ScaleWidth      =   795
            TabIndex        =   147
            Top             =   1800
            Width           =   855
         End
         Begin VB.PictureBox picOutputsDesired 
            BackColor       =   &H00C00000&
            Height          =   375
            Left            =   1200
            ScaleHeight     =   315
            ScaleWidth      =   1755
            TabIndex        =   146
            Top             =   3120
            Width           =   1815
         End
         Begin VB.PictureBox picOutputs 
            BackColor       =   &H00C00000&
            Height          =   375
            Left            =   1200
            ScaleHeight     =   315
            ScaleWidth      =   1755
            TabIndex        =   145
            Top             =   2760
            Width           =   1815
         End
         Begin VB.PictureBox picHiddens 
            BackColor       =   &H00C00000&
            Height          =   375
            Left            =   1200
            ScaleHeight     =   315
            ScaleWidth      =   795
            TabIndex        =   144
            Top             =   1800
            Width           =   855
         End
         Begin VB.PictureBox picInputs 
            BackColor       =   &H00C00000&
            Height          =   375
            Left            =   1200
            ScaleHeight     =   315
            ScaleWidth      =   1755
            TabIndex        =   143
            Top             =   840
            Width           =   1815
         End
         Begin VB.PictureBox picOutputWeights 
            BackColor       =   &H00C00000&
            Height          =   615
            Left            =   1200
            ScaleHeight     =   555
            ScaleWidth      =   1755
            TabIndex        =   142
            Top             =   2160
            Width           =   1815
         End
         Begin VB.PictureBox picHiddenWeights 
            BackColor       =   &H00C00000&
            Height          =   615
            Left            =   1200
            ScaleHeight     =   555
            ScaleWidth      =   795
            TabIndex        =   141
            Top             =   1200
            Width           =   855
         End
         Begin VB.Label Label4 
            BackStyle       =   0  'Transparent
            Caption         =   "State Layer Weights"
            ForeColor       =   &H00000000&
            Height          =   615
            Left            =   3120
            TabIndex        =   157
            Top             =   1200
            Width           =   615
         End
         Begin VB.Label Label3 
            BackStyle       =   0  'Transparent
            Caption         =   "State Units"
            ForeColor       =   &H00000000&
            Height          =   495
            Left            =   3120
            TabIndex        =   156
            Top             =   1800
            Width           =   615
         End
         Begin VB.Label Label18 
            BackStyle       =   0  'Transparent
            Caption         =   "Desired Outputs"
            ForeColor       =   &H00000000&
            Height          =   375
            Left            =   120
            TabIndex        =   155
            Top             =   3120
            Width           =   975
         End
         Begin VB.Label Label17 
            BackStyle       =   0  'Transparent
            Caption         =   "Output Units"
            ForeColor       =   &H00000000&
            Height          =   375
            Left            =   120
            TabIndex        =   154
            Top             =   2760
            Width           =   975
         End
         Begin VB.Label Label16 
            BackStyle       =   0  'Transparent
            Caption         =   "Hidden Units"
            ForeColor       =   &H00000000&
            Height          =   375
            Left            =   120
            TabIndex        =   153
            Top             =   1800
            Width           =   975
         End
         Begin VB.Label Label15 
            BackStyle       =   0  'Transparent
            Caption         =   "Input Units"
            ForeColor       =   &H00000000&
            Height          =   375
            Left            =   120
            TabIndex        =   152
            Top             =   840
            Width           =   975
         End
         Begin VB.Label Label13 
            BackStyle       =   0  'Transparent
            Caption         =   "Output Layer Weights"
            ForeColor       =   &H00000000&
            Height          =   495
            Left            =   120
            TabIndex        =   151
            Top             =   2160
            Width           =   975
         End
         Begin VB.Label Label14 
            BackStyle       =   0  'Transparent
            Caption         =   "Hidden Layer Weights"
            ForeColor       =   &H00000000&
            Height          =   495
            Left            =   120
            TabIndex        =   150
            Top             =   1200
            Width           =   975
         End
      End
      Begin VB.Frame fraDimensions 
         BackColor       =   &H00C0C0C0&
         Caption         =   "Dimensions Displayed"
         Height          =   5415
         Left            =   -74760
         TabIndex        =   19
         Top             =   540
         Width           =   6975
         Begin VB.TextBox txtDimensionName 
            Height          =   285
            Index           =   59
            Left            =   5160
            TabIndex        =   139
            Top             =   4920
            Width           =   1695
         End
         Begin VB.CheckBox chkShowDimension 
            BackColor       =   &H00C0C0C0&
            Caption         =   "60"
            Height          =   255
            Index           =   59
            Left            =   4680
            TabIndex        =   138
            Top             =   4920
            Width           =   495
         End
         Begin VB.TextBox txtDimensionName 
            Height          =   285
            Index           =   58
            Left            =   5160
            TabIndex        =   137
            Top             =   4680
            Width           =   1695
         End
         Begin VB.CheckBox chkShowDimension 
            BackColor       =   &H00C0C0C0&
            Caption         =   "59"
            Height          =   255
            Index           =   58
            Left            =   4680
            TabIndex        =   136
            Top             =   4680
            Width           =   495
         End
         Begin VB.TextBox txtDimensionName 
            Height          =   285
            Index           =   57
            Left            =   5160
            TabIndex        =   135
            Top             =   4440
            Width           =   1695
         End
         Begin VB.CheckBox chkShowDimension 
            BackColor       =   &H00C0C0C0&
            Caption         =   "58"
            Height          =   255
            Index           =   57
            Left            =   4680
            TabIndex        =   134
            Top             =   4440
            Width           =   495
         End
         Begin VB.TextBox txtDimensionName 
            Height          =   285
            Index           =   56
            Left            =   5160
            TabIndex        =   133
            Top             =   4200
            Width           =   1695
         End
         Begin VB.CheckBox chkShowDimension 
            BackColor       =   &H00C0C0C0&
            Caption         =   "57"
            Height          =   255
            Index           =   56
            Left            =   4680
            TabIndex        =   132
            Top             =   4200
            Width           =   495
         End
         Begin VB.TextBox txtDimensionName 
            Height          =   285
            Index           =   55
            Left            =   5160
            TabIndex        =   131
            Top             =   3960
            Width           =   1695
         End
         Begin VB.CheckBox chkShowDimension 
            BackColor       =   &H00C0C0C0&
            Caption         =   "56"
            Height          =   255
            Index           =   55
            Left            =   4680
            TabIndex        =   130
            Top             =   3960

⌨️ 快捷键说明

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