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

📄 readpagefrm.frm

📁 载入SDK的动态链接库文件
💻 FRM
📖 第 1 页 / 共 3 页
字号:
VERSION 5.00
Object = "{BDC217C8-ED16-11CD-956C-0000C04E4C0A}#1.1#0"; "TABCTL32.OCX"
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Begin VB.Form mainFrm 
   Caption         =   "186x DEMO演示软件"
   ClientHeight    =   8145
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   9405
   Icon            =   "ReadPageFrm.frx":0000
   LinkTopic       =   "Form1"
   ScaleHeight     =   8145
   ScaleWidth      =   9405
   Begin VB.Timer Timer1 
      Left            =   1920
      Top             =   4680
   End
   Begin MSComctlLib.StatusBar StatusBar1 
      Align           =   2  'Align Bottom
      Height          =   375
      Left            =   0
      TabIndex        =   13
      Top             =   7770
      Width           =   9405
      _ExtentX        =   16589
      _ExtentY        =   661
      _Version        =   393216
      BeginProperty Panels {8E3867A5-8586-11D1-B16A-00C0F0283628} 
         NumPanels       =   8
         BeginProperty Panel1 {8E3867AB-8586-11D1-B16A-00C0F0283628} 
            Object.Width           =   1411
            MinWidth        =   1411
            Text            =   "状态:"
            TextSave        =   "状态:"
         EndProperty
         BeginProperty Panel2 {8E3867AB-8586-11D1-B16A-00C0F0283628} 
            Object.Width           =   1411
            MinWidth        =   1411
         EndProperty
         BeginProperty Panel3 {8E3867AB-8586-11D1-B16A-00C0F0283628} 
            Object.Width           =   1587
            MinWidth        =   1587
            Text            =   "SDK版本:"
            TextSave        =   "SDK版本:"
         EndProperty
         BeginProperty Panel4 {8E3867AB-8586-11D1-B16A-00C0F0283628} 
            Object.Width           =   1411
            MinWidth        =   1411
         EndProperty
         BeginProperty Panel5 {8E3867AB-8586-11D1-B16A-00C0F0283628} 
            Object.Width           =   2187
            MinWidth        =   2187
            Text            =   "读写器版本:"
            TextSave        =   "读写器版本:"
         EndProperty
         BeginProperty Panel6 {8E3867AB-8586-11D1-B16A-00C0F0283628} 
            Object.Width           =   1411
            MinWidth        =   1411
         EndProperty
         BeginProperty Panel7 {8E3867AB-8586-11D1-B16A-00C0F0283628} 
            Object.Width           =   1411
            MinWidth        =   1411
            Text            =   "信息: "
            TextSave        =   "信息: "
         EndProperty
         BeginProperty Panel8 {8E3867AB-8586-11D1-B16A-00C0F0283628} 
            Object.Width           =   5292
            MinWidth        =   5292
         EndProperty
      EndProperty
   End
   Begin VB.PictureBox Picture1 
      Height          =   1455
      Left            =   360
      Picture         =   "ReadPageFrm.frx":0442
      ScaleHeight     =   1395
      ScaleWidth      =   1515
      TabIndex        =   11
      Top             =   120
      Width           =   1575
   End
   Begin VB.Frame Frame2 
      Caption         =   "联机"
      Height          =   2295
      Left            =   120
      TabIndex        =   2
      Top             =   2040
      Width           =   2175
      Begin VB.CommandButton btnDisConnect 
         Caption         =   "断开(&D)"
         Height          =   375
         Left            =   1080
         TabIndex        =   10
         Top             =   1680
         Width           =   975
      End
      Begin VB.CommandButton btnConnect 
         Caption         =   "联机(&C)"
         Height          =   375
         Left            =   120
         TabIndex        =   9
         Top             =   1680
         Width           =   975
      End
      Begin VB.ComboBox cbScanner 
         Height          =   300
         Left            =   960
         TabIndex        =   8
         Text            =   "Combo3"
         Top             =   1200
         Width           =   975
      End
      Begin VB.ComboBox cbBaudRate 
         Height          =   300
         ItemData        =   "ReadPageFrm.frx":2FEC
         Left            =   960
         List            =   "ReadPageFrm.frx":300B
         TabIndex        =   7
         Text            =   "Combo2"
         Top             =   720
         Width           =   975
      End
      Begin VB.ComboBox cbComport 
         Height          =   300
         Left            =   960
         TabIndex        =   4
         Text            =   "Combo1"
         Top             =   360
         Width           =   975
      End
      Begin VB.Label Label3 
         AutoSize        =   -1  'True
         Caption         =   "读写器"
         Height          =   255
         Left            =   240
         TabIndex        =   6
         Top             =   1200
         Width           =   615
      End
      Begin VB.Label Label2 
         AutoSize        =   -1  'True
         Caption         =   "波特率"
         Height          =   255
         Left            =   240
         TabIndex        =   5
         Top             =   840
         Width           =   615
      End
      Begin VB.Label Label1 
         AutoSize        =   -1  'True
         Caption         =   "COM口"
         Height          =   255
         Left            =   240
         TabIndex        =   3
         Top             =   480
         Width           =   495
      End
   End
   Begin TabDlg.SSTab p_ReadPage 
      Height          =   5895
      Left            =   2400
      TabIndex        =   0
      Top             =   0
      Width           =   7005
      _ExtentX        =   12356
      _ExtentY        =   10398
      _Version        =   393216
      Tabs            =   4
      Tab             =   1
      TabsPerRow      =   4
      TabHeight       =   520
      TabCaption(0)   =   "读标签"
      TabPicture(0)   =   "ReadPageFrm.frx":3048
      Tab(0).ControlEnabled=   0   'False
      Tab(0).Control(0)=   "Frame6"
      Tab(0).Control(1)=   "Frame1"
      Tab(0).Control(2)=   "btnReadTag"
      Tab(0).Control(3)=   "ListView1"
      Tab(0).Control(4)=   "BtnCycleEnd"
      Tab(0).Control(5)=   "cbTimer"
      Tab(0).Control(6)=   "cbTagAddr"
      Tab(0).Control(7)=   "btnCycleRead"
      Tab(0).ControlCount=   8
      TabCaption(1)   =   "写标签"
      TabPicture(1)   =   "ReadPageFrm.frx":3064
      Tab(1).ControlEnabled=   -1  'True
      Tab(1).Control(0)=   "Label8"
      Tab(1).Control(0).Enabled=   0   'False
      Tab(1).Control(1)=   "Label9"
      Tab(1).Control(1).Enabled=   0   'False
      Tab(1).Control(2)=   "Label14"
      Tab(1).Control(2).Enabled=   0   'False
      Tab(1).Control(3)=   "txWriteData"
      Tab(1).Control(3).Enabled=   0   'False
      Tab(1).Control(4)=   "btnWriteTag"
      Tab(1).Control(4).Enabled=   0   'False
      Tab(1).Control(5)=   "Frame3"
      Tab(1).Control(5).Enabled=   0   'False
      Tab(1).Control(6)=   "cbWriteAddr"
      Tab(1).Control(6).Enabled=   0   'False
      Tab(1).Control(7)=   "WriteTimer"
      Tab(1).Control(7).Enabled=   0   'False
      Tab(1).Control(8)=   "txWriteCount"
      Tab(1).Control(8).Enabled=   0   'False
      Tab(1).Control(9)=   "btnWriteEnd"
      Tab(1).Control(9).Enabled=   0   'False
      Tab(1).ControlCount=   10
      TabCaption(2)   =   "参数设置"
      TabPicture(2)   =   "ReadPageFrm.frx":3080
      Tab(2).ControlEnabled=   0   'False
      Tab(2).Control(0)=   "Frame5"
      Tab(2).Control(1)=   "Frame4"
      Tab(2).ControlCount=   2
      TabCaption(3)   =   "公司信息"
      TabPicture(3)   =   "ReadPageFrm.frx":309C
      Tab(3).ControlEnabled=   0   'False
      Tab(3).Control(0)=   "Picture2"
      Tab(3).Control(1)=   "Label10"
      Tab(3).Control(2)=   "Label11"
      Tab(3).Control(3)=   "Label12"
      Tab(3).Control(4)=   "Label13"
      Tab(3).ControlCount=   5
      Begin VB.CommandButton btnWriteEnd 
         Caption         =   "停止"
         Height          =   375
         Left            =   3240
         TabIndex        =   51
         Top             =   3720
         Width           =   1095
      End
      Begin VB.TextBox txWriteCount 
         Height          =   270
         Left            =   2760
         TabIndex        =   50
         Top             =   3120
         Width           =   1095
      End
      Begin VB.Timer WriteTimer 
         Enabled         =   0   'False
         Interval        =   200
         Left            =   4800
         Top             =   1920
      End
      Begin VB.Frame Frame4 
         Caption         =   "功率设置"
         Height          =   1215
         Left            =   -73920
         TabIndex        =   35
         Top             =   1560
         Width           =   4815
         Begin VB.ComboBox cbRFLevel 
            Height          =   300
            Left            =   720
            TabIndex        =   39
            Text            =   "Combo1"
            Top             =   480
            Width           =   975
         End
         Begin VB.CommandButton btnRFQuery 
            Caption         =   "查询"
            Height          =   375
            Left            =   3240
            TabIndex        =   38
            Top             =   480
            Width           =   855
         End
         Begin VB.CommandButton btnRFSet 
            Caption         =   "设置"
            Height          =   375
            Left            =   2160
            TabIndex        =   37
            Top             =   480
            Width           =   855
         End
      End
      Begin VB.PictureBox Picture2 
         AutoSize        =   -1  'True
         Height          =   750
         Left            =   -72840
         Picture         =   "ReadPageFrm.frx":30B8
         ScaleHeight     =   690
         ScaleWidth      =   2760
         TabIndex        =   30
         Top             =   2160
         Width           =   2820
      End
      Begin VB.ComboBox cbWriteAddr 
         Height          =   300
         Left            =   2760
         TabIndex        =   29
         Text            =   "Combo1"
         Top             =   2160
         Width           =   1095
      End
      Begin VB.Frame Frame3 
         Caption         =   "字节数"
         Height          =   855
         Left            =   1800
         TabIndex        =   26
         Top             =   1080
         Width           =   2775
         Begin VB.OptionButton redioByte1 
            Caption         =   "4 Byte"
            Height          =   255
            Index           =   2
            Left            =   1320
            TabIndex        =   28
            Top             =   360
            Width           =   975
         End
         Begin VB.OptionButton redioByte1 
            Caption         =   "1 Byte"
            Height          =   255
            Index           =   1
            Left            =   360
            TabIndex        =   27
            Top             =   360
            Width           =   855
         End
      End
      Begin VB.CommandButton btnWriteTag 
         Caption         =   "写标签"
         Height          =   375
         Left            =   2040
         TabIndex        =   25
         Top             =   3720
         Width           =   1095
      End
      Begin VB.TextBox txWriteData 
         Height          =   270
         Left            =   2760
         TabIndex        =   24
         Top             =   2640
         Width           =   1575
      End
      Begin VB.CommandButton btnCycleRead 

⌨️ 快捷键说明

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