Changeset 88 for trunk/Forms
- Timestamp:
- Nov 16, 2014, 2:31:27 PM (10 years ago)
- Location:
- trunk/Forms
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormMove.lfm
r75 r88 14 14 object SpinEditOnce: TSpinEdit 15 15 Left = 208 16 Height = 3 516 Height = 32 17 17 Top = 40 18 18 Width = 98 … … 23 23 object Label1: TLabel 24 24 Left = 16 25 Height = 2 525 Height = 22 26 26 Top = 40 27 Width = 5427 Width = 46 28 28 Caption = 'Once:' 29 29 ParentColor = False … … 50 50 object Label2: TLabel 51 51 Left = 24 52 Height = 2 552 Height = 22 53 53 Top = 136 54 Width = 10054 Width = 87 55 55 Caption = 'Every turn:' 56 56 ParentColor = False … … 58 58 object SpinEditRepeat: TSpinEdit 59 59 Left = 208 60 Height = 3 560 Height = 32 61 61 Top = 128 62 62 Width = 98 … … 131 131 object Label3: TLabel 132 132 Left = 16 133 Height = 2 5133 Height = 22 134 134 Top = 8 135 Width = 1 45135 Width = 127 136 136 Caption = 'Win probability:' 137 137 ParentColor = False … … 139 139 object LabelWinProbability: TLabel 140 140 Left = 264 141 Height = 2 5141 Height = 22 142 142 Top = 8 143 143 Width = 15 -
trunk/Forms/UFormMove.pas
r72 r88 78 78 LabelWinProbability.Caption := 79 79 IntToStr(Round(Core.Game.AttackProbability(AttackCount + SpinEditOnce.Value, 80 DefendCount , 1) * 100)) + ' %';80 DefendCount) * 100)) + ' %'; 81 81 end; 82 82
Note:
See TracChangeset
for help on using the changeset viewer.