about.pas
来自「ToolBar工具栏控件的使用,动态建立主菜单选项,窗口界面的动态分隔条」· PAS 代码 · 共 24 行
PAS
24 行
unit About;
interface
uses WinTypes, WinProcs, Classes, Graphics, Forms, Controls, StdCtrls,
Buttons, ExtCtrls;
type
TAboutBox = class(TForm)
Panel1: TPanel;
OKButton: TButton;
ProgramIcon: TImage;
Label1: TLabel;
end;
var
AboutBox: TAboutBox;
implementation
{$R *.DFM}
end.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?