Changeset 31 for trunk/UFormNew.lfm


Ignore:
Timestamp:
Mar 4, 2014, 10:18:09 PM (10 years ago)
Author:
chronos
Message:
  • Added: Amount of inaccessible cells can be adjusted in New game dialog.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UFormNew.lfm

    r29 r31  
    3030  end
    3131  object CheckBoxVoid: TCheckBox
    32     Left = 8
     32    Left = 16
    3333    Height = 24
    34     Top = 168
     34    Top = 172
    3535    Width = 175
    3636    Caption = 'Inaccessible places'
     37    OnChange = CheckBoxVoidChange
    3738    TabOrder = 2
    3839  end
     
    129130    TabOrder = 8
    130131  end
     132  object SpinEdit1: TSpinEdit
     133    Left = 224
     134    Height = 32
     135    Top = 168
     136    Width = 106
     137    MinValue = 1
     138    TabOrder = 9
     139    Value = 1
     140  end
     141  object Label3: TLabel
     142    Left = 339
     143    Height = 22
     144    Top = 173
     145    Width = 15
     146    Caption = '%'
     147    ParentColor = False
     148  end
    131149end
Note: See TracChangeset for help on using the changeset viewer.