?? frmunitary.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 = "轉換函數(shù):"
Height = 255
Index = 1
Left = 480
TabIndex = 2
Top = 1080
Width = 975
End
Begin VB.Label Label1
Caption = "選擇節(jié)點:"
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 + -