?? xjprintform.~pas
字號:
unit xjprintform;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
Qrctrls, Db, DBTables, QuickRpt, Buttons, StdCtrls, ExtCtrls;
type
Txjprints = class(TForm)
QuickRep1: TQuickRep;
TitleBand1: TQRBand;
ColumnHeaderBand1: TQRBand;
DetailBand1: TQRBand;
QRLabel1: TQRLabel;
QRLabel2: TQRLabel;
QRLabel3: TQRLabel;
QRLabel4: TQRLabel;
QRLabel5: TQRLabel;
QRLabel7: TQRLabel;
QRLabel8: TQRLabel;
QRLabel9: TQRLabel;
Query1: TQuery;
Query1BDEDesigner: TStringField;
Query1BDEDesigner2: TStringField;
Query1BDEDesigner3: TStringField;
Query1BDEDesigner4: TStringField;
Query1BDEDesigner5: TStringField;
Query1BDEDesigner6: TStringField;
Query1BDEDesigner7: TStringField;
Query1BDEDesigner8: TStringField;
Query1BDEDesigner9: TStringField;
Query1BDEDesigner10: TStringField;
Query1BDEDesigner11: TStringField;
QRLabel10: TQRLabel;
QRLabel11: TQRLabel;
QRLabel12: TQRLabel;
QRLabel13: TQRLabel;
QRDBText1: TQRDBText;
QRDBText2: TQRDBText;
QRDBText3: TQRDBText;
QRDBText4: TQRDBText;
QRDBText5: TQRDBText;
QRDBText6: TQRDBText;
QRDBText7: TQRDBText;
QRDBText8: TQRDBText;
QRDBText9: TQRDBText;
QRDBText10: TQRDBText;
QRDBText11: TQRDBText;
PageHeaderBand1: TQRBand;
QRSysData1: TQRSysData;
QRShape1: TQRShape;
QRShape2: TQRShape;
QRShape3: TQRShape;
QRShape4: TQRShape;
QRShape5: TQRShape;
QRShape6: TQRShape;
QRShape7: TQRShape;
QRShape8: TQRShape;
QRShape9: TQRShape;
QRShape10: TQRShape;
QRShape11: TQRShape;
QRShape13: TQRShape;
QRShape14: TQRShape;
QRShape15: TQRShape;
QRShape17: TQRShape;
QRShape18: TQRShape;
QRShape19: TQRShape;
QRShape20: TQRShape;
QRShape21: TQRShape;
QRShape22: TQRShape;
QRShape23: TQRShape;
QRShape12: TQRShape;
QRShape16: TQRShape;
PageFooterBand1: TQRBand;
QRSysData2: TQRSysData;
QRLabel6: TQRLabel;
QuickRep2: TQuickRep;
TitleBand2: TQRBand;
DetailBand2: TQRBand;
PageFooterBand2: TQRBand;
QRLabel14: TQRLabel;
QRLabel15: TQRLabel;
QRLabel16: TQRLabel;
QRLabel17: TQRLabel;
QRLabel18: TQRLabel;
QRLabel19: TQRLabel;
QRLabel20: TQRLabel;
QRLabel21: TQRLabel;
QRLabel22: TQRLabel;
QRLabel23: TQRLabel;
QRLabel24: TQRLabel;
QRLabel25: TQRLabel;
Query2: TQuery;
Query2BDEDesigner: TStringField;
Query2BDEDesigner2: TStringField;
Query2BDEDesigner3: TStringField;
Query2BDEDesigner4: TStringField;
Query2BDEDesigner5: TStringField;
Query2BDEDesigner6: TStringField;
Query2BDEDesigner7: TStringField;
Query2BDEDesigner8: TStringField;
Query2BDEDesigner9: TStringField;
Query2BDEDesigner10: TStringField;
Query2BDEDesigner11: TStringField;
Query2BDEDesigner12: TMemoField;
Query2BDEDesigner13: TGraphicField;
QRLabel27: TQRLabel;
QRDBImage1: TQRDBImage;
QRDBText12: TQRDBText;
QRDBText13: TQRDBText;
QRDBText14: TQRDBText;
QRDBText15: TQRDBText;
QRDBText16: TQRDBText;
QRDBText17: TQRDBText;
QRDBText18: TQRDBText;
QRDBText19: TQRDBText;
QRDBText20: TQRDBText;
QRDBText21: TQRDBText;
QRDBText22: TQRDBText;
QRDBRichText1: TQRDBRichText;
QRShape24: TQRShape;
sdf: TQRShape;
QRShape26: TQRShape;
QRShape25: TQRShape;
QRShape27: TQRShape;
QRShape28: TQRShape;
QRShape29: TQRShape;
QRShape30: TQRShape;
QRShape31: TQRShape;
QRShape32: TQRShape;
QRShape33: TQRShape;
QRShape34: TQRShape;
QRShape35: TQRShape;
QRShape36: TQRShape;
QRShape37: TQRShape;
QRShape38: TQRShape;
QRShape39: TQRShape;
QRShape40: TQRShape;
QRShape41: TQRShape;
QRShape42: TQRShape;
QRShape43: TQRShape;
QRShape45: TQRShape;
QRShape46: TQRShape;
QRShape47: TQRShape;
Panel1: TPanel;
GroupBox1: TGroupBox;
RadioButton1: TRadioButton;
RadioButton2: TRadioButton;
PrinterSetupDialog1: TPrinterSetupDialog;
QRLabel26: TQRLabel;
QRSysData3: TQRSysData;
PageHeaderBand2: TQRBand;
QRSysData4: TQRSysData;
QRShape44: TQRShape;
Panel2: TPanel;
SpeedButton3: TSpeedButton;
SpeedButton1: TSpeedButton;
SpeedButton4: TSpeedButton;
SpeedButton2: TSpeedButton;
Image1: TImage;
Label1: TLabel;
Label2: TLabel;
procedure SpeedButton3Click(Sender: TObject);
procedure SpeedButton1Click(Sender: TObject);
procedure SpeedButton4Click(Sender: TObject);
procedure SpeedButton2Click(Sender: TObject);
procedure QuickRep1Preview(Sender: TObject);
procedure QuickRep2Preview(Sender: TObject);
private
{ Private declarations }
public
{ Public declarations }
end;
var
xjprints: Txjprints;
implementation
uses dyylform;
{$R *.DFM}
procedure Txjprints.SpeedButton3Click(Sender: TObject);
begin
close;
end;
procedure Txjprints.SpeedButton1Click(Sender: TObject);
begin
if radiobutton1.Checked then
quickrep1.Preview
else
quickrep2.Preview;
end;
procedure Txjprints.SpeedButton4Click(Sender: TObject);
begin
PrinterSetupDialog1.Execute;
end;
procedure Txjprints.SpeedButton2Click(Sender: TObject);
begin
if radiobutton1.Checked then
quickrep1.print
else
quickrep2.print;
end;
procedure Txjprints.QuickRep1Preview(Sender: TObject);
begin
with tdyyl.Create(application) do
begin
QRPreview1.QRPrinter:=quickrep1.QRPrinter;
Show;
end;
end;
procedure Txjprints.QuickRep2Preview(Sender: TObject);
begin
with tdyyl.Create(application) do
begin
QRPreview1.QRPrinter:=quickrep2.QRPrinter;
Show;
end;
end;
end.
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -