⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 aboutformunit.pas

📁 企业经营管理系统开发实例导航-小区物业管理
💻 PAS
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -