mirror of
https://github.com/cheat-engine/cheat-engine
synced 2026-08-15 02:26:08 -04:00
73 lines
1.8 KiB
Text
73 lines
1.8 KiB
Text
|
|
object frmTrainerDesignObjectView: TfrmTrainerDesignObjectView
|
||
|
|
Left = 804
|
||
|
|
Top = 578
|
||
|
|
Width = 189
|
||
|
|
Height = 368
|
||
|
|
HelpContext = 14
|
||
|
|
BorderIcons = [biSystemMenu]
|
||
|
|
Caption = 'Object Info'
|
||
|
|
Color = clBtnFace
|
||
|
|
Font.Charset = DEFAULT_CHARSET
|
||
|
|
Font.Color = clWindowText
|
||
|
|
Font.Height = -14
|
||
|
|
Font.Name = 'MS Sans Serif'
|
||
|
|
Font.Style = []
|
||
|
|
OldCreateOrder = False
|
||
|
|
OnCloseQuery = FormCloseQuery
|
||
|
|
OnCreate = FormCreate
|
||
|
|
PixelsPerInch = 120
|
||
|
|
TextHeight = 16
|
||
|
|
object ValueListEditor1: TValueListEditor
|
||
|
|
Left = 0
|
||
|
|
Top = 0
|
||
|
|
Width = 171
|
||
|
|
Height = 323
|
||
|
|
Align = alClient
|
||
|
|
Color = clBtnFace
|
||
|
|
DisplayOptions = [doAutoColResize]
|
||
|
|
Options = [goFixedHorzLine, goVertLine, goHorzLine, goColSizing, goEditing, goAlwaysShowEditor, goThumbTracking]
|
||
|
|
Strings.Strings = (
|
||
|
|
'a=b')
|
||
|
|
TabOrder = 0
|
||
|
|
OnEditButtonClick = ValueListEditor1EditButtonClick
|
||
|
|
OnKeyPress = ValueListEditor1KeyPress
|
||
|
|
OnStringsChange = ValueListEditor1StringsChange
|
||
|
|
OnValidate = ValueListEditor1Validate
|
||
|
|
ColWidths = (
|
||
|
|
87
|
||
|
|
88)
|
||
|
|
end
|
||
|
|
object ColorDialog1: TColorDialog
|
||
|
|
Color = clLime
|
||
|
|
CustomColors.Strings = (
|
||
|
|
'ColorA=FFFFFFFF'
|
||
|
|
'ColorB=FFFFFFFF'
|
||
|
|
'ColorC=FFFFFFFF'
|
||
|
|
'ColorD=FFFFFFFF'
|
||
|
|
'ColorE=FFFFFFFF'
|
||
|
|
'ColorF=FFFFFFFF'
|
||
|
|
'ColorG=FFFFFFFF'
|
||
|
|
'ColorH=FFFFFFFF'
|
||
|
|
'ColorI=FFFFFFFF'
|
||
|
|
'ColorJ=FFFFFFFF'
|
||
|
|
'ColorK=FFFFFFFF'
|
||
|
|
'ColorL=FFFFFFFF'
|
||
|
|
'ColorM=FFFFFFFF'
|
||
|
|
'ColorN=FFFFFFFF'
|
||
|
|
'ColorO=FFFFFFFF'
|
||
|
|
'ColorP=FFFFFFFF')
|
||
|
|
Left = 24
|
||
|
|
Top = 48
|
||
|
|
end
|
||
|
|
object OpenPictureDialog1: TOpenPictureDialog
|
||
|
|
DefaultExt = 'bmp'
|
||
|
|
Filter = 'Images (*.bmp,*.jpg)|*.bmp;*.jpg'
|
||
|
|
Left = 72
|
||
|
|
Top = 56
|
||
|
|
end
|
||
|
|
object OpenDialog1: TOpenDialog
|
||
|
|
Left = 48
|
||
|
|
Top = 96
|
||
|
|
end
|
||
|
|
end
|