begin
adoquery1total.Value :=ADOQuery1DSDesigner2.Value -
ADOQuery1DSDesigner3.value ;
end;
end.
管理图示界面与代码设计实现
代码设计:
unit logosrc;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, jpeg, ExtCtrls;
type
Tlogo = class(TForm)
Image1: TImage;
private
{ Private declarations }
public
{ Public declarations }
end;
var
logo: Tlogo;
implementation
{$R *.dfm}
end.
关于界面与代码设计
代码设计:
unit about;
interface
uses Windows, SysUtils, Classes, Graphics, Forms, Controls, StdCtrls,
Buttons, ExtCtrls, XPMenu;
type
TAboutBox = class(TForm)
Panel1: TPanel;
ProgramIcon: TImage;
ProductName: TLabel;
Version: TLabel;
Copyright: TLabel;
Comments: TLabel;
OKButton: TButton;
private
{ Private declarations }
public
{ Public declarations }
end;
var
AboutBox: TAboutBox;
implementation
{$R *.dfm}
end.
财务报表生成界面设计与代码设计
unit report;
interface
uses Windows, SysUtils, Messages, Classes, Graphics, Controls,
StdCtrls, ExtCtrls, Forms, QuickRpt, QRCtrls, DB, ADODB;
type
Tqr1 = class(TQuickRep)
ColumnHeaderBand1: TQRBand;
TitleBand1: TQRBand;
QRLabel1: TQRLabel;
DetailBand1: TQRBand;
QRLabel2: TQRLabel;
QRLabel3: TQRLabel;
QRLabel4: TQRLabel;
QRLabel5: TQRLabel;
QRLabel6: TQRLabel;
QRLabel7: TQRLabel;
QRDBText1: TQRDBText;
QRDBText2: TQRDBText;
QRDBText3: TQRDBText;
QRDBText4: TQRDBText;
QRDBText5: TQRDBText;
QRDBText6: TQRDBText;
QRShape1: TQRShape;
QRShape2: TQRShape;
QRShape3: TQRShape;
QRShape7: TQRShape;
QRShape8: TQRShape;
QRShape9: TQRShape;
SummaryBand1: TQRBand;
QRSysData1: TQRSysData;
QRLabel8: TQRLabel;
QRLabel9: TQRLabel;
QRSysData2: TQRSysData;
QRLabel10: TQRLabel;
QRSysData3: TQRSysData;
private
public
end;
var
qr1: Tqr1;
implementation
uses dm;
{$R *.DFM}
end.
系统主界面与代码设计
代码设计:
unit main;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ComCtrls, ToolWin, Menus, DBActns, ActnList, DB,
ExtCtrls, StdCtrls, Mask, DBCtrls, ImgList, Buttons, Grids
首页 上一页 1 2 3 4 5 6 7 下一页 尾页 4/8/8
delphi+access通用财务管理系统(四)由毕业论文网(www.huoyuandh.com)会员上传。