cheat-engine/Cheat Engine/formAddToCodeList.lfm
2016-08-15 00:49:11 +02:00

103 lines
2.4 KiB
Text

object frmAddToCodeList: TfrmAddToCodeList
Left = 763
Height = 76
Top = 378
Width = 209
AutoSize = True
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Region to add'
ClientHeight = 76
ClientWidth = 209
OnClose = FormClose
OnCreate = FormCreate
OnShow = FormShow
PopupMode = pmAuto
Position = poOwnerFormCenter
LCLVersion = '1.6.0.4'
object Label1: TLabel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Edit1
AnchorSideTop.Side = asrCenter
Left = 2
Height = 15
Top = 8
Width = 28
BorderSpacing.Left = 2
Caption = 'From'
ParentColor = False
end
object Label2: TLabel
AnchorSideTop.Control = Edit2
AnchorSideTop.Side = asrCenter
AnchorSideRight.Control = Edit2
Left = 18
Height = 15
Top = 31
Width = 14
Anchors = [akTop, akRight]
Caption = 'To'
ParentColor = False
end
object Edit1: TEdit
AnchorSideLeft.Control = Label1
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = Owner
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 32
Height = 23
Top = 4
Width = 175
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 2
BorderSpacing.Top = 4
BorderSpacing.Right = 2
TabOrder = 0
Text = 'DDDDDDDD'
end
object Button1: TButton
AnchorSideTop.Control = Edit2
AnchorSideTop.Side = asrBottom
Left = 8
Height = 25
Top = 52
Width = 75
BorderSpacing.Left = 2
BorderSpacing.Top = 2
BorderSpacing.Bottom = 2
Caption = 'OK'
Default = True
OnClick = Button1Click
TabOrder = 2
end
object Button2: TButton
AnchorSideTop.Control = Edit2
AnchorSideTop.Side = asrBottom
Left = 88
Height = 25
Top = 52
Width = 75
BorderSpacing.Top = 2
BorderSpacing.Right = 2
BorderSpacing.Bottom = 2
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 3
end
object Edit2: TEdit
AnchorSideLeft.Control = Edit1
AnchorSideTop.Control = Edit1
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Edit1
AnchorSideRight.Side = asrBottom
Left = 32
Height = 23
Top = 27
Width = 175
Anchors = [akTop, akLeft, akRight]
TabOrder = 1
Text = 'FFFFFFFF'
end
end