mirror of
https://github.com/cheat-engine/cheat-engine
synced 2026-08-15 02:26:08 -04:00
153 lines
3.8 KiB
Text
153 lines
3.8 KiB
Text
object Form2: TForm2
|
|
Left = 575
|
|
Height = 280
|
|
Top = 442
|
|
Width = 600
|
|
BorderIcons = [biSystemMenu]
|
|
Caption = 'Step 2'
|
|
ClientHeight = 280
|
|
ClientWidth = 600
|
|
Color = clBtnFace
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'MS Sans Serif'
|
|
OnClose = FormClose
|
|
OnCloseQuery = FormCloseQuery
|
|
OnCreate = FormCreate
|
|
LCLVersion = '1.3'
|
|
object Label1: TLabel
|
|
AnchorSideLeft.Control = Label2
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = Memo1
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideBottom.Control = Button2
|
|
Left = 310
|
|
Height = 16
|
|
Top = 202
|
|
Width = 21
|
|
Anchors = [akLeft, akBottom]
|
|
BorderSpacing.Left = 3
|
|
BorderSpacing.Top = 3
|
|
Caption = '100'
|
|
Font.CharSet = ANSI_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -13
|
|
Font.Name = 'MS Sans Serif'
|
|
Font.Pitch = fpVariable
|
|
Font.Quality = fqDraft
|
|
ParentColor = False
|
|
ParentFont = False
|
|
end
|
|
object Label2: TLabel
|
|
AnchorSideLeft.Control = Button1
|
|
AnchorSideTop.Control = Memo1
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Button2
|
|
AnchorSideBottom.Control = Button2
|
|
Left = 265
|
|
Height = 16
|
|
Top = 202
|
|
Width = 42
|
|
Anchors = [akLeft, akBottom]
|
|
BorderSpacing.Left = 2
|
|
BorderSpacing.Top = 3
|
|
Caption = 'Health:'
|
|
Font.CharSet = ANSI_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -13
|
|
Font.Name = 'MS Sans Serif'
|
|
Font.Pitch = fpVariable
|
|
Font.Quality = fqDraft
|
|
ParentColor = False
|
|
ParentFont = False
|
|
end
|
|
object SpeedButton1: TSpeedButton
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = Owner
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 570
|
|
Height = 20
|
|
Top = 260
|
|
Width = 30
|
|
Anchors = [akRight, akBottom]
|
|
Caption = 'Skip'
|
|
Flat = True
|
|
OnClick = SpeedButton1Click
|
|
end
|
|
object Memo1: TMemo
|
|
AnchorSideBottom.Control = Label2
|
|
Left = 0
|
|
Height = 199
|
|
Top = 0
|
|
Width = 600
|
|
Align = alTop
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
Color = clBtnFace
|
|
Font.CharSet = ANSI_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -13
|
|
Font.Name = 'MS Sans Serif'
|
|
Font.Pitch = fpVariable
|
|
Font.Quality = fqDraft
|
|
ParentFont = False
|
|
ReadOnly = True
|
|
ScrollBars = ssVertical
|
|
TabOrder = 0
|
|
end
|
|
object Button1: TButton
|
|
AnchorSideLeft.Control = Memo1
|
|
AnchorSideLeft.Side = asrCenter
|
|
AnchorSideTop.Control = Button2
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideBottom.Control = Owner
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 263
|
|
Height = 25
|
|
Top = 252
|
|
Width = 75
|
|
Anchors = [akLeft, akBottom]
|
|
BorderSpacing.Bottom = 3
|
|
Caption = 'Next'
|
|
Enabled = False
|
|
Font.CharSet = ANSI_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -13
|
|
Font.Name = 'MS Sans Serif'
|
|
Font.Pitch = fpVariable
|
|
Font.Quality = fqDraft
|
|
OnClick = Button1Click
|
|
ParentFont = False
|
|
TabOrder = 1
|
|
end
|
|
object Button2: TButton
|
|
AnchorSideLeft.Control = Memo1
|
|
AnchorSideLeft.Side = asrCenter
|
|
AnchorSideTop.Control = Label2
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideBottom.Control = Button1
|
|
Left = 275
|
|
Height = 25
|
|
Top = 221
|
|
Width = 50
|
|
Anchors = [akLeft, akBottom]
|
|
BorderSpacing.Top = 3
|
|
BorderSpacing.Bottom = 6
|
|
Caption = 'Hit me'
|
|
Font.CharSet = ANSI_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -13
|
|
Font.Name = 'MS Sans Serif'
|
|
Font.Pitch = fpVariable
|
|
Font.Quality = fqDraft
|
|
OnClick = Button2Click
|
|
ParentFont = False
|
|
TabOrder = 2
|
|
end
|
|
object Timer1: TTimer
|
|
Interval = 250
|
|
OnTimer = Timer1Timer
|
|
left = 136
|
|
top = 176
|
|
end
|
|
end
|