Changeset 243 for trunk/Forms/UFormMove.lfm
- Timestamp:
- Sep 21, 2018, 2:09:10 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormMove.lfm
r189 r243 10 10 Constraints.MinHeight = 257 11 11 Constraints.MinWidth = 367 12 DesignTimePPI = 120 13 OnClose = FormClose 12 14 OnCreate = FormCreate 13 15 OnKeyPress = FormKeyPress 14 16 OnShow = FormShow 15 17 Position = poMainFormCenter 16 LCLVersion = '1.8. 0.4'18 LCLVersion = '1.8.2.0' 17 19 object SpinEditOnce: TSpinEdit 18 20 Left = 208 19 Height = 3621 Height = 28 20 22 Top = 40 21 23 Width = 98 … … 26 28 object Label1: TLabel 27 29 Left = 16 28 Height = 2 630 Height = 20 29 31 Top = 40 30 Width = 4932 Width = 37 31 33 Caption = 'Once:' 32 34 ParentColor = False … … 53 55 object Label2: TLabel 54 56 Left = 24 55 Height = 2 657 Height = 20 56 58 Top = 136 57 Width = 9159 Width = 68 58 60 Caption = 'Every turn:' 59 61 ParentColor = False … … 61 63 object SpinEditRepeat: TSpinEdit 62 64 Left = 208 63 Height = 3665 Height = 28 64 66 Top = 128 65 67 Width = 98 … … 134 136 object Label3: TLabel 135 137 Left = 16 136 Height = 2 6138 Height = 20 137 139 Top = 8 138 Width = 1 35140 Width = 106 139 141 Caption = 'Win probability:' 140 142 ParentColor = False … … 142 144 object LabelWinProbability: TLabel 143 145 Left = 264 144 Height = 2 6146 Height = 20 145 147 Top = 8 146 Width = 1 5148 Width = 12 147 149 Caption = ' ' 148 150 ParentColor = False
Note:
See TracChangeset
for help on using the changeset viewer.