加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Unit1.dfm 1.96 KB
一键复制 编辑 原始数据 按行查看 历史
dkq811230 提交于 2022-06-16 08:30 . 人像识别
object Form1: TForm1
Left = 0
Top = 0
Caption = 'Form1'
ClientHeight = 552
ClientWidth = 713
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Button1: TButton
Left = 128
Top = 8
Width = 75
Height = 25
Caption = #22270#29255'1'
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 488
Top = 8
Width = 75
Height = 25
Caption = #22270#29255'2'
TabOrder = 1
OnClick = Button2Click
end
object Memo1: TMemo
Left = 32
Top = 320
Width = 673
Height = 200
ImeName = #20013#25991'('#31616#20307') - '#25628#29399#20116#31508#36755#20837#27861
TabOrder = 2
end
object Button3: TButton
Left = 328
Top = 286
Width = 75
Height = 25
Caption = #20154#33080#27604#36739
TabOrder = 3
OnClick = Button3Click
end
object Panel1: TPanel
Left = 32
Top = 39
Width = 290
Height = 241
BevelInner = bvSpace
BevelKind = bkFlat
Caption = #22270#29255'1'
TabOrder = 4
object Image1: TImage
Left = 2
Top = 2
Width = 282
Height = 233
Align = alClient
Stretch = True
ExplicitLeft = 1
ExplicitTop = 1
ExplicitWidth = 272
ExplicitHeight = 232
end
end
object Panel2: TPanel
Left = 400
Top = 39
Width = 281
Height = 241
BevelInner = bvRaised
BevelKind = bkSoft
Caption = #22270#29255'2'
TabOrder = 5
object Image2: TImage
Left = 2
Top = 2
Width = 273
Height = 233
Align = alClient
Stretch = True
ExplicitLeft = 16
ExplicitTop = 25
ExplicitWidth = 313
ExplicitHeight = 241
end
end
object OpenDialog1: TOpenDialog
Left = 240
Top = 72
end
object OpenDialog2: TOpenDialog
Left = 592
Top = 112
end
end
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化