frmstat.pas

来自「Apprehend Screen Capture Component Versi」· PAS 代码 · 共 36 行

PAS
36
字号
{******************************************************************************}
{*                                                                            *}
{*                         Adirondack Software & Graphics                     *)
(*                                 FrmStat Unit                               *}
{*          (C) Copyright Adirondack Software & Graphics 1996-2001            *}
{*                                                                            *}
{******************************************************************************}

unit frmStat;

interface

uses
   Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
   ComCtrls, StdCtrls, GX_GradientBar, ExtCtrls;

type
   TfrmStatus = class( TForm )
      lblStatus: TLabel;
    Panel1: TPanel;
   private
    { Private declarations }
   public
    { Public declarations }
   end;

var
   frmStatus: TfrmStatus;

implementation

{$R *.DFM}

end.

⌨️ 快捷键说明

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