2 Star 5 Fork 3

szlbz/QFComponent

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
SetImage.lfm 1.15 KB
一键复制 编辑 原始数据 按行查看 历史
szlbz 提交于 2024-03-15 13:46 . Add files via upload
object frmImage: TfrmImage
Left = 1188
Height = 273
Top = 304
Width = 534
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = '插入图像'
ClientHeight = 273
ClientWidth = 534
DesignTimePPI = 144
Position = poMainFormCenter
object lblImgUrl: TLabeledEdit
Left = 16
Height = 32
Top = 40
Width = 408
EditLabel.Height = 24
EditLabel.Width = 408
EditLabel.Caption = '图像文件:'
EditLabel.ParentColor = False
TabOrder = 1
end
object cmdInsert: TButton
Left = 272
Height = 38
Top = 217
Width = 113
Caption = '插入图像'
Default = True
TabOrder = 0
OnClick = cmdInsertClick
end
object cmdClose: TButton
Left = 400
Height = 38
Top = 217
Width = 113
Caption = '关闭'
TabOrder = 2
OnClick = cmdCloseClick
end
object Button1: TButton
Left = 424
Height = 38
Top = 37
Width = 37
Caption = '...'
TabOrder = 3
OnClick = Button1Click
end
object OpenPictureDialog1: TOpenPictureDialog
Title = '打开图像文件'
Left = 216
Top = 32
end
end
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Pascal
1
https://gitee.com/szlbz/qfcomponent.git
git@gitee.com:szlbz/qfcomponent.git
szlbz
qfcomponent
QFComponent
main

搜索帮助