Changeset 14 for trunk/UOptionsForm.lfm


Ignore:
Timestamp:
Feb 11, 2012, 6:27:10 PM (12 years ago)
Author:
chronos
Message:
  • Added: Support for memory cell up to Integer size. Default 256.
  • Fixed: Application now can be closed if running program is waiting to new key press.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UOptionsForm.lfm

    r13 r14  
    4040    Height = 27
    4141    Top = 6
    42     Width = 128
     42    Width = 130
     43    MaxValue = 65535
    4344    TabOrder = 2
    4445  end
     46  object Label2: TLabel
     47    Left = 8
     48    Height = 18
     49    Top = 40
     50    Width = 60
     51    Caption = 'Cell size:'
     52    ParentColor = False
     53  end
     54  object SpinEditCellSize: TSpinEdit
     55    Left = 136
     56    Height = 27
     57    Top = 40
     58    Width = 130
     59    MaxValue = 65535
     60    TabOrder = 3
     61  end
    4562end
Note: See TracChangeset for help on using the changeset viewer.