开户选择.frm

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

FRM
74
字号
VERSION 5.00
Begin VB.Form Form20 
   BackColor       =   &H00FFC0C0&
   Caption         =   "Form20"
   ClientHeight    =   4755
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   9345
   LinkTopic       =   "Form20"
   Picture         =   "开户选择.frx":0000
   ScaleHeight     =   4755
   ScaleWidth      =   9345
   StartUpPosition =   3  '窗口缺省
   Begin VB.Frame Frame1 
      BackColor       =   &H00FFC0C0&
      Caption         =   "开户界面"
      Height          =   2055
      Left            =   7200
      TabIndex        =   0
      Top             =   120
      Width           =   1935
      Begin VB.CommandButton Command3 
         Caption         =   "帐户"
         Height          =   495
         Left            =   240
         Picture         =   "开户选择.frx":117E9
         Style           =   1  'Graphical
         TabIndex        =   3
         Top             =   840
         Width           =   1575
      End
      Begin VB.CommandButton Command1 
         Caption         =   "信用卡"
         Height          =   495
         Index           =   3
         Left            =   240
         Picture         =   "开户选择.frx":1A0BF
         Style           =   1  'Graphical
         TabIndex        =   2
         Top             =   240
         Width           =   1575
      End
      Begin VB.CommandButton Command2 
         Caption         =   "返回"
         Height          =   495
         Left            =   240
         Picture         =   "开户选择.frx":22995
         Style           =   1  'Graphical
         TabIndex        =   1
         Top             =   1440
         Width           =   1575
      End
   End
End
Attribute VB_Name = "Form20"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click(Index As Integer)
Unload Me
Form6.Show
End Sub

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

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

⌨️ 快捷键说明

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