sp.pas
来自「DelphiHelper---Delphi帮助源代码」· PAS 代码 · 共 29 行
PAS
29 行
unit sp;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, RzBckgnd, StdCtrls, RzLabel;
type
Tfrmsp = class(TForm)
RzBackground1: TRzBackground;
RzLabel1: TRzLabel;
RzLabel2: TRzLabel;
RzLabel3: TRzLabel;
private
{ Private declarations }
public
{ Public declarations }
end;
var
frmsp: Tfrmsp;
implementation
{$R *.dfm}
end.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?