unit23.~pas

来自「用delphi实现的一个酒店管理系统框架」· ~PAS 代码 · 共 40 行

~PAS
40
字号
unit Unit23;

interface

uses
  Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
  Dialogs, Inherit, StdCtrls, Menus, ExtDlgs, ExtCtrls, RpDefine, RpRave,
  DB, ADODB, ImgList, ComCtrls, Grids, DBGrids, DBCtrls, ToolWin;

type
  TTInherit23 = class(TTInherit)
    Label1: TLabel;
    Label2: TLabel;
    Label3: TLabel;
    Label4: TLabel;
    Edit1: TEdit;
    Edit2: TEdit;
    Edit3: TEdit;
    Memo1: TMemo;
    Label5: TLabel;
    Label6: TLabel;
    Edit4: TEdit;
    ComboBox1: TComboBox;
    Button1: TButton;
    Button2: TButton;
  private
    { Private declarations }
  public
    { Public declarations }
  end;

var
  TInherit23: TTInherit23;

implementation

{$R *.dfm}

end.

⌨️ 快捷键说明

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