📄 rptfile.h
字号:
//---------------------------------------------------------------------------
#ifndef RptFileH
#define RptFileH
//---------------------------------------------------------------------------
#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 "SDComboBox.h"
//---------------------------------------------------------------------------
class PACKAGE TfrmRptFile;
class TfrmRptFile : public TRecBaseForm
{
__published: // IDE-managed Components
TSDGrid *sgRptFile;
TFloatPanel *FloatPanel1;
TSDEdit *seRptFilePath;
TSDEdit *seRptFileName;
TLabel *Label1;
TLabel *Label2;
TLabel *Label3;
TLabel *Label4;
TLabel *lbRptFileSysDate;
TSDComboBox *scRptFileTemplet;
void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
void __fastcall FormCreate(TObject *Sender);
void __fastcall FormShow(TObject *Sender);
void __fastcall sgRptFileClick(TObject *Sender);
void __fastcall seRptFileNameKeyDown(TObject *Sender, WORD &Key,
TShiftState Shift);
private: // User declarations
AnsiString __fastcall GetFieldValue(int FieldIndex);
void __fastcall ClearControl(bool BringToNext);
void __fastcall GetDataFromComObject();
void __fastcall SendDataToComObject();
void __fastcall WaitUserInput();
AnsiString __fastcall GetDataToGrid();
void __fastcall RefreshGridData(int mAction);
void __fastcall FillGridWithData();
void __fastcall InitEditControl();
public: // User declarations
__fastcall TfrmRptFile(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TfrmRptFile *frmRptFile;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -