fy.h
来自「一个以前收集的基于C/S架构的ERP客户端源代码」· C头文件 代码 · 共 67 行
H
67 行
//---------------------------------------------------------------------------
#ifndef FyH
#define FyH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include "RecBaseForm.h"
#include <ComCtrls.hpp>
#include <ImgList.hpp>
#include <Menus.hpp>
#include <ToolWin.hpp>
#include "fpanel.h"
#include "SDEdit.h"
#include "SDGrid.h"
#include <Grids.hpp>
#include <Dialogs.hpp>
#include "DateEdit.hpp"
#include "SDComboBox.h"
#include <Mask.hpp>
//---------------------------------------------------------------------------
class PACKAGE TfrmFy ;
class TfrmFy : public TRecBaseForm
{
__published: // IDE-managed Components
TSDGrid *sgFy;
TFloatPanel *FloatPanel1;
TSDEdit *seFyYear;
TLabel *Label1;
TLabel *Label7;
TDateEdit *deFyBegDate;
TLabel *Label2;
TLabel *Label3;
TDateEdit *deFyEndDate;
TCheckBox *chkFyCurrent;
TSDComboBox *scFyPeriods;
void __fastcall FormShow(TObject *Sender);
void __fastcall sgFyClick(TObject *Sender);
void __fastcall seFyYearKeyDown(TObject *Sender, WORD &Key,
TShiftState Shift);
void __fastcall muAddDetailClick(TObject *Sender);
void __fastcall muSaveClick(TObject *Sender);
void __fastcall muDeleteDetailClick(TObject *Sender);
private: // User declarations
long ComErrNum;
void __fastcall InitEditControl();
void __fastcall ClearControl(bool BringToNext);
void __fastcall GetDataFromComObject();
void __fastcall SendDataToComObject();
void __fastcall WaitUserInput();
void __fastcall RefreshGridData(int mAction);
AnsiString __fastcall GetDataToGrid();
void __fastcall FillGridWithData();
public: // User declarations
__fastcall TfrmFy(TComponent* Owner, HWND chWnd, AnsiString MidCode,AnsiString WhereStr);
};
//---------------------------------------------------------------------------
extern PACKAGE TfrmFy *frmFy;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?