1 Star 0 Fork 0

JonK/cheat-engine

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
gdbserverconnectdialog.lfm 1.58 KB
一键复制 编辑 原始数据 按行查看 历史
Dark Byte 提交于 2023-10-20 23:32 +08:00 . add a gdbserver interface
object frmGDBServerConnectDialog: TfrmGDBServerConnectDialog
Left = 375
Height = 93
Top = 313
Width = 320
AutoSize = True
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'GDB Server connect'
ClientHeight = 93
ClientWidth = 320
Position = poScreenCenter
LCLVersion = '2.2.2.0'
object Label1: TLabel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner
Left = 4
Height = 15
Top = 4
Width = 55
BorderSpacing.Left = 4
BorderSpacing.Top = 4
Caption = 'Hostname'
ParentColor = False
end
object Edit1: TEdit
AnchorSideLeft.Control = Label1
AnchorSideTop.Control = Label1
AnchorSideTop.Side = asrBottom
Left = 4
Height = 23
Top = 19
Width = 186
TabOrder = 0
Text = 'localhost'
end
object Label2: TLabel
AnchorSideLeft.Control = Edit2
AnchorSideTop.Control = Label1
Left = 200
Height = 15
Top = 4
Width = 22
Caption = 'Port'
ParentColor = False
end
object Edit2: TEdit
AnchorSideLeft.Control = Edit1
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = Label2
AnchorSideTop.Side = asrBottom
Left = 200
Height = 23
Top = 19
Width = 80
BorderSpacing.Left = 10
BorderSpacing.Right = 4
TabOrder = 1
Text = '33453'
end
object Button1: TButton
AnchorSideTop.Control = Edit2
AnchorSideTop.Side = asrBottom
Left = 104
Height = 25
Top = 50
Width = 75
BorderSpacing.Top = 8
BorderSpacing.Bottom = 10
Caption = 'Connect'
OnClick = Button1Click
TabOrder = 2
end
end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/JonDO/cheat-engine.git
git@gitee.com:JonDO/cheat-engine.git
JonDO
cheat-engine
cheat-engine
master

搜索帮助