📄 sampleflow.h
字号:
//---------------------------------------------------------------------------
#ifndef SampleFlowH
#define SampleFlowH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <Buttons.hpp>
#include <DBGrids.hpp>
#include <Grids.hpp>
#include <Db.hpp>
#include <DBCtrls.hpp>
#include <ExtCtrls.hpp>
//---------------------------------------------------------------------------
class TSampleFlowForm : public TForm
{
__published: // IDE-managed Components
TDBGrid *DBGrid1;
TDBGrid *DBGrid2;
TDBNavigator *DBNavigator1;
TBitBtn *BitBtnClose;
void __fastcall FormShow(TObject *Sender);
void __fastcall BitBtnCloseClick(TObject *Sender);
void __fastcall FormCloseQuery(TObject *Sender, bool &CanClose);
void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
private: // User declarations
public: // User declarations
__fastcall TSampleFlowForm(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TSampleFlowForm *SampleFlowForm;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -