📄 mrkhxxbb.pas
字号:
unit MRKHXXBB;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ExtCtrls, QuickRpt, Db, DBTables, Qrctrls;
type
TKHXXBB = class(TForm)
Table1: TTable;
QuickRep1: TQuickRep;
Table1id: TAutoIncField;
Table1khbh: TStringField;
Table1khqc: TStringField;
Table1lxdh: TStringField;
Table1lxr: TStringField;
Table1sj: TStringField;
Table1di: TStringField;
Table1yb: TStringField;
Table1cz: TStringField;
Table1wz: TStringField;
Table1khyh: TStringField;
Table1yhzh: TStringField;
Table1nsh: TStringField;
ColumnHeaderBand1: TQRBand;
DetailBand1: TQRBand;
PageFooterBand1: TQRBand;
TitleBand1: TQRBand;
QRLabel1: TQRLabel;
QRLabel2: TQRLabel;
QRLabel3: TQRLabel;
QRLabel4: TQRLabel;
QRLabel5: TQRLabel;
QRLabel6: TQRLabel;
QRLabel7: TQRLabel;
QRLabel8: TQRLabel;
QRLabel10: TQRLabel;
QRDBText1: TQRDBText;
QRDBText2: TQRDBText;
QRDBText3: TQRDBText;
QRDBText4: TQRDBText;
QRDBText5: TQRDBText;
QRDBText6: TQRDBText;
QRDBText7: TQRDBText;
QRDBText9: TQRDBText;
QRShape1: TQRShape;
QRShape2: TQRShape;
QRShape3: TQRShape;
QRShape4: TQRShape;
QRShape5: TQRShape;
QRShape6: TQRShape;
QRShape7: TQRShape;
QRShape10: TQRShape;
QRShape11: TQRShape;
QRShape12: TQRShape;
QRShape13: TQRShape;
QRShape14: TQRShape;
QRShape15: TQRShape;
QRShape16: TQRShape;
QRShape17: TQRShape;
QRShape18: TQRShape;
QRShape19: TQRShape;
QRShape20: TQRShape;
QRShape21: TQRShape;
QRShape24: TQRShape;
QRShape25: TQRShape;
QRSysData1: TQRSysData;
QRExpr1: TQRExpr;
QRShape26: TQRShape;
QRSysData2: TQRSysData;
procedure FormCreate(Sender: TObject);
private
{ Private declarations }
public
{ Public declarations }
end;
var
KHXXBB: TKHXXBB;
implementation
{$R *.DFM}
procedure TKHXXBB.FormCreate(Sender: TObject);
begin
table1.databasename:='moed';
table1.tablename:='kehu';
table1.open;
end;
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -