📄 form1.frm
字号:
VERSION 5.00
Begin VB.Form Form1
BorderStyle = 1 'Fixed Single
Caption = "配置服务"
ClientHeight = 5265
ClientLeft = 45
ClientTop = 330
ClientWidth = 6705
LinkTopic = "Form1"
MaxButton = 0 'False
ScaleHeight = 5265
ScaleWidth = 6705
StartUpPosition = 2 '屏幕中心
Begin VB.Frame Frame2
Caption = "配置服务信息"
Height = 1935
Left = 120
TabIndex = 15
Top = 2520
Width = 6495
Begin VB.ComboBox Combo1
Height = 300
Left = 1800
TabIndex = 20
Text = "Combo1"
Top = 1320
Width = 975
End
Begin VB.TextBox Text8
Height = 270
Left = 1800
TabIndex = 19
Top = 840
Width = 975
End
Begin VB.TextBox Text7
Height = 270
Left = 1800
TabIndex = 17
Top = 360
Width = 975
End
Begin VB.Label Label9
Caption = "登陆权限:"
Height = 255
Left = 120
TabIndex = 21
Top = 1320
Width = 1335
End
Begin VB.Label Label8
Caption = "登陆用户名:"
Height = 255
Left = 120
TabIndex = 18
Top = 840
Width = 1215
End
Begin VB.Label Label7
Caption = "远程IP地址:"
Height = 255
Left = 120
TabIndex = 16
Top = 360
Width = 1575
End
End
Begin VB.CommandButton Command2
Caption = "退出"
Height = 375
Left = 5760
TabIndex = 2
Top = 4680
Width = 855
End
Begin VB.CommandButton Command1
Caption = "确定"
Height = 375
Left = 4560
TabIndex = 1
Top = 4680
Width = 855
End
Begin VB.Frame Frame1
Caption = "设置参数"
Height = 2175
Left = 120
TabIndex = 0
Top = 120
Width = 6495
Begin VB.TextBox Text6
Height = 270
Left = 4320
TabIndex = 14
Top = 360
Width = 1215
End
Begin VB.TextBox Text5
Height = 270
Left = 4320
TabIndex = 12
Top = 1320
Width = 1215
End
Begin VB.TextBox Text4
Height = 270
Left = 4320
TabIndex = 10
Top = 840
Width = 1215
End
Begin VB.TextBox Text3
Height = 270
Left = 1800
TabIndex = 8
Top = 1320
Width = 975
End
Begin VB.TextBox Text2
Height = 270
Left = 1800
TabIndex = 6
Top = 840
Width = 975
End
Begin VB.TextBox Text1
Height = 270
Left = 1800
TabIndex = 4
Top = 360
Width = 975
End
Begin VB.Label Label6
Caption = "SSH主端口 :"
Height = 255
Left = 3120
TabIndex = 13
Top = 360
Width = 1215
End
Begin VB.Label Label5
Caption = "FTP下载端口:"
Height = 255
Left = 3120
TabIndex = 11
Top = 1320
Width = 1335
End
Begin VB.Label Label4
Caption = "FTP上传端口:"
Height = 255
Left = 3120
TabIndex = 9
Top = 840
Width = 1335
End
Begin VB.Label Label3
Alignment = 2 'Center
Caption = "数据源 :"
Height = 255
Left = 120
TabIndex = 7
Top = 1320
Width = 1695
End
Begin VB.Label Label2
Alignment = 2 'Center
Caption = "分配备用端口 :"
Height = 255
Left = 120
TabIndex = 5
Top = 840
Width = 1575
End
Begin VB.Label Label1
Alignment = 2 'Center
Caption = "设置验证口令次数:"
Height = 255
Left = 120
TabIndex = 3
Top = 360
Width = 1695
End
End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -