home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIPCD200305.iso / virus / DubaV / data1.cab / KAV5MainProgram / KAV32.exe / 0 / RCDATA / TSCANFORM / TSCANFORM.txt
Text File  |  2003-04-15  |  3KB  |  145 lines

  1. object ScanForm: TScanForm
  2.   Left = 303
  3.   Top = 225
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'ScanForm'
  7.   ClientHeight = 267
  8.   ClientWidth = 450
  9.   Color = clWhite
  10.   Font.Charset = GB2312_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -12
  13.   Font.Name = #23435#20307
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   OnClose = FormClose
  19.   OnKeyPress = FormKeyPress
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 12
  23.   object img_bkgnd: TImage
  24.     Left = 216
  25.     Top = 7
  26.     Width = 121
  27.     Height = 34
  28.     AutoSize = True
  29.   end
  30.   object lbl_path: TLabel
  31.     Left = 309
  32.     Top = 200
  33.     Width = 116
  34.     Height = 25
  35.     AutoSize = False
  36.     Caption = 'path'
  37.     Transparent = True
  38.     WordWrap = True
  39.   end
  40.   object lbl_count: TLabel
  41.     Left = 107
  42.     Top = 168
  43.     Width = 126
  44.     Height = 17
  45.     AutoSize = False
  46.     Caption = '0'
  47.     Transparent = True
  48.   end
  49.   object lbl_infect: TLabel
  50.     Left = 107
  51.     Top = 191
  52.     Width = 126
  53.     Height = 13
  54.     AutoSize = False
  55.     Caption = '0'
  56.     Font.Charset = GB2312_CHARSET
  57.     Font.Color = clRed
  58.     Font.Height = -12
  59.     Font.Name = #23435#20307
  60.     Font.Style = []
  61.     ParentFont = False
  62.     Transparent = True
  63.   end
  64.   object lbl_repair: TLabel
  65.     Left = 107
  66.     Top = 213
  67.     Width = 126
  68.     Height = 13
  69.     AutoSize = False
  70.     Caption = '0'
  71.     Font.Charset = GB2312_CHARSET
  72.     Font.Color = clTeal
  73.     Font.Height = -12
  74.     Font.Name = #23435#20307
  75.     Font.Style = []
  76.     ParentFont = False
  77.     Transparent = True
  78.   end
  79.   object lbl_hint: TLabel
  80.     Left = 184
  81.     Top = 64
  82.     Width = 48
  83.     Height = 12
  84.     Caption = 'lbl_hint'
  85.     Transparent = True
  86.   end
  87.   object img_title: TImage
  88.     Left = 112
  89.     Top = 16
  90.     Width = 73
  91.     Height = 41
  92.     AutoSize = True
  93.   end
  94.   object shp_progress: TShape
  95.     Left = 48
  96.     Top = 64
  97.     Width = 89
  98.     Height = 33
  99.     Pen.Color = clSilver
  100.   end
  101.   object img_progress: TImage
  102.     Left = 168
  103.     Top = 80
  104.     Width = 81
  105.     Height = 17
  106.     Stretch = True
  107.   end
  108.   object lbl_time: TLabel
  109.     Left = 304
  110.     Top = 56
  111.     Width = 6
  112.     Height = 12
  113.   end
  114.   object Animate: TAnimate
  115.     Left = 24
  116.     Top = 168
  117.     Width = 65
  118.     Height = 41
  119.     Active = False
  120.     Transparent = False
  121.   end
  122.   object btn_stopscan: TKAVButton
  123.     Left = 24
  124.     Top = 112
  125.     Width = 185
  126.     Height = 41
  127.     Cursor = crHandPoint
  128.     AutoSize = True
  129.     DragCursor = crHandPoint
  130.     TabOrder = 1
  131.     OnClick = btn_stopscanClick
  132.     PicOnMouseIn = 601
  133.     PicOnMouseDown = 602
  134.     PicNormal = 600
  135.     PicDisable = 600
  136.     ResDLL = 0
  137.   end
  138.   object UpdateDisplayTimer: TTimer
  139.     Enabled = False
  140.     OnTimer = UpdateDisplayTimerTimer
  141.     Left = 64
  142.     Top = 16
  143.   end
  144. end
  145.