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

  1. object DirectScanManager: TDirectScanManager
  2.   Left = 449
  3.   Top = 302
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'DirectScanManager'
  7.   ClientHeight = 226
  8.   ClientWidth = 356
  9.   Color = clBtnFace
  10.   ParentFont = True
  11.   OldCreateOrder = True
  12.   Position = poMainFormCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object img_bkgnd: TImage
  16.     Left = 0
  17.     Top = 0
  18.     Width = 105
  19.     Height = 49
  20.     AutoSize = True
  21.   end
  22.   object ManagerBox: TScrollBox
  23.     Left = 16
  24.     Top = 16
  25.     Width = 193
  26.     Height = 121
  27.     BorderStyle = bsNone
  28.     Color = clWhite
  29.     Font.Charset = ANSI_CHARSET
  30.     Font.Color = clWindowText
  31.     Font.Height = -11
  32.     Font.Name = #23435#20307
  33.     Font.Style = []
  34.     ParentColor = False
  35.     ParentFont = False
  36.     TabOrder = 0
  37.   end
  38.   object Btn_Modify: TKAVButton
  39.     Left = 232
  40.     Top = 72
  41.     Width = 65
  42.     Height = 41
  43.     Cursor = crHandPoint
  44.     AutoSize = True
  45.     Caption = 'Btn_Modify'
  46.     TabOrder = 1
  47.     OnClick = Btn_ModifyClick
  48.     PicOnMouseIn = 604
  49.     PicOnMouseDown = 605
  50.     PicNormal = 603
  51.     PicDisable = 603
  52.     ResDLL = 0
  53.   end
  54.   object Btn_Delete: TKAVButton
  55.     Left = 224
  56.     Top = 128
  57.     Width = 73
  58.     Height = 41
  59.     Cursor = crHandPoint
  60.     AutoSize = True
  61.     Caption = 'Btn_Delete'
  62.     TabOrder = 2
  63.     OnClick = Btn_DeleteClick
  64.     PicOnMouseIn = 604
  65.     PicOnMouseDown = 605
  66.     PicNormal = 603
  67.     PicDisable = 603
  68.     ResDLL = 0
  69.   end
  70.   object Btn_Close: TKAVButton
  71.     Left = 224
  72.     Top = 184
  73.     Width = 81
  74.     Height = 41
  75.     Cursor = crHandPoint
  76.     AutoSize = True
  77.     Caption = 'Btn_Close'
  78.     TabOrder = 3
  79.     OnClick = Btn_CloseClick
  80.     PicOnMouseIn = 604
  81.     PicOnMouseDown = 605
  82.     PicNormal = 603
  83.     PicDisable = 603
  84.     ResDLL = 0
  85.   end
  86. end
  87.