unit3.pas

来自「AHM控件包 AHM控件包」· PAS 代码 · 共 34 行

PAS
34
字号
unit Unit3;

interface

uses
  Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
  StdCtrls, Buttons, AHMControls, AHMTGauge, AHMTLabel, ExtCtrls,
  AHMTPanel, AHMTBackground, ComCtrls;

type
  TForm3 = class(TForm)
    AHMBackground1: TAHMBackground;
    AHMPanel1: TAHMPanel;
    AHMLabel1: TAHMLabel;
    AHMGauge1: TAHMGauge;
    BitBtn1: TBitBtn;
    ComboBox1: TComboBox;
    ListBox1: TListBox;
    RichEdit1: TRichEdit;
  private
    { Private declarations }
  public
    { Public declarations }
  end;

var
  Form3: TForm3;

implementation

{$R *.DFM}

end.

⌨️ 快捷键说明

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