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

📄 sampdest.h

📁 suite component ace report
💻 H
字号:
//---------------------------------------------------------------------------
#ifndef sampdestH
#define sampdestH
//---------------------------------------------------------------------------
#include <vcl\Classes.hpp>
#include <vcl\Controls.hpp>
#include <vcl\StdCtrls.hpp>
#include <vcl\Forms.hpp>
#include <vcl\Mask.hpp>
#include <vcl\Dialogs.hpp>
#include "psetup.hpp"
//---------------------------------------------------------------------------
class TSampleDestination : public TForm
{
__published:	// IDE-managed Components
	TLabel *Label3;
	TButton *btnPrint;
	TButton *btnCancel;
	TButton *PrinterSetup;
	TGroupBox *GroupBox1;
	TRadioButton *GoPrinter;
	TRadioButton *GoScreen;
	TMaskEdit *Copies;
	TGroupBox *GroupBox2;
	TLabel *Label1;
	TLabel *Label2;
	TMaskEdit *StartRange;
	TMaskEdit *EndRange;
	TRadioButton *RangeAll;
	TRadioButton *RangePages;
	TPrinterSetupDialog *PrintSetup;
	void __fastcall PrinterSetupClick(TObject *Sender);
	void __fastcall FormShow(TObject *Sender);
	void __fastcall btnPrintClick(TObject *Sender);
	void __fastcall RangeAllClick(TObject *Sender);
	void __fastcall RangePagesClick(TObject *Sender);
private:	// User declarations
public:		// User declarations
	__fastcall TSampleDestination(TComponent* Owner);
    TSctPageSetup *PageSetup;
};
//---------------------------------------------------------------------------
extern TSampleDestination *SampleDestination;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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