📄 frm_sysdmd.frm
字号:
VERSION 5.00
Begin VB.Form Frm_jysysdmd
Caption = "系统数据设置"
ClientHeight = 2745
ClientLeft = 60
ClientTop = 345
ClientWidth = 4260
Icon = "Frm_sysdmd.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
ScaleHeight = 2745
ScaleWidth = 4260
StartUpPosition = 2 '屏幕中心
Begin VB.CommandButton Command6
Caption = "退出系统数据设置"
Height = 375
Left = 1095
TabIndex = 6
Top = 2265
Width = 1965
End
Begin VB.Frame Frame1
Caption = "现有系统数据:"
Height = 2115
Left = 90
TabIndex = 0
Top = 45
Width = 4020
Begin VB.CommandButton Command5
Caption = "费用科目及费用标准设置"
Height = 450
Left = 195
TabIndex = 5
Top = 1470
Width = 3630
End
Begin VB.CommandButton Command4
Caption = "员工工种设置"
Height = 450
Left = 2205
TabIndex = 4
Top = 885
Width = 1600
End
Begin VB.CommandButton Command3
Caption = "小区部门设置"
Height = 450
Left = 195
TabIndex = 3
Top = 870
Width = 1600
End
Begin VB.CommandButton Command2
Caption = "权属类型设置"
Height = 450
Left = 2220
TabIndex = 2
Top = 330
Width = 1600
End
Begin VB.CommandButton Command1
Caption = "房屋朝向设置"
Height = 450
Left = 180
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 + -