cheat-engine/Cheat Engine/FormDebugStringsUnit.lfm

51 lines
1.1 KiB
Text
Raw Permalink Normal View History

2011-07-04 19:52:53 +00:00
object FormDebugStrings: TFormDebugStrings
Left = 654
Height = 221
Top = 320
Width = 321
Caption = 'Debug strings'
ClientHeight = 221
ClientWidth = 321
Position = poOwnerFormCenter
LCLVersion = '1.6.4.0'
2011-07-04 19:52:53 +00:00
object ListBox1: TListBox
Left = 0
2016-08-24 04:14:22 +02:00
Height = 188
2011-07-04 19:52:53 +00:00
Top = 0
Width = 321
Align = alClient
ItemHeight = 0
TabOrder = 0
end
object Panel1: TPanel
Left = 0
2016-08-24 04:14:22 +02:00
Height = 33
Top = 188
2011-07-04 19:52:53 +00:00
Width = 321
Align = alBottom
2016-08-24 04:14:22 +02:00
AutoSize = True
2011-07-04 19:52:53 +00:00
BevelOuter = bvNone
2016-08-24 04:14:22 +02:00
ClientHeight = 33
2011-07-04 19:52:53 +00:00
ClientWidth = 321
TabOrder = 1
object Button1: TButton
2016-08-12 22:56:50 +02:00
AnchorSideLeft.Control = Panel1
AnchorSideLeft.Side = asrCenter
2016-08-24 04:14:22 +02:00
AnchorSideTop.Control = Panel1
Left = 123
Height = 25
Top = 4
Width = 75
2016-08-12 22:56:50 +02:00
AutoSize = True
2016-08-24 04:14:22 +02:00
BorderSpacing.Top = 4
BorderSpacing.Bottom = 4
2011-07-04 19:52:53 +00:00
Caption = 'OK'
2016-08-24 04:14:22 +02:00
Constraints.MinHeight = 25
Constraints.MinWidth = 75
2011-07-04 19:52:53 +00:00
ModalResult = 1
OnClick = Button1Click
TabOrder = 0
end
end
end