📄 ip设置.frm
字号:
VERSION 5.00
Begin VB.Form IP设置
BorderStyle = 1 'Fixed Single
Caption = "IP设置"
ClientHeight = 1995
ClientLeft = 45
ClientTop = 435
ClientWidth = 4080
FillStyle = 0 'Solid
Icon = "IP设置.frx":0000
LinkTopic = "Form11"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 1995
ScaleWidth = 4080
StartUpPosition = 2 '屏幕中心
Begin VB.CommandButton Command2
Caption = "取消"
Height = 255
Left = 2700
TabIndex = 3
Top = 1560
Width = 735
End
Begin VB.CommandButton Command1
Caption = "确定"
Height = 255
Left = 900
TabIndex = 2
Top = 1560
Width = 735
End
Begin VB.TextBox Text1
Height = 270
Left = 1440
TabIndex = 1
Text = "172.16.0.1"
Top = 840
Width = 2175
End
Begin VB.Label Label1
Caption = "IP地址:"
Height = 375
Left = 600
TabIndex = 0
Top = 900
Width = 855
End
Begin VB.Image Image1
Height = 480
Left = 240
Picture = "IP设置.frx":27A2
Top = 120
Width = 480
End
End
Attribute VB_Name = "IP设置"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command2_Click()
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -