home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 July / CHIP_CD_2005-07.iso / software / rapid / rapid_install.exe / rapid.exe / 0 / RCDATA / TFORMANALYZE / TFORMANALYZE.txt
Text File  |  2005-05-02  |  6KB  |  273 lines

  1. object formAnalyze: TformAnalyze
  2.   Left = 519
  3.   Top = 272
  4.   Width = 432
  5.   Height = 461
  6.   ActiveControl = btnAnalyze
  7.   Caption = 'Analyze disk'
  8.   Color = clBtnFace
  9.   Constraints.MinHeight = 320
  10.   Constraints.MinWidth = 350
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnCreate = FormCreate
  19.   DesignSize = (
  20.     424
  21.     427)
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object btnCancel: TButton
  25.     Left = 304
  26.     Top = 398
  27.     Width = 115
  28.     Height = 25
  29.     Anchors = [akRight, akBottom]
  30.     Cancel = True
  31.     Caption = 'Cancel'
  32.     ModalResult = 2
  33.     TabOrder = 2
  34.   end
  35.   object btnDefragment: TButton
  36.     Left = 184
  37.     Top = 398
  38.     Width = 115
  39.     Height = 25
  40.     Action = actDefragment
  41.     Anchors = [akRight, akBottom]
  42.     ModalResult = 1
  43.     TabOrder = 1
  44.   end
  45.   object gbWorkspace: TGroupBox
  46.     Left = 8
  47.     Top = 8
  48.     Width = 409
  49.     Height = 383
  50.     Anchors = [akLeft, akTop, akRight, akBottom]
  51.     Caption = ' Parameters '
  52.     TabOrder = 0
  53.     DesignSize = (
  54.       409
  55.       383)
  56.     object lblStatus: TLabel
  57.       Left = 8
  58.       Top = 366
  59.       Width = 57
  60.       Height = 13
  61.       Anchors = [akLeft, akBottom]
  62.       AutoSize = False
  63.       Caption = 'Status:'
  64.     end
  65.     object lblStatusValue: TLabel
  66.       Left = 64
  67.       Top = 366
  68.       Width = 337
  69.       Height = 13
  70.       Anchors = [akLeft, akBottom]
  71.       AutoSize = False
  72.       Caption = 'Not started'
  73.       Font.Charset = DEFAULT_CHARSET
  74.       Font.Color = clWindowText
  75.       Font.Height = -11
  76.       Font.Name = 'MS Sans Serif'
  77.       Font.Style = [fsBold]
  78.       ParentFont = False
  79.     end
  80.     object lblFound: TLabel
  81.       Left = 8
  82.       Top = 350
  83.       Width = 33
  84.       Height = 13
  85.       Anchors = [akLeft, akBottom]
  86.       Caption = 'Found:'
  87.     end
  88.     object lblFoundValue: TLabel
  89.       Left = 64
  90.       Top = 350
  91.       Width = 9
  92.       Height = 13
  93.       Anchors = [akLeft, akBottom]
  94.       Caption = '--'
  95.       Font.Charset = DEFAULT_CHARSET
  96.       Font.Color = clWindowText
  97.       Font.Height = -11
  98.       Font.Name = 'MS Sans Serif'
  99.       Font.Style = [fsBold]
  100.       ParentFont = False
  101.     end
  102.     object lblDisk: TLabel
  103.       Left = 8
  104.       Top = 24
  105.       Width = 25
  106.       Height = 13
  107.       Caption = 'Path:'
  108.     end
  109.     object lblFragments: TLabel
  110.       Left = 8
  111.       Top = 64
  112.       Width = 101
  113.       Height = 13
  114.       Caption = 'Number of fragments:'
  115.     end
  116.     object Bevel1: TBevel
  117.       Left = 8
  118.       Top = 112
  119.       Width = 393
  120.       Height = 2
  121.       Anchors = [akLeft, akTop, akRight]
  122.     end
  123.     object lvFiles: TListView
  124.       Left = 8
  125.       Top = 152
  126.       Width = 393
  127.       Height = 191
  128.       Anchors = [akLeft, akTop, akRight, akBottom]
  129.       Checkboxes = True
  130.       Columns = <
  131.         item
  132.           Caption = 'File'
  133.           Width = 270
  134.         end
  135.         item
  136.           Caption = 'Fragments'
  137.           Width = 100
  138.         end>
  139.       MultiSelect = True
  140.       OwnerData = True
  141.       ReadOnly = True
  142.       RowSelect = True
  143.       PopupMenu = popupContextMenu
  144.       StateImages = ImageList1
  145.       TabOrder = 5
  146.       ViewStyle = vsReport
  147.       OnColumnClick = lvFilesColumnClick
  148.       OnData = lvFilesData
  149.       OnKeyDown = lvFilesKeyDown
  150.       OnMouseDown = lvFilesMouseDown
  151.     end
  152.     object aniFind: TAnimate
  153.       Left = 168
  154.       Top = 195
  155.       Width = 80
  156.       Height = 50
  157.       Color = clWhite
  158.       CommonAVI = aviFindFolder
  159.       ParentColor = False
  160.       StopFrame = 29
  161.       Visible = False
  162.     end
  163.     object btnStop: TButton
  164.       Left = 296
  165.       Top = 120
  166.       Width = 99
  167.       Height = 25
  168.       Action = actStop
  169.       Anchors = [akTop, akRight]
  170.       TabOrder = 4
  171.     end
  172.     object btnAnalyze: TButton
  173.       Left = 192
  174.       Top = 120
  175.       Width = 99
  176.       Height = 25
  177.       Action = actAnalyze
  178.       Anchors = [akTop, akRight]
  179.       TabOrder = 3
  180.     end
  181.     object edtPath: TEdit
  182.       Left = 8
  183.       Top = 40
  184.       Width = 375
  185.       Height = 21
  186.       Anchors = [akLeft, akTop, akRight]
  187.       TabOrder = 0
  188.       Text = 'C:\'
  189.     end
  190.     object seMinFragments: TSpinEdit
  191.       Left = 8
  192.       Top = 80
  193.       Width = 105
  194.       Height = 22
  195.       MaxValue = 99999
  196.       MinValue = 2
  197.       TabOrder = 2
  198.       Value = 30
  199.     end
  200.     object btnSelect: TButton
  201.       Left = 384
  202.       Top = 40
  203.       Width = 17
  204.       Height = 23
  205.       Action = actSelectDir
  206.       Anchors = [akTop, akRight]
  207.       Caption = '...'
  208.       TabOrder = 1
  209.     end
  210.   end
  211.   object ActionManager1: TActionManager
  212.     Left = 8
  213.     Top = 392
  214.     StyleName = 'XP Style'
  215.     object actAnalyze: TAction
  216.       Caption = 'Analyze'
  217.       OnExecute = actAnalyzeExecute
  218.     end
  219.     object actDefragment: TAction
  220.       Caption = 'Defragment'
  221.       OnUpdate = actDefragmentUpdate
  222.     end
  223.     object actStop: TAction
  224.       Caption = 'Stop'
  225.       Enabled = False
  226.       OnExecute = actStopExecute
  227.     end
  228.     object actUnselectAll: TAction
  229.       Caption = 'Reset all'
  230.       OnExecute = actUnselectAllExecute
  231.     end
  232.     object actSelectAll: TAction
  233.       Caption = 'Check all'
  234.       OnExecute = actSelectAllExecute
  235.     end
  236.     object actSelectDir: TAction
  237.       Caption = 'Select'
  238.       OnExecute = actSelectDirExecute
  239.     end
  240.     object actSelect: TAction
  241.       Caption = 'Check'
  242.       OnExecute = actSelectExecute
  243.     end
  244.     object actReset: TAction
  245.       Caption = 'Reset'
  246.       OnExecute = actResetExecute
  247.     end
  248.   end
  249.   object popupContextMenu: TPopupMenu
  250.     Left = 40
  251.     Top = 392
  252.     object Check1: TMenuItem
  253.       Action = actSelect
  254.     end
  255.     object Reset1: TMenuItem
  256.       Action = actReset
  257.     end
  258.     object Selectall1: TMenuItem
  259.       Action = actSelectAll
  260.     end
  261.     object Unselectall1: TMenuItem
  262.       Action = actUnselectAll
  263.     end
  264.   end
  265.   object ImageList1: TImageList
  266.     BkColor = clWhite
  267.     Height = 14
  268.     Width = 14
  269.     Left = 80
  270.     Top = 392
  271.   end
  272. end
  273.