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

📄 about.pas

📁 详细说明:毕业论文中关于小型宾馆管理系统的详细设计毕 业论文中关于小型宾馆...一个酒店管理系统VB+Access [学生学籍管理系统(VB+Acess).zip] - !这个是刚刚编的毕业设计,可能
💻 PAS
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -