object FormMain: TFormMain Left = 442 Height = 941 Top = 366 Width = 1703 Caption = 'CoolDisk' ClientHeight = 909 ClientWidth = 1703 Menu = MainMenu1 OnClose = FormClose OnCloseQuery = FormCloseQuery OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow LCLVersion = '1.7' object ButtonScan: TButton Left = 16 Height = 25 Top = 104 Width = 75 Action = AScanStart TabOrder = 0 end object Image1: TImage Left = 592 Height = 848 Top = 40 Width = 1092 Anchors = [akTop, akLeft, akRight, akBottom] OnResize = Image1Resize end object Label1: TLabel Left = 15 Height = 24 Top = 675 Width = 101 Caption = 'Sector size:' ParentColor = False end object LabelSectorSize: TLabel Left = 256 Height = 24 Top = 675 Width = 10 Caption = ' ' ParentColor = False end object LabelSectorCount: TLabel Left = 256 Height = 24 Top = 704 Width = 10 Caption = ' ' ParentColor = False end object Label2: TLabel Left = 16 Height = 24 Top = 704 Width = 119 Caption = 'Sector count:' ParentColor = False end object LabelBlockCurrent: TLabel Left = 256 Height = 24 Top = 736 Width = 10 Caption = ' ' ParentColor = False end object Label3: TLabel Left = 16 Height = 24 Top = 736 Width = 136 Caption = 'Current sector:' ParentColor = False end object Label4: TLabel Left = 17 Height = 24 Top = 768 Width = 162 Caption = 'Damaged sectors:' ParentColor = False end object LabelBlockDamaged: TLabel Left = 256 Height = 24 Top = 764 Width = 10 Caption = ' ' ParentColor = False end object Label5: TLabel Left = 16 Height = 24 Top = 796 Width = 122 Caption = 'Elapsed time:' ParentColor = False end object LabelElapsedTime: TLabel Left = 256 Height = 24 Top = 792 Width = 10 Caption = ' ' ParentColor = False end object Label6: TLabel Left = 17 Height = 24 Top = 824 Width = 142 Caption = 'Estimated time:' ParentColor = False end object LabelEstimatedTime: TLabel Left = 257 Height = 24 Top = 820 Width = 10 Caption = ' ' ParentColor = False end object Label7: TLabel Left = 17 Height = 24 Top = 644 Width = 160 Caption = 'Sectors per Block:' ParentColor = False end object LabelSectorPerBlock: TLabel Left = 256 Height = 24 Top = 640 Width = 10 Caption = ' ' ParentColor = False end object LabelIOSpeed: TLabel Left = 256 Height = 24 Top = 848 Width = 10 Caption = ' ' ParentColor = False end object Label8: TLabel Left = 16 Height = 24 Top = 852 Width = 94 Caption = 'I/O speed:' ParentColor = False end object ButtonScan1: TButton Left = 440 Height = 25 Top = 48 Width = 120 Action = AProjectOptions TabOrder = 1 end object ButtonScan2: TButton Left = 104 Height = 25 Top = 104 Width = 75 Action = AScanStop TabOrder = 2 end object Label10: TLabel Left = 16 Height = 24 Top = 612 Width = 40 Caption = 'Size:' ParentColor = False end object LabelSize: TLabel Left = 256 Height = 24 Top = 608 Width = 10 Caption = ' ' ParentColor = False end object Button2: TButton Left = 192 Height = 25 Top = 104 Width = 107 Action = AScanContinue TabOrder = 3 end object ListView1: TListView Left = 17 Height = 414 Top = 168 Width = 567 Columns = < item Caption = 'Name' end item Caption = 'Time start' end item Caption = 'Time end' end item Caption = 'First sector' end item Caption = 'Last sector' Width = 347 end> OwnerData = True ReadOnly = True RowSelect = True TabOrder = 4 ViewStyle = vsReport OnData = ListView1Data end object Label11: TLabel Left = 17 Height = 24 Top = 141 Width = 107 Caption = 'Operations:' ParentColor = False end object Button3: TButton Left = 312 Height = 25 Top = 104 Width = 112 Action = AOperationOptions TabOrder = 5 end object ComboBoxDrive: TComboBox Left = 8 Height = 38 Top = 40 Width = 416 ItemHeight = 0 OnChange = ComboBoxDriveChange Style = csDropDownList TabOrder = 6 end object ToolBar1: TToolBar Left = 0 Height = 26 Top = 0 Width = 1703 Caption = 'ToolBar1' Images = ImageList1 TabOrder = 7 object ToolButton1: TToolButton Left = 1 Top = 2 Action = AScanStart end object ToolButton2: TToolButton Left = 24 Top = 2 Action = AScanStop end object ToolButton3: TToolButton Left = 47 Top = 2 Action = AScanContinue end end object Timer1: TTimer Interval = 500 OnTimer = Timer1Timer left = 672 top = 224 end object ActionList1: TActionList left = 672 top = 291 object AScanStart: TAction Caption = 'Start' OnExecute = AScanStartExecute end object AScanStop: TAction Caption = 'Stop' OnExecute = AScanStopExecute end object AProjectOptions: TAction Caption = 'Options' OnExecute = AProjectOptionsExecute end object ADriveSelect: TAction Caption = 'Select...' end object AExit: TAction Caption = 'Exit' OnExecute = AExitExecute end object AFileSaveAs: TAction Caption = 'Save as...' OnExecute = AFileSaveAsExecute end object AFileOpen: TAction Caption = 'Open...' OnExecute = AFileOpenExecute end object AFileSave: TAction Caption = 'Save' OnExecute = AFileSaveExecute end object AScanContinue: TAction Caption = 'Continue' OnExecute = AScanContinueExecute end object AFileNew: TAction Caption = 'New' OnExecute = AFileNewExecute end object AFileClose: TAction Caption = 'Close' OnExecute = AFileCloseExecute end object AOperationOptions: TAction Caption = 'Options' OnExecute = AOperationOptionsExecute end end object OpenDialog1: TOpenDialog left = 672 top = 360 end object SaveDialog1: TSaveDialog left = 672 top = 432 end object MainMenu1: TMainMenu Images = ImageList1 left = 672 top = 504 object MenuItem1: TMenuItem Caption = 'File' object MenuItem10: TMenuItem Action = AFileNew end object MenuItem2: TMenuItem Action = AFileOpen end object MenuItemOpenRecent: TMenuItem Caption = 'Open recent' end object MenuItem9: TMenuItem Action = AFileSave end object MenuItem3: TMenuItem Action = AFileSaveAs end object MenuItem11: TMenuItem Action = AFileClose end object MenuItem15: TMenuItem Action = AProjectOptions end object MenuItem12: TMenuItem Caption = '-' end object MenuItem4: TMenuItem Action = AExit end end object MenuItem5: TMenuItem Caption = 'Scan' object MenuItem6: TMenuItem Action = AScanStart end object MenuItem7: TMenuItem Action = AScanStop end object MenuItem13: TMenuItem Action = AScanContinue end object MenuItem14: TMenuItem Caption = '-' end object MenuItem8: TMenuItem Action = AOperationOptions end end end object XMLConfig1: TXMLConfig StartEmpty = False RootName = 'CONFIG' ReadOnly = False left = 672 top = 160 end object ImageList1: TImageList left = 672 top = 573 end object LastOpenedList1: TLastOpenedList MaxCount = 10 left = 906 top = 167 end end