frmconnector.frm
来自「基于C-S结构的办公信息数据处理系。经检测绝对可用。类似OutLook界面。」· FRM 代码 · 共 50 行
FRM
50 行
VERSION 5.00
Begin VB.Form FrmConnector
BorderStyle = 3 'Fixed Dialog
Caption = "Connect"
ClientHeight = 1020
ClientLeft = 45
ClientTop = 330
ClientWidth = 4785
Icon = "FrmConnector.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 1020
ScaleWidth = 4785
ShowInTaskbar = 0 'False
StartUpPosition = 1 'CenterOwner
Begin VB.CommandButton cmdcan
Caption = "Cancel"
Height = 375
Left = 3360
TabIndex = 1
Top = 240
Width = 1215
End
Begin VB.Label Label1
Caption = "Label1"
Height = 255
Left = 960
TabIndex = 0
Top = 240
Width = 2175
End
End
Attribute VB_Name = "FrmConnector"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub cmdcan_Click()
Unload Me
End Sub
Private Sub Form_Unload(Cancel As Integer)
Label1.Caption = "Disconnecting"
If GetRegKey(HKEY_LOCAL_MACHINE, "Office Server", "Hangup", "") = "True" Then _
InternetAutodialHangup (0)
End Sub
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?