账号类型选择.frm

来自「C/S模块」· FRM 代码 · 共 83 行

FRM
83
字号
VERSION 5.00
Begin VB.Form Form21 
   BackColor       =   &H00FFC0C0&
   Caption         =   "Form21"
   ClientHeight    =   8595
   ClientLeft      =   165
   ClientTop       =   450
   ClientWidth     =   11880
   LinkTopic       =   "Form21"
   ScaleHeight     =   8595
   ScaleWidth      =   11880
   StartUpPosition =   3  '窗口缺省
   Begin VB.Frame Frame1 
      BackColor       =   &H00FFC0C0&
      Caption         =   "账号类型选择"
      Height          =   5655
      Left            =   4320
      TabIndex        =   0
      Top             =   1200
      Width           =   3495
      Begin VB.CommandButton Command2 
         Caption         =   "返回"
         Height          =   495
         Left            =   840
         TabIndex        =   5
         Top             =   4320
         Width           =   1575
      End
      Begin VB.CommandButton Command3 
         Caption         =   "活期"
         Height          =   495
         Left            =   840
         TabIndex        =   4
         Top             =   720
         Width           =   1575
      End
      Begin VB.CommandButton Command4 
         Caption         =   "定期"
         Height          =   495
         Left            =   840
         TabIndex        =   3
         Top             =   1560
         Width           =   1575
      End
      Begin VB.CommandButton Command5 
         Caption         =   "定期一本通"
         Height          =   495
         Left            =   840
         TabIndex        =   2
         Top             =   2520
         Width           =   1575
      End
      Begin VB.CommandButton Command6 
         Caption         =   "定活两便"
         Height          =   495
         Left            =   840
         TabIndex        =   1
         Top             =   3360
         Width           =   1575
      End
   End
End
Attribute VB_Name = "Form21"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False


Private Sub Command2_Click()
Unload Me
Form20.Show
End Sub

Private Sub Command3_Click()
Unload Me
Form6.Show
End Sub

Private Sub Command4_Click()

End Sub

⌨️ 快捷键说明

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