Changeset 365 for trunk/Forms/FormMove.lfm
- Timestamp:
- Jan 2, 2025, 2:29:10 PM (5 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormMove.lfm
r317 r365 1 1 object FormMove: TFormMove 2 2 Left = 1104 3 Height = 2 783 Height = 299 4 4 Top = 604 5 Width = 4 215 Width = 467 6 6 ActiveControl = ButtonOk 7 7 Caption = 'Move' 8 ClientHeight = 2 789 ClientWidth = 4 2110 Constraints.MinHeight = 27811 Constraints.MinWidth = 4218 ClientHeight = 299 9 ClientWidth = 467 10 Constraints.MinHeight = 100 11 Constraints.MinWidth = 350 12 12 DesignTimePPI = 144 13 13 OnKeyPress = FormKeyPress 14 14 OnShow = FormShow 15 15 Position = poMainFormCenter 16 LCLVersion = '3.4.0.0' 17 object SpinEditOnce: TSpinEdit 18 Left = 208 19 Height = 43 20 Top = 40 21 Width = 98 22 OnChange = SpinEditOnceChange 23 OnKeyPress = FormKeyPress 24 ParentFont = False 25 TabOrder = 0 26 end 27 object Label1: TLabel 28 Left = 16 29 Height = 26 30 Top = 40 31 Width = 49 32 Caption = 'Once:' 33 ParentColor = False 34 ParentFont = False 35 end 16 LCLVersion = '3.6.0.0' 36 17 object ButtonOk: TButton 37 Left = 29618 Left = 134 38 19 Height = 38 39 Top = 2 2420 Top = 253 40 21 Width = 100 22 Anchors = [akRight, akBottom] 41 23 Caption = 'Ok' 42 24 Default = True 43 25 ModalResult = 1 44 26 ParentFont = False 45 TabOrder = 1 27 TabOrder = 0 28 OnClick = ButtonOkClick 46 29 end 47 30 object ButtonCancel: TButton 48 Left = 17631 Left = 246 49 32 Height = 38 50 Top = 2 2433 Top = 253 51 34 Width = 100 35 Anchors = [akRight, akBottom] 52 36 Caption = 'Cancel' 53 37 ModalResult = 2 54 38 ParentFont = False 55 TabOrder = 2 56 end 57 object Label2: TLabel 58 Left = 24 59 Height = 26 60 Top = 136 61 Width = 90 62 Caption = 'Every turn:' 63 ParentColor = False 64 ParentFont = False 65 end 66 object SpinEditRepeat: TSpinEdit 67 Left = 208 68 Height = 43 69 Top = 128 70 Width = 98 71 OnChange = SpinEditRepeatChange 72 OnKeyPress = FormKeyPress 73 ParentFont = False 74 TabOrder = 3 75 end 76 object TrackBarOnce: TTrackBar 77 Left = 88 78 Height = 58 79 Top = 80 80 Width = 245 81 OnChange = TrackBarOnceChange 82 PageSize = 1 83 Position = 0 84 TickStyle = tsNone 85 Anchors = [akTop, akLeft, akRight] 86 OnKeyPress = FormKeyPress 87 ParentFont = False 88 TabOrder = 4 89 end 90 object TrackBarRepeat: TTrackBar 91 Left = 96 92 Height = 58 93 Top = 168 94 Width = 231 95 OnChange = TrackBarRepeatChange 96 PageSize = 1 97 Position = 0 98 TickStyle = tsNone 99 Anchors = [akTop, akLeft, akRight] 100 OnKeyPress = FormKeyPress 101 ParentFont = False 102 TabOrder = 5 103 end 104 object ButtonOnceMin: TButton 105 Left = 8 106 Height = 38 107 Top = 88 108 Width = 80 109 Caption = 'Min' 110 ParentFont = False 111 TabOrder = 6 112 OnClick = ButtonOnceMinClick 113 end 114 object ButtonOnceMax: TButton 115 Left = 333 116 Height = 38 117 Top = 88 118 Width = 80 119 Anchors = [akTop, akRight] 120 Caption = 'Max' 121 ParentFont = False 122 TabOrder = 7 123 OnClick = ButtonOnceMaxClick 124 end 125 object ButtonRepeatMin: TButton 126 Left = 8 127 Height = 38 128 Top = 176 129 Width = 80 130 Caption = 'Min' 131 ParentFont = False 132 TabOrder = 8 133 OnClick = ButtonRepeatMinClick 134 end 135 object ButtonRepeatMax: TButton 136 Left = 333 137 Height = 38 138 Top = 176 139 Width = 80 140 Anchors = [akTop, akRight] 141 Caption = 'Max' 142 ParentFont = False 143 TabOrder = 9 144 OnClick = ButtonRepeatMaxClick 145 end 146 object Label3: TLabel 147 Left = 16 148 Height = 26 149 Top = 8 150 Width = 134 151 Caption = 'Win probability:' 152 ParentColor = False 153 ParentFont = False 39 TabOrder = 1 154 40 end 155 41 object LabelWinProbability: TLabel … … 163 49 end 164 50 object ButtonRemove: TButton 165 Left = 4851 Left = 358 166 52 Height = 38 167 Top = 2 2453 Top = 253 168 54 Width = 100 55 Anchors = [akRight, akBottom] 169 56 Caption = 'Delete' 170 57 ParentFont = False 171 TabOrder = 1058 TabOrder = 2 172 59 OnClick = ButtonRemoveClick 173 60 end 61 object ScrollBox1: TScrollBox 62 Left = 8 63 Height = 231 64 Top = 8 65 Width = 451 66 HorzScrollBar.Page = 298 67 VertScrollBar.Page = 214 68 Align = alTop 69 Anchors = [akTop, akLeft, akRight, akBottom] 70 BorderSpacing.Around = 8 71 ClientHeight = 229 72 ClientWidth = 449 73 TabOrder = 3 74 object Label3: TLabel 75 Left = 8 76 Height = 26 77 Top = 8 78 Width = 134 79 Caption = 'Win probability:' 80 ParentColor = False 81 ParentFont = False 82 end 83 object Label1: TLabel 84 Left = 8 85 Height = 26 86 Top = 48 87 Width = 49 88 Caption = 'Once:' 89 ParentColor = False 90 ParentFont = False 91 end 92 object SpinEditOnce: TSpinEdit 93 Left = 200 94 Height = 43 95 Top = 40 96 Width = 98 97 OnChange = SpinEditOnceChange 98 OnKeyPress = FormKeyPress 99 ParentFont = False 100 TabOrder = 0 101 end 102 object ButtonOnceMin: TButton 103 Left = 8 104 Height = 38 105 Top = 88 106 Width = 80 107 Caption = 'Min' 108 ParentFont = False 109 TabOrder = 1 110 OnClick = ButtonOnceMinClick 111 end 112 object TrackBarOnce: TTrackBar 113 Left = 96 114 Height = 58 115 Top = 80 116 Width = 275 117 OnChange = TrackBarOnceChange 118 PageSize = 1 119 Position = 0 120 TickStyle = tsNone 121 Anchors = [akTop, akLeft, akRight] 122 OnKeyPress = FormKeyPress 123 ParentFont = False 124 TabOrder = 2 125 end 126 object ButtonOnceMax: TButton 127 Left = 361 128 Height = 38 129 Top = 88 130 Width = 80 131 Anchors = [akTop, akRight] 132 Caption = 'Max' 133 ParentFont = False 134 TabOrder = 3 135 OnClick = ButtonOnceMaxClick 136 end 137 object ButtonRepeatMax: TButton 138 Left = 361 139 Height = 38 140 Top = 176 141 Width = 80 142 Anchors = [akTop, akRight] 143 Caption = 'Max' 144 ParentFont = False 145 TabOrder = 4 146 OnClick = ButtonRepeatMaxClick 147 end 148 object SpinEditRepeat: TSpinEdit 149 Left = 200 150 Height = 43 151 Top = 128 152 Width = 98 153 OnChange = SpinEditRepeatChange 154 OnKeyPress = FormKeyPress 155 ParentFont = False 156 TabOrder = 5 157 end 158 object TrackBarRepeat: TTrackBar 159 Left = 96 160 Height = 58 161 Top = 156 162 Width = 269 163 OnChange = TrackBarRepeatChange 164 PageSize = 1 165 Position = 0 166 TickStyle = tsNone 167 Anchors = [akTop, akLeft, akRight] 168 OnKeyPress = FormKeyPress 169 ParentFont = False 170 TabOrder = 6 171 end 172 object ButtonRepeatMin: TButton 173 Left = 8 174 Height = 38 175 Top = 176 176 Width = 80 177 Caption = 'Min' 178 ParentFont = False 179 TabOrder = 7 180 OnClick = ButtonRepeatMinClick 181 end 182 object Label2: TLabel 183 Left = 8 184 Height = 26 185 Top = 136 186 Width = 90 187 Caption = 'Every turn:' 188 ParentColor = False 189 ParentFont = False 190 end 191 end 174 192 end
Note:
See TracChangeset
for help on using the changeset viewer.