frmdel.frm
上传用户:laihaixin
上传日期:2013-01-26
资源大小:1169k
文件大小:1k
源码类别:

医药行业

开发平台:

Visual Basic

  1. VERSION 5.00
  2. Begin VB.Form frmdel 
  3.    BackColor       =   &H00404040&
  4.    BorderStyle     =   3  'Fixed Dialog
  5.    Caption         =   "清理数据库"
  6.    ClientHeight    =   3195
  7.    ClientLeft      =   45
  8.    ClientTop       =   330
  9.    ClientWidth     =   5430
  10.    LinkTopic       =   "Form1"
  11.    MaxButton       =   0   'False
  12.    MDIChild        =   -1  'True
  13.    MinButton       =   0   'False
  14.    Picture         =   "frmdel.frx":0000
  15.    ScaleHeight     =   3195
  16.    ScaleWidth      =   5430
  17.    ShowInTaskbar   =   0   'False
  18. End
  19. Attribute VB_Name = "frmdel"
  20. Attribute VB_GlobalNameSpace = False
  21. Attribute VB_Creatable = False
  22. Attribute VB_PredeclaredId = True
  23. Attribute VB_Exposed = False
  24. Private Sub Form_Unload(Cancel As Integer)
  25. frmmain.StatusBar1.Panels(2) = "目前没有窗口被激活"
  26. End Sub
  27. Private Sub Form_Activate()
  28. frmmain.StatusBar1.Panels(2) = "活动窗口:" & frmdel.Caption
  29. End Sub