frmhetongtongji.frm
来自「一个优秀的售楼系统,可供毕业生毕业设计参考」· FRM 代码 · 共 48 行
FRM
48 行
VERSION 5.00
Begin VB.Form Form16
BackColor = &H00C0FFFF&
Caption = "数据备份"
ClientHeight = 4395
ClientLeft = 60
ClientTop = 450
ClientWidth = 5910
LinkTopic = "Form16"
MaxButton = 0 'False
ScaleHeight = 4395
ScaleWidth = 5910
StartUpPosition = 2 '屏幕中心
Begin VB.PictureBox CommonDialog1
Height = 480
Left = 2040
ScaleHeight = 420
ScaleWidth = 1140
TabIndex = 2
Top = 240
Width = 1200
End
Begin VB.CommandButton Command2
Caption = "退出"
Height = 495
Left = 3240
TabIndex = 1
Top = 3000
Width = 1335
End
Begin VB.CommandButton Command1
Caption = "备份"
Height = 495
Left = 1080
TabIndex = 0
Top = 3000
Width = 1215
End
End
Attribute VB_Name = "Form16"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?