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

📄 rtdxfrm.frm

📁 TMS320F2812的C++ examples 各个模块的程序
💻 FRM
📖 第 1 页 / 共 4 页
字号:
VERSION 5.00Begin VB.Form RTDX_frm    BackColor       =   &H00800000&   Caption         =   "RTDX General-Purpose Display"   ClientHeight    =   4935   ClientLeft      =   1050   ClientTop       =   1755   ClientWidth     =   3720   BeginProperty Font       Name            =   "MS Sans Serif"      Size            =   13.5      Charset         =   0      Weight          =   700      Underline       =   0   'False      Italic          =   0   'False      Strikethrough   =   0   'False   EndProperty   ForeColor       =   &H00800000&   Icon            =   "rtdxfrm.frx":0000   LinkTopic       =   "RTDX_frm"   LockControls    =   -1  'True   PaletteMode     =   1  'UseZOrder   ScaleHeight     =   4935   ScaleWidth      =   3720   Begin VB.CommandButton cmd_Reset       Caption         =   "Delete All Channels"      BeginProperty Font          Name            =   "MS Sans Serif"         Size            =   8.25         Charset         =   0         Weight          =   700         Underline       =   0   'False         Italic          =   0   'False         Strikethrough   =   0   'False      EndProperty      Height          =   375      Left            =   1920      TabIndex        =   4      ToolTipText     =   "Remove all channels from the list."      Top             =   1440      Width           =   1815   End   Begin VB.CommandButton cmd_Delete_Channel       Caption         =   "Delete Channel"      BeginProperty Font          Name            =   "MS Sans Serif"         Size            =   8.25         Charset         =   0         Weight          =   700         Underline       =   0   'False         Italic          =   0   'False         Strikethrough   =   0   'False      EndProperty      Height          =   375      Left            =   1920      TabIndex        =   3      ToolTipText     =   "Delete a channel from the list."      Top             =   1080      Width           =   1815   End   Begin VB.ListBox INT_TYPE       BeginProperty Font          Name            =   "MS Sans Serif"         Size            =   8.25         Charset         =   0         Weight          =   700         Underline       =   0   'False         Italic          =   0   'False         Strikethrough   =   0   'False      EndProperty      Height          =   300      IntegralHeight  =   0   'False      ItemData        =   "rtdxfrm.frx":030A      Left            =   3120      List            =   "rtdxfrm.frx":0314      TabIndex        =   10      ToolTipText     =   "The target integer size."      Top             =   3960      Width           =   615   End   Begin VB.ListBox IO_TYPE       BeginProperty Font          Name            =   "MS Sans Serif"         Size            =   8.25         Charset         =   0         Weight          =   700         Underline       =   0   'False         Italic          =   0   'False         Strikethrough   =   0   'False      EndProperty      Height          =   300      IntegralHeight  =   0   'False      ItemData        =   "rtdxfrm.frx":0328      Left            =   1080      List            =   "rtdxfrm.frx":0332      TabIndex        =   9      ToolTipText     =   "The channel's I/O type (Read-Only or Write-Only)."      Top             =   3960      Width           =   375   End   Begin VB.Timer tmr_Method_Dispatch       Enabled         =   0   'False      Interval        =   1      Left            =   0      Top             =   0   End   Begin VB.TextBox NUM_CHANNELS       BeginProperty Font          Name            =   "MS Sans Serif"         Size            =   9.75         Charset         =   0         Weight          =   700         Underline       =   0   'False         Italic          =   0   'False         Strikethrough   =   0   'False      EndProperty      Height          =   375      Left            =   2760      Locked          =   -1  'True      TabIndex        =   11      ToolTipText     =   "The total number of channels listed."      Top             =   4560      Width           =   975   End   Begin VB.TextBox CHANNEL_NAME       BeginProperty Font          Name            =   "MS Sans Serif"         Size            =   9.75         Charset         =   0         Weight          =   700         Underline       =   0   'False         Italic          =   0   'False         Strikethrough   =   0   'False      EndProperty      Height          =   375      Left            =   1920      TabIndex        =   6      ToolTipText     =   "The virtual pipe between the target and the host."      Top             =   2520      Width           =   1815   End   Begin VB.TextBox MAX_MEMBERS       BeginProperty Font          Name            =   "MS Sans Serif"         Size            =   9.75         Charset         =   0         Weight          =   700         Underline       =   0   'False         Italic          =   0   'False         Strikethrough   =   0   'False      EndProperty      Height          =   375      Left            =   1920      TabIndex        =   8      ToolTipText     =   "The total number of integers within one message."      Top             =   3480      Width           =   1815   End   Begin VB.ListBox cmd_View_Channel       BeginProperty Font          Name            =   "MS Sans Serif"         Size            =   8.25         Charset         =   0         Weight          =   700         Underline       =   0   'False         Italic          =   0   'False         Strikethrough   =   0   'False      EndProperty      Height          =   300      IntegralHeight  =   0   'False      ItemData        =   "rtdxfrm.frx":033C      Left            =   1920      List            =   "rtdxfrm.frx":033E      TabIndex        =   5      ToolTipText     =   "The channel list box"      Top             =   1920      Width           =   1815   End   Begin VB.CommandButton cmd_Modify_Channel       Caption         =   "Modify Channel"      BeginProperty Font          Name            =   "MS Sans Serif"         Size            =   8.25         Charset         =   0         Weight          =   700         Underline       =   0   'False         Italic          =   0   'False         Strikethrough   =   0   'False      EndProperty      Height          =   375      Left            =   1920      TabIndex        =   2      ToolTipText     =   "Modify an existing channel"      Top             =   720      Width           =   1815   End   Begin VB.CommandButton cmd_Add_Channel       Caption         =   "Add Channel"      BeginProperty Font          Name            =   "MS Sans Serif"         Size            =   8.25         Charset         =   0         Weight          =   700         Underline       =   0   'False         Italic          =   0   'False         Strikethrough   =   0   'False      EndProperty      Height          =   375      Left            =   1920      TabIndex        =   1      ToolTipText     =   "Add a channel to the list."      Top             =   360      Width           =   1815   End   Begin VB.TextBox MAX_MESSAGES       BeginProperty Font          Name            =   "MS Sans Serif"         Size            =   8.25         Charset         =   0         Weight          =   700         Underline       =   0   'False         Italic          =   0   'False         Strikethrough   =   0   'False      EndProperty      Height          =   375      Left            =   1920      TabIndex        =   7      ToolTipText     =   "The maximum amount of messages sent from the target to the host."      Top             =   3000      Width           =   1815   End   Begin VB.CommandButton cmd_Toggle       Caption         =   "START"      BeginProperty Font          Name            =   "MS Sans Serif"         Size            =   9.75         Charset         =   0         Weight          =   700         Underline       =   0   'False         Italic          =   0   'False         Strikethrough   =   0   'False      EndProperty      Height          =   375      Left            =   1920      TabIndex        =   0      ToolTipText     =   "Starts/Stop RTDX execution."      Top             =   0      Width           =   1815   End   Begin VB.Label Label6       BackColor       =   &H00800000&      BorderStyle     =   1  'Fixed Single      Caption         =   "INTEGER TYPE"      BeginProperty Font          Name            =   "MS Sans Serif"         Size            =   8.25         Charset         =   0         Weight          =   700         Underline       =   0   'False         Italic          =   0   'False         Strikethrough   =   0   'False      EndProperty      ForeColor       =   &H00FFFFFF&      Height          =   375      Left            =   1560      TabIndex        =   18      Top             =   3960      Width           =   1455   End   Begin VB.Label Label7       BackColor       =   &H00800000&      BorderStyle     =   1  'Fixed Single      Caption         =   "TOTAL # OF CHANNELS"      BeginProperty Font          Name            =   "MS Sans Serif"         Size            =   8.25         Charset         =   0         Weight          =   700         Underline       =   0   'False         Italic          =   0   'False         Strikethrough   =   0   'False      EndProperty      ForeColor       =   &H00FFFFFF&      Height          =   375      Left            =   0      TabIndex        =   17      Top             =   4560      Width           =   2655   End   Begin VB.Label Label1       BackColor       =   &H00800000&      BorderStyle     =   1  'Fixed Single      Caption         =   "VIEW CHANNEL"      BeginProperty Font          Name            =   "MS Sans Serif"         Size            =   8.25         Charset         =   0         Weight          =   700         Underline       =   0   'False         Italic          =   0   'False         Strikethrough   =   0   'False      EndProperty      ForeColor       =   &H00FFFFFF&      Height          =   375      Left            =   0      TabIndex        =   16      Top             =   1920      Width           =   1815   End   Begin VB.Label Label5       BackColor       =   &H00800000&      BorderStyle     =   1  'Fixed Single      Caption         =   "I/O TYPE"      BeginProperty Font          Name            =   "MS Sans Serif"         Size            =   8.25         Charset         =   0         Weight          =   700         Underline       =   0   'False         Italic          =   0   'False         Strikethrough   =   0   'False      EndProperty      ForeColor       =   &H00FFFFFF&      Height          =   375      Left            =   0      TabIndex        =   15      Top             =   3960      Width           =   975   End

⌨️ 快捷键说明

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