frmviewcontents.frm
来自「加密解密及压缩解压算法.大致有21种加密/解密算法源代码」· FRM 代码 · 共 69 行
FRM
69 行
VERSION 5.00
Begin VB.Form frmViewContents
Caption = "查看内容 [华普软件 - www.cnpopsoft.com]"
ClientHeight = 7785
ClientLeft = 2550
ClientTop = 2535
ClientWidth = 9960
BeginProperty Font
Name = "Courier"
Size = 9.75
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
LinkTopic = "Form1"
ScaleHeight = 7785
ScaleWidth = 9960
Begin VB.CommandButton btnClose
Caption = "Close"
BeginProperty Font
Name = "MS Sans Serif"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 4560
TabIndex = 1
Top = 7320
Width = 1815
End
Begin VB.ListBox lstContents
BeginProperty Font
Name = "Fixedsys"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 7020
IntegralHeight = 0 'False
Left = 0
TabIndex = 0
Top = 270
Width = 9975
End
End
Attribute VB_Name = "frmViewContents"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
'#########################################################################
'★★★★★ http://www.cnpopsoft.com [华普软件] ★★★★★
'★★★★★ VB专业论文与源码荟萃 ★★★★★
'#########################################################################
Private Sub btnClose_Click()
Me.Hide
End Sub
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?