frmstat.pas
来自「Apprehend Screen Capture Component Versi」· PAS 代码 · 共 37 行
PAS
37 行
//------------------------------------------------------------------------------
// Apprehend Demo
// Copyright (c) 2000 : Copyright Adirondack Software & Graphics 1996-2000
// Created : 12-30-2000
// Last Modification : 12-30-2000
// Description : frmStat Unit
// Requires : LMD Controls and Preview Components
//------------------------------------------------------------------------------
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 + -
显示快捷键?