cheat-engine/Cheat Engine/formAddToCodeList.lfm

112 lines
2.6 KiB
Text
Raw Permalink Normal View History

2011-07-04 19:52:53 +00:00
object frmAddToCodeList: TfrmAddToCodeList
2016-08-13 02:20:35 +02:00
Left = 763
2017-04-08 00:11:56 +02:00
Height = 90
2016-08-13 02:20:35 +02:00
Top = 378
2016-08-15 00:49:11 +02:00
Width = 209
2016-08-13 02:20:35 +02:00
AutoSize = True
2011-07-04 19:52:53 +00:00
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Region to add'
2017-04-08 00:11:56 +02:00
ClientHeight = 90
2016-08-15 00:49:11 +02:00
ClientWidth = 209
2011-07-04 19:52:53 +00:00
OnClose = FormClose
2016-08-13 02:20:35 +02:00
OnCreate = FormCreate
2011-07-04 19:52:53 +00:00
OnShow = FormShow
Position = poOwnerFormCenter
LCLVersion = '1.6.0.4'
2011-07-04 19:52:53 +00:00
object Label1: TLabel
2016-08-13 02:20:35 +02:00
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Edit1
AnchorSideTop.Side = asrCenter
Left = 2
2016-08-15 00:49:11 +02:00
Height = 15
2011-07-04 19:52:53 +00:00
Top = 8
2016-08-15 00:49:11 +02:00
Width = 28
2016-08-13 02:20:35 +02:00
BorderSpacing.Left = 2
2011-07-04 19:52:53 +00:00
Caption = 'From'
ParentColor = False
end
object Label2: TLabel
2016-08-13 02:20:35 +02:00
AnchorSideTop.Control = Edit2
AnchorSideTop.Side = asrCenter
AnchorSideRight.Control = Edit2
Left = 18
2016-08-15 00:49:11 +02:00
Height = 15
Top = 31
Width = 14
2016-08-13 02:20:35 +02:00
Anchors = [akTop, akRight]
2011-07-04 19:52:53 +00:00
Caption = 'To'
ParentColor = False
end
object Edit1: TEdit
2016-08-13 02:20:35 +02:00
AnchorSideLeft.Control = Label1
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = Owner
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
2016-08-15 00:49:11 +02:00
Left = 32
Height = 23
2011-07-04 19:52:53 +00:00
Top = 4
2016-08-15 00:49:11 +02:00
Width = 175
2016-08-13 02:20:35 +02:00
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 2
BorderSpacing.Top = 4
BorderSpacing.Right = 2
2017-04-08 00:11:56 +02:00
Constraints.MinWidth = 175
2011-07-04 19:52:53 +00:00
TabOrder = 0
Text = 'DDDDDDDD'
end
object Button1: TButton
2016-08-13 02:20:35 +02:00
AnchorSideTop.Control = Edit2
AnchorSideTop.Side = asrBottom
2011-07-04 19:52:53 +00:00
Left = 8
Height = 25
2017-04-08 00:11:56 +02:00
Top = 55
2011-07-04 19:52:53 +00:00
Width = 75
2017-04-08 00:11:56 +02:00
AutoSize = True
2016-08-13 02:20:35 +02:00
BorderSpacing.Left = 2
2017-04-08 00:11:56 +02:00
BorderSpacing.Top = 5
BorderSpacing.Bottom = 3
2011-07-04 19:52:53 +00:00
Caption = 'OK'
2017-04-08 00:11:56 +02:00
Constraints.MinHeight = 25
Constraints.MinWidth = 75
2011-07-04 19:52:53 +00:00
Default = True
OnClick = Button1Click
TabOrder = 2
end
object Button2: TButton
2017-04-08 00:11:56 +02:00
AnchorSideLeft.Control = Button1
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = Button1
Left = 87
2011-07-04 19:52:53 +00:00
Height = 25
2017-04-08 00:11:56 +02:00
Top = 55
2011-07-04 19:52:53 +00:00
Width = 75
2017-04-08 00:11:56 +02:00
AutoSize = True
BorderSpacing.Left = 4
2016-08-13 02:20:35 +02:00
BorderSpacing.Right = 2
2017-04-08 00:11:56 +02:00
BorderSpacing.Bottom = 3
2011-07-04 19:52:53 +00:00
Cancel = True
Caption = 'Cancel'
2017-04-08 00:11:56 +02:00
Constraints.MinHeight = 25
Constraints.MinWidth = 75
2011-07-04 19:52:53 +00:00
ModalResult = 2
TabOrder = 3
end
object Edit2: TEdit
2016-08-13 02:20:35 +02:00
AnchorSideLeft.Control = Edit1
AnchorSideTop.Control = Edit1
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Edit1
AnchorSideRight.Side = asrBottom
2016-08-15 00:49:11 +02:00
Left = 32
Height = 23
Top = 27
Width = 175
2016-08-13 02:20:35 +02:00
Anchors = [akTop, akLeft, akRight]
2017-04-08 00:11:56 +02:00
Constraints.MinWidth = 175
2011-07-04 19:52:53 +00:00
TabOrder = 1
Text = 'FFFFFFFF'
end
end