pzhpost.h
来自「一个以前收集的基于C/S架构的ERP客户端源代码」· C头文件 代码 · 共 68 行
H
68 行
//---------------------------------------------------------------------------
#ifndef PzhPostH
#define PzhPostH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include "ListBaseForm.h"
#include "DateEdit.hpp"
#include "SDComboBox.h"
#include "SDEdit.h"
#include "SDGrid.h"
#include <Buttons.hpp>
#include <ComCtrls.hpp>
#include <Grids.hpp>
#include <Mask.hpp>
#include <Dialogs.hpp>
#include <ImgList.hpp>
#include <Menus.hpp>
#include <ToolWin.hpp>
//---------------------------------------------------------------------------
class TfrmPzhPost : public TListBaseForm
{
__published: // IDE-managed Components
TGroupBox *gbFilter;
TBitBtn *btQuery;
TBitBtn *btPost;
TBitBtn *btCancel;
TSDGrid *sgPzhPost;
TLabel *Label5;
TLabel *Label1;
TLabel *Label2;
TLabel *Label3;
TLabel *Label4;
TDateEdit *dePzhDateF;
TDateEdit *dePzhDateT;
TSDComboBox *scPzhFvct;
TSDEdit *sePzhCodeF;
TSDEdit *sePzhCodeT;
TLabel *Label7;
TSDComboBox *scPzhUser;
TLabel *Label6;
TLabel *Label8;
TLabel *Label9;
TSDComboBox *scPzhFmonth;
TBitBtn *BitBtn1;
void __fastcall btQueryClick(TObject *Sender);
void __fastcall btPostClick(TObject *Sender);
void __fastcall sgPzhPostDblClick(TObject *Sender);
void __fastcall FormShow(TObject *Sender);
void __fastcall sgPzhPostClick(TObject *Sender);
void __fastcall btCancelClick(TObject *Sender);
void __fastcall BitBtn1Click(TObject *Sender);
private: // User declarations
AnsiString _fastcall GetQueryFilterStr();
void __fastcall ChangeToBrowseState(bool agree);
void __fastcall InitEditControl();
void __fastcall ClearControl(bool BringToNext);
void __fastcall FillGridWithData();
public: // User declarations
__fastcall TfrmPzhPost(TComponent* Owner, HWND chWnd, AnsiString MidCode,AnsiString WhereStr);
};
//---------------------------------------------------------------------------
extern PACKAGE TfrmPzhPost *frmPzhPost;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?