Changeset 262 for trunk/Forms/UFormNew.pas
- Timestamp:
- Sep 24, 2018, 11:46:31 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormNew.pas
r247 r262 31 31 ButtonPlayerModify: TButton; 32 32 ButtonPlayerRemove: TButton; 33 CheckBoxEmptyCellsNeutral: TCheckBox; 33 34 CheckBoxBridges: TCheckBox; 34 35 CheckBoxCity: TCheckBox; … … 538 539 SpinEditTurns.Value := StayAliveForDefinedTurns; 539 540 SpinEditSpecialCells.Value := SpecialCaptureCellCount; 541 CheckBoxEmptyCellsNeutral.Checked := EmptyCellsNeutral; 540 542 end; 541 543 end; … … 580 582 StayAliveForDefinedTurns := SpinEditTurns.Value; 581 583 SpecialCaptureCellCount := SpinEditSpecialCells.Value; 584 EmptyCellsNeutral := CheckBoxEmptyCellsNeutral.Checked; 582 585 end; 583 586 end;
Note:
See TracChangeset
for help on using the changeset viewer.