Changeset 107 for trunk/Forms/UFormMove.lfm
- Timestamp:
- Feb 17, 2016, 1:17:21 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormMove.lfm
r98 r107 8 8 ClientHeight = 257 9 9 ClientWidth = 367 10 Constraints.MinHeight = 257 11 Constraints.MinWidth = 367 10 12 OnCreate = FormCreate 11 13 OnKeyPress = FormKeyPress 12 14 OnShow = FormShow 13 15 Position = poMainFormCenter 14 LCLVersion = '1. 3'16 LCLVersion = '1.4.4.0' 15 17 object SpinEditOnce: TSpinEdit 16 18 Left = 208 17 Height = 3 219 Height = 33 18 20 Top = 40 19 21 Width = 98 … … 24 26 object Label1: TLabel 25 27 Left = 16 26 Height = 2 228 Height = 25 27 29 Top = 40 28 Width = 4 630 Width = 45 29 31 Caption = 'Once:' 30 32 ParentColor = False … … 51 53 object Label2: TLabel 52 54 Left = 24 53 Height = 2 255 Height = 25 54 56 Top = 136 55 Width = 9157 Width = 83 56 58 Caption = 'Every turn:' 57 59 ParentColor = False … … 59 61 object SpinEditRepeat: TSpinEdit 60 62 Left = 208 61 Height = 3 263 Height = 33 62 64 Top = 128 63 65 Width = 98 … … 132 134 object Label3: TLabel 133 135 Left = 16 134 Height = 2 2136 Height = 25 135 137 Top = 8 136 Width = 1 32138 Width = 126 137 139 Caption = 'Win probability:' 138 140 ParentColor = False … … 140 142 object LabelWinProbability: TLabel 141 143 Left = 264 142 Height = 2 2144 Height = 25 143 145 Top = 8 144 146 Width = 15
Note:
See TracChangeset
for help on using the changeset viewer.