Form10.frm
资源名称:2005.rar [点击查看]
上传用户:salesll
上传日期:2014-07-25
资源大小:2665k
文件大小:1k
源码类别:
交通/航空行业
开发平台:
Others
- 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