frmWarnSys.frm
资源名称:FireWall.rar [点击查看]
上传用户:yinyu8822
上传日期:2021-04-28
资源大小:79k
文件大小:2k
源码类别:
防火墙与安全工具
开发平台:
Visual Basic
- VERSION 5.00
- Begin VB.Form frmWarnSys
- BorderStyle = 3 'Fixed Dialog
- Caption = "防火墙警告"
- ClientHeight = 3015
- ClientLeft = 45
- ClientTop = 540
- ClientWidth = 3855
- BeginProperty Font
- Name = "Tahoma"
- Size = 8.25
- Charset = 0
- Weight = 400
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- Icon = "frmWarnSys.frx":0000
- LinkTopic = "Form1"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 3015
- ScaleWidth = 3855
- ShowInTaskbar = 0 'False
- StartUpPosition = 2 '屏幕中心
- Begin VB.CommandButton Command1
- Caption = "确定"
- Height = 375
- Left = 1380
- TabIndex = 3
- Top = 2580
- Width = 1095
- End
- Begin VB.CheckBox Check1
- Caption = "不再显示此对话框"
- Height = 195
- Left = 90
- TabIndex = 2
- Top = 2280
- Width = 3675
- End
- Begin VB.Label Label2
- Caption = "要打开防火墙,双击系统托盘图标或者右键选择“打开”. 要关闭请右键单击系统托盘图标,选择退出!"
- Height = 855
- Left = 60
- TabIndex = 1
- Top = 1380
- Width = 3735
- End
- Begin VB.Label Label1
- Caption = "防火墙并没有关闭,他隐藏到了系统托盘内"
- Height = 495
- Left = 60
- TabIndex = 0
- Top = 60
- Width = 3735
- End
- Begin VB.Image Image1
- Height = 615
- Left = 997
- Picture = "frmWarnSys.frx":038A
- Top = 660
- Width = 1860
- End
- End
- Attribute VB_Name = "frmWarnSys"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- 'Download by http://www.codefans.net
- Private Sub Command1_Click()
- If Check1.Value = "1" Then modReg.bSetRegValue HKEY_LOCAL_MACHINE, SREG & "options", "warnsys", "1"
- Me.Hide
- End Sub