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

📄 frm_sysdmd.frm

📁 这是个物业管理系统用的是VB+ACCESS数据库
💻 FRM
字号:
VERSION 5.00
Begin VB.Form Frm_jysysdmd 
   Caption         =   "系统数据设定"
   ClientHeight    =   2985
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   4530
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   ScaleHeight     =   2985
   ScaleWidth      =   4530
   StartUpPosition =   1  '所有者中心
   Begin VB.CommandButton Command6 
      Caption         =   "退出系统数据设定"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Left            =   1020
      TabIndex        =   6
      Top             =   2460
      Width           =   1965
   End
   Begin VB.Frame Frame1 
      Caption         =   "现有系统数据:"
      Height          =   2115
      Left            =   255
      TabIndex        =   0
      Top             =   210
      Width           =   4020
      Begin VB.CommandButton Command5 
         Caption         =   "费用科目及费用标准设定"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   9
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   450
         Left            =   285
         TabIndex        =   5
         Top             =   1470
         Width           =   3630
      End
      Begin VB.CommandButton Command4 
         Caption         =   "员工种类设定"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   9
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   450
         Left            =   2175
         TabIndex        =   4
         Top             =   885
         Width           =   1600
      End
      Begin VB.CommandButton Command3 
         Caption         =   "小区部门设定"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   9
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   450
         Left            =   225
         TabIndex        =   3
         Top             =   885
         Width           =   1600
      End
      Begin VB.CommandButton Command2 
         Caption         =   "权属类型设定"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   9
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   450
         Left            =   2205
         TabIndex        =   2
         Top             =   330
         Width           =   1600
      End
      Begin VB.CommandButton Command1 
         Caption         =   "房屋朝向设定"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   9
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   450
         Left            =   195
         TabIndex        =   1
         Top             =   315
         Width           =   1600
      End
   End
End
Attribute VB_Name = "Frm_jysysdmd"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit

Private Sub Command1_Click()
Frm_fwcxmd.Show
End Sub

Private Sub Command2_Click()
Frm_qstype.Show
End Sub

Private Sub Command3_Click()
Frm_bminfo.Show
End Sub

Private Sub Command4_Click()
Frm_gzinfo.Show
End Sub

Private Sub Command5_Click()
Frm_fykmbzmd.Show
End Sub

Private Sub Command6_Click()
Frm_jysysdmd.Hide
Frm_main.Show

End Sub

⌨️ 快捷键说明

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