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

📄 frmunitary.frm

📁 VISUAL BASIC与MATLAB实现混合编程源代码
💻 FRM
字号:
VERSION 5.00
Begin VB.Form frmUnitary 
   Caption         =   "归一化处理"
   ClientHeight    =   2550
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   4185
   Icon            =   "frmUnitary.frx":0000
   LinkTopic       =   "Form1"
   ScaleHeight     =   2550
   ScaleWidth      =   4185
   StartUpPosition =   2  'CenterScreen
   Begin VB.CommandButton btnReturn 
      Caption         =   "返回(&R)"
      Height          =   375
      Left            =   2280
      TabIndex        =   5
      Top             =   1800
      Width           =   975
   End
   Begin VB.CommandButton btnSave 
      Caption         =   "保存(&S)"
      Height          =   375
      Left            =   960
      TabIndex        =   4
      Top             =   1800
      Width           =   975
   End
   Begin VB.ComboBox cbChgFunc 
      Height          =   315
      Left            =   1560
      TabIndex        =   3
      Top             =   1080
      Width           =   2055
   End
   Begin VB.ComboBox cbNodeNo 
      Height          =   315
      ItemData        =   "frmUnitary.frx":27A2
      Left            =   1560
      List            =   "frmUnitary.frx":27A4
      TabIndex        =   0
      Top             =   480
      Width           =   2055
   End
   Begin VB.Label Label1 
      Caption         =   "转换函数:"
      Height          =   255
      Index           =   1
      Left            =   480
      TabIndex        =   2
      Top             =   1080
      Width           =   975
   End
   Begin VB.Label Label1 
      Caption         =   "选择节点:"
      Height          =   255
      Index           =   0
      Left            =   480
      TabIndex        =   1
      Top             =   600
      Width           =   975
   End
End
Attribute VB_Name = "frmUnitary"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub btnReturn_Click()
  Unload Me
End Sub

⌨️ 快捷键说明

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