1 Star 0 Fork 0

qinix/SangyMed

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
U_Propre.pas 794 Bytes
一键复制 编辑 原始数据 按行查看 历史
MrGreen7 提交于 2018-04-26 18:46 . Date : 11/08/1439
unit U_Propre;
interface
uses
System.SysUtils, System.Types, System.UITypes, System.Classes,
System.Variants, U_Base_Form,
FMX.Types, FMX.Controls, FMX.Forms, FMX.Graphics, FMX.Dialogs,
FMX.Controls.Presentation, FMX.StdCtrls, FMX.ScrollBox, FMX.Memo, FMX.Objects;
type
TPropre = class(TBase_Form)
Label1: TLabel;
Label2: TLabel;
Label3: TLabel;
GroupBox1: TGroupBox;
Memo1: TMemo;
Image1: TImage;
Image2: TImage;
Button1: TButton;
Rectangle1: TRectangle;
Rectangle2: TRectangle;
Image3: TImage;
Label4: TLabel;
Label5: TLabel;
Label6: TLabel;
private
{ Private declarations }
public
{ Public declarations }
end;
var
Propre: TPropre;
implementation
{$R *.fmx}
end.
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/qinix2/SangyMed.git
git@gitee.com:qinix2/SangyMed.git
qinix2
SangyMed
SangyMed
master

搜索帮助