unrdeld.pas

来自「超市系统开发 超市系统开发 超市系统开发 超市系统开发」· PAS 代码 · 共 43 行

PAS
43
字号
unit UNRDELD;

interface

uses
  Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
  Db, DBTables;

type
  TFMRDELD = class(TDataModule)
    DSRDEL: TDataSource;
    QRDEL: TQuery;
    URDEL: TUpdateSQL;
    QRDELRDENO: TStringField;
    QRDELBGENO: TStringField;
    QRDELRDCNT: TFloatField;
    QRDELRBPST: TStringField;
    QRDELRDREA: TStringField;
    QRDELRDDAT: TDateTimeField;
    QRDELRDTME: TStringField;
    QRDELBNENO: TStringField;
    QRDELRDMRK: TStringField;
    QRDELRDOUT: TBooleanField;
  private
    { Private declarations }
  public
    { Public declarations }
  end;

var
  FMRDELD: TFMRDELD;

implementation

uses UNBCST;

{$R *.DFM}




end.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?