pagesetup.h

来自「一个以前收集的基于C/S架构的ERP客户端源代码」· C头文件 代码 · 共 73 行

H
73
字号
//---------------------------------------------------------------------------

#ifndef PageSetupH
#define PageSetupH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <Buttons.hpp>
#include <ComCtrls.hpp>
#include "CSPIN.h"
#include "SDComboBox.h"
#include "SDEdit.h"
#include "Formula.h"
#include "TTF160_OCX.h"
#include "cspin.h"
//---------------------------------------------------------------------------
class TfrmPageSetup : public TForm
{
__published:	// IDE-managed Components
        TBitBtn *bbOk;
        TBitBtn *Cancel;
        TGroupBox *GroupBox2;
        TLabel *Label1;
        TLabel *Label2;
        TLabel *Label3;
        TRadioButton *rbZoom;
        TCSpinEdit *ceZoom;
        TRadioButton *rbAdjust;
        TCSpinEdit *cePageWidth;
        TCSpinEdit *cePageHeight;
        TGroupBox *GroupBox1;
        TRadioButton *rbHorizontal;
        TRadioButton *rbVertical;
        TGroupBox *GroupBox4;
        TCheckBox *cbCenterHor;
        TCheckBox *cbCenterVer;
        TGroupBox *GroupBox3;
        TLabel *Label6;
        TLabel *Label7;
        TLabel *Label8;
        TLabel *Label9;
        TLabel *Label10;
        TLabel *Label11;
        TSDEdit *seTop;
        TSDEdit *seBottom;
        TSDEdit *seLeft;
        TSDEdit *seRight;
        TSDEdit *seTopt;
        TSDEdit *seBottomb;
        TGroupBox *GroupBox5;
        TLabel *Label15;
        TLabel *Label16;
        TEdit *eCaption;
        TEdit *eEnd;
        void __fastcall FormShow(TObject *Sender);
        void __fastcall bbOkClick(TObject *Sender);
        void __fastcall seTopEnter(TObject *Sender);
        void __fastcall seTopChange(TObject *Sender);
        void __fastcall rbZoomClick(TObject *Sender);
private:	// User declarations
        TF1Book6 * Formula;
        F1PageSetup* ps;
        AnsiString FBkValue;
public:		// User declarations
        __fastcall TfrmPageSetup(TComponent* Owner, TF1Book6 * AFormula);
};
//---------------------------------------------------------------------------
extern PACKAGE TfrmPageSetup *frmPageSetup;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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