sampdest.h

来自「suite component ace report」· C头文件 代码 · 共 46 行

H
46
字号
//---------------------------------------------------------------------------
#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 + =
减小字号Ctrl + -
显示快捷键?