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

📄 form3.frm

📁 是关于MATALB 神经网络与VB的混合编程,希望对大家有所帮助
💻 FRM
字号:
VERSION 5.00
Object = "{5E9E78A0-531B-11CF-91F6-C2863C385E30}#1.0#0"; "MSFLXGRD.ocx"
Begin VB.Form Form3 
   Caption         =   "泛化结果查看"
   ClientHeight    =   7275
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   11970
   ControlBox      =   0   'False
   FillColor       =   &H000000FF&
   LinkTopic       =   "Form3"
   ScaleHeight     =   7275
   ScaleWidth      =   11970
   StartUpPosition =   2  'CenterScreen
   Begin VB.CommandButton Command1 
      BackColor       =   &H00FF00FF&
      Caption         =   "返回"
      BeginProperty Font 
         Name            =   "华文中宋"
         Size            =   15.75
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Left            =   5280
      MaskColor       =   &H00C0FFFF&
      TabIndex        =   1
      Top             =   6720
      Width           =   1095
   End
   Begin MSFlexGridLib.MSFlexGrid Grid1 
      Height          =   6135
      Left            =   120
      TabIndex        =   0
      Top             =   360
      Width           =   11715
      _ExtentX        =   20664
      _ExtentY        =   10821
      _Version        =   393216
      BackColor       =   -2147483634
      BackColorBkg    =   -2147483629
      AllowUserResizing=   3
   End
End
Attribute VB_Name = "Form3"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit

Private Sub Command1_Click()

    Unload Me
    Form1.Show
     
End Sub

Private Sub Form_Load()
Dim i As Integer
Grid1.WordWrap = True

Grid1.ColWidth(1) = 200

End Sub

⌨️ 快捷键说明

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