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

📄 插卡.frm

📁 用vb开发atm界面
💻 FRM
字号:
VERSION 5.00
Begin VB.Form Form12 
   BackColor       =   &H00FFFFFF&
   Caption         =   "Form12"
   ClientHeight    =   7410
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   7125
   LinkTopic       =   "Form12"
   ScaleHeight     =   7410
   ScaleWidth      =   7125
   StartUpPosition =   2  '屏幕中心
   Begin VB.Timer Timer1 
      Interval        =   800
      Left            =   0
      Top             =   0
   End
   Begin VB.CommandButton InsertCard 
      Caption         =   "插    卡"
      BeginProperty Font 
         Name            =   "隶书"
         Size            =   15.75
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   495
      Left            =   2040
      MaskColor       =   &H00FFFFFF&
      TabIndex        =   4
      Top             =   6480
      Width           =   2895
   End
   Begin VB.OptionButton nonghang 
      BackColor       =   &H00FFFFFF&
      Caption         =   "00000004"
      Height          =   255
      Left            =   3840
      TabIndex        =   3
      Top             =   4320
      Width           =   2295
   End
   Begin VB.OptionButton gongshang 
      BackColor       =   &H00FFFFFF&
      Caption         =   "00000003"
      Height          =   375
      Left            =   600
      TabIndex        =   2
      Top             =   4200
      Width           =   2295
   End
   Begin VB.OptionButton jianshe 
      BackColor       =   &H00FFFFFF&
      Caption         =   "00000002"
      Height          =   375
      Left            =   3840
      TabIndex        =   1
      Top             =   2040
      Width           =   2175
   End
   Begin VB.OptionButton zhonghang 
      BackColor       =   &H00FFFFFF&
      Caption         =   "00000001"
      Height          =   300
      Left            =   600
      TabIndex        =   0
      Top             =   2160
      Value           =   -1  'True
      Width           =   2295
   End
   Begin VB.Image Image1 
      Height          =   1005
      Left            =   1920
      Picture         =   "插卡.frx":0000
      Top             =   0
      Width           =   3000
   End
   Begin VB.Label Label1 
      AutoSize        =   -1  'True
      BackStyle       =   0  'Transparent
      Caption         =   "欢迎使用中国银行ATM"
      BeginProperty Font 
         Name            =   "华文中宋"
         Size            =   26.25
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00FF0000&
      Height          =   600
      Left            =   960
      TabIndex        =   5
      Top             =   1200
      Width           =   5370
   End
   Begin VB.Image Image2 
      Height          =   1515
      Left            =   3720
      Picture         =   "插卡.frx":112A
      Top             =   4680
      Width           =   2400
   End
   Begin VB.Image nongCard 
      Height          =   1500
      Left            =   600
      Picture         =   "插卡.frx":1FD6
      Top             =   4680
      Width           =   2400
   End
   Begin VB.Image jianCard 
      Height          =   1515
      Left            =   3720
      Picture         =   "插卡.frx":2A4A
      Top             =   2520
      Width           =   2400
   End
   Begin VB.Image zhongCard 
      Height          =   1425
      Left            =   600
      Picture         =   "插卡.frx":3953
      Top             =   2520
      Width           =   2250
   End
End
Attribute VB_Name = "Form12"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub InsertCard_Click()
  If (zhonghang.Value) Then
   u = zhonghang.Caption
  Else
  If (jianshe.Value) Then
  u = jianshe.Caption
  Else
  If (gongshang.Value) Then
  u = gongshang.Caption
  Else
  If (nonghang.Value) Then
  u = nonghang.Caption
  End If
  End If
  End If
  End If
  Call Checkcard
  
End Sub

Private Sub Timer1_Timer()
Label1.Visible = Not Label1.Visible
End Sub

⌨️ 快捷键说明

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