Changeset 317 for trunk/Forms/FormMove.lfm
- Timestamp:
- Jun 21, 2024, 12:44:53 PM (5 months ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormMove.lfm
r316 r317 1 1 object FormMove: TFormMove 2 Left = 4353 Height = 2 324 Top = 1535 Width = 3512 Left = 1104 3 Height = 278 4 Top = 604 5 Width = 421 6 6 ActiveControl = ButtonOk 7 7 Caption = 'Move' 8 ClientHeight = 232 9 ClientWidth = 351 10 Constraints.MinHeight = 232 11 Constraints.MinWidth = 351 12 DesignTimePPI = 120 13 OnClose = FormClose 14 OnCreate = FormCreate 8 ClientHeight = 278 9 ClientWidth = 421 10 Constraints.MinHeight = 278 11 Constraints.MinWidth = 421 12 DesignTimePPI = 144 15 13 OnKeyPress = FormKeyPress 16 14 OnShow = FormShow 17 15 Position = poMainFormCenter 18 LCLVersion = ' 2.0.0.4'16 LCLVersion = '3.4.0.0' 19 17 object SpinEditOnce: TSpinEdit 20 Left = 17321 Height = 2822 Top = 3323 Width = 8218 Left = 208 19 Height = 43 20 Top = 40 21 Width = 98 24 22 OnChange = SpinEditOnceChange 25 23 OnKeyPress = FormKeyPress … … 28 26 end 29 27 object Label1: TLabel 30 Left = 1 331 Height = 2 032 Top = 3333 Width = 3728 Left = 16 29 Height = 26 30 Top = 40 31 Width = 49 34 32 Caption = 'Once:' 35 33 ParentColor = False … … 37 35 end 38 36 object ButtonOk: TButton 39 Left = 2 4740 Height = 3 241 Top = 18742 Width = 8337 Left = 296 38 Height = 38 39 Top = 224 40 Width = 100 43 41 Caption = 'Ok' 44 42 Default = True … … 48 46 end 49 47 object ButtonCancel: TButton 50 Left = 1 4751 Height = 3 252 Top = 18753 Width = 8348 Left = 176 49 Height = 38 50 Top = 224 51 Width = 100 54 52 Caption = 'Cancel' 55 53 ModalResult = 2 … … 58 56 end 59 57 object Label2: TLabel 60 Left = 2 061 Height = 2 062 Top = 1 1363 Width = 6858 Left = 24 59 Height = 26 60 Top = 136 61 Width = 90 64 62 Caption = 'Every turn:' 65 63 ParentColor = False … … 67 65 end 68 66 object SpinEditRepeat: TSpinEdit 69 Left = 17370 Height = 2871 Top = 1 0772 Width = 8267 Left = 208 68 Height = 43 69 Top = 128 70 Width = 98 73 71 OnChange = SpinEditRepeatChange 74 72 OnKeyPress = FormKeyPress … … 77 75 end 78 76 object TrackBarOnce: TTrackBar 79 Left = 7380 Height = 4881 Top = 6782 Width = 2 0577 Left = 88 78 Height = 58 79 Top = 80 80 Width = 245 83 81 OnChange = TrackBarOnceChange 84 82 PageSize = 1 … … 91 89 end 92 90 object TrackBarRepeat: TTrackBar 93 Left = 8094 Height = 4895 Top = 1 4096 Width = 19391 Left = 96 92 Height = 58 93 Top = 168 94 Width = 231 97 95 OnChange = TrackBarRepeatChange 98 96 PageSize = 1 … … 105 103 end 106 104 object ButtonOnceMin: TButton 107 Left = 7108 Height = 3 2109 Top = 73110 Width = 67105 Left = 8 106 Height = 38 107 Top = 88 108 Width = 80 111 109 Caption = 'Min' 112 OnClick = ButtonOnceMinClick113 110 ParentFont = False 114 111 TabOrder = 6 112 OnClick = ButtonOnceMinClick 115 113 end 116 114 object ButtonOnceMax: TButton 117 Left = 277118 Height = 3 2119 Top = 73120 Width = 67115 Left = 333 116 Height = 38 117 Top = 88 118 Width = 80 121 119 Anchors = [akTop, akRight] 122 120 Caption = 'Max' 123 OnClick = ButtonOnceMaxClick124 121 ParentFont = False 125 122 TabOrder = 7 123 OnClick = ButtonOnceMaxClick 126 124 end 127 125 object ButtonRepeatMin: TButton 128 Left = 7129 Height = 3 2130 Top = 1 47131 Width = 67126 Left = 8 127 Height = 38 128 Top = 176 129 Width = 80 132 130 Caption = 'Min' 133 OnClick = ButtonRepeatMinClick134 131 ParentFont = False 135 132 TabOrder = 8 133 OnClick = ButtonRepeatMinClick 136 134 end 137 135 object ButtonRepeatMax: TButton 138 Left = 277139 Height = 3 2140 Top = 1 47141 Width = 67136 Left = 333 137 Height = 38 138 Top = 176 139 Width = 80 142 140 Anchors = [akTop, akRight] 143 141 Caption = 'Max' 144 OnClick = ButtonRepeatMaxClick145 142 ParentFont = False 146 143 TabOrder = 9 144 OnClick = ButtonRepeatMaxClick 147 145 end 148 146 object Label3: TLabel 149 Left = 1 3150 Height = 2 0151 Top = 7152 Width = 1 06147 Left = 16 148 Height = 26 149 Top = 8 150 Width = 134 153 151 Caption = 'Win probability:' 154 152 ParentColor = False … … 156 154 end 157 155 object LabelWinProbability: TLabel 158 Left = 2 20159 Height = 2 0160 Top = 7161 Width = 1 2156 Left = 264 157 Height = 26 158 Top = 8 159 Width = 15 162 160 Caption = ' ' 163 161 ParentColor = False … … 165 163 end 166 164 object ButtonRemove: TButton 167 Left = 4 0168 Height = 3 2169 Top = 187170 Width = 83165 Left = 48 166 Height = 38 167 Top = 224 168 Width = 100 171 169 Caption = 'Delete' 172 OnClick = ButtonRemoveClick173 170 ParentFont = False 174 171 TabOrder = 10 172 OnClick = ButtonRemoveClick 175 173 end 176 174 end
Note:
See TracChangeset
for help on using the changeset viewer.