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

📄 frmnotes.frm

📁 AVAYA IPO 430系列交换机 TAPI 2.0软件电话源代码
💻 FRM
字号:
VERSION 5.00
Begin VB.Form frmNotes 
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "TAPI Tester - Notes"
   ClientHeight    =   7875
   ClientLeft      =   2280
   ClientTop       =   2880
   ClientWidth     =   9840
   ControlBox      =   0   'False
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MDIChild        =   -1  'True
   MinButton       =   0   'False
   ScaleHeight     =   7875
   ScaleWidth      =   9840
   ShowInTaskbar   =   0   'False
   Begin VB.CommandButton cmdHide 
      Caption         =   "Hide"
      Default         =   -1  'True
      Height          =   555
      Left            =   8685
      TabIndex        =   0
      Top             =   7140
      Width           =   1065
   End
   Begin VB.Label Label2 
      Caption         =   "LINEMEDIAMODE_INTERACTIVEVOICE is used for ISDN / T1 trunks"
      Height          =   285
      Index           =   10
      Left            =   195
      TabIndex        =   11
      Top             =   4800
      Width           =   9465
   End
   Begin VB.Label Label2 
      Caption         =   "LINEMEDIAMODE_UNKNOWN is used for analogue trunks"
      Height          =   285
      Index           =   9
      Left            =   195
      TabIndex        =   10
      Top             =   4395
      Width           =   9465
   End
   Begin VB.Label Label2 
      Caption         =   $"frmNotes.frx":0000
      BeginProperty Font 
         Name            =   "Arial"
         Size            =   9.75
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   -1  'True
         Strikethrough   =   0   'False
      EndProperty
      Height          =   555
      Index           =   8
      Left            =   195
      TabIndex        =   9
      Top             =   7140
      Width           =   8370
   End
   Begin VB.Label Label2 
      Caption         =   "Multimedia speakers are required for demonstration of the lineMonitorDigit's function"
      Height          =   285
      Index           =   7
      Left            =   195
      TabIndex        =   8
      Top             =   3975
      Width           =   9465
   End
   Begin VB.Label Label2 
      Caption         =   "lineDevSpecific and Third Party Mode require a CTI PRO license to be present in the switch."
      Height          =   285
      Index           =   6
      Left            =   195
      TabIndex        =   7
      Top             =   3495
      Width           =   9465
   End
   Begin VB.Label Label2 
      Caption         =   $"frmNotes.frx":0096
      Height          =   570
      Index           =   5
      Left            =   195
      TabIndex        =   6
      Top             =   2775
      Width           =   9465
   End
   Begin VB.Label Label2 
      Caption         =   $"frmNotes.frx":0177
      Height          =   630
      Index           =   4
      Left            =   195
      TabIndex        =   5
      Top             =   2130
      Width           =   9465
   End
   Begin VB.Label Label2 
      Caption         =   "TAPI Tester - TAPI 2.x VB Sample - By R.Sterling for Avaya"
      BeginProperty Font 
         Name            =   "MS Sans Serif"
         Size            =   9.75
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   285
      Index           =   3
      Left            =   195
      TabIndex        =   4
      Top             =   6870
      Width           =   8055
   End
   Begin VB.Label Label2 
      Caption         =   $"frmNotes.frx":024E
      Height          =   630
      Index           =   2
      Left            =   195
      TabIndex        =   3
      Top             =   1305
      Width           =   9465
   End
   Begin VB.Label Label2 
      Caption         =   "Program is designed to control/monitor one single line at any time either in Single or Third Party Mode"
      Height          =   630
      Index           =   1
      Left            =   195
      TabIndex        =   2
      Top             =   825
      Width           =   9465
   End
   Begin VB.Label Label2 
      Caption         =   $"frmNotes.frx":036F
      Height          =   630
      Index           =   0
      Left            =   195
      TabIndex        =   1
      Top             =   180
      Width           =   9465
   End
End
Attribute VB_Name = "frmNotes"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit

Private Sub cmdHide_Click()

    Me.Hide
    frmMain.SetFocus
    DoEvents

End Sub

Private Sub Form_Load()

    Call RMSGeneralRoutines.Centre_Screen(frmNotes)
    frmNotes.Hide
    DoEvents

End Sub

⌨️ 快捷键说明

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