aboutcompy.pas

来自「计量功能 事件记录 购电提醒 欠费报警 负荷控制 自检功能 显示功能」· PAS 代码 · 共 32 行

PAS
32
字号
unit AboutCompy;

interface

uses Windows, SysUtils, Classes, Graphics, Forms, Controls, StdCtrls,
  Buttons, ExtCtrls;

type
  TFrmAboutCompy = class(TForm)
    Panel1: TPanel;
    CompyName: TLabel;
    Addr: TLabel;
    CompyIntro: TLabel;
    OKButton: TButton;
    CompyBmp: TImage;
    Label1: TLabel;
  private
    { Private declarations }
  public
    { Public declarations }
  end;

var
  FrmAboutCompy: TFrmAboutCompy;

implementation

{$R *.DFM}

end.
 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?