cheat-engine/Cheat Engine/StructuresAddElementfrm.lfm

186 lines
4.4 KiB
Text

object frmStructuresAddElement: TfrmStructuresAddElement
Left = 318
Height = 171
Top = 482
Width = 300
AutoSize = True
BorderStyle = bsDialog
Caption = 'Add Element'
ClientHeight = 171
ClientWidth = 300
Font.Height = -14
Font.Name = 'MS Sans Serif'
OnCreate = FormCreate
OnShow = FormShow
Position = poScreenCenter
LCLVersion = '1.6.0.4'
object Label1: TLabel
AnchorSideLeft.Control = edtOffset
AnchorSideTop.Control = edtOffset
AnchorSideTop.Side = asrBottom
Left = 20
Height = 13
Top = 38
Width = 51
BorderSpacing.Top = 2
Caption = 'description'
Font.Height = -11
Font.Name = 'MS Sans Serif'
ParentColor = False
ParentFont = False
end
object Label2: TLabel
AnchorSideLeft.Control = edtByteSize
AnchorSideBottom.Control = edtByteSize
Left = 240
Height = 13
Top = 78
Width = 39
Anchors = [akLeft, akBottom]
BorderSpacing.Right = 4
Caption = 'Bytesize'
Font.Height = -11
Font.Name = 'MS Sans Serif'
ParentColor = False
ParentFont = False
end
object Label3: TLabel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner
Left = 20
Height = 13
Top = 2
Width = 28
BorderSpacing.Left = 20
BorderSpacing.Top = 2
Caption = 'Offset'
Font.Height = -11
Font.Name = 'MS Sans Serif'
ParentColor = False
ParentFont = False
end
object cbType: TComboBox
AnchorSideLeft.Control = cbPointerto
AnchorSideTop.Control = cbPointerto
AnchorSideTop.Side = asrBottom
Left = 20
Height = 21
Top = 91
Width = 208
Font.Height = -11
Font.Name = 'MS Sans Serif'
ItemHeight = 13
OnChange = cbTypeChange
ParentFont = False
Style = csDropDownList
TabOrder = 2
end
object cbPointerto: TCheckBox
AnchorSideLeft.Control = edtDescription
AnchorSideTop.Control = edtDescription
AnchorSideTop.Side = asrBottom
Left = 20
Height = 19
Top = 72
Width = 67
Caption = 'pointer to:'
Font.Height = -11
Font.Name = 'MS Sans Serif'
ParentFont = False
TabOrder = 1
end
object Button1: TButton
AnchorSideLeft.Control = cbType
AnchorSideTop.Control = cbType
AnchorSideTop.Side = asrBottom
Left = 20
Height = 23
Top = 120
Width = 75
AutoSize = True
BorderSpacing.Top = 8
BorderSpacing.Bottom = 8
Caption = 'OK'
Constraints.MinWidth = 75
Default = True
Font.Height = -11
Font.Name = 'MS Sans Serif'
ModalResult = 1
OnClick = Button1Click
ParentFont = False
TabOrder = 4
end
object Button2: TButton
AnchorSideLeft.Control = Button1
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = Button1
Left = 102
Height = 23
Top = 120
Width = 75
AutoSize = True
BorderSpacing.Left = 7
BorderSpacing.Right = 4
BorderSpacing.Bottom = 8
Cancel = True
Caption = 'Cancel'
Constraints.MinWidth = 75
Font.Height = -11
Font.Name = 'MS Sans Serif'
ModalResult = 2
ParentFont = False
TabOrder = 5
end
object edtDescription: TEdit
AnchorSideLeft.Control = edtOffset
AnchorSideTop.Control = Label1
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = cbType
AnchorSideRight.Side = asrBottom
Left = 20
Height = 21
Top = 51
Width = 208
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Right = 4
Font.Height = -11
Font.Name = 'MS Sans Serif'
ParentFont = False
TabOrder = 0
Text = 'undefined'
end
object edtByteSize: TEdit
AnchorSideTop.Control = cbType
Left = 240
Height = 21
Top = 91
Width = 54
BorderSpacing.Right = 4
Enabled = False
Font.Height = -11
Font.Name = 'MS Sans Serif'
OnChange = edtByteSizeChange
ParentFont = False
TabOrder = 3
Text = '0'
end
object edtOffset: TEdit
AnchorSideLeft.Control = Label3
AnchorSideTop.Control = Label3
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = cbType
AnchorSideRight.Side = asrBottom
Left = 20
Height = 21
Top = 15
Width = 208
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Right = 4
Font.Height = -11
Font.Name = 'MS Sans Serif'
OnChange = edtOffsetChange
ParentFont = False
TabOrder = 6
Text = '0'
end
end