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

📄 cancelicclient.frm

📁 智能门锁的程序,用于控制门锁发卡程序,是科布尔的
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Begin VB.Form FrmCancelClient 
   BackColor       =   &H00C0C0C0&
   Caption         =   "注销客人卡"
   ClientHeight    =   8940
   ClientLeft      =   450
   ClientTop       =   1200
   ClientWidth     =   9885
   BeginProperty Font 
      Name            =   "宋体"
      Size            =   10.5
      Charset         =   134
      Weight          =   400
      Underline       =   0   'False
      Italic          =   0   'False
      Strikethrough   =   0   'False
   EndProperty
   LinkTopic       =   "Form1"
   ScaleHeight     =   8940
   ScaleWidth      =   9885
   Begin VB.TextBox TxtRemark 
      Height          =   1095
      Left            =   1320
      MultiLine       =   -1  'True
      ScrollBars      =   2  'Vertical
      TabIndex        =   9
      Top             =   4320
      Width           =   5775
   End
   Begin VB.TextBox Text2 
      Height          =   315
      Left            =   3720
      TabIndex        =   25
      Text            =   "Text2"
      Top             =   4920
      Width           =   210
   End
   Begin VB.Timer Timer1 
      Interval        =   500
      Left            =   8400
      Top             =   4320
   End
   Begin VB.TextBox TEXTABC 
      Height          =   495
      Left            =   2400
      TabIndex        =   24
      Text            =   "Text1"
      Top             =   4440
      Width           =   495
   End
   Begin VB.TextBox TxtLoss 
      Height          =   375
      Left            =   5160
      TabIndex        =   22
      Top             =   840
      Width           =   1215
   End
   Begin VB.TextBox TxtAccount 
      Height          =   375
      Left            =   1320
      TabIndex        =   19
      Top             =   3840
      Width           =   2295
   End
   Begin VB.PictureBox PicMSG 
      Appearance      =   0  'Flat
      BackColor       =   &H00C0C0C0&
      BorderStyle     =   0  'None
      ForeColor       =   &H000000FF&
      Height          =   372
      Left            =   1320
      ScaleHeight     =   375
      ScaleWidth      =   4575
      TabIndex        =   18
      Top             =   5520
      Width           =   4572
   End
   Begin VB.CommandButton CmdCancel 
      Cancel          =   -1  'True
      Caption         =   "取消"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   495
      Left            =   7440
      TabIndex        =   2
      Top             =   840
      Width           =   1095
   End
   Begin VB.CommandButton CmdAccept 
      Caption         =   "注销"
      Default         =   -1  'True
      Enabled         =   0   'False
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   495
      Left            =   7440
      TabIndex        =   1
      Top             =   1560
      Width           =   1095
   End
   Begin VB.TextBox TxtIDCard 
      Height          =   375
      Left            =   3840
      TabIndex        =   8
      Top             =   3240
      Width           =   3255
   End
   Begin VB.TextBox TxtName 
      Height          =   375
      Left            =   1320
      TabIndex        =   7
      Top             =   3240
      Width           =   1215
   End
   Begin VB.TextBox TxtICNumber 
      Height          =   375
      Left            =   1320
      TabIndex        =   0
      Top             =   840
      Width           =   2415
   End
   Begin VB.Timer Timer4 
      Left            =   6600
      Top             =   2400
   End
   Begin VB.TextBox TxtShortRoomNumber 
      Height          =   375
      Left            =   1320
      TabIndex        =   6
      Top             =   1440
      Width           =   2415
   End
   Begin VB.TextBox TxtCheckInSDate 
      Height          =   375
      Left            =   1320
      TabIndex        =   5
      Top             =   2040
      Width           =   4335
   End
   Begin VB.TextBox TxtStayDays 
      Height          =   375
      Left            =   5160
      TabIndex        =   4
      Top             =   1440
      Width           =   1215
   End
   Begin VB.TextBox TxtCheckOutSDate 
      Height          =   375
      Left            =   1320
      TabIndex        =   3
      Top             =   2640
      Width           =   4335
   End
   Begin VB.Label Label9 
      BackColor       =   &H00C0C0C0&
      Caption         =   "挂失状态"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   255
      Left            =   4080
      TabIndex        =   23
      Top             =   960
      Width           =   975
   End
   Begin VB.Line Line1 
      X1              =   1800
      X2              =   6000
      Y1              =   600
      Y2              =   600
   End
   Begin VB.Label LblHeader 
      Alignment       =   2  'Center
      Caption         =   "注销客人卡"
      BeginProperty Font 
         Name            =   "隶书"
         Size            =   21.75
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   615
      Left            =   1920
      TabIndex        =   21
      Top             =   120
      Width           =   4095
   End
   Begin VB.Label Label2 
      Caption         =   "客人账号"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   255
      Left            =   360
      TabIndex        =   20
      Top             =   3840
      Width           =   975
   End
   Begin VB.Label Label3 
      BackColor       =   &H00C0C0C0&
      Caption         =   "房间号"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00000000&
      Height          =   375
      Left            =   360
      TabIndex        =   17
      Top             =   1440
      Width           =   975
   End
   Begin VB.Label Label1 
      Caption         =   "备   注"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Index           =   0
      Left            =   360
      TabIndex        =   16
      Top             =   4320
      Width           =   855
   End
   Begin VB.Label LblIDCard 
      Caption         =   "客人证件"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   255
      Left            =   2880
      TabIndex        =   15
      Top             =   3360
      Width           =   975
   End
   Begin VB.Label LblName 
      Caption         =   "客人姓名"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   255
      Left            =   360
      TabIndex        =   14
      Top             =   3240
      Width           =   975
   End
   Begin VB.Label LblICNumber 
      BackColor       =   &H00C0C0C0&
      Caption         =   "卡  号"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Left            =   360
      TabIndex        =   13
      Top             =   840
      Width           =   735
   End
   Begin VB.Label Label4 
      BackStyle       =   0  'Transparent
      Caption         =   "预住天数"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134

⌨️ 快捷键说明

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