📄 frmedit.frm
字号:
VERSION 5.00
Begin VB.Form FrmEdit
BorderStyle = 1 'Fixed Single
Caption = "程序设置修改"
ClientHeight = 3195
ClientLeft = 45
ClientTop = 330
ClientWidth = 4680
ControlBox = 0 'False
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 3195
ScaleWidth = 4680
StartUpPosition = 3 '窗口缺省
Begin VB.ComboBox cmbAccess
Height = 315
ItemData = "FrmEdit.frx":0000
Left = 1320
List = "FrmEdit.frx":000D
Style = 2 'Dropdown List
TabIndex = 1
Top = 1320
Width = 2295
End
Begin VB.ComboBox cmbServer
Height = 315
ItemData = "FrmEdit.frx":0023
Left = 1320
List = "FrmEdit.frx":0030
Style = 2 'Dropdown List
TabIndex = 0
Top = 1800
Width = 2295
End
Begin VB.Label Label1
Caption = "Label1"
Height = 975
Left = 120
TabIndex = 2
Top = 120
Width = 4335
End
End
Attribute VB_Name = "FrmEdit"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
'****************************************************************************
'人人为我,我为人人
'枕善居汉化收藏整理
'发布日期:2006/12/23
'描 述:非常专业的防火墙源代码
'网 站:http://www.Mndsoft.com/ (VB6源码博客)
'网 站:http://www.VbDnet.com/ (VB.NET源码博客,主要基于.NET2005)
'e-mail :Mndsoft@163.com
'e-mail :Mndsoft@126.com
'OICQ :88382850
' 如果您有新的好的代码别忘记给枕善居哦!
'****************************************************************************
Option Explicit
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -