sctdest.hpp

来自「suite component ace report」· HPP 代码 · 共 99 行

HPP
99
字号
// Borland C++ Builder
// Copyright (c) 1995, 1999 by Borland International
// All rights reserved

// (DO NOT EDIT: machine generated header) 'SctDest.pas' rev: 4.00

#ifndef SctDestHPP
#define SctDestHPP

#pragma delphiheader begin
#pragma option push -w-
#include <Mask.hpp>	// Pascal unit
#include <PSetup.hpp>	// Pascal unit
#include <StdCtrls.hpp>	// Pascal unit
#include <Dialogs.hpp>	// Pascal unit
#include <Forms.hpp>	// Pascal unit
#include <Controls.hpp>	// Pascal unit
#include <Graphics.hpp>	// Pascal unit
#include <Classes.hpp>	// Pascal unit
#include <Messages.hpp>	// Pascal unit
#include <SysUtils.hpp>	// Pascal unit
#include <Windows.hpp>	// Pascal unit
#include <SysInit.hpp>	// Pascal unit
#include <System.hpp>	// Pascal unit

//-- user supplied -----------------------------------------------------------

namespace Sctdest
{
//-- type declarations -------------------------------------------------------
class DELPHICLASS TSctReportDestination;
#pragma pack(push, 4)
class PASCALIMPLEMENTATION TSctReportDestination : public Forms::TForm 
{
	typedef Forms::TForm inherited;
	
__published:
	Stdctrls::TButton* btnPrint;
	Stdctrls::TButton* btnCancel;
	Stdctrls::TButton* printersetup;
	Dialogs::TPrinterSetupDialog* Printsetup;
	Stdctrls::TGroupBox* destgroup;
	Stdctrls::TRadioButton* goPrinter;
	Stdctrls::TRadioButton* goScreen;
	Stdctrls::TLabel* lbCopies;
	Stdctrls::TGroupBox* rangegroup;
	Stdctrls::TLabel* lbFrom;
	Stdctrls::TLabel* lbTo;
	Stdctrls::TRadioButton* rangeAll;
	Stdctrls::TRadioButton* rangePages;
	Stdctrls::TCheckBox* CollatedCopies;
	Stdctrls::TEdit* StartRange;
	Stdctrls::TEdit* EndRange;
	Stdctrls::TEdit* Copies;
	void __fastcall printersetupClick(System::TObject* Sender);
	void __fastcall FormShow(System::TObject* Sender);
	void __fastcall btnPrintClick(System::TObject* Sender);
	void __fastcall rangeAllClick(System::TObject* Sender);
	void __fastcall rangePagesClick(System::TObject* Sender);
	
public:
	Psetup::TSctPageSetup* PageSetup;
	__property Dialogs::TPrinterSetupDialog* PrintDialog = {read=Printsetup, write=Printsetup};
public:
	#pragma option push -w-inl
	/* TCustomForm.Create */ inline __fastcall virtual TSctReportDestination(Classes::TComponent* AOwner
		) : Forms::TForm(AOwner) { }
	#pragma option pop
	#pragma option push -w-inl
	/* TCustomForm.CreateNew */ inline __fastcall virtual TSctReportDestination(Classes::TComponent* AOwner
		, int Dummy) : Forms::TForm(AOwner, Dummy) { }
	#pragma option pop
	#pragma option push -w-inl
	/* TCustomForm.Destroy */ inline __fastcall virtual ~TSctReportDestination(void) { }
	#pragma option pop
	
public:
	#pragma option push -w-inl
	/* TWinControl.CreateParented */ inline __fastcall TSctReportDestination(HWND ParentWindow) : Forms::TForm(
		ParentWindow) { }
	#pragma option pop
	
};

#pragma pack(pop)

//-- var, const, procedure ---------------------------------------------------
extern PACKAGE TSctReportDestination* SctReportDestination;

}	/* namespace Sctdest */
#if !defined(NO_IMPLICIT_NAMESPACE_USE)
using namespace Sctdest;
#endif
#pragma option pop	// -w-

#pragma delphiheader end.
//-- end unit ----------------------------------------------------------------
#endif	// SctDest

⌨️ 快捷键说明

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