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

📄 frmmain.frm

📁 16 relay output channels and 16 isolated digital input channels LED indicators to show activated
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Begin VB.Form frmMain 
   Caption         =   "PCI-1755  FDO with events threading"
   ClientHeight    =   6570
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   6675
   LinkTopic       =   "Form1"
   ScaleHeight     =   6570
   ScaleWidth      =   6675
   StartUpPosition =   3  'Windows Default
   Begin VB.TextBox txtDeviceName 
      Height          =   375
      Left            =   120
      Locked          =   -1  'True
      TabIndex        =   36
      Top             =   120
      Width           =   4935
   End
   Begin VB.CommandButton cmdSelectDevice 
      Caption         =   "Select Device ..."
      Height          =   375
      Left            =   5160
      TabIndex        =   35
      Top             =   120
      Width           =   1455
   End
   Begin VB.Frame frmSetting 
      Caption         =   " Device setting "
      Height          =   2895
      Left            =   120
      TabIndex        =   15
      Top             =   600
      Width           =   6495
      Begin VB.Frame frmDataWidth 
         Caption         =   "Data width "
         Height          =   1935
         Left            =   120
         TabIndex        =   30
         Top             =   840
         Width           =   1575
         Begin VB.OptionButton optDataWidth 
            Caption         =   "32bits DI"
            Enabled         =   0   'False
            Height          =   255
            Index           =   0
            Left            =   120
            TabIndex        =   34
            Top             =   360
            Width           =   1095
         End
         Begin VB.OptionButton optDataWidth 
            Caption         =   "32 bits DO"
            Height          =   255
            Index           =   1
            Left            =   120
            TabIndex        =   33
            Top             =   720
            Width           =   1335
         End
         Begin VB.OptionButton optDataWidth 
            Caption         =   "16 bits DI/DO"
            Height          =   255
            Index           =   2
            Left            =   120
            TabIndex        =   32
            Top             =   1080
            Width           =   1335
         End
         Begin VB.OptionButton optDataWidth 
            Caption         =   " 8 bits DI/DO"
            Height          =   255
            Index           =   3
            Left            =   120
            TabIndex        =   31
            Top             =   1440
            Width           =   1335
         End
      End
      Begin VB.Frame frmStartType 
         Caption         =   "Start type"
         Height          =   855
         Left            =   1800
         TabIndex        =   27
         Top             =   960
         Width           =   2535
         Begin VB.OptionButton optStartType 
            Caption         =   "S/W start "
            Height          =   255
            Index           =   0
            Left            =   120
            TabIndex        =   29
            Top             =   240
            Width           =   1095
         End
         Begin VB.OptionButton optStartType 
            Caption         =   "Wait for external HW signal"
            Height          =   255
            Index           =   1
            Left            =   120
            TabIndex        =   28
            Top             =   480
            Width           =   2295
         End
      End
      Begin VB.Frame Frame1 
         Caption         =   "Stop type "
         Height          =   855
         Left            =   1800
         TabIndex        =   24
         Top             =   1920
         Width           =   2535
         Begin VB.OptionButton optStopType 
            Caption         =   "S/W stop"
            Height          =   255
            Index           =   0
            Left            =   120
            TabIndex        =   26
            Top             =   240
            Width           =   1095
         End
         Begin VB.OptionButton optStopType 
            Caption         =   "Wait for external HW signal"
            Height          =   255
            Index           =   1
            Left            =   120
            TabIndex        =   25
            Top             =   480
            Width           =   2295
         End
      End
      Begin VB.Frame Frame2 
         Caption         =   "Pacer source "
         Height          =   1935
         Left            =   4440
         TabIndex        =   20
         Top             =   840
         Width           =   1935
         Begin VB.ListBox lstPacerSource 
            Height          =   1035
            ItemData        =   "frmMain.frx":0000
            Left            =   240
            List            =   "frmMain.frx":0019
            TabIndex        =   22
            Top             =   240
            Width           =   1575
         End
         Begin VB.TextBox txtCounterValue 
            Alignment       =   1  'Right Justify
            Height          =   285
            Left            =   240
            TabIndex        =   21
            Text            =   "0"
            Top             =   1560
            Width           =   1575
         End
         Begin VB.Label Label1 
            Caption         =   "Value (2-65535):"
            Height          =   255
            Left            =   240
            TabIndex        =   23
            Top             =   1320
            Width           =   1215
         End
      End
      Begin VB.Frame Frame3 
         Caption         =   "Operation mode"
         Height          =   615
         Left            =   120
         TabIndex        =   16
         Top             =   240
         Width           =   6255
         Begin VB.OptionButton optOperationMode 
            Caption         =   "Normal"
            Height          =   255
            Index           =   0
            Left            =   120
            TabIndex        =   19
            Top             =   240
            Width           =   855
         End
         Begin VB.OptionButton optOperationMode 
            Caption         =   "8255 emulated handshaking "
            Height          =   255
            Index           =   1
            Left            =   1680
            TabIndex        =   18
            Top             =   240
            Width           =   2415
         End
         Begin VB.OptionButton optOperationMode 
            Caption         =   "Burst handshaking "
            Height          =   255
            Index           =   2
            Left            =   4320
            TabIndex        =   17
            Top             =   240
            Width           =   1695
         End
      End
   End
   Begin VB.Frame frmRun 
      Caption         =   "Running "
      Height          =   3015
      Left            =   120
      TabIndex        =   2
      Top             =   3480
      Width           =   3135
      Begin VB.CheckBox chkCyclic 
         Caption         =   "Cyclic out digital data "
         Height          =   255
         Left            =   240
         TabIndex        =   14
         Top             =   2160
         Width           =   2055
      End
      Begin VB.Frame frmStatus 
         Caption         =   "Event information"
         Height          =   1695
         Left            =   120
         TabIndex        =   5
         Top             =   240
         Width           =   2895
         Begin VB.TextBox txtFdoAction 
            Alignment       =   1  'Right Justify
            Height          =   285
            Left            =   1440
            Locked          =   -1  'True
            TabIndex        =   9
            Text            =   "No action"
            Top             =   240
            Width           =   1335
         End
         Begin VB.TextBox txtTransfered 
            Alignment       =   1  'Right Justify
            Height          =   285
            Left            =   1440
            TabIndex        =   8
            Text            =   "0"
            Top             =   600
            Width           =   1335
         End
         Begin VB.TextBox txtOverrunCount 
            Alignment       =   1  'Right Justify
            Height          =   285
            Left            =   1440
            TabIndex        =   7
            Text            =   "0"
            Top             =   1320
            Width           =   1335
         End
         Begin VB.TextBox txtBufferChange 
            Alignment       =   1  'Right Justify
            Height          =   285
            Left            =   1440
            Locked          =   -1  'True
            TabIndex        =   6
            Text            =   "None"
            Top             =   960
            Width           =   1335
         End
         Begin VB.Label Label4 
            Caption         =   "Fast DO action:"
            Height          =   255
            Left            =   120
            TabIndex        =   13
            Top             =   240
            Width           =   1335
         End
         Begin VB.Label Label3 
            Caption         =   "Buffer point:"
            Height          =   255
            Left            =   120
            TabIndex        =   12
            Top             =   600
            Width           =   1335
         End
         Begin VB.Label Label2 
            Caption         =   "Under-run count:"
            Height          =   255
            Left            =   120
            TabIndex        =   11
            Top             =   1320
            Width           =   1215
         End
         Begin VB.Label Label5 
            Caption         =   "Transfered buffer:"
            Height          =   255
            Left            =   120
            TabIndex        =   10
            Top             =   960
            Width           =   1335
         End
      End
      Begin VB.CommandButton cmdStop 
         Caption         =   "&Stop"
         Enabled         =   0   'False
         Height          =   375
         Left            =   1560
         TabIndex        =   4
         Top             =   2520
         Width           =   1455
      End

⌨️ 快捷键说明

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