Ignore:
Timestamp:
Apr 7, 2016, 11:08:31 PM (8 years ago)
Author:
chronos
Message:
  • Added: Random data pattern write operation.
  • Modified: Reversed list of operations so new ones are placed at top of the list.
  • Fixed: Error on openning recent file which not exists.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Form/UFormOperation.lfm

    r22 r29  
    3737      'Write test'
    3838    )
     39    OnChange = ComboBoxRunModeChange
    3940    Style = csDropDownList
    4041    TabOrder = 2
     
    4243  end
    4344  object Label9: TLabel
    44     Left = 285
     45    Left = 16
    4546    Height = 24
    46     Top = 23
    47     Width = 121
    48     Caption = 'Data pattern:'
     47    Top = 200
     48    Width = 172
     49    Caption = 'Write byte pattern:'
    4950    ParentColor = False
    5051  end
    5152  object EditPattern: TEdit
    52     Left = 439
     53    Left = 232
    5354    Height = 34
    54     Top = 16
     55    Top = 192
    5556    Width = 80
    5657    TabOrder = 3
     
    9394    ParentColor = False
    9495  end
     96  object CheckBoxRandomPattern: TCheckBox
     97    Left = 16
     98    Height = 28
     99    Top = 160
     100    Width = 174
     101    Caption = 'Random pattern'
     102    OnChange = CheckBoxRandomPatternChange
     103    TabOrder = 6
     104  end
    95105end
Note: See TracChangeset for help on using the changeset viewer.