myproxyasdf.frm
来自「本书源码主要针对目前流行的FTP、HTTP、E-mail、Telnet、ICMP」· FRM 代码 · 共 30 行
FRM
30 行
VERSION 5.00
Begin VB.MDIForm frmMain
AutoShowChildren= 0 'False
BackColor = &H8000000C&
Caption = "MDIForm1"
ClientHeight = 7845
ClientLeft = 165
ClientTop = 735
ClientWidth = 10530
LinkTopic = "MDIForm1"
StartUpPosition = 3 'Windows Default
Begin VB.Menu mnuFile
Caption = "&File"
End
End
Attribute VB_Name = "frmMain"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub MDIForm_Load()
End Sub
Private Sub mnuFile_Click()
End Sub
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?