📄 delesome.h
字号:
//---------------------------------------------------------------------------
#ifndef DeleSomeH
#define DeleSomeH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <Buttons.hpp>
#include <ComCtrls.hpp>
#include <ExtCtrls.hpp>
//---------------------------------------------------------------------------
class TDeleSomeForm : public TForm
{
__published: // IDE-managed Components
TBitBtn *m_CancelBitBtn;
TBitBtn *m_OkBut;
TRadioButton *m_CurRBut;
TRadioButton *m_SomeRBut;
TGroupBox *m_SomeGBox;
TLabel *m_FromLabel;
TLabel *m_ToLabel;
TEdit *m_FromEdit;
TUpDown *m_FromUpDown;
TEdit *m_ToEdit;
TUpDown *m_ToUpDown;
TBevel *Bevel1;
void __fastcall RButClick(TObject *Sender);
void __fastcall FormShow(TObject *Sender);
private: // User declarations
public: // User declarations
__fastcall TDeleSomeForm(TComponent* Owner);
};
//---------------------------------------------------------------------------
struct DELETEXT{
int nSome;
int nFrom,nTo;
char *pszTitle;
char *pszText;
};
//删除一些记录
extern int DeleteSomeRecord(TComponent* Owner,void *pSome);
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -