main_aboutboxform.pas
来自「采用delphi7.0制作的校园管理系统」· PAS 代码 · 共 30 行
PAS
30 行
unit main_AboutBoxform;
interface
uses Windows, SysUtils, Classes, Graphics, Forms, Controls, StdCtrls,
Buttons, ExtCtrls, jpeg;
type
Tmain_AboutBox = class(TForm)
private
{ Private declarations }
public
{ Public declarations }
end;
var
main_AboutBox: Tmain_AboutBox;
implementation
{$R *.DFM}
end.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?