form10.frm
来自「这是一个数据库做出来的火车站售票系统程序」· FRM 代码 · 共 49 行
FRM
49 行
VERSION 5.00
Begin VB.Form Form10
Caption = "数据处理"
ClientHeight = 3120
ClientLeft = 60
ClientTop = 420
ClientWidth = 4680
LinkTopic = "Form10"
ScaleHeight = 3120
ScaleWidth = 4680
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command3
Caption = "取消"
Height = 495
Left = 1560
TabIndex = 2
Top = 2040
Width = 1215
End
Begin VB.CommandButton Command2
Caption = "数据恢复"
Height = 495
Left = 2760
TabIndex = 1
Top = 840
Width = 1215
End
Begin VB.CommandButton Command1
Caption = "数据备份"
Height = 495
Left = 480
TabIndex = 0
Top = 840
Width = 1215
End
End
Attribute VB_Name = "Form10"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
End Sub
Private Sub Command3_Click()
Unload Me
End Sub
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?