ffrmimg.pas
来自「财务软件:功能尚可,基于UML设计开发的delphi系统,文档齐全」· PAS 代码 · 共 32 行
PAS
32 行
unit FfrmImg;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ImgList;
type
TfrmImg = class(TForm)
imgToolBar1: TImageList;
ImageList4: TImageList;
imgToolBar: TImageList;
ImageList3: TImageList;
ImageList1: TImageList;
imgCommon24: TImageList;
imgCommon16: TImageList;
private
{ Private declarations }
public
{ Public declarations }
end;
var
frmImg: TfrmImg;
implementation
{$R *.dfm}
end.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?