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

📄 frmsend.frm

📁 机房管理
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Begin VB.Form frmSend 
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   " 终端控制室"
   ClientHeight    =   3735
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   5865
   Icon            =   "frmSend.frx":0000
   KeyPreview      =   -1  'True
   LinkTopic       =   "Form1"
   LockControls    =   -1  'True
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   3735
   ScaleWidth      =   5865
   ShowInTaskbar   =   0   'False
   Begin VB.Frame Frame1 
      BackColor       =   &H80000004&
      Caption         =   "执行对象选项"
      ForeColor       =   &H00800000&
      Height          =   1440
      Left            =   2925
      TabIndex        =   10
      Top             =   225
      Width           =   2730
      Begin VB.CheckBox chkComplete 
         Caption         =   "显示完成信息"
         Height          =   255
         Left            =   405
         TabIndex        =   19
         Top             =   1050
         Value           =   1  'Checked
         Width           =   1455
      End
      Begin VB.OptionButton optSelected 
         BackColor       =   &H80000004&
         Caption         =   "仅所选择的终端有效"
         ForeColor       =   &H00400000&
         Height          =   420
         Left            =   375
         TabIndex        =   3
         Top             =   630
         Value           =   -1  'True
         Width           =   2115
      End
      Begin VB.OptionButton optAll 
         BackColor       =   &H80000004&
         Caption         =   "对所有终端有效"
         ForeColor       =   &H00400000&
         Height          =   435
         Left            =   375
         TabIndex        =   2
         Top             =   285
         Width           =   1575
      End
   End
   Begin VB.PictureBox picSendMessage 
      BackColor       =   &H80000004&
      BorderStyle     =   0  'None
      Height          =   1830
      Left            =   2850
      ScaleHeight     =   1830
      ScaleWidth      =   2910
      TabIndex        =   6
      Top             =   1815
      Visible         =   0   'False
      Width           =   2910
      Begin VB.ComboBox cmbMessage 
         ForeColor       =   &H00000000&
         Height          =   300
         Left            =   135
         TabIndex        =   1
         Text            =   "现 在 开 始 计 费 !"
         ToolTipText     =   "编辑消息在配置对话框"
         Top             =   450
         Width           =   2700
      End
      Begin VB.CommandButton cmdCancel 
         Cancel          =   -1  'True
         Height          =   450
         Left            =   1500
         Picture         =   "frmSend.frx":030A
         Style           =   1  'Graphical
         TabIndex        =   5
         Top             =   1050
         Width           =   1290
      End
      Begin VB.CommandButton cmdSend 
         Height          =   450
         Left            =   150
         Picture         =   "frmSend.frx":1A76
         Style           =   1  'Graphical
         TabIndex        =   4
         Top             =   1050
         Width           =   1290
      End
      Begin MSComctlLib.ImageList ImageList1 
         Left            =   0
         Top             =   -585
         _ExtentX        =   1005
         _ExtentY        =   1005
         BackColor       =   -2147483643
         ImageWidth      =   20
         ImageHeight     =   20
         MaskColor       =   12632256
         _Version        =   393216
         BeginProperty Images {2C247F25-8591-11D1-B16A-00C0F0283628} 
            NumListImages   =   2
            BeginProperty ListImage1 {2C247F27-8591-11D1-B16A-00C0F0283628} 
               Picture         =   "frmSend.frx":31E2
               Key             =   "Run"
            EndProperty
            BeginProperty ListImage2 {2C247F27-8591-11D1-B16A-00C0F0283628} 
               Picture         =   "frmSend.frx":36E6
               Key             =   "Stop"
            EndProperty
         EndProperty
      End
      Begin VB.Shape Shape1 
         BorderColor     =   &H00000000&
         FillColor       =   &H000080FF&
         FillStyle       =   7  'Diagonal Cross
         Height          =   165
         Left            =   1125
         Shape           =   4  'Rounded Rectangle
         Top             =   165
         Width           =   450
      End
      Begin VB.Label Label1 
         AutoSize        =   -1  'True
         Caption         =   "请选择消息"
         ForeColor       =   &H000040C0&
         Height          =   180
         Left            =   165
         TabIndex        =   9
         Top             =   150
         Width           =   900
      End
   End
   Begin MSComctlLib.ListView lvSendMessage 
      Height          =   3345
      Left            =   165
      TabIndex        =   0
      Top             =   210
      Width           =   2580
      _ExtentX        =   4551
      _ExtentY        =   5900
      View            =   3
      LabelEdit       =   1
      LabelWrap       =   0   'False
      HideSelection   =   0   'False
      FullRowSelect   =   -1  'True
      GridLines       =   -1  'True
      TextBackground  =   -1  'True
      _Version        =   393217
      ForeColor       =   33023
      BackColor       =   16777215
      Appearance      =   1
      NumItems        =   2
      BeginProperty ColumnHeader(1) {BDD1F052-858B-11D1-B16A-00C0F0283628} 
         Key             =   "Status"
         Text            =   "状态"
         Object.Width           =   2206
      EndProperty
      BeginProperty ColumnHeader(2) {BDD1F052-858B-11D1-B16A-00C0F0283628} 
         SubItemIndex    =   1
         Text            =   "机号"
         Object.Width           =   1766
      EndProperty
   End
   Begin VB.PictureBox picShutDown 
      BorderStyle     =   0  'None
      Height          =   1740
      Left            =   2955
      ScaleHeight     =   1740
      ScaleWidth      =   2835
      TabIndex        =   8
      Top             =   1725
      Visible         =   0   'False
      Width           =   2835
      Begin VB.CommandButton Command4 
         Height          =   450
         Left            =   1395
         Picture         =   "frmSend.frx":3BEA
         Style           =   1  'Graphical
         TabIndex        =   16
         Top             =   1185
         Width           =   1290
      End
      Begin VB.CommandButton Command3 
         Height          =   450
         Left            =   60
         Picture         =   "frmSend.frx":5356
         Style           =   1  'Graphical
         TabIndex        =   15
         Top             =   1185
         Width           =   1290
      End
      Begin VB.Label Label3 
         AutoSize        =   -1  'True
         Caption         =   "Shutdown Terminal Computer."
         Height          =   180
         Left            =   165
         TabIndex        =   17
         Top             =   600
         Width           =   2430
      End
      Begin VB.Label Label2 
         AutoSize        =   -1  'True
         Caption         =   "关闭终端计算机!"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H000000FF&
         Height          =   210
         Index           =   1
         Left            =   150
         TabIndex        =   14
         Top             =   285
         Width           =   1680
      End
   End
   Begin VB.PictureBox picRestart 
      BackColor       =   &H8000000A&
      BorderStyle     =   0  'None
      Height          =   2025
      Left            =   2865
      ScaleHeight     =   2025
      ScaleWidth      =   2940
      TabIndex        =   7
      Top             =   1560
      Visible         =   0   'False
      Width           =   2940
      Begin VB.CommandButton Command2 
         Height          =   450
         Left            =   1455
         Picture         =   "frmSend.frx":6AC2
         Style           =   1  'Graphical
         TabIndex        =   12
         Top             =   1335
         Width           =   1290
      End
      Begin VB.CommandButton Command1 
         Height          =   450
         Left            =   120
         Picture         =   "frmSend.frx":822E
         Style           =   1  'Graphical
         TabIndex        =   11
         Top             =   1335
         Width           =   1290
      End
      Begin VB.Label Label4 
         AutoSize        =   -1  'True
         Caption         =   "Restart Terminal Computer."
         Height          =   180
         Left            =   315
         TabIndex        =   18
         Top             =   795
         Width           =   2340
      End
      Begin VB.Label Label2 
         AutoSize        =   -1  'True
         Caption         =   "重新启动终端计算机!"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty

⌨️ 快捷键说明

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