cheat-engine/Cheat Engine/speedhack/speedhacktest/Unit1.lfm
2023-08-25 08:48:13 +02:00

181 lines
3.3 KiB
Text
Executable file

object Form1: TForm1
Left = 289
Height = 202
Top = 177
Width = 475
Caption = 'speedhack test'
ClientHeight = 202
ClientWidth = 475
Font.Height = -11
Font.Name = 'MS Sans Serif'
OnCreate = FormCreate
LCLVersion = '2.2.2.0'
object Label1: TLabel
Left = 0
Height = 13
Top = 32
Width = 32
Caption = 'Label1'
ParentColor = False
end
object Label2: TLabel
Left = 0
Height = 13
Top = 48
Width = 32
Caption = 'Label2'
ParentColor = False
end
object Label3: TLabel
Left = 0
Height = 13
Top = 80
Width = 32
Caption = 'Label3'
ParentColor = False
end
object lblFail: TLabel
Left = 8
Height = 24
Top = 112
Width = 44
Caption = 'FAIL'
Font.CharSet = ANSI_CHARSET
Font.Color = clRed
Font.Height = -19
Font.Name = 'MS Sans Serif'
Font.Pitch = fpVariable
Font.Quality = fqDraft
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
Visible = False
end
object Label4: TLabel
Left = 0
Height = 13
Top = 64
Width = 32
Caption = 'Label4'
ParentColor = False
end
object Label5: TLabel
Left = 8
Height = 13
Top = 152
Width = 32
Caption = 'Label5'
ParentColor = False
end
object Label6: TLabel
Left = 8
Height = 13
Top = 168
Width = 32
Caption = 'Label6'
ParentColor = False
end
object Label8: TLabel
Left = 208
Height = 13
Top = 17
Width = 29
Caption = 'rdtsc='
ParentColor = False
end
object Label7: TLabel
Left = 209
Height = 13
Top = 32
Width = 35
Caption = 'rdtscp='
ParentColor = False
end
object Label9: TLabel
Left = 209
Height = 13
Top = 48
Width = 41
Caption = 'cpuid 0='
ParentColor = False
end
object Label10: TLabel
Left = 209
Height = 13
Top = 64
Width = 41
Caption = 'cpuid 1='
ParentColor = False
end
object Label11: TLabel
Left = 209
Height = 13
Top = 80
Width = 41
Caption = 'cpuid 2='
ParentColor = False
end
object Label12: TLabel
Left = 209
Height = 13
Top = 96
Width = 41
Caption = 'cpuid 3='
ParentColor = False
end
object Button1: TButton
Left = 215
Height = 25
Top = 169
Width = 75
Caption = 'Button1'
OnClick = Button1Click
TabOrder = 0
end
object Label13: TLabel
Left = 209
Height = 13
Top = 128
Width = 38
Caption = 'Label13'
ParentColor = False
end
object Label14: TLabel
Left = 209
Height = 13
Top = 144
Width = 38
Caption = 'Label14'
ParentColor = False
end
object lblFail1: TLabel
Left = 56
Height = 13
Top = 112
Width = 22
Caption = 'QPC'
ParentColor = False
Visible = False
end
object lblFail2: TLabel
Left = 56
Height = 13
Top = 123
Width = 22
Caption = 'GTC'
ParentColor = False
Visible = False
end
object lblbeats: TLabel
Left = 208
Height = 13
Top = 0
Width = 33
Caption = 'Beats='
ParentColor = False
end
object Timer1: TTimer
Interval = 10
OnTimer = Timer1Timer
end
end