📄 planner.h
字号:
//---------------------------------------------------------------------------
#ifndef PlannerH
#define PlannerH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include "RecBaseForm.h"
#include <ComCtrls.hpp>
#include <Dialogs.hpp>
#include <ImgList.hpp>
#include <Menus.hpp>
#include <ToolWin.hpp>
#include "SDGrid.h"
#include <Grids.hpp>
#include "fpanel.h"
#include "SDEdit.h"
#include "SDComboBox.h"
//---------------------------------------------------------------------------
class PACKAGE TfrmPlanner;
class TfrmPlanner : public TRecBaseForm
{
__published: // IDE-managed Components
TSDGrid *sgPlanner;
TFloatPanel *FloatPanel1;
TLabel *Label1;
TLabel *Label3;
TLabel *Label10;
TGroupBox *GroupBox1;
TCheckBox *sckPlannerStop;
TCheckBox *sckPlannerCancel;
TCheckBox *sckPlannerCheck;
TCheckBox *sckPlannerClose;
TSDEdit *sePlannerTel;
TSDEdit *sePlannerBeepPage;
TSDComboBox *scPlannerCode;
void __fastcall FormShow(TObject *Sender);
void __fastcall sgPlannerClick(TObject *Sender);
private: // User declarations
AnsiString tempCode;
AnsiString __fastcall GetFieldValue(int FieldIndex);
AnsiString __fastcall GetDataToGrid();
void __fastcall ClearControl(bool BringToNext);
void __fastcall GetDataFromComObject();
void __fastcall SendDataToComObject();
void __fastcall WaitUserInput();
void __fastcall RefreshGridData(int mAction);
void __fastcall FillGridWithData();
void __fastcall InitEditControl();
public: // User declarations
__fastcall TfrmPlanner(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TfrmPlanner *frmPlanner;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -