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

📄 form1.frm

📁 M8演示程序
💻 FRM
📖 第 1 页 / 共 5 页
字号:
VERSION 5.00
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "COMDLG32.OCX"
Object = "{648A5603-2C6E-101B-82B6-000000000014}#1.1#0"; "mscomm32.ocx"
Begin VB.Form Form1 
   Caption         =   "SkyeTek - SkyeWare  RFID Demo Software "
   ClientHeight    =   7830
   ClientLeft      =   120
   ClientTop       =   690
   ClientWidth     =   11640
   FillColor       =   &H00E0E0E0&
   ForeColor       =   &H80000000&
   Icon            =   "Form1.frx":0000
   LinkTopic       =   "Form1"
   ScaleHeight     =   746
   ScaleMode       =   0  'User
   ScaleWidth      =   1272
   StartUpPosition =   2  'CenterScreen
   Begin MSCommLib.MSComm MSComm1 
      Left            =   10680
      Top             =   9480
      _ExtentX        =   1005
      _ExtentY        =   1005
      _Version        =   393216
      DTREnable       =   -1  'True
   End
   Begin MSComDlg.CommonDialog CommonDialog1 
      Left            =   9960
      Top             =   9480
      _ExtentX        =   847
      _ExtentY        =   847
      _Version        =   393216
   End
   Begin VB.Frame Frame1 
      BorderStyle     =   0  'None
      Height          =   7815
      Index           =   1
      Left            =   0
      TabIndex        =   0
      Top             =   0
      Width           =   11655
      Begin VB.Frame frame_TagID 
         Caption         =   "Get Tag ID"
         Height          =   1695
         Left            =   0
         TabIndex        =   33
         Top             =   0
         Width           =   4935
         Begin VB.CommandButton btn_GetTagID 
            Caption         =   "Get Tag ID"
            Height          =   375
            Left            =   600
            TabIndex        =   1
            Top             =   480
            Width           =   1215
         End
         Begin VB.TextBox textbox_TagID 
            BeginProperty Font 
               Name            =   "Courier New"
               Size            =   9.75
               Charset         =   0
               Weight          =   400
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            Height          =   315
            Left            =   120
            Locked          =   -1  'True
            TabIndex        =   4
            Top             =   1200
            Width           =   4695
         End
         Begin VB.CheckBox checkbox_tagidcontinuous 
            Caption         =   "Continuous"
            Height          =   195
            Left            =   2400
            TabIndex        =   2
            Top             =   360
            Width           =   1215
         End
         Begin VB.CheckBox checkbox_anticollision 
            Caption         =   "Anticollision"
            Height          =   195
            Left            =   2400
            TabIndex        =   3
            Top             =   720
            Width           =   1335
         End
      End
      Begin VB.Frame frame_TagData 
         Caption         =   "Tag Data"
         Height          =   5535
         Left            =   0
         TabIndex        =   31
         Top             =   1920
         Width           =   4935
         Begin VB.TextBox textbox_Write 
            BeginProperty Font 
               Name            =   "MS Sans Serif"
               Size            =   12
               Charset         =   0
               Weight          =   400
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            Height          =   1815
            Left            =   120
            MaxLength       =   255
            MultiLine       =   -1  'True
            TabIndex        =   7
            Top             =   3600
            Width           =   4335
         End
         Begin VB.CommandButton btn_Write 
            Caption         =   "Write"
            Height          =   255
            Left            =   120
            TabIndex        =   6
            Top             =   3240
            Width           =   975
         End
         Begin VB.CommandButton btn_Read 
            Caption         =   "Read"
            Height          =   255
            Left            =   240
            TabIndex        =   5
            Top             =   480
            Width           =   975
         End
         Begin VB.TextBox textbox_Read 
            BeginProperty Font 
               Name            =   "MS Sans Serif"
               Size            =   12
               Charset         =   0
               Weight          =   400
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            Height          =   1815
            Left            =   120
            Locked          =   -1  'True
            MaxLength       =   256
            MultiLine       =   -1  'True
            TabIndex        =   32
            Top             =   840
            Width           =   4335
         End
      End
      Begin VB.Frame frame_Logo 
         Height          =   1695
         Left            =   9000
         TabIndex        =   30
         Top             =   120
         Width           =   2535
         Begin VB.Label label_Logo 
            Caption         =   "Your Logo Here"
            Height          =   735
            Left            =   960
            TabIndex        =   35
            Top             =   600
            Width           =   495
         End
         Begin VB.Image Image2 
            Height          =   1575
            Left            =   0
            Stretch         =   -1  'True
            Top             =   120
            Width           =   2535
         End
      End
      Begin VB.Frame frame_Advanced 
         Caption         =   "Advanced"
         Height          =   1575
         Left            =   0
         TabIndex        =   26
         Top             =   7800
         Width           =   11535
         Begin VB.CommandButton MifareUltraLight 
            Caption         =   "Mifare Ultralight"
            Height          =   255
            Left            =   3120
            TabIndex        =   36
            Top             =   720
            Width           =   1455
         End
         Begin VB.CommandButton btn_myd10 
            Caption         =   "my-d SRF55V10P"
            Height          =   255
            Left            =   6240
            TabIndex        =   15
            Top             =   360
            Width           =   1455
         End
         Begin VB.CommandButton btn_myd02 
            Caption         =   "my-d SRF55V02P"
            Height          =   255
            Left            =   4680
            TabIndex        =   14
            Top             =   360
            Width           =   1455
         End
         Begin VB.CommandButton btn_LRI512 
            Caption         =   "LRI512"
            Height          =   255
            Left            =   7800
            TabIndex        =   16
            Top             =   360
            Width           =   1455
         End
         Begin VB.CommandButton btn_HFI 
            Caption         =   "Tag-It HF-I"
            Height          =   255
            Left            =   3120
            TabIndex        =   13
            Top             =   360
            Width           =   1455
         End
         Begin VB.CommandButton SRF 
            Caption         =   "ICode SLI"
            Height          =   255
            Left            =   1560
            TabIndex        =   12
            Top             =   360
            Width           =   1455
         End
         Begin VB.CommandButton btn_pico2K 
            Caption         =   "PicoTag 2K"
            Height          =   255
            Left            =   4680
            TabIndex        =   20
            Top             =   1080
            Width           =   1455
         End
         Begin VB.CommandButton btn_HF 
            Caption         =   "Tag-It HF"
            Height          =   255
            Left            =   3120
            TabIndex        =   19
            Top             =   1080
            Width           =   1455
         End
         Begin VB.CommandButton btn_SL1 
            Caption         =   "ICode 1"
            Height          =   255
            Left            =   1560
            TabIndex        =   18
            Top             =   1080
            Width           =   1455
         End
         Begin VB.CommandButton btn_mifare 
            Caption         =   "Mifare"
            Height          =   255
            Left            =   1560
            TabIndex        =   17
            Top             =   720
            Width           =   1455
         End
         Begin VB.Label Label1 
            Caption         =   "ISO-15693"
            BeginProperty Font 
               Name            =   "MS Sans Serif"
               Size            =   9.75
               Charset         =   0
               Weight          =   700
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            Height          =   255
            Left            =   120
            TabIndex        =   29
            Top             =   360
            Width           =   1095
         End
         Begin VB.Label Label2 
            Caption         =   "ISO-14443A"
            BeginProperty Font 
               Name            =   "MS Sans Serif"
               Size            =   9.75
               Charset         =   0
               Weight          =   700
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            Height          =   255
            Left            =   120
            TabIndex        =   28
            Top             =   720
            Width           =   1215
         End
         Begin VB.Label Label3 
            Caption         =   "Proprietary"
            BeginProperty Font 
               Name            =   "MS Sans Serif"
               Size            =   9.75
               Charset         =   0
               Weight          =   700
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            Height          =   255
            Left            =   120
            TabIndex        =   27
            Top             =   1080
            Width           =   1215
         End
      End
      Begin VB.Frame frame_Status 
         Caption         =   "STATUS"
         Height          =   1215
         Left            =   5280
         TabIndex        =   24
         Top             =   360
         Width           =   3495
         Begin VB.Label label_NoReader 
            Caption         =   "No Reader Connected"
            BeginProperty Font 
               Name            =   "MS Sans Serif"
               Size            =   13.5
               Charset         =   0
               Weight          =   400
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            Height          =   375
            Left            =   240
            TabIndex        =   34
            Top             =   480
            Visible         =   0   'False
            Width           =   2895
         End
         Begin VB.Label label_Status 
            Caption         =   "Waiting For Command"
            BeginProperty Font 
               Name            =   "MS Sans Serif"
               Size            =   9.75
               Charset         =   0
               Weight          =   400
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            Height          =   495
            Left            =   240
            TabIndex        =   25
            Top             =   480
            Width           =   3135
         End
      End
      Begin VB.Frame frame_anticollision 
         Caption         =   "Anticollision"
         Height          =   5535
         Left            =   5280
         TabIndex        =   22
         Top             =   1920
         Visible         =   0   'False
         Width           =   6255
         Begin VB.TextBox textbox_TagIDList 
            BeginProperty Font 
               Name            =   "Courier New"
               Size            =   8.25
               Charset         =   0
               Weight          =   400
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            Height          =   4695
            Left            =   240
            MultiLine       =   -1  'True
            ScrollBars      =   2  'Vertical
            TabIndex        =   23
            Top             =   360
            Width           =   5775
         End
         Begin VB.CommandButton btn_ClearList 
            Caption         =   "Clear List"
            Height          =   255

⌨️ 快捷键说明

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