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

📄 frmselectkh.frm

📁 朋友给的
💻 FRM
字号:
VERSION 5.00
Begin VB.Form frmSELECTKH 
   Caption         =   "客户类型选择"
   ClientHeight    =   1695
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   5535
   LinkTopic       =   "Form1"
   LockControls    =   -1  'True
   MDIChild        =   -1  'True
   ScaleHeight     =   1695
   ScaleWidth      =   5535
   Begin VB.CommandButton Command2 
      Caption         =   "退出"
      Height          =   390
      Left            =   3120
      TabIndex        =   4
      Top             =   990
      Width           =   1500
   End
   Begin VB.CommandButton Command1 
      Caption         =   "确定"
      Height          =   390
      Left            =   510
      TabIndex        =   3
      Top             =   990
      Width           =   1500
   End
   Begin VB.Frame Frame1 
      Height          =   780
      Left            =   15
      TabIndex        =   0
      Top             =   -30
      Width           =   5490
      Begin VB.OptionButton Option2 
         Caption         =   "企业承保客户"
         Height          =   300
         Left            =   3015
         TabIndex        =   2
         Top             =   285
         Width           =   2265
      End
      Begin VB.OptionButton Option1 
         Caption         =   "个人承保客户"
         Height          =   300
         Left            =   225
         TabIndex        =   1
         Top             =   300
         Width           =   2265
      End
   End
End
Attribute VB_Name = "frmSELECTKH"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
    If Option1.Value = True Then
        frmGRCBKH.Show
    Else
        frmQYCBKH.Show
    End If
End Sub

Private Sub Command2_Click()
    Unload Me
End Sub

Private Sub Form_Load()
    If Me.WindowState = 0 Then Me.Move 0, 0, 5655, 2100
End Sub

⌨️ 快捷键说明

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