repo.pas
来自「此程序是用DELPHPI做的学生就业管理系统,具有查询与录入等功能」· PAS 代码 · 共 73 行
PAS
73 行
unit repo;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, RpRender, RpRenderCanvas, RpRenderPreview, RpDefine, RpCon,
RpConDS, RpSystem, RpBase, RpFiler, RpRenderPDF, RpRave, RpRenderPrinter,
ppDB, ppDBPipe, ppEndUsr, ExtCtrls, ppViewr, ppComm, ppRelatv, ppProd,
ppClass, ppReport, ppPrnabl, ppCtrls, ppBands, ppCache, StdCtrls,
QRCtrls, QuickRpt, TeeProcs, TeEngine, Chart, DbChart, QRTEE;
type
TForm6 = class(TForm)
Button1: TButton;
QuickRep1: TQuickRep;
QRStringsBand1: TQRStringsBand;
QRSubDetail1: TQRSubDetail;
QRLabel1: TQRLabel;
QRLabel2: TQRLabel;
QRLabel3: TQRLabel;
QRLabel4: TQRLabel;
QRLabel5: TQRLabel;
QRLabel6: TQRLabel;
QRDBText1: TQRDBText;
QRDBText2: TQRDBText;
QRDBText3: TQRDBText;
QRDBText4: TQRDBText;
QRDBText5: TQRDBText;
QRDBText6: TQRDBText;
QRDBText7: TQRDBText;
QRDBText8: TQRDBText;
QRDBText9: TQRDBText;
QRDBText10: TQRDBText;
QRDBText11: TQRDBText;
QRDBText12: TQRDBText;
QRBand1: TQRBand;
QRStringsBand2: TQRStringsBand;
QRSysData2: TQRSysData;
QRShape1: TQRShape;
QRShape2: TQRShape;
QRLabel7: TQRLabel;
QRLabel9: TQRLabel;
QRLabel10: TQRLabel;
QRLabel11: TQRLabel;
QRLabel12: TQRLabel;
QRLabel8: TQRLabel;
QRDBText13: TQRDBText;
QRLabel13: TQRLabel;
QRLabel14: TQRLabel;
QRLabel15: TQRLabel;
QRShape3: TQRShape;
QRSysData3: TQRSysData;
QRLabel16: TQRLabel;
QRLabel17: TQRLabel;
QRSysData1: TQRSysData;
QRLabel18: TQRLabel;
QRLabel19: TQRLabel;
private
{ Private declarations }
public
{ Public declarations }
end;
var
Form6: TForm6;
implementation
uses main_un,da_un;
{$R *.dfm}
end.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?