fibpluseditors_cb6.cpp

来自「FIBPlus is a component suite intended fo」· C++ 代码 · 共 33 行

CPP
33
字号
//---------------------------------------------------------------------------

#include <vcl.h>
#pragma hdrstop
USEFORMNS("Editors\pFIBDBEdit.pas", Pfibdbedit, DBEditForm);
USEFORMNS("Editors\pFIBTrEdit.pas", Pfibtredit, frmTransEdit);
USEFORMNS("Editors\fraSQLEdit.pas", Frasqledit, fSQLEdit); /* TFrame: File Type */
USEFORMNS("Editors\fraAutoUpdEditor.pas", Fraautoupdeditor, fAutoUpdateOptionForm); /* TFrame: File Type */
USEFORMNS("Editors\fraConditionsEdit.pas", Fraconditionsedit, fraEdConditions); /* TFrame: File Type */
USEFORMNS("Editors\fraDSSQLEdit.pas", Fradssqledit, fDSSQLEdit); /* TFrame: File Type */
USEFORMNS("Editors\FIBDataSQLEditor.pas", Fibdatasqleditor, frmDstSQLedit);
USEFORMNS("Editors\FIBSQLEditor.pas", Fibsqleditor, frmSQLEdit);
USEFORMNS("Editors\pFIBDataSetOptions.pas", Pfibdatasetoptions, FPDataSetOptionsForm);
USEFORMNS("Editors\EdErrorInfo.pas", Ederrorinfo, frmErrors);
USEFORMNS("Editors\EdFieldInfo.pas", Edfieldinfo, frmFields);
USEFORMNS("Editors\EdParamToFields.pas", Edparamtofields, frmEdParamToFields);
USEFORMNS("Editors\pFIBAutoUpdEditor.pas", Pfibautoupdeditor, pFIBAutoUpdateOptionForm);
USEFORMNS("Editors\pFIBConditionsEdit.pas", Pfibconditionsedit, frmEditCheckStrings);
USEFORMNS("Editors\EdDataSetInfo.pas", Eddatasetinfo, frmEdDataSetInfo);
//---------------------------------------------------------------------------
#pragma package(smart_init)
//---------------------------------------------------------------------------

//   Package source.
//---------------------------------------------------------------------------

#pragma argsused
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
{
   return 1;
}
//---------------------------------------------------------------------------

⌨️ 快捷键说明

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