⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 hxxform.frm

📁 1)服务器控制客户端程序 2)远程访问控制 3)提供服务器端、客户端程序
💻 FRM
字号:
VERSION 5.00
Object = "{1666F204-B71B-4E6D-AA21-DCE71B94F422}#7.0#0"; "SMARTXPBUTTON.OCX"
Begin VB.Form hxxform 
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "获得客户端信息"
   ClientHeight    =   3075
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   3165
   Icon            =   "hxxform.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   3075
   ScaleWidth      =   3165
   ShowInTaskbar   =   0   'False
   StartUpPosition =   3  '窗口缺省
   Begin SmartXpButton.SmartNetXpButton SmartNetXpButton1 
      Height          =   495
      Left            =   360
      TabIndex        =   0
      Top             =   360
      Width           =   2415
      _ExtentX        =   4260
      _ExtentY        =   873
      CaptionAreaLayout=   1
      Caption         =   "获得CPU,内存等信息"
      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         =   "hxxform.frx":08CA
      ShowPictureFixSize=   -1  'True
      PictureFixWidth =   40
   End
   Begin SmartXpButton.SmartNetXpButton SmartNetXpButton2 
      Height          =   495
      Left            =   360
      TabIndex        =   1
      Top             =   1080
      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         =   "hxxform.frx":11A4
      ShowPictureFixSize=   -1  'True
      PictureFixWidth =   40
   End
   Begin SmartXpButton.SmartNetXpButton SmartNetXpButton3 
      Height          =   495
      Left            =   360
      TabIndex        =   2
      Top             =   1920
      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         =   "hxxform.frx":1A7E
      ShowPictureFixSize=   -1  'True
      PictureFixWidth =   40
   End
End
Attribute VB_Name = "hxxform"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
Me.Left = Screen.Width - 2 * Me.Width
Me.Top = (Screen.Height - Me.Height) \ 2

End Sub

Private Sub SmartNetXpButton1_Click()
        mainform.scksever.SendData "GETSYST"
                
        waitform.Show 1

End Sub

Private Sub SmartNetXpButton2_Click()
        mainform.scksever.SendData "GETFXIF"
        
                
        waitform.Show 1

End Sub

Private Sub SmartNetXpButton3_Click()
Unload Me

End Sub

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -