pzhtf.h

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

H
65
字号
//---------------------------------------------------------------------------

#ifndef PzhTFH
#define PzhTFH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include "StdBaseForm.h"
#include "DateEdit.hpp"
#include "fpanel.h"
#include "SDComboBox.h"
#include "SDEdit.h"
#include <Mask.hpp>
#include <Buttons.hpp>
#include <ExtCtrls.hpp>
//---------------------------------------------------------------------------
class TfrmPzhTF : public TStdBaseForm
{
__published:	// IDE-managed Components
    TLabel *Label5;
    TLabel *Label1;
    TLabel *Label2;
    TLabel *Label3;
    TLabel *Label4;
    TLabel *Label7;
    TDateEdit *dePzhDateF;
    TDateEdit *dePzhDateT;
    TSDComboBox *scPzhFvct;
    TSDEdit *sePzhCodeF;
    TSDEdit *sePzhCodeT;
    TGroupBox *gpPost;
    TRadioButton *rbPzhPostAll;
    TRadioButton *rbPzhPosted;
    TRadioButton *rbPzhUnpost;
    TSDComboBox *scPzhUser;
    TGroupBox *gbCheck;
    TRadioButton *rbPzhCheckAll;
    TRadioButton *rbPzhChecked;
    TRadioButton *rbPzhUncheck;
    TBevel *Bevel1;
    TBitBtn *BitBtn1;
    TBitBtn *BitBtn2;
   void __fastcall FormShow(TObject *Sender);
    void __fastcall BitBtn1Click(TObject *Sender);
private:	// User declarations
   void __fastcall InitializeControl();
   void __fastcall CreatQueryFilStr();
   void __fastcall FillComboBoxWithSQL();

public:		// User declarations
   AnsiString FPzhDateF;
   AnsiString FPzhDateT;
   AnsiString FPzhCodeF;
   AnsiString FPzhCodeT;
   AnsiString CreatSQLFilStr;
   AnsiString CancelQuery;
   __fastcall TfrmPzhTF(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TfrmPzhTF *frmPzhTF;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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