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

📄 frmchoice.frm

📁 一个实用的房产信息管理系统
💻 FRM
字号:
VERSION 5.00
Begin VB.Form frmChoice 
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "选择相关信息"
   ClientHeight    =   2385
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   4845
   Icon            =   "frmChoice.frx":0000
   LinkTopic       =   "Form1"
   LockControls    =   -1  'True
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   2385
   ScaleWidth      =   4845
   ShowInTaskbar   =   0   'False
   StartUpPosition =   2  '屏幕中心
   Begin VB.CommandButton Command7 
      Caption         =   "退出"
      Height          =   345
      Left            =   3750
      TabIndex        =   7
      Top             =   1770
      Width           =   1005
   End
   Begin VB.Frame Frame1 
      BackColor       =   &H00C0C0C0&
      Height          =   2295
      Left            =   60
      TabIndex        =   0
      Top             =   30
      Width           =   3585
      Begin VB.CommandButton Command6 
         Caption         =   "住房补贴"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   555
         Left            =   1860
         TabIndex        =   6
         Top             =   915
         Width           =   1515
      End
      Begin VB.CommandButton Command5 
         Caption         =   "积分情况"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   555
         Left            =   1860
         TabIndex        =   5
         Top             =   1620
         Width           =   1515
      End
      Begin VB.CommandButton Command4 
         Caption         =   "奖励情况"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   555
         Left            =   1860
         TabIndex        =   4
         Top             =   210
         Width           =   1515
      End
      Begin VB.CommandButton Command3 
         Caption         =   "过去住房情况"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   555
         Left            =   150
         TabIndex        =   3
         Top             =   915
         Width           =   1515
      End
      Begin VB.CommandButton Command2 
         Caption         =   "现住房屋情况"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   555
         Left            =   150
         TabIndex        =   2
         Top             =   1620
         Width           =   1515
      End
      Begin VB.CommandButton Command1 
         Caption         =   "家庭情况"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   555
         Left            =   150
         TabIndex        =   1
         Top             =   210
         Width           =   1515
      End
   End
End
Attribute VB_Name = "frmChoice"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
frmReFamily.Show vbModal
End Sub

Private Sub Command2_Click()
frmReZhuF.Show vbModal
End Sub

Private Sub Command3_Click()
frmReGuoQZF.Show vbModal
End Sub

Private Sub Command4_Click()
frmReJiangL.Show vbModal
End Sub

Private Sub Command5_Click()
frmReJiF.Show vbModal
End Sub

Private Sub Command6_Click()
frmReBuT.Show vbModal
End Sub

Private Sub Command7_Click()
Unload Me
End Sub

⌨️ 快捷键说明

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