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

📄 adform.frm

📁 基于数据采集卡的测试程序
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Begin VB.Form AdForm 
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "A/D 测试界面"
   ClientHeight    =   5430
   ClientLeft      =   1995
   ClientTop       =   1590
   ClientWidth     =   5970
   BeginProperty Font 
      Name            =   "System"
      Size            =   12
      Charset         =   134
      Weight          =   700
      Underline       =   0   'False
      Italic          =   0   'False
      Strikethrough   =   0   'False
   EndProperty
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   5430
   ScaleWidth      =   5970
   ShowInTaskbar   =   0   'False
   Begin VB.Frame framfs 
      Caption         =   "工作方式设定"
      Height          =   780
      Left            =   135
      TabIndex        =   39
      Top             =   4545
      Width           =   4065
      Begin VB.OptionButton fs 
         Caption         =   "双端8路"
         Height          =   375
         Index           =   1
         Left            =   2250
         TabIndex        =   41
         Top             =   315
         Width           =   1635
      End
      Begin VB.OptionButton fs 
         Caption         =   "单端16路"
         Height          =   375
         Index           =   0
         Left            =   225
         TabIndex        =   40
         Top             =   315
         Value           =   -1  'True
         Width           =   1635
      End
   End
   Begin VB.Timer AdTimer 
      Enabled         =   0   'False
      Interval        =   50
      Left            =   4140
      Top             =   3195
   End
   Begin VB.CommandButton Exit 
      Cancel          =   -1  'True
      Caption         =   "返      回"
      Default         =   -1  'True
      Height          =   495
      Left            =   4500
      TabIndex        =   4
      Top             =   4770
      Width           =   1335
   End
   Begin VB.CommandButton ChCom 
      Caption         =   "通道选择"
      Height          =   495
      Left            =   4455
      TabIndex        =   3
      Top             =   3915
      Width           =   1335
   End
   Begin VB.CommandButton AdCom 
      Caption         =   "开始采样"
      Height          =   495
      Left            =   4455
      TabIndex        =   2
      Top             =   3195
      Width           =   1335
   End
   Begin VB.Frame Frame1 
      Caption         =   "AD量程选择"
      Height          =   2745
      Left            =   4320
      TabIndex        =   37
      Top             =   240
      Width           =   1620
      Begin VB.OptionButton Ncxz 
         Caption         =   "  -10--10V"
         Height          =   375
         Index           =   5
         Left            =   120
         TabIndex        =   45
         Top             =   1872
         Width           =   1215
      End
      Begin VB.OptionButton Ncxz 
         Caption         =   " 4-- 20mA"
         Height          =   375
         Index           =   4
         Left            =   120
         TabIndex        =   44
         Top             =   2250
         Width           =   1215
      End
      Begin VB.OptionButton Ncxz 
         Caption         =   "    0--5V"
         Height          =   375
         Index           =   3
         Left            =   120
         TabIndex        =   43
         Top             =   1116
         Width           =   1215
      End
      Begin VB.OptionButton Ncxz 
         Caption         =   "-2.5-- 2.5V"
         Height          =   375
         Index           =   2
         Left            =   135
         TabIndex        =   42
         Top             =   1494
         Width           =   1440
      End
      Begin VB.OptionButton Ncxz 
         Caption         =   "   -5-- 5V"
         Height          =   375
         Index           =   1
         Left            =   120
         TabIndex        =   38
         Top             =   738
         Width           =   1215
      End
      Begin VB.OptionButton Ncxz 
         Caption         =   "    0--10V"
         Height          =   375
         Index           =   0
         Left            =   120
         TabIndex        =   1
         Top             =   360
         Value           =   -1  'True
         Width           =   1215
      End
   End
   Begin VB.Frame AdDispFrame 
      Caption         =   "AD采样数据显示区"
      Height          =   4215
      Left            =   120
      TabIndex        =   0
      Top             =   240
      Width           =   4095
      Begin VB.TextBox Addata 
         Height          =   375
         Index           =   15
         Left            =   2880
         TabIndex        =   28
         Top             =   3720
         Width           =   1095
      End
      Begin VB.TextBox Addata 
         Height          =   375
         Index           =   14
         Left            =   2880
         TabIndex        =   27
         Top             =   3252
         Width           =   1095
      End
      Begin VB.TextBox Addata 
         Height          =   375
         Index           =   13
         Left            =   2880
         TabIndex        =   26
         Top             =   2790
         Width           =   1095
      End
      Begin VB.TextBox Addata 
         Height          =   375
         Index           =   12
         Left            =   2880
         TabIndex        =   25
         Top             =   2328
         Width           =   1095
      End
      Begin VB.TextBox Addata 
         Height          =   375
         Index           =   11
         Left            =   2880
         TabIndex        =   24
         Top             =   1866
         Width           =   1095
      End
      Begin VB.TextBox Addata 
         Height          =   375
         Index           =   10
         Left            =   2880
         TabIndex        =   23
         Top             =   1404
         Width           =   1095
      End
      Begin VB.TextBox Addata 
         Height          =   375
         Index           =   9
         Left            =   2880
         TabIndex        =   22
         Top             =   942
         Width           =   1095
      End
      Begin VB.TextBox Addata 
         Height          =   375
         Index           =   8
         Left            =   2880
         TabIndex        =   13
         Top             =   480
         Width           =   1095
      End
      Begin VB.TextBox Addata 
         Height          =   375
         Index           =   7
         Left            =   840
         TabIndex        =   12
         Top             =   3720
         Width           =   1095
      End
      Begin VB.TextBox Addata 
         Height          =   375
         Index           =   6
         Left            =   840
         TabIndex        =   11
         Top             =   3252
         Width           =   1095
      End
      Begin VB.TextBox Addata 
         Height          =   375
         Index           =   5
         Left            =   840
         TabIndex        =   10
         Top             =   2790
         Width           =   1095
      End
      Begin VB.TextBox Addata 
         Height          =   375
         Index           =   4
         Left            =   840
         TabIndex        =   9
         Top             =   2328
         Width           =   1095
      End
      Begin VB.TextBox Addata 
         Height          =   375
         Index           =   3
         Left            =   840
         TabIndex        =   8
         Top             =   1866
         Width           =   1095
      End
      Begin VB.TextBox Addata 
         Height          =   375
         Index           =   2
         Left            =   840
         TabIndex        =   7
         Top             =   1404
         Width           =   1095
      End
      Begin VB.TextBox Addata 
         Height          =   375
         Index           =   1
         Left            =   840
         TabIndex        =   6
         Top             =   942
         Width           =   1095
      End
      Begin VB.TextBox Addata 
         Height          =   375
         Index           =   0

⌨️ 快捷键说明

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