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

75 lines
1.4 KiB
Text

object Form8: TForm8
Left = 518
Height = 250
Top = 501
Width = 571
BorderStyle = bsDialog
Caption = 'Step 7'
ClientHeight = 250
ClientWidth = 571
Color = clBtnFace
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
OnClose = FormClose
OnCloseQuery = FormCloseQuery
OnCreate = FormCreate
Position = poScreenCenter
LCLVersion = '0.9.31'
object Label1: TLabel
Left = 40
Height = 14
Top = 232
Width = 19
Caption = '100'
ParentColor = False
end
object Label2: TLabel
Left = 0
Height = 14
Top = 232
Width = 35
Caption = 'Health:'
ParentColor = 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
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 = 64
Height = 17
Top = 230
Width = 41
Caption = 'Hit me'
OnClick = Button1Click
TabOrder = 2
end
end