delenode.frm
来自「一个动态调度的软件」· FRM 代码 · 共 46 行
FRM
46 行
VERSION 5.00
Object = "{F0D2F211-CCB0-11D0-A316-00AA00688B10}#1.0#0"; "MSDATLST.OCX"
Begin VB.Form delenode
Caption = "删除节点"
ClientHeight = 4455
ClientLeft = 60
ClientTop = 390
ClientWidth = 7050
LinkTopic = "Form1"
MDIChild = -1 'True
ScaleHeight = 4455
ScaleWidth = 7050
Begin VB.CommandButton Command1
Caption = "确定"
Height = 495
Left = 4080
TabIndex = 2
Top = 2040
Width = 1455
End
Begin MSDataListLib.DataCombo DataCombo1
Height = 315
Left = 2400
TabIndex = 1
Top = 840
Width = 1695
_ExtentX = 2990
_ExtentY = 556
_Version = 393216
Text = "请选择节点"
End
Begin VB.Label Label1
Caption = "请选择要删除的节点:"
Height = 375
Left = 480
TabIndex = 0
Top = 840
Width = 1815
End
End
Attribute VB_Name = "delenode"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?