about.~pa
来自「进销存程序设计」· ~PA 代码 · 共 34 行
~PA
34 行
unit About;
interface
uses Windows, SysUtils, Classes, Graphics, Forms, Controls, StdCtrls,
Buttons, ExtCtrls;
type
TfmAboutBox = class(TForm)
Panel1: TPanel;
ProgramIcon: TImage;
ProductName: TLabel;
Copyright: TLabel;
Comments: TLabel;
OKButton: TButton;
Version: TLabel;
private
{ Private declarations }
public
{ Public declarations }
end;
var
fmAboutBox: TfmAboutBox;
implementation
uses Main;
{$R *.DFM}
end.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?