1 Star 0 Fork 0

phy0292/cheat-engine

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
frmselectionlistunit.lfm 1.39 KB
一键复制 编辑 原始数据 按行查看 历史
cheat-engine 提交于 2019-12-20 00:49 +08:00 . Fix registry issues
object frmSelectionList: TfrmSelectionList
Left = 751
Height = 232
Top = 154
Width = 313
BorderIcons = [biSystemMenu]
Caption = 'title'
ClientHeight = 232
ClientWidth = 313
OnShow = FormShow
Position = poScreenCenter
LCLVersion = '1.6.4.0'
object Label1: TLabel
Left = 0
Height = 15
Top = 0
Width = 313
Align = alTop
Caption = 'caption'
ParentColor = False
WordWrap = True
end
object ListBox1: TListBox
Left = 0
Height = 161
Top = 38
Width = 313
Align = alClient
ItemHeight = 0
OnDblClick = ListBox1DblClick
OnSelectionChange = ListBox1SelectionChange
TabOrder = 0
end
object Panel1: TPanel
Left = 0
Height = 33
Top = 199
Width = 313
Align = alBottom
AutoSize = True
ClientHeight = 33
ClientWidth = 313
TabOrder = 1
object btnOK: TButton
Left = 124
Height = 25
Top = 4
Width = 66
Anchors = [akTop]
AutoSize = True
BorderSpacing.Top = 3
BorderSpacing.Bottom = 3
Caption = ' OK '
Default = True
ModalResult = 1
TabOrder = 0
end
end
object Edit1: TEdit
Left = 0
Height = 23
Top = 15
Width = 313
Align = alTop
OnChange = Edit1Change
OnKeyPress = Edit1KeyPress
TabOrder = 2
Visible = False
end
end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/phy0292/cheat-engine.git
git@gitee.com:phy0292/cheat-engine.git
phy0292
cheat-engine
cheat-engine
master

搜索帮助