Changeset 10 for trunk/UFormProject.lfm


Ignore:
Timestamp:
Apr 2, 2016, 12:02:59 AM (8 years ago)
Author:
chronos
Message:
  • Added support for continue previous stopped scan.
  • Modified: Allow to scan only part of drive by specifiing start and end sector.
  • Added: Table showing list of operations in project.
  • Added: Allow to create new project and close project.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UFormProject.lfm

    r1 r10  
    44  Top = 492
    55  Width = 461
    6   Caption = 'FormProject'
     6  Caption = 'Project settings'
    77  ClientHeight = 340
    88  ClientWidth = 461
    9   LCLVersion = '1.6.0.4'
     9  LCLVersion = '1.7'
    1010  object SpinEditSectorSize: TSpinEdit
    11     Left = 184
     11    Left = 192
    1212    Height = 34
    13     Top = 16
    14     Width = 138
     13    Top = 56
     14    Width = 101
    1515    MaxValue = 100000
    1616    MinValue = 1
     
    2121    Left = 16
    2222    Height = 24
    23     Top = 16
     23    Top = 64
    2424    Width = 101
    2525    Caption = 'Sector size:'
     
    4444    TabOrder = 2
    4545  end
    46   object SpinEditFirstSector: TSpinEdit
    47     Left = 184
     46  object Edit1: TEdit
     47    Left = 192
    4848    Height = 34
    49     Top = 56
    50     Width = 138
    51     MaxValue = 100000
    52     MinValue = 1
     49    Top = 8
     50    Width = 240
    5351    TabOrder = 3
    54     Value = 1
     52    Text = 'Edit1'
    5553  end
    5654  object Label2: TLabel
    5755    Left = 16
    5856    Height = 24
    59     Top = 56
    60     Width = 105
    61     Caption = 'First sector:'
    62     ParentColor = False
    63   end
    64   object SpinEditLastSector: TSpinEdit
    65     Left = 184
    66     Height = 34
    67     Top = 96
    68     Width = 138
    69     MaxValue = 100000
    70     MinValue = 1
    71     TabOrder = 4
    72     Value = 1
    73   end
    74   object Label3: TLabel
    75     Left = 16
    76     Height = 24
    77     Top = 96
    78     Width = 81
    79     Caption = 'Last size:'
     57    Top = 16
     58    Width = 60
     59    Caption = 'Name:'
    8060    ParentColor = False
    8161  end
Note: See TracChangeset for help on using the changeset viewer.