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

📄 infoform.frm

📁 VB远程控制代码
💻 FRM
字号:
VERSION 5.00
Object = "{1666F204-B71B-4E6D-AA21-DCE71B94F422}#7.0#0"; "SMARTXPBUTTON.OCX"
Begin VB.Form infoform 
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "服务器来得消息"
   ClientHeight    =   3195
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   4680
   Icon            =   "infoform.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   3195
   ScaleWidth      =   4680
   ShowInTaskbar   =   0   'False
   StartUpPosition =   3  '窗口缺省
   Begin SmartXpButton.SmartNetXpButton SmartNetXpButton1 
      Height          =   495
      Left            =   120
      TabIndex        =   1
      Top             =   2520
      Width           =   2055
      _ExtentX        =   3625
      _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         =   "infoform.frx":08CA
      ShowPictureFixSize=   -1  'True
      PictureFixWidth =   40
   End
   Begin VB.TextBox Text1 
      Height          =   2055
      Left            =   240
      MultiLine       =   -1  'True
      ScrollBars      =   2  'Vertical
      TabIndex        =   0
      Top             =   240
      Width           =   4095
   End
   Begin SmartXpButton.SmartNetXpButton SmartNetXpButton2 
      Height          =   495
      Left            =   2280
      TabIndex        =   2
      Top             =   2520
      Width           =   2055
      _ExtentX        =   3625
      _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         =   "infoform.frx":11A4
      ShowPictureFixSize=   -1  'True
      PictureFixWidth =   40
   End
End
Attribute VB_Name = "infoform"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
Me.Left = (Screen.Width - Me.Width) \ 2
Me.Top = (Screen.Height - Me.Height) \ 2

Text1.Text = sendxx

End Sub

Private Sub SmartNetXpButton1_Click()
connectform.sckclient.SendData "SENDINF" & Text1.Text

End Sub

Private Sub SmartNetXpButton2_Click()
Unload Me

End Sub

⌨️ 快捷键说明

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