Changeset 75 for trunk/Forms/UFormMove.lfm
- Timestamp:
- Oct 4, 2014, 11:33:16 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormMove.lfm
r72 r75 3 3 Height = 257 4 4 Top = 165 5 Width = 3 205 Width = 367 6 6 ActiveControl = ButtonOk 7 7 Caption = 'Move' 8 8 ClientHeight = 257 9 ClientWidth = 3 209 ClientWidth = 367 10 10 OnCreate = FormCreate 11 11 OnKeyPress = FormKeyPress … … 14 14 object SpinEditOnce: TSpinEdit 15 15 Left = 208 16 Height = 3 217 Top = 3216 Height = 35 17 Top = 40 18 18 Width = 98 19 19 OnChange = SpinEditOnceChange … … 22 22 end 23 23 object Label1: TLabel 24 Left = 2425 Height = 2 226 Top = 3227 Width = 4624 Left = 16 25 Height = 25 26 Top = 40 27 Width = 54 28 28 Caption = 'Once:' 29 29 ParentColor = False … … 50 50 object Label2: TLabel 51 51 Left = 24 52 Height = 2 252 Height = 25 53 53 Top = 136 54 Width = 8754 Width = 100 55 55 Caption = 'Every turn:' 56 56 ParentColor = False … … 58 58 object SpinEditRepeat: TSpinEdit 59 59 Left = 208 60 Height = 3 260 Height = 35 61 61 Top = 128 62 62 Width = 98 … … 67 67 object TrackBarOnce: TTrackBar 68 68 Left = 56 69 Height = 4 370 Top = 7171 Width = 2 0869 Height = 46 70 Top = 80 71 Width = 255 72 72 OnChange = TrackBarOnceChange 73 73 PageSize = 1 … … 80 80 object TrackBarRepeat: TTrackBar 81 81 Left = 56 82 Height = 4 382 Height = 46 83 83 Top = 168 84 Width = 2 0884 Width = 255 85 85 OnChange = TrackBarRepeatChange 86 86 PageSize = 1 … … 94 94 Left = 8 95 95 Height = 25 96 Top = 8 096 Top = 88 97 97 Width = 48 98 98 Caption = 'Min' … … 101 101 end 102 102 object ButtonOnceMax: TButton 103 Left = 264103 Left = 311 104 104 Height = 25 105 Top = 8 0105 Top = 88 106 106 Width = 48 107 107 Anchors = [akTop, akRight] … … 120 120 end 121 121 object ButtonRepeatMax: TButton 122 Left = 264122 Left = 311 123 123 Height = 25 124 124 Top = 176 … … 131 131 object Label3: TLabel 132 132 Left = 16 133 Height = 2 2133 Height = 25 134 134 Top = 8 135 Width = 1 27135 Width = 145 136 136 Caption = 'Win probability:' 137 137 ParentColor = False 138 138 end 139 139 object LabelWinProbability: TLabel 140 Left = 2 32141 Height = 2 2140 Left = 264 141 Height = 25 142 142 Top = 8 143 143 Width = 15
Note:
See TracChangeset
for help on using the changeset viewer.