aboutformunit.~pas

来自「如果您在试用或使用过程中认为软件需修改」· ~PAS 代码 · 共 31 行

~PAS
31
字号
unit AboutFormUnit;

interface

uses
  Windows, Messages, SysUtils, Classes, Graphics,
  Controls, Forms, Dialogs, StdCtrls, ExtCtrls, jpeg;
type
  TAboutForm = class(TForm)
    Panel1: TPanel;
    Label1: TLabel;
    Image2: TImage;
    Label3: TLabel;
    Label5: TLabel;
  private
    { Private declarations }
  public
    { Public declarations }
  end;

var
  AboutForm: TAboutForm;

{This file is generated by DeDe Ver 3.02 Copyright (c) 1999-2002 DaFixer}

implementation

{$R *.DFM}

end.

⌨️ 快捷键说明

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