basereportdlgsupplierid.pas

来自「零售行业进销存源码.delphi7 BDE sql server.功能全面,运行」· PAS 代码 · 共 36 行

PAS
36
字号
unit BaseReportDlgSupplierID;

interface

uses
  Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
  Dialogs, BaseReportDlgDate, DB, DBTables, StdCtrls, DBCtrls, Mask,
  Buttons;

type
  TfmBaseReportDlgSupplierID = class(TfmBaseReportDlgDate)
    GroupBox4: TGroupBox;
    Label6: TLabel;
    ED8: TDBEdit;
    sbBeginSupplierID: TSpeedButton;
    DBEdit5: TDBEdit;
    DBEdit6: TDBEdit;
    sbEndSupplierID: TSpeedButton;
    ED9: TDBEdit;
    Label7: TLabel;
    EDA: TDBCheckBox;
  private
    { Private declarations }
  public
    { Public declarations }
  end;

var
  fmBaseReportDlgSupplierID: TfmBaseReportDlgSupplierID;

implementation

{$R *.dfm}

end.

⌨️ 快捷键说明

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