Skip to content

Commit 0a72d7e

Browse files
committed
change a hint
1 parent d374e13 commit 0a72d7e

File tree

3 files changed

+15
-12
lines changed

3 files changed

+15
-12
lines changed

Cheat Engine/HotKeys.lfm

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -123,12 +123,15 @@ object HotKeyForm: THotKeyForm
123123
TabOrder = 0
124124
end
125125
object Button2: TButton
126+
AnchorSideLeft.Control = edtHotkey
127+
AnchorSideLeft.Side = asrBottom
126128
AnchorSideTop.Control = edtHotkey
127129
AnchorSideTop.Side = asrCenter
128-
Left = 248
130+
Left = 244
129131
Height = 19
130132
Top = 18
131133
Width = 34
134+
BorderSpacing.Left = 5
132135
Caption = 'Clear'
133136
OnClick = Button2Click
134137
TabOrder = 1
@@ -230,7 +233,7 @@ object HotKeyForm: THotKeyForm
230233
AnchorSideRight.Side = asrBottom
231234
AnchorSideBottom.Control = cbFreezedirection
232235
AnchorSideBottom.Side = asrBottom
233-
Left = 287
236+
Left = 283
234237
Height = 13
235238
Top = 48
236239
Width = 71
@@ -244,7 +247,7 @@ object HotKeyForm: THotKeyForm
244247
AnchorSideLeft.Control = lblActivateSound
245248
AnchorSideTop.Control = cbActivateSound
246249
AnchorSideTop.Side = asrBottom
247-
Left = 287
250+
Left = 283
248251
Height = 13
249252
Top = 86
250253
Width = 84
@@ -257,7 +260,7 @@ object HotKeyForm: THotKeyForm
257260
AnchorSideLeft.Control = lblDeactivateSound
258261
AnchorSideTop.Control = lblDeactivateSound
259262
AnchorSideTop.Side = asrBottom
260-
Left = 287
263+
Left = 283
261264
Height = 21
262265
Top = 101
263266
Width = 119
@@ -275,7 +278,7 @@ object HotKeyForm: THotKeyForm
275278
AnchorSideLeft.Control = lblActivateSound
276279
AnchorSideTop.Control = lblActivateSound
277280
AnchorSideTop.Side = asrBottom
278-
Left = 287
281+
Left = 283
279282
Height = 21
280283
Top = 63
281284
Width = 119
@@ -294,7 +297,7 @@ object HotKeyForm: THotKeyForm
294297
AnchorSideLeft.Side = asrBottom
295298
AnchorSideTop.Control = cbActivateSound
296299
AnchorSideTop.Side = asrCenter
297-
Left = 408
300+
Left = 404
298301
Height = 22
299302
Top = 62
300303
Width = 23
@@ -343,7 +346,7 @@ object HotKeyForm: THotKeyForm
343346
AnchorSideLeft.Side = asrBottom
344347
AnchorSideTop.Control = cbDeactivateSound
345348
AnchorSideTop.Side = asrCenter
346-
Left = 408
349+
Left = 404
347350
Height = 22
348351
Top = 100
349352
Width = 23

Cheat Engine/formsettingsunit.lfm

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ object formSettings: TformSettings
1414
OnDestroy = FormDestroy
1515
OnShow = FormShow
1616
Position = poMainFormCenter
17-
LCLVersion = '1.3'
17+
LCLVersion = '1.6.0.4'
1818
object pnlConfig: TPanel
1919
Left = 0
2020
Height = 493
@@ -60,9 +60,9 @@ object formSettings: TformSettings
6060
Height = 491
6161
Top = 1
6262
Width = 622
63-
ActivePage = tsTools
63+
ActivePage = GeneralSettings
6464
Align = alClient
65-
TabIndex = 7
65+
TabIndex = 0
6666
TabOrder = 1
6767
OnChange = pcSettingChange
6868
object GeneralSettings: TTabSheet
@@ -220,7 +220,7 @@ object formSettings: TformSettings
220220
object editUpdatefoundInterval: TEdit
221221
Left = 165
222222
Height = 21
223-
Hint = 'The number of milliseconds that Cheat Engine will wait before refreshing the list of addresses'
223+
Hint = 'The number of milliseconds that Cheat Engine will wait before refreshing the list of found addresses'
224224
Top = 439
225225
Width = 51
226226
ParentShowHint = False

Cheat Engine/formsettingsunit.lrt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ TFORMSETTINGS.GROUPBOX1.CAPTION=Address list specific
1818
TFORMSETTINGS.CBSHOWASSIGNED.CAPTION=Show values as if they are signed
1919
TFORMSETTINGS.CBSIMPLECOPYPASTE.CAPTION=Simple paste
2020
TFORMSETTINGS.CBUPDATEFOUNDLIST.CAPTION=Update the list of found addresses even after scanning
21-
TFORMSETTINGS.EDITUPDATEFOUNDINTERVAL.HINT=The number of milliseconds that Cheat Engine will wait before refreshing the list of addresses
21+
TFORMSETTINGS.EDITUPDATEFOUNDINTERVAL.HINT=The number of milliseconds that Cheat Engine will wait before refreshing the list of found addresses
2222
TFORMSETTINGS.EDITUPDATEFOUNDINTERVAL.TEXT=1000
2323
TFORMSETTINGS.CBHIDEALLWINDOWS.CAPTION=Hide some/all windows instead of trying to bring cheat engine to front
2424
TFORMSETTINGS.BTNEXCLUDEPROCESSES.CAPTION=More...

0 commit comments

Comments
 (0)