?? unitprint.pas
字號:
unit UnitPrint;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, QuickRpt, QRCtrls, ExtCtrls;
type
TFrmPrint = class(TForm)
QuickRep1: TQuickRep;
QRBand1: TQRBand;
QRLabDrvTitle: TQRLabel;
QRBand2: TQRBand;
QRLabel2: TQRLabel;
QRShape2: TQRShape;
QRLabel3: TQRLabel;
QRLabel4: TQRLabel;
QRShape6: TQRShape;
QRLabel11: TQRLabel;
QRLabel12: TQRLabel;
QRLabel1: TQRLabel;
QRShape1: TQRShape;
QRShape3: TQRShape;
QRShape4: TQRShape;
QRShape5: TQRShape;
QRShape7: TQRShape;
QRShape8: TQRShape;
QRShape9: TQRShape;
QRShape10: TQRShape;
QRShape11: TQRShape;
QRShape12: TQRShape;
QRLabel5: TQRLabel;
QRLabel6: TQRLabel;
QRLabel7: TQRLabel;
QRLabel8: TQRLabel;
QRLabel9: TQRLabel;
QRLabel10: TQRLabel;
QRLabel13: TQRLabel;
QRLabel14: TQRLabel;
QRLabel15: TQRLabel;
QRLabel16: TQRLabel;
QRLabel17: TQRLabel;
QRLabel18: TQRLabel;
QRLabel19: TQRLabel;
QRLabel20: TQRLabel;
QRLabel21: TQRLabel;
QRLabel22: TQRLabel;
QRShape13: TQRShape;
QRLabel23: TQRLabel;
QRLabel24: TQRLabel;
QRShape14: TQRShape;
QRShape15: TQRShape;
QRShape16: TQRShape;
QRLabOEMID: TQRLabel;
QRLabBytesPerSec: TQRLabel;
QRLabSecSPerClu: TQRLabel;
QRLabResSecs: TQRLabel;
QRLabFATCopies: TQRLabel;
QRLabRootDir: TQRLabel;
QRLabTotSecs: TQRLabel;
QRLabMedia: TQRLabel;
QRLabSecsPerFAT: TQRLabel;
QRLabSecsPerTrack: TQRLabel;
QRLabSides: TQRLabel;
QRLabHideSec: TQRLabel;
QRLabTotalSec: TQRLabel;
QRLabPdriveNum: TQRLabel;
QRLabEBRSign: TQRLabel;
QRLabVolID: TQRLabel;
QRLabVolLab: TQRLabel;
QRLabFileSystem: TQRLabel;
QRLabSecsPerFAT1: TQRLabel;
QRLabExSign: TQRLabel;
QRLabFSysVer: TQRLabel;
QRLabRootDirClus: TQRLabel;
QRLabFSysInfoSecs: TQRLabel;
QRLabBootSecs: TQRLabel;
private
{ Private declarations }
public
{ Public declarations }
end;
var
FrmPrint: TFrmPrint;
implementation
uses main;
{$R *.dfm}
end.
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -