mirror of
https://github.com/cheat-engine/cheat-engine
synced 2026-08-15 02:26:08 -04:00
224 lines
6.1 KiB
Text
Executable file
224 lines
6.1 KiB
Text
Executable file
object frmExcludeHide: TfrmExcludeHide
|
|
Left = 903
|
|
Height = 415
|
|
Top = 176
|
|
Width = 486
|
|
Caption = 'Show/Hide settings'
|
|
ClientHeight = 415
|
|
ClientWidth = 486
|
|
OnCreate = FormCreate
|
|
Position = poOwnerFormCenter
|
|
LCLVersion = '1.6.0.4'
|
|
object Label4: TLabel
|
|
Left = 0
|
|
Height = 41
|
|
Top = 0
|
|
Width = 486
|
|
Align = alTop
|
|
AutoSize = False
|
|
Caption = 'Select the way cheat Engine hides/shows windows. (Will not work if a window that gets hidden or shown is not responding. E.g:Paused)'
|
|
ParentColor = False
|
|
WordWrap = True
|
|
end
|
|
object Panel1: TPanel
|
|
Left = 0
|
|
Height = 374
|
|
Top = 41
|
|
Width = 486
|
|
Align = alClient
|
|
BevelOuter = bvNone
|
|
ClientHeight = 374
|
|
ClientWidth = 486
|
|
TabOrder = 0
|
|
OnResize = Panel1Resize
|
|
object Label1: TLabel
|
|
AnchorSideTop.Control = RadioButton2
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 0
|
|
Height = 30
|
|
Top = 38
|
|
Width = 481
|
|
Anchors = [akTop, akLeft, akRight]
|
|
Caption = 'Select the processes you want to exclude from being hidden. Doubleclick the process to add it to the list. (Or remove it from the list)'
|
|
Enabled = False
|
|
ParentColor = False
|
|
WordWrap = True
|
|
end
|
|
object RadioButton1: TRadioButton
|
|
AnchorSideLeft.Control = Panel1
|
|
AnchorSideTop.Control = Panel1
|
|
Left = 0
|
|
Height = 19
|
|
Top = 0
|
|
Width = 232
|
|
Caption = 'Only hide/show the foreground window'
|
|
Checked = True
|
|
OnClick = RadioButton1Click
|
|
TabOrder = 0
|
|
TabStop = True
|
|
end
|
|
object RadioButton2: TRadioButton
|
|
AnchorSideLeft.Control = Panel1
|
|
AnchorSideTop.Control = RadioButton1
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 0
|
|
Height = 19
|
|
Top = 19
|
|
Width = 151
|
|
Caption = 'Hide/show ALL windows'
|
|
OnClick = RadioButton1Click
|
|
TabOrder = 1
|
|
end
|
|
object Panel2: TPanel
|
|
AnchorSideTop.Control = Label1
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Panel5
|
|
AnchorSideBottom.Control = Panel4
|
|
Left = 0
|
|
Height = 265
|
|
Top = 68
|
|
Width = 242
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
BevelOuter = bvNone
|
|
ClientHeight = 265
|
|
ClientWidth = 242
|
|
TabOrder = 2
|
|
object Label2: TLabel
|
|
Left = 3
|
|
Height = 15
|
|
Top = 0
|
|
Width = 239
|
|
Align = alTop
|
|
BorderSpacing.Left = 3
|
|
Caption = 'Current process list'
|
|
Enabled = False
|
|
ParentColor = False
|
|
end
|
|
object ListBox1: TListBox
|
|
AnchorSideTop.Control = Label2
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Panel2
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = Panel2
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 0
|
|
Height = 250
|
|
Top = 15
|
|
Width = 242
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
BorderSpacing.Left = 3
|
|
Enabled = False
|
|
ItemHeight = 0
|
|
OnDblClick = ListBox1DblClick
|
|
TabOrder = 0
|
|
end
|
|
end
|
|
object Panel3: TPanel
|
|
AnchorSideLeft.Control = Panel5
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = Label1
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Panel1
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = Panel4
|
|
Left = 244
|
|
Height = 265
|
|
Top = 68
|
|
Width = 242
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
BevelOuter = bvNone
|
|
ClientHeight = 265
|
|
ClientWidth = 242
|
|
TabOrder = 3
|
|
object Label3: TLabel
|
|
Left = 0
|
|
Height = 15
|
|
Top = 0
|
|
Width = 239
|
|
Align = alTop
|
|
BorderSpacing.Right = 3
|
|
Caption = 'List of processes that will not hide'
|
|
Enabled = False
|
|
ParentColor = False
|
|
end
|
|
object ListBox2: TListBox
|
|
AnchorSideTop.Control = Label3
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Panel3
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = Panel3
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 0
|
|
Height = 250
|
|
Top = 15
|
|
Width = 239
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
BorderSpacing.Right = 3
|
|
Enabled = False
|
|
ItemHeight = 0
|
|
OnDblClick = ListBox2DblClick
|
|
TabOrder = 0
|
|
end
|
|
end
|
|
object Panel4: TPanel
|
|
AnchorSideLeft.Control = Panel1
|
|
AnchorSideLeft.Side = asrCenter
|
|
AnchorSideTop.Control = Panel2
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideBottom.Control = Panel1
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 149
|
|
Height = 25
|
|
Top = 341
|
|
Width = 188
|
|
Anchors = [akLeft, akBottom]
|
|
AutoSize = True
|
|
BorderSpacing.Top = 8
|
|
BorderSpacing.Bottom = 8
|
|
BevelOuter = bvNone
|
|
ClientHeight = 25
|
|
ClientWidth = 188
|
|
TabOrder = 4
|
|
object Button2: TButton
|
|
AnchorSideLeft.Control = Button1
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = Button1
|
|
Left = 98
|
|
Height = 25
|
|
Top = 0
|
|
Width = 90
|
|
AutoSize = True
|
|
BorderSpacing.Left = 8
|
|
Cancel = True
|
|
Caption = 'Cancel'
|
|
Constraints.MinWidth = 90
|
|
ModalResult = 2
|
|
TabOrder = 0
|
|
end
|
|
object Button1: TButton
|
|
AnchorSideLeft.Control = Panel4
|
|
AnchorSideTop.Control = Panel4
|
|
Left = 0
|
|
Height = 25
|
|
Top = 0
|
|
Width = 90
|
|
AutoSize = True
|
|
Caption = 'OK'
|
|
Constraints.MinWidth = 90
|
|
Default = True
|
|
OnClick = Button1Click
|
|
TabOrder = 1
|
|
end
|
|
end
|
|
object Panel5: TPanel
|
|
AnchorSideLeft.Control = Panel1
|
|
AnchorSideLeft.Side = asrCenter
|
|
Left = 242
|
|
Height = 279
|
|
Top = 121
|
|
Width = 2
|
|
BevelOuter = bvNone
|
|
TabOrder = 5
|
|
end
|
|
end
|
|
end
|