📄 connetzt.frm
字号:
VERSION 5.00
Object = "{1666F204-B71B-4E6D-AA21-DCE71B94F422}#7.0#0"; "SMARTXPBUTTON.OCX"
Begin VB.Form connetzt
BorderStyle = 3 'Fixed Dialog
Caption = "客户机状态"
ClientHeight = 3645
ClientLeft = 45
ClientTop = 330
ClientWidth = 2460
Icon = "connetzt.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 3645
ScaleWidth = 2460
ShowInTaskbar = 0 'False
StartUpPosition = 3 '窗口缺省
Begin SmartXpButton.SmartNetXpButton SmartNetXpButton1
Height = 495
Left = 0
TabIndex = 1
Top = 3120
Width = 2415
_ExtentX = 4260
_ExtentY = 873
CaptionAreaLayout= 1
Caption = "关闭"
ShowCaption = -1 'True
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Picture = "connetzt.frx":08CA
ShowPictureFixSize= -1 'True
PictureFixWidth = 40
End
Begin VB.Label Label1
Caption = "Label1"
Height = 3135
Left = 0
TabIndex = 0
Top = 0
Width = 2415
End
End
Attribute VB_Name = "connetzt"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
Dim s As String
Me.Left = (Screen.Width - Me.Width) \ 2
Me.Top = (Screen.Height - Me.Height) \ 2
s = sysinfo
Label1.Caption = s
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -