about.pas

来自「delpi数据可例子生产企业人力资源管理系统.rar 生产企业人力资源管理系统.」· PAS 代码 · 共 36 行

PAS
36
字号
unit about;

interface

uses
  Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
  Dialogs, ExtCtrls, SUIForm, StdCtrls, jpeg;

type
  Tabout_form = class(TForm)
    about_form: TsuiForm;
    Label1: TLabel;
    Label2: TLabel;
    Label3: TLabel;
    Label4: TLabel;
    Label5: TLabel;
    Label6: TLabel;
    Label7: TLabel;
    Label8: TLabel;
    Image1: TImage;
    Shape1: TShape;
  private
    { Private declarations }
  public
    { Public declarations }
  end;

var
  about_form: Tabout_form;

implementation

{$R *.dfm}

end.

⌨️ 快捷键说明

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