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

交通/航空行业

开发平台:

Others

  1. VERSION 5.00
  2. Begin VB.Form Form1 
  3.    Caption         =   "车辆管理"
  4.    ClientHeight    =   7380
  5.    ClientLeft      =   60
  6.    ClientTop       =   420
  7.    ClientWidth     =   9495
  8.    LinkTopic       =   "Form1"
  9.    Picture         =   "Form1.frx":0000
  10.    ScaleHeight     =   7380
  11.    ScaleWidth      =   9495
  12.    ShowInTaskbar   =   0   'False
  13.    StartUpPosition =   2  '屏幕中心
  14.    WindowState     =   2  'Maximized
  15.    Begin VB.Timer Timer1 
  16.       Interval        =   2000
  17.       Left            =   4200
  18.       Top             =   3480
  19.    End
  20. End
  21. Attribute VB_Name = "Form1"
  22. Attribute VB_GlobalNameSpace = False
  23. Attribute VB_Creatable = False
  24. Attribute VB_PredeclaredId = True
  25. Attribute VB_Exposed = False
  26. Private Sub Command3_Click()
  27. End Sub
  28. Private Sub Timer1_Timer()
  29.    Unload Me
  30.    frmLogin.Show
  31. End Sub