📄 form2.frm
字号:
VERSION 5.00
Begin VB.Form Options
BorderStyle = 3 'Fixed Dialog
Caption = "Options"
ClientHeight = 4905
ClientLeft = 2565
ClientTop = 1500
ClientWidth = 4800
Icon = "form2.frx":0000
KeyPreview = -1 'True
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 4905
ScaleWidth = 4800
ShowInTaskbar = 0 'False
StartUpPosition = 2 'CenterScreen
Begin VB.CommandButton Command2
Caption = "修改信箱地址"
BeginProperty Font
Name = "隶书"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 615
Left = 1125
TabIndex = 11
Top = 900
Width = 2655
End
Begin VB.CommandButton Command1
Caption = "退出设置程序"
BeginProperty Font
Name = "隶书"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 615
Left = 1110
TabIndex = 10
Top = 4035
Width = 2655
End
Begin VB.CommandButton ModifyGeneral
Caption = "修改输出格式"
BeginProperty Font
Name = "隶书"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 615
Left = 1110
TabIndex = 9
Top = 3240
Width = 2655
End
Begin VB.CommandButton ModifyTime
Caption = "配置时间分段"
BeginProperty Font
Name = "隶书"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 615
Left = 1110
TabIndex = 8
Top = 2475
Width = 2655
End
Begin VB.CommandButton ModifyIP
Caption = "配置地址分段"
BeginProperty Font
Name = "隶书"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 615
Left = 1125
TabIndex = 7
Top = 1680
Width = 2655
End
Begin VB.CommandButton ModifyUser
Caption = "修改用户信息"
BeginProperty Font
Name = "隶书"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 615
Left = 1140
TabIndex = 6
Top = 120
Width = 2655
End
Begin VB.PictureBox picOptions
BorderStyle = 0 'None
Height = 3780
Index = 3
Left = -20000
ScaleHeight = 3780
ScaleWidth = 5685
TabIndex = 2
TabStop = 0 'False
Top = 480
Width = 5685
Begin VB.Frame fraSample4
Caption = "Sample 4"
Height = 1785
Left = 2100
TabIndex = 5
Top = 840
Width = 2055
End
End
Begin VB.PictureBox picOptions
BorderStyle = 0 'None
Height = 3780
Index = 2
Left = -20000
ScaleHeight = 3780
ScaleWidth = 5685
TabIndex = 1
TabStop = 0 'False
Top = 480
Width = 5685
Begin VB.Frame fraSample3
Caption = "Sample 3"
Height = 1785
Left = 1545
TabIndex = 4
Top = 675
Width = 2055
End
End
Begin VB.PictureBox picOptions
BorderStyle = 0 'None
Height = 3780
Index = 1
Left = -20000
ScaleHeight = 3780
ScaleWidth = 5685
TabIndex = 0
TabStop = 0 'False
Top = 480
Width = 5685
Begin VB.Frame fraSample2
Caption = "Sample 2"
Height = 1785
Left = 645
TabIndex = 3
Top = 300
Width = 2055
End
End
End
Attribute VB_Name = "Options"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub Command1_Click()
Unload Me
End Sub
Private Sub Command2_Click()
EmailAddr.Show 1
End Sub
Private Sub ModifyGeneral_Click()
OutPutFmt.Show 1
End Sub
Private Sub ModifyIP_Click()
IPData.Show 1
End Sub
Private Sub ModifyTime_Click()
TimeData.Show 1
End Sub
Private Sub ModifyUser_Click()
UserData.Show 1
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -