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

📄 frmmifare.frm

📁 磁条读写机
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Begin VB.Form frmMifare 
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "Mifare1"
   ClientHeight    =   6765
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   5835
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   6765
   ScaleWidth      =   5835
   StartUpPosition =   2  '屏幕中心
   Begin VB.ComboBox btnVerifyMode 
      Height          =   300
      ItemData        =   "frmMifare.frx":0000
      Left            =   4500
      List            =   "frmMifare.frx":000A
      Style           =   2  'Dropdown List
      TabIndex        =   33
      Top             =   3420
      Width           =   915
   End
   Begin VB.TextBox txtValue 
      Height          =   270
      Left            =   4380
      TabIndex        =   30
      Text            =   "0"
      Top             =   5280
      Width           =   675
   End
   Begin VB.CommandButton btnDecrement 
      Caption         =   "Decrement"
      Height          =   495
      Left            =   1800
      TabIndex        =   28
      Top             =   5220
      Width           =   1215
   End
   Begin VB.CommandButton btnIncrement 
      Caption         =   "Increment"
      Height          =   495
      Left            =   420
      TabIndex        =   27
      Top             =   5220
      Width           =   1215
   End
   Begin VB.TextBox txtBlock 
      Height          =   270
      Left            =   2760
      TabIndex        =   26
      Text            =   "0"
      Top             =   3420
      Width           =   615
   End
   Begin VB.TextBox txtKey 
      Height          =   315
      Left            =   2760
      MaxLength       =   12
      TabIndex        =   22
      Text            =   "FFFFFFFFFFFF"
      Top             =   3720
      Width           =   1275
   End
   Begin VB.CommandButton btnAuthKey 
      Caption         =   "AuthKey"
      Height          =   495
      Left            =   420
      TabIndex        =   21
      Top             =   3420
      Width           =   1215
   End
   Begin VB.TextBox txtSAK 
      Height          =   315
      Left            =   4920
      Locked          =   -1  'True
      TabIndex        =   19
      Text            =   "FF"
      Top             =   2940
      Width           =   375
   End
   Begin VB.CommandButton btnHalt 
      Caption         =   "Halt"
      Height          =   495
      Left            =   420
      TabIndex        =   18
      Top             =   5820
      Width           =   1215
   End
   Begin VB.CommandButton btnConfig 
      Caption         =   "Config"
      Height          =   495
      Left            =   420
      TabIndex        =   17
      Top             =   660
      Width           =   1215
   End
   Begin VB.TextBox txtSnr 
      Height          =   315
      Left            =   2340
      Locked          =   -1  'True
      TabIndex        =   15
      Text            =   "FFFFFFFF"
      Top             =   2640
      Width           =   855
   End
   Begin VB.TextBox txtATQ 
      Height          =   315
      Left            =   4380
      Locked          =   -1  'True
      TabIndex        =   13
      Text            =   "FFFF"
      Top             =   1920
      Width           =   1155
   End
   Begin VB.CommandButton btnRequest3 
      Caption         =   "Request3"
      Height          =   495
      Left            =   3180
      TabIndex        =   11
      Top             =   1260
      Width           =   1215
   End
   Begin VB.CommandButton btnRequest2 
      Caption         =   "Request2"
      Height          =   495
      Left            =   1800
      TabIndex        =   10
      Top             =   1260
      Width           =   1215
   End
   Begin VB.ComboBox cmbPort 
      Height          =   300
      ItemData        =   "frmMifare.frx":0018
      Left            =   3360
      List            =   "frmMifare.frx":002B
      Style           =   2  'Dropdown List
      TabIndex        =   9
      Top             =   240
      Width           =   1695
   End
   Begin VB.CommandButton btnClosePort 
      Caption         =   "ClosePort"
      Height          =   495
      Left            =   1860
      TabIndex        =   8
      Top             =   120
      Width           =   1215
   End
   Begin VB.CommandButton btnOpenPort 
      Caption         =   "OpenPort"
      Height          =   495
      Left            =   420
      TabIndex        =   7
      Top             =   120
      Width           =   1215
   End
   Begin VB.ComboBox cmbRequestMode 
      Height          =   300
      ItemData        =   "frmMifare.frx":004C
      Left            =   1740
      List            =   "frmMifare.frx":0056
      Style           =   2  'Dropdown List
      TabIndex        =   6
      Top             =   1920
      Width           =   1155
   End
   Begin VB.CommandButton btnWrite 
      Caption         =   "Write"
      Height          =   495
      Left            =   420
      TabIndex        =   5
      Top             =   4620
      Width           =   1215
   End
   Begin VB.CommandButton btnRead 
      Caption         =   "Read"
      Height          =   495
      Left            =   420
      TabIndex        =   4
      Top             =   4080
      Width           =   1215
   End
   Begin VB.CommandButton btnSelect 
      Caption         =   "Select"
      Height          =   495
      Left            =   420
      TabIndex        =   3
      Top             =   2820
      Width           =   1215
   End
   Begin VB.TextBox txtData 
      Height          =   315
      Left            =   2280
      Locked          =   -1  'True
      TabIndex        =   2
      Text            =   "FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF"
      Top             =   4440
      Width           =   3135
   End
   Begin VB.CommandButton btnAnticoll 
      Caption         =   "Anticoll"
      Height          =   495
      Left            =   420
      TabIndex        =   1
      Top             =   2280
      Width           =   1215
   End
   Begin VB.CommandButton btnRequest 
      Caption         =   "Request"
      Height          =   495
      Left            =   420
      TabIndex        =   0
      Top             =   1260
      Width           =   1215
   End
   Begin VB.Label Label11 
      AutoSize        =   -1  'True
      BackStyle       =   0  'Transparent
      Caption         =   "Mode[in]"
      Height          =   180
      Left            =   3600
      TabIndex        =   34
      Top             =   3420
      Width           =   720
   End
   Begin VB.Label Label10 
      AutoSize        =   -1  'True
      BackStyle       =   0  'Transparent
      Caption         =   "DATA[in]"
      Height          =   180
      Left            =   3060
      TabIndex        =   32
      Top             =   4860
      Width           =   720
   End
   Begin VB.Label Label9 
      AutoSize        =   -1  'True
      BackStyle       =   0  'Transparent
      Caption         =   "Serial No.[in]"
      Height          =   180
      Left            =   1860
      TabIndex        =   31
      Top             =   3000
      Width           =   1260
   End
   Begin VB.Label Label8 
      AutoSize        =   -1  'True
      BackStyle       =   0  'Transparent
      Caption         =   "Value[in]"
      Height          =   180
      Left            =   3360
      TabIndex        =   29
      Top             =   5340
      Width           =   810
   End
   Begin VB.Label Label7 
      AutoSize        =   -1  'True
      BackStyle       =   0  'Transparent
      Caption         =   "Block[in]"
      Height          =   180
      Left            =   1860
      TabIndex        =   25
      Top             =   3420
      Width           =   810
   End
   Begin VB.Label Label6 
      AutoSize        =   -1  'True
      BackStyle       =   0  'Transparent
      Caption         =   "DATA[out]"
      Height          =   180
      Left            =   3060
      TabIndex        =   24
      Top             =   4200
      Width           =   810
   End
   Begin VB.Label Label5 
      AutoSize        =   -1  'True
      BackStyle       =   0  'Transparent
      Caption         =   "KEY[in]"
      Height          =   180
      Left            =   1860
      TabIndex        =   23
      Top             =   3780
      Width           =   630
   End
   Begin VB.Label Label4 
      AutoSize        =   -1  'True
      BackStyle       =   0  'Transparent
      Caption         =   "SAK[out]"
      Height          =   180
      Left            =   4140
      TabIndex        =   20
      Top             =   3000
      Width           =   720
   End
   Begin VB.Label Label1 
      AutoSize        =   -1  'True
      BackStyle       =   0  'Transparent
      Caption         =   "Serial No.[in,out]"
      Height          =   180

⌨️ 快捷键说明

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