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

📄 readernet.frm

📁 TCP/IP考勤读卡器的VB例程
💻 FRM
📖 第 1 页 / 共 3 页
字号:
VERSION 5.00
Object = "{248DD890-BB45-11CF-9ABC-0080C7E7B78D}#1.0#0"; "MSWINSCK.OCX"
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Begin VB.Form readernet 
   Caption         =   "2net系列网络读卡器"
   ClientHeight    =   5280
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   7260
   BeginProperty Font 
      Name            =   "宋体"
      Size            =   10.5
      Charset         =   134
      Weight          =   400
      Underline       =   0   'False
      Italic          =   0   'False
      Strikethrough   =   0   'False
   EndProperty
   LinkTopic       =   "Form1"
   ScaleHeight     =   5280
   ScaleWidth      =   7260
   StartUpPosition =   3  '窗口缺省
   Begin VB.TextBox ReaderIDText 
      BeginProperty Font 
         Name            =   "System"
         Size            =   9.75
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Left            =   1560
      Locked          =   -1  'True
      TabIndex        =   22
      TabStop         =   0   'False
      Top             =   1440
      Width           =   1935
   End
   Begin VB.CheckBox BeepCheck 
      Caption         =   "蜂鸣器"
      Height          =   255
      Left            =   3120
      TabIndex        =   9
      Top             =   4440
      Width           =   975
   End
   Begin VB.CheckBox LEDCheck 
      Caption         =   "指示灯"
      Height          =   255
      Left            =   1680
      TabIndex        =   8
      Top             =   4440
      Width           =   975
   End
   Begin VB.TextBox CardNumberText 
      BeginProperty Font 
         Name            =   "System"
         Size            =   12
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Left            =   4920
      Locked          =   -1  'True
      TabIndex        =   15
      TabStop         =   0   'False
      Top             =   1440
      Width           =   2055
   End
   Begin VB.CheckBox AckCheck 
      Caption         =   "返回应答"
      Height          =   255
      Left            =   120
      TabIndex        =   7
      Top             =   4440
      Value           =   1  'Checked
      Width           =   1215
   End
   Begin MSComctlLib.ListView InfList 
      Height          =   2175
      Left            =   120
      TabIndex        =   21
      TabStop         =   0   'False
      Top             =   2160
      Width           =   5655
      _ExtentX        =   9975
      _ExtentY        =   3836
      View            =   3
      LabelEdit       =   1
      Sorted          =   -1  'True
      LabelWrap       =   -1  'True
      HideSelection   =   -1  'True
      AllowReorder    =   -1  'True
      FullRowSelect   =   -1  'True
      _Version        =   393217
      ForeColor       =   -2147483640
      BackColor       =   -2147483643
      BorderStyle     =   1
      Appearance      =   1
      BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      NumItems        =   0
   End
   Begin MSWinsockLib.Winsock Winsock1 
      Left            =   480
      Top             =   3000
      _ExtentX        =   741
      _ExtentY        =   741
      _Version        =   393216
   End
   Begin VB.CommandButton ExitCommand 
      Caption         =   "退出"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   11.25
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Left            =   6000
      TabIndex        =   6
      Top             =   3600
      Width           =   1095
   End
   Begin VB.CommandButton SetCommand 
      Caption         =   "设置"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   11.25
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Left            =   6000
      TabIndex        =   5
      Top             =   2760
      Width           =   1095
   End
   Begin VB.CommandButton SearCommand 
      Caption         =   "侦侧"
      Height          =   375
      Left            =   6000
      TabIndex        =   4
      Top             =   2160
      Width           =   1095
   End
   Begin VB.TextBox GateIpText 
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   11.25
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Left            =   4920
      TabIndex        =   3
      Top             =   840
      Width           =   2055
   End
   Begin VB.TextBox RemoteIpText 
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   11.25
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Left            =   1560
      TabIndex        =   2
      Top             =   840
      Width           =   1935
   End
   Begin VB.TextBox MaskText 
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   11.25
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Left            =   4920
      TabIndex        =   1
      Top             =   240
      Width           =   2055
   End
   Begin VB.TextBox LocalIpText 
      DataField       =   "sadf"
      BeginProperty DataFormat 
         Type            =   1
         Format          =   "123.000.000.000"
         HaveTrueFalseNull=   0
         FirstDayOfWeek  =   0
         FirstWeekOfYear =   0
         LCID            =   2052
         SubFormatType   =   0
      EndProperty
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   11.25
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Left            =   1560
      TabIndex        =   0
      Top             =   240
      Width           =   1935
   End
   Begin VB.Label Label10 
      Caption         =   "读卡器编号:"
      Height          =   375
      Left            =   240
      TabIndex        =   14
      Top             =   1560
      Width           =   1335
   End
   Begin VB.Label Label9 
      Alignment       =   1  'Right Justify
      BorderStyle     =   1  'Fixed Single
      Caption         =   "0"
      Height          =   255
      Left            =   3600
      TabIndex        =   19
      Top             =   4920
      Width           =   615
   End
   Begin VB.Label Label8 
      Caption         =   "接收数据包:"
      Height          =   255
      Left            =   2400
      TabIndex        =   18
      Top             =   4920
      Width           =   1215
   End
   Begin VB.Label Label7 
      Alignment       =   1  'Right Justify
      BorderStyle     =   1  'Fixed Single
      Caption         =   "0"
      Height          =   250
      Left            =   1350
      TabIndex        =   17
      Top             =   4920
      Width           =   585
   End
   Begin VB.Label Label6 
      Caption         =   "发送数据包:"
      Height          =   255
      Left            =   120
      TabIndex        =   16
      Top             =   4920
      Width           =   1215
   End
   Begin VB.Label Label5 
      Caption         =   "卡号:"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   11.25
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   255
      Left            =   4320
      TabIndex        =   20
      Top             =   1560
      Width           =   735
   End
   Begin VB.Label Label4 
      Caption         =   "网关地址:"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   11.25
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   255
      Left            =   3840
      TabIndex        =   13
      Top             =   960
      Width           =   1215
   End
   Begin VB.Label Label3 
      Caption         =   "服务器地址:"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   11.25
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Left            =   240
      TabIndex        =   12
      Top             =   960
      Width           =   1455
   End
   Begin VB.Label Label2 
      Caption         =   "子网掩码:"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   11.25
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Left            =   3840
      TabIndex        =   11
      Top             =   360
      Width           =   1215
   End
   Begin VB.Label Label1 
      Caption         =   "读卡器地址:"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   11.25
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False

⌨️ 快捷键说明

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