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

📄 diohelpform.frm

📁 基于数据采集卡的测试程序
💻 FRM
字号:
VERSION 5.00
Begin VB.Form DioHelpForm 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "开关量测试操作帮助"
   ClientHeight    =   3225
   ClientLeft      =   1995
   ClientTop       =   2490
   ClientWidth     =   5655
   BeginProperty Font 
      Name            =   "宋体"
      Size            =   10.5
      Charset         =   134
      Weight          =   400
      Underline       =   0   'False
      Italic          =   0   'False
      Strikethrough   =   0   'False
   EndProperty
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   3225
   ScaleWidth      =   5655
   Begin VB.CommandButton Command1 
      Cancel          =   -1  'True
      Caption         =   "确   定"
      Default         =   -1  'True
      Height          =   375
      Left            =   1920
      TabIndex        =   9
      Top             =   2760
      Width           =   1575
   End
   Begin VB.Label Label9 
      AutoSize        =   -1  'True
      Caption         =   "确认输入DO数据是否改变,只要看开关量显示区是否改变。"
      Height          =   210
      Left            =   240
      TabIndex        =   8
      Top             =   2400
      Width           =   5460
   End
   Begin VB.Label Label8 
      AutoSize        =   -1  'True
      Caption         =   "3.用键盘输入,按住Alt键,同时按下开关量路数。"
      Height          =   210
      Left            =   240
      TabIndex        =   7
      Top             =   2160
      Width           =   4725
   End
   Begin VB.Label Label7 
      AutoSize        =   -1  'True
      Caption         =   "2.用DO数据输入区的编辑框输入每一路数据。"
      Height          =   210
      Left            =   240
      TabIndex        =   6
      Top             =   1920
      Width           =   4200
   End
   Begin VB.Label Label6 
      AutoSize        =   -1  'True
      Caption         =   "1.鼠标点击开关量显示区每一路窗口。"
      Height          =   210
      Left            =   240
      TabIndex        =   5
      Top             =   1680
      Width           =   3570
   End
   Begin VB.Label Label5 
      AutoSize        =   -1  'True
      Caption         =   "操作步骤如下:"
      Height          =   210
      Left            =   240
      TabIndex        =   4
      Top             =   120
      Width           =   1470
   End
   Begin VB.Label Label4 
      AutoSize        =   -1  'True
      Caption         =   "DO数据选择方式有三种如下:"
      Height          =   210
      Left            =   240
      TabIndex        =   3
      Top             =   1440
      Width           =   2730
   End
   Begin VB.Label Label3 
      Caption         =   "3.输出方式:先选择每一路开关量,(选择方式见下面)   再点击“确定输出”按扭,便完成DO输出。"
      Height          =   450
      Left            =   240
      TabIndex        =   2
      Top             =   840
      Width           =   5295
   End
   Begin VB.Label Label2 
      AutoSize        =   -1  'True
      Caption         =   "2.输入方式:自动检测不用任何操作。"
      Height          =   210
      Left            =   240
      TabIndex        =   1
      Top             =   600
      Width           =   3570
   End
   Begin VB.Label Label1 
      AutoSize        =   -1  'True
      Caption         =   "1.先设置输入或输出方式。"
      Height          =   210
      Left            =   240
      TabIndex        =   0
      Top             =   360
      Width           =   2520
   End
End
Attribute VB_Name = "DioHelpForm"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
'返回计数测试界面
Private Sub Command1_Click()
 Unload DioHelpForm
End Sub

⌨️ 快捷键说明

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