⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 basereportdlgsupplierid.pas

📁 一套融入了系统营销管理思想的管理软件产品
💻 PAS
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -