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

📄 acedest.hpp

📁 suite component ace report
💻 HPP
字号:
// Borland C++ Builder
// Copyright (c) 1995, 1998 by Borland International
// All rights reserved

// (DO NOT EDIT: machine generated header) 'AceDest.pas' rev: 3.00

#ifndef AceDestHPP
#define AceDestHPP
#include <AcePrev.hpp>
#include <Mask.hpp>
#include <AceView.hpp>
#include <AceSetup.hpp>
#include <StdCtrls.hpp>
#include <Dialogs.hpp>
#include <Forms.hpp>
#include <Controls.hpp>
#include <Graphics.hpp>
#include <Classes.hpp>
#include <Messages.hpp>
#include <SysUtils.hpp>
#include <Windows.hpp>
#include <SysInit.hpp>
#include <System.hpp>

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

namespace Acedest
{
//-- type declarations -------------------------------------------------------
class DELPHICLASS TAcePrintDestination;
class PASCALIMPLEMENTATION TAcePrintDestination : public Forms::TForm 
{
	typedef Forms::TForm inherited;
	
__published:
	Stdctrls::TButton* btnPrint;
	Stdctrls::TButton* btnCancel;
	Stdctrls::TButton* printersetup;
	Dialogs::TPrinterSetupDialog* Printsetup;
	Stdctrls::TGroupBox* rangegroup;
	Stdctrls::TLabel* lbFrom;
	Stdctrls::TLabel* lbTo;
	Stdctrls::TLabel* lbCopies;
	Stdctrls::TRadioButton* rangeAll;
	Stdctrls::TRadioButton* rangeCurrent;
	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 rangePagesClick(System::TObject* Sender);
	void __fastcall rangeCurrentClick(System::TObject* Sender);
	void __fastcall rangeAllClick(System::TObject* Sender);
	
public:
	Forms::TForm* Viewer;
	Aceprev::TAcePreview* Preview;
	Acesetup::TAcePrinterSetup* AcePrinterSetup;
	int StartPage;
	int EndPage;
public:
	/* TCustomForm.Create */ __fastcall virtual TAcePrintDestination(Classes::TComponent* AOwner) : Forms::
		TForm(AOwner) { }
	/* TCustomForm.CreateNew */ __fastcall TAcePrintDestination(Classes::TComponent* AOwner, int Dummy)
		 : Forms::TForm(AOwner, Dummy) { }
	/* TCustomForm.Destroy */ __fastcall virtual ~TAcePrintDestination(void) { }
	
public:
	/* TWinControl.CreateParented */ __fastcall TAcePrintDestination(HWND ParentWindow) : Forms::TForm(
		ParentWindow) { }
	
};

//-- var, const, procedure ---------------------------------------------------

}	/* namespace Acedest */
#if !defined(NO_IMPLICIT_NAMESPACE_USE)
using namespace Acedest;
#endif
//-- end unit ----------------------------------------------------------------
#endif	// AceDest

⌨️ 快捷键说明

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