加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
unit_main.lfm 846 Bytes
一键复制 编辑 原始数据 按行查看 历史
xtbanban 提交于 2024-11-19 16:29 . 完成注释...
object Form_main: TForm_main
Left = 608
Height = 403
Top = 123
Width = 651
Caption = 'Form_main'
ClientHeight = 403
ClientWidth = 651
DesignTimePPI = 120
LCLVersion = '3.4.0.0'
object Panel1: TPanel
Left = 0
Height = 403
Top = 0
Width = 651
Align = alClient
ClientHeight = 403
ClientWidth = 651
TabOrder = 0
object StaticText1: TStaticText
Left = 56
Height = 32
Top = 32
Width = 200
Caption = '欢迎使用本系统'
Color = clDefault
Font.Color = clMaroon
Font.Height = -25
Font.Style = [fsBold, fsItalic]
ParentFont = False
ParentColor = False
TabOrder = 0
end
object Bevel1: TBevel
Left = 24
Height = 4
Top = 93
Width = 607
Anchors = [akTop, akLeft, akRight]
end
end
end
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化