about.~pas

来自「详细说明:毕业论文中关于小型宾馆管理系统的详细设计毕 业论文中关于小型宾馆...」· ~PAS 代码 · 共 40 行

~PAS
40
字号
unit About;

interface

uses
  Windows, Messages, SysUtils, Classes, Graphics,
  Controls, Forms, Dialogs, Buttons, StdCtrls;

type
  TFormAbout=class(TForm)
    Label1: TLabel;
    Label3: TLabel;
    Label13: TLabel;
    BitBtn1: TBitBtn;
    GroupBox1: TGroupBox;
    Label10: TLabel;
    SpeedButton1: TSpeedButton;
    Label8: TLabel;
    SpeedButton2: TSpeedButton;
    Label4: TLabel;
    Label6: TLabel;
  private
    { Private declarations }
  public
    { Public declarations }
  end ;

var
  FormAbout: TFormAbout;


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

implementation

{$R *.DFM}


end.

⌨️ 快捷键说明

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