Form2.frm
上传用户:albinfu
上传日期:2021-08-24
资源大小:71k
文件大小:2k
源码类别:

杀毒

开发平台:

Visual Basic

  1. VERSION 5.00
  2. Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
  3. Begin VB.Form Form2 
  4.    AutoRedraw      =   -1  'True
  5.    BorderStyle     =   1  'Fixed Single
  6.    Caption         =   "消息提示"
  7.    ClientHeight    =   900
  8.    ClientLeft      =   45
  9.    ClientTop       =   435
  10.    ClientWidth     =   6735
  11.    Enabled         =   0   'False
  12.    Icon            =   "Form2.frx":0000
  13.    LinkTopic       =   "Form2"
  14.    MaxButton       =   0   'False
  15.    MinButton       =   0   'False
  16.    ScaleHeight     =   900
  17.    ScaleWidth      =   6735
  18.    StartUpPosition =   3  '窗口缺省
  19.    Begin MSComctlLib.ProgressBar PASS 
  20.       Height          =   255
  21.       Left            =   15
  22.       TabIndex        =   0
  23.       Top             =   600
  24.       Width           =   6720
  25.       _ExtentX        =   11853
  26.       _ExtentY        =   450
  27.       _Version        =   393216
  28.       Appearance      =   1
  29.    End
  30.    Begin VB.Label Label1 
  31.       Caption         =   "Label1"
  32.       BeginProperty Font 
  33.          Name            =   "Arial"
  34.          Size            =   11.25
  35.          Charset         =   0
  36.          Weight          =   400
  37.          Underline       =   0   'False
  38.          Italic          =   0   'False
  39.          Strikethrough   =   0   'False
  40.       EndProperty
  41.       Height          =   255
  42.       Left            =   120
  43.       TabIndex        =   1
  44.       Top             =   120
  45.       Width           =   6525
  46.    End
  47. End
  48. Attribute VB_Name = "Form2"
  49. Attribute VB_GlobalNameSpace = False
  50. Attribute VB_Creatable = False
  51. Attribute VB_PredeclaredId = True
  52. Attribute VB_Exposed = False