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

📄 转账.frm

📁 C/S模块
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Begin VB.Form Form10 
   BackColor       =   &H00FFC0C0&
   Caption         =   "Form10"
   ClientHeight    =   7410
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   9900
   LinkTopic       =   "Form10"
   Picture         =   "转账.frx":0000
   ScaleHeight     =   7410
   ScaleWidth      =   9900
   StartUpPosition =   3  '窗口缺省
   Begin VB.Frame Frame1 
      BackColor       =   &H00FFC0C0&
      Caption         =   "转账界面"
      Height          =   5175
      Index           =   0
      Left            =   1440
      TabIndex        =   0
      Top             =   1440
      Width           =   5655
      Begin VB.TextBox Text4 
         Height          =   495
         Left            =   3120
         TabIndex        =   16
         Top             =   3600
         Width           =   2175
      End
      Begin VB.TextBox Text3 
         Height          =   495
         Left            =   3120
         TabIndex        =   15
         Top             =   2280
         Width           =   2175
      End
      Begin VB.TextBox Text2 
         Height          =   495
         Left            =   3120
         TabIndex        =   14
         Top             =   1680
         Width           =   2175
      End
      Begin VB.TextBox Text1 
         Height          =   495
         Left            =   3120
         TabIndex        =   13
         Top             =   1080
         Width           =   2175
      End
      Begin VB.CommandButton Command3 
         Caption         =   "转账"
         Height          =   495
         Left            =   840
         Picture         =   "转账.frx":4F4CC
         Style           =   1  'Graphical
         TabIndex        =   12
         Top             =   4320
         Width           =   1575
      End
      Begin VB.CheckBox Check2 
         BackColor       =   &H00FFC0C0&
         Caption         =   "帐"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   12
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   375
         Left            =   3480
         TabIndex        =   11
         Top             =   3000
         Width           =   735
      End
      Begin VB.CheckBox Check1 
         BackColor       =   &H00FFC0C0&
         Caption         =   "卡"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   12
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   495
         Left            =   960
         TabIndex        =   10
         Top             =   3000
         Width           =   1095
      End
      Begin VB.OptionButton Option2 
         BackColor       =   &H00FFC0C0&
         Caption         =   "帐"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   12
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   495
         Left            =   3240
         TabIndex        =   9
         Top             =   360
         Width           =   975
      End
      Begin VB.OptionButton Option1 
         BackColor       =   &H00FFC0C0&
         Caption         =   "卡"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   12
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   495
         Left            =   1080
         TabIndex        =   8
         Top             =   360
         Width           =   975
      End
      Begin VB.CommandButton Command1 
         BackColor       =   &H00FFC0C0&
         Caption         =   "卡号|折号"
         Height          =   495
         Index           =   1
         Left            =   840
         Picture         =   "转账.frx":57DA2
         Style           =   1  'Graphical
         TabIndex        =   5
         Top             =   1080
         Width           =   1575
      End
      Begin VB.CommandButton Command1 
         BackColor       =   &H00FFC0C0&
         Caption         =   "密码"
         Height          =   495
         Index           =   3
         Left            =   840
         Picture         =   "转账.frx":60678
         Style           =   1  'Graphical
         TabIndex        =   4
         Top             =   1680
         Width           =   1575
      End
      Begin VB.CommandButton Command1 
         BackColor       =   &H00FFC0C0&
         Caption         =   "对方卡号|折号"
         Height          =   495
         Index           =   4
         Left            =   840
         Picture         =   "转账.frx":68F4E
         Style           =   1  'Graphical
         TabIndex        =   3
         Top             =   3600
         Width           =   1575
      End
      Begin VB.CommandButton Command1 
         BackColor       =   &H00FFC0C0&
         Caption         =   "转账金额"
         Height          =   495
         Index           =   6
         Left            =   840
         Picture         =   "转账.frx":71824
         Style           =   1  'Graphical
         TabIndex        =   2
         Top             =   2400
         Width           =   1575
      End
      Begin VB.CommandButton Command2 
         BackColor       =   &H00FFC0C0&
         Caption         =   "返回"
         Height          =   495
         Index           =   1
         Left            =   3120
         Picture         =   "转账.frx":7A0FA
         Style           =   1  'Graphical
         TabIndex        =   1
         Top             =   4320
         Width           =   2175
      End
      Begin VB.Label Label1 
         AutoSize        =   -1  'True
         BackColor       =   &H00FFC0C0&
         Caption         =   "对方信息"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   12
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00FF0000&
         Height          =   240
         Left            =   2280
         TabIndex        =   7
         Top             =   3000
         Width           =   960
      End
      Begin VB.Label Label2 
         AutoSize        =   -1  'True
         BackColor       =   &H00FFC0C0&
         Caption         =   "转账信息"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   12
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00FF0000&
         Height          =   240
         Left            =   2160
         TabIndex        =   6
         Top             =   240

⌨️ 快捷键说明

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