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

杀毒

开发平台:

Visual Basic

  1. VERSION 5.00
  2. Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
  3. Begin VB.Form Form4 
  4.    Caption         =   "Form4"
  5.    ClientHeight    =   2280
  6.    ClientLeft      =   60
  7.    ClientTop       =   450
  8.    ClientWidth     =   7425
  9.    LinkTopic       =   "Form4"
  10.    ScaleHeight     =   2280
  11.    ScaleWidth      =   7425
  12.    StartUpPosition =   3  '窗口缺省
  13.    Begin VB.TextBox Text1 
  14.       Height          =   615
  15.       Index           =   1
  16.       Left            =   6480
  17.       TabIndex        =   8
  18.       Top             =   600
  19.       Width           =   855
  20.    End
  21.    Begin VB.Frame Frame1 
  22.       Caption         =   "Frame1"
  23.       Height          =   735
  24.       Left            =   0
  25.       TabIndex        =   5
  26.       Top             =   1440
  27.       Width           =   7305
  28.       Begin MSComctlLib.ProgressBar PASS 
  29.          Height          =   255
  30.          Left            =   45
  31.          TabIndex        =   6
  32.          Top             =   240
  33.          Width           =   6700
  34.          _ExtentX        =   11827
  35.          _ExtentY        =   450
  36.          _Version        =   393216
  37.          Appearance      =   1
  38.       End
  39.       Begin VB.Label Label1 
  40.          Caption         =   "%"
  41.          BeginProperty Font 
  42.             Name            =   "Arial"
  43.             Size            =   9.75
  44.             Charset         =   0
  45.             Weight          =   400
  46.             Underline       =   0   'False
  47.             Italic          =   0   'False
  48.             Strikethrough   =   0   'False
  49.          EndProperty
  50.          Height          =   225
  51.          Left            =   6840
  52.          TabIndex        =   7
  53.          Top             =   240
  54.          Width           =   420
  55.       End
  56.    End
  57.    Begin VB.Frame Frame5 
  58.       Height          =   400
  59.       Left            =   0
  60.       TabIndex        =   3
  61.       Top             =   840
  62.       Width           =   1890
  63.       Begin VB.Label Label3 
  64.          AutoSize        =   -1  'True
  65.          Caption         =   "正在启动. . ."
  66.          BeginProperty Font 
  67.             Name            =   "Arial"
  68.             Size            =   9
  69.             Charset         =   0
  70.             Weight          =   400
  71.             Underline       =   0   'False
  72.             Italic          =   0   'False
  73.             Strikethrough   =   0   'False
  74.          EndProperty
  75.          Height          =   225
  76.          Left            =   120
  77.          TabIndex        =   4
  78.          Top             =   120
  79.          Width           =   945
  80.       End
  81.    End
  82.    Begin VB.Frame Frame4 
  83.       Height          =   400
  84.       Left            =   0
  85.       TabIndex        =   0
  86.       Top             =   360
  87.       Width           =   5415
  88.       Begin MSComctlLib.ProgressBar PASS2 
  89.          Height          =   255
  90.          Left            =   45
  91.          TabIndex        =   1
  92.          Top             =   120
  93.          Width           =   4815
  94.          _ExtentX        =   8493
  95.          _ExtentY        =   450
  96.          _Version        =   393216
  97.          Appearance      =   1
  98.       End
  99.       Begin VB.Label Label2 
  100.          Caption         =   "%"
  101.          BeginProperty Font 
  102.             Name            =   "Arial"
  103.             Size            =   9.75
  104.             Charset         =   0
  105.             Weight          =   400
  106.             Underline       =   0   'False
  107.             Italic          =   0   'False
  108.             Strikethrough   =   0   'False
  109.          EndProperty
  110.          Height          =   225
  111.          Left            =   4930
  112.          TabIndex        =   2
  113.          Top             =   120
  114.          Width           =   420
  115.       End
  116.    End
  117. End
  118. Attribute VB_Name = "Form4"
  119. Attribute VB_GlobalNameSpace = False
  120. Attribute VB_Creatable = False
  121. Attribute VB_PredeclaredId = True
  122. Attribute VB_Exposed = False