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

📄 inv_purchasein_p_cb.pas

📁 一个MRPII系统源代码版本
💻 PAS
字号:
unit Inv_PurchaseIn_P_CB;

Interface

uses
  Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
  Base_Dialog, Db, AdODB, StdCtrls, ExtCtrls;

Type
  TFrm_Inv_PurchaseIn_P_CB = Class(TFrm_Base_Dialog)
    RadioGroupprint: TRadioGroup;
    procedure RadioButton2Click(Sender: TObject);
  private
    { Private declarations }
  public
    { Public declarations }
  end;

var
  Frm_Inv_PurchaseIn_P_CB: TFrm_Inv_PurchaseIn_P_CB;

implementation



{$R *.DFM}

procedure TFrm_Inv_PurchaseIn_P_CB.RadioButton2Click(Sender: TObject);
var ss:string;
begin
  inherited;
end;

end.

⌨️ 快捷键说明

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