First commit 27/10/2000
This commit is contained in:
29
DlgQueImprimir.h
Normal file
29
DlgQueImprimir.h
Normal file
@ -0,0 +1,29 @@
|
||||
//---------------------------------------------------------------------------
|
||||
|
||||
#ifndef DlgQueImprimirH
|
||||
#define DlgQueImprimirH
|
||||
//---------------------------------------------------------------------------
|
||||
#include <Classes.hpp>
|
||||
#include <Controls.hpp>
|
||||
#include <StdCtrls.hpp>
|
||||
#include <Forms.hpp>
|
||||
#include <ExtCtrls.hpp>
|
||||
//---------------------------------------------------------------------------
|
||||
class TDlgImprimir : public TForm
|
||||
{
|
||||
__published: // IDE-managed Components
|
||||
TRadioGroup *RadioGroup1;
|
||||
TButton *Button1;
|
||||
TButton *Button2;
|
||||
TCheckBox *CheckBox1;
|
||||
void __fastcall Button2Click(TObject *Sender);
|
||||
void __fastcall Button1Click(TObject *Sender);
|
||||
void __fastcall RadioGroup1Click(TObject *Sender);
|
||||
private: // User declarations
|
||||
public: // User declarations
|
||||
__fastcall TDlgImprimir(TComponent* Owner);
|
||||
};
|
||||
//---------------------------------------------------------------------------
|
||||
extern PACKAGE TDlgImprimir *DlgImprimir;
|
||||
//---------------------------------------------------------------------------
|
||||
#endif
|
Reference in New Issue
Block a user