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

📄 frmserver1.frm

📁 机房管理
💻 FRM
📖 第 1 页 / 共 5 页
字号:
VERSION 5.00
Object = "{248DD890-BB45-11CF-9ABC-0080C7E7B78D}#1.0#0"; "MSWINSCK.OCX"
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Object = "{6B7E6392-850A-101B-AFC0-4210102A8DA7}#1.3#0"; "COMCTL32.OCX"
Object = "{22D6F304-B0F6-11D0-94AB-0080C74C7E95}#1.0#0"; "MSDXM.OCX"
Begin VB.Form frmServer 
   Caption         =   "Service"
   ClientHeight    =   5535
   ClientLeft      =   4410
   ClientTop       =   3870
   ClientWidth     =   9195
   Icon            =   "frmServer1.frx":0000
   KeyPreview      =   -1  'True
   LinkTopic       =   "Form1"
   LockControls    =   -1  'True
   PaletteMode     =   1  'UseZOrder
   ScaleHeight     =   5535
   ScaleWidth      =   9195
   WindowState     =   2  'Maximized
   Begin VB.PictureBox picInfo 
      BorderStyle     =   0  'None
      Height          =   3795
      Left            =   7110
      ScaleHeight     =   3795
      ScaleWidth      =   1650
      TabIndex        =   19
      Top             =   1395
      Width           =   1650
      Begin VB.TextBox txtInfo 
         ForeColor       =   &H00008000&
         Height          =   2130
         Left            =   30
         MultiLine       =   -1  'True
         ScrollBars      =   2  'Vertical
         TabIndex        =   23
         Text            =   "frmServer1.frx":030A
         Top             =   660
         Width           =   7275
      End
      Begin VB.CommandButton cmdReplay 
         Default         =   -1  'True
         Enabled         =   0   'False
         Height          =   435
         Left            =   6000
         Picture         =   "frmServer1.frx":031C
         Style           =   1  'Graphical
         TabIndex        =   22
         Top             =   60
         Width           =   1185
      End
      Begin VB.CommandButton cmdClose 
         Cancel          =   -1  'True
         Height          =   435
         Left            =   6000
         Picture         =   "frmServer1.frx":1A88
         Style           =   1  'Graphical
         TabIndex        =   21
         Top             =   90
         Width           =   1185
      End
      Begin VB.TextBox txtSend 
         ForeColor       =   &H00800000&
         Height          =   345
         Left            =   15
         TabIndex        =   20
         Top             =   2895
         Width           =   6075
      End
      Begin VB.Line Line5 
         BorderColor     =   &H00808080&
         Visible         =   0   'False
         X1              =   330
         X2              =   330
         Y1              =   150
         Y2              =   405
      End
      Begin VB.Line Line4 
         BorderColor     =   &H00808080&
         Visible         =   0   'False
         X1              =   75
         X2              =   345
         Y1              =   405
         Y2              =   405
      End
      Begin VB.Line Line2 
         BorderColor     =   &H00FFFFFF&
         Visible         =   0   'False
         X1              =   75
         X2              =   75
         Y1              =   405
         Y2              =   135
      End
      Begin VB.Line Line1 
         BorderColor     =   &H00FFFFFF&
         Visible         =   0   'False
         X1              =   75
         X2              =   330
         Y1              =   135
         Y2              =   135
      End
      Begin VB.Image imgCloseInfo 
         Height          =   225
         Left            =   90
         ToolTipText     =   "隐藏消息栏"
         Top             =   150
         Width           =   225
      End
      Begin VB.Label Label1 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "L 填写回复内容"
         ForeColor       =   &H00FF0000&
         Height          =   180
         Left            =   165
         TabIndex        =   25
         Top             =   3390
         Width           =   1260
      End
      Begin VB.Label lblJH 
         BackStyle       =   0  'Transparent
         Caption         =   "没有来电!"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H000040C0&
         Height          =   240
         Left            =   495
         TabIndex        =   24
         Top             =   180
         Width           =   4230
      End
      Begin VB.Line Line3 
         BorderColor     =   &H00808080&
         Index           =   0
         X1              =   30
         X2              =   7305
         Y1              =   585
         Y2              =   585
      End
      Begin VB.Line Line3 
         BorderColor     =   &H00FFFFFF&
         Index           =   1
         X1              =   30
         X2              =   7305
         Y1              =   615
         Y2              =   615
      End
   End
   Begin VB.Timer Timer2 
      Interval        =   2000
      Left            =   7485
      Top             =   2715
   End
   Begin VB.PictureBox picSideBar1 
      AutoRedraw      =   -1  'True
      BackColor       =   &H00800000&
      BorderStyle     =   0  'None
      BeginProperty Font 
         Name            =   "Arial"
         Size            =   12
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00FFFFFF&
      Height          =   3555
      Left            =   5760
      ScaleHeight     =   3555
      ScaleWidth      =   330
      TabIndex        =   16
      Top             =   1260
      Visible         =   0   'False
      Width           =   330
   End
   Begin VB.TextBox txtDataToSend 
      Height          =   675
      Left            =   -975
      TabIndex        =   15
      Top             =   2610
      Width           =   675
   End
   Begin VB.TextBox txtDataReceived 
      Height          =   1035
      Left            =   -1005
      TabIndex        =   14
      Top             =   1440
      Width           =   915
   End
   Begin MSComctlLib.ImageList ImageList6 
      Left            =   6135
      Top             =   2685
      _ExtentX        =   1005
      _ExtentY        =   1005
      BackColor       =   -2147483643
      ImageWidth      =   16
      ImageHeight     =   16
      MaskColor       =   12632256
      _Version        =   393216
      BeginProperty Images {2C247F25-8591-11D1-B16A-00C0F0283628} 
         NumListImages   =   2
         BeginProperty ListImage1 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "frmServer1.frx":31F4
            Key             =   ""
         EndProperty
         BeginProperty ListImage2 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "frmServer1.frx":3358
            Key             =   ""
         EndProperty
      EndProperty
   End
   Begin MSComctlLib.Toolbar tbToolbar2 
      Align           =   1  'Align Top
      Height          =   360
      Left            =   0
      TabIndex        =   13
      Top             =   0
      Width           =   9195
      _ExtentX        =   16219
      _ExtentY        =   635
      ButtonWidth     =   2461
      ButtonHeight    =   582
      Wrappable       =   0   'False
      Appearance      =   1
      Style           =   1
      TextAlignment   =   1
      ImageList       =   "ImageList6"
      _Version        =   393216
      BeginProperty Buttons {66833FE8-8583-11D1-B16A-00C0F0283628} 
         NumButtons      =   4
         BeginProperty Button1 {66833FEA-8583-11D1-B16A-00C0F0283628} 
            Style           =   3
         EndProperty
         BeginProperty Button2 {66833FEA-8583-11D1-B16A-00C0F0283628} 
            Caption         =   "系 统 菜 单"
            Key             =   "OperatorMenu"
            Object.ToolTipText     =   "打开操作命令"
            ImageIndex      =   1
         EndProperty
         BeginProperty Button3 {66833FEA-8583-11D1-B16A-00C0F0283628} 
            Style           =   3
         EndProperty
         BeginProperty Button4 {66833FEA-8583-11D1-B16A-00C0F0283628} 
            Caption         =   "控 制 菜 单"
            Key             =   "SysMenu"
            Object.ToolTipText     =   "系统命令"
            ImageIndex      =   2
         EndProperty
      EndProperty
      BorderStyle     =   1
   End
   Begin VB.PictureBox picSideBar 
      AutoRedraw      =   -1  'True
      BackColor       =   &H00800000&
      BorderStyle     =   0  'None
      BeginProperty Font 
         Name            =   "Arial"
         Size            =   12
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00FFFFFF&
      Height          =   3555
      Left            =   5415
      ScaleHeight     =   3555
      ScaleWidth      =   330
      TabIndex        =   12
      Top             =   1260
      Visible         =   0   'False
      Width           =   330
   End
   Begin MSComctlLib.ImageList ImageList4 
      Left            =   6135
      Top             =   2070
      _ExtentX        =   1005
      _ExtentY        =   1005
      BackColor       =   -2147483643
      ImageWidth      =   41
      ImageHeight     =   46
      MaskColor       =   12632256
      _Version        =   393216
      BeginProperty Images {2C247F25-8591-11D1-B16A-00C0F0283628} 
         NumListImages   =   8
         BeginProperty ListImage1 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "frmServer1.frx":34BC
            Key             =   ""
         EndProperty
         BeginProperty ListImage2 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "frmServer1.frx":4B58
            Key             =   ""
         EndProperty
         BeginProperty ListImage3 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "frmServer1.frx":61F4
            Key             =   ""
         EndProperty
         BeginProperty ListImage4 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "frmServer1.frx":7890
            Key             =   ""
         EndProperty
         BeginProperty ListImage5 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "frmServer1.frx":8F2C
            Key             =   ""
         EndProperty
         BeginProperty ListImage6 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "frmServer1.frx":A5C8
            Key             =   ""
         EndProperty
         BeginProperty ListImage7 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "frmServer1.frx":BC64
            Key             =   ""
         EndProperty
         BeginProperty ListImage8 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "frmServer1.frx":D300
            Key             =   ""
         EndProperty
      EndProperty
   End
   Begin MSComctlLib.ImageList ImageList3 
      Left            =   6135
      Top             =   1470
      _ExtentX        =   1005
      _ExtentY        =   1005
      BackColor       =   -2147483643
      ImageWidth      =   41
      ImageHeight     =   46
      MaskColor       =   12632256
      UseMaskColor    =   0   'False
      _Version        =   393216
      BeginProperty Images {2C247F25-8591-11D1-B16A-00C0F0283628} 
         NumListImages   =   8
         BeginProperty ListImage1 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "frmServer1.frx":E99C
            Key             =   ""
         EndProperty
         BeginProperty ListImage2 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "frmServer1.frx":10038
            Key             =   ""
         EndProperty
         BeginProperty ListImage3 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "frmServer1.frx":116D4
            Key             =   ""
         EndProperty
         BeginProperty ListImage4 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "frmServer1.frx":12D70
            Key             =   ""
         EndProperty
         BeginProperty ListImage5 {2C247F27-8591-11D1-B16A-00C0F0283628} 

⌨️ 快捷键说明

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