frmunitary.frm
来自「VISUAL BASIC与MATLAB实现混合编程源代码」· FRM 代码 · 共 72 行
FRM
72 行
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 + =
减小字号Ctrl + -
显示快捷键?