cheat-engine/Cheat Engine/Tutorial/Unit7.lfm
2012-01-04 10:31:22 +00:00

88 lines
1.7 KiB
Text

object Form7: TForm7
Left = 571
Height = 250
Top = 257
Width = 571
BorderStyle = bsDialog
Caption = 'Step 6'
ClientHeight = 250
ClientWidth = 571
Color = clBtnFace
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
OnClose = FormClose
OnCloseQuery = FormCloseQuery
OnCreate = FormCreate
Position = poOwnerFormCenter
LCLVersion = '0.9.31'
object Label1: TLabel
Left = 8
Height = 14
Top = 216
Width = 19
Caption = '100'
ParentColor = False
end
object Label2: TLabel
Left = 96
Height = 14
Top = 215
Width = 7
Caption = '3'
ParentColor = False
Visible = False
end
object SpeedButton1: TSpeedButton
Left = 544
Height = 17
Top = 232
Width = 25
Caption = 'Skip'
Flat = True
NumGlyphs = 0
OnClick = SpeedButton1Click
end
object Memo1: TMemo
Left = 0
Height = 185
Top = 0
Width = 571
Align = alTop
Color = clBtnFace
Lines.Strings = (
''
)
ReadOnly = True
ScrollBars = ssVertical
TabOrder = 0
end
object Button2: TButton
Left = 248
Height = 25
Top = 192
Width = 75
Caption = 'Next'
Enabled = False
OnClick = Button2Click
TabOrder = 1
end
object Button1: TButton
Left = 8
Height = 19
Top = 228
Width = 81
Caption = 'Change value'
OnClick = Button1Click
TabOrder = 2
end
object Button3: TButton
Left = 93
Height = 19
Top = 228
Width = 81
Caption = 'Change pointer'
OnClick = Button3Click
TabOrder = 3
end
end