Form10.frm
上传用户:salesll
上传日期:2014-07-25
资源大小:2665k
文件大小:1k
源码类别:

交通/航空行业

开发平台:

Others

  1. VERSION 5.00
  2. Begin VB.Form Form10 
  3.    Caption         =   "数据处理"
  4.    ClientHeight    =   3120
  5.    ClientLeft      =   60
  6.    ClientTop       =   420
  7.    ClientWidth     =   4680
  8.    LinkTopic       =   "Form10"
  9.    ScaleHeight     =   3120
  10.    ScaleWidth      =   4680
  11.    StartUpPosition =   3  '窗口缺省
  12.    Begin VB.CommandButton Command3 
  13.       Caption         =   "取消"
  14.       Height          =   495
  15.       Left            =   1560
  16.       TabIndex        =   2
  17.       Top             =   2040
  18.       Width           =   1215
  19.    End
  20.    Begin VB.CommandButton Command2 
  21.       Caption         =   "数据恢复"
  22.       Height          =   495
  23.       Left            =   2760
  24.       TabIndex        =   1
  25.       Top             =   840
  26.       Width           =   1215
  27.    End
  28.    Begin VB.CommandButton Command1 
  29.       Caption         =   "数据备份"
  30.       Height          =   495
  31.       Left            =   480
  32.       TabIndex        =   0
  33.       Top             =   840
  34.       Width           =   1215
  35.    End
  36. End
  37. Attribute VB_Name = "Form10"
  38. Attribute VB_GlobalNameSpace = False
  39. Attribute VB_Creatable = False
  40. Attribute VB_PredeclaredId = True
  41. Attribute VB_Exposed = False
  42. Private Sub Command1_Click()
  43. End Sub
  44. Private Sub Command3_Click()
  45. Unload Me
  46. End Sub