Changeset 72 for trunk/Forms/UFormMove.lfm
- Timestamp:
- Sep 28, 2014, 9:21:26 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormMove.lfm
r59 r72 9 9 ClientWidth = 320 10 10 OnCreate = FormCreate 11 OnKeyPress = FormKeyPress 11 12 OnShow = FormShow 12 LCLVersion = '1. 0.10.0'13 LCLVersion = '1.3' 13 14 object SpinEditOnce: TSpinEdit 14 15 Left = 208 15 Height = 2716 Height = 32 16 17 Top = 32 17 18 Width = 98 18 19 OnChange = SpinEditOnceChange 20 OnKeyPress = FormKeyPress 19 21 TabOrder = 0 20 22 end 21 23 object Label1: TLabel 22 24 Left = 24 23 Height = 1825 Height = 22 24 26 Top = 32 25 Width = 3627 Width = 46 26 28 Caption = 'Once:' 27 29 ParentColor = False 28 30 end 29 31 object ButtonOk: TButton 30 Left = 18 432 Left = 189 31 33 Height = 25 32 34 Top = 224 … … 48 50 object Label2: TLabel 49 51 Left = 24 50 Height = 1852 Height = 22 51 53 Top = 136 52 Width = 6654 Width = 87 53 55 Caption = 'Every turn:' 54 56 ParentColor = False … … 56 58 object SpinEditRepeat: TSpinEdit 57 59 Left = 208 58 Height = 2760 Height = 32 59 61 Top = 128 60 62 Width = 98 61 63 OnChange = SpinEditRepeatChange 64 OnKeyPress = FormKeyPress 62 65 TabOrder = 3 63 66 end … … 72 75 TickStyle = tsNone 73 76 Anchors = [akTop, akLeft, akRight] 77 OnKeyPress = FormKeyPress 74 78 TabOrder = 4 75 79 end … … 84 88 TickStyle = tsNone 85 89 Anchors = [akTop, akLeft, akRight] 90 OnKeyPress = FormKeyPress 86 91 TabOrder = 5 87 92 end … … 126 131 object Label3: TLabel 127 132 Left = 16 128 Height = 18133 Height = 22 129 134 Top = 8 130 Width = 96135 Width = 127 131 136 Caption = 'Win probability:' 132 137 ParentColor = False … … 134 139 object LabelWinProbability: TLabel 135 140 Left = 232 136 Height = 18141 Height = 22 137 142 Top = 8 138 Width = 1 0143 Width = 15 139 144 Caption = ' ' 140 145 ParentColor = False
Note:
See TracChangeset
for help on using the changeset viewer.