📄 del_db.h
字号:
//----------------------------------------------------------------------------
#ifndef del_dbH
#define del_dbH
//----------------------------------------------------------------------------
#include <vcl\Buttons.hpp>
#include <vcl\StdCtrls.hpp>
#include <vcl\Controls.hpp>
#include <vcl\Forms.hpp>
#include <vcl\Graphics.hpp>
#include <vcl\Classes.hpp>
#include <vcl\SysUtils.hpp>
#include <vcl\Windows.hpp>
#include <vcl\System.hpp>
#include "main.h"
#include <Db.hpp>
#include <DBTables.hpp>
//----------------------------------------------------------------------------
class Tform_del_db : public TForm
{
__published:
TLabel *Label1;
TEdit *Password;
TButton *del;
TButton *esc;
TLabel *Label2;
TLabel *Label3;
TEdit *Edit1;
TEdit *Edit2;
TLabel *Label4;
void __fastcall delClick(TObject *Sender);
void __fastcall escClick(TObject *Sender);
void __fastcall FormShow(TObject *Sender);
void __fastcall FormKeyDown(TObject *Sender, WORD &Key,
TShiftState Shift);
void __fastcall FormCreate(TObject *Sender);
private:
public:
virtual __fastcall Tform_del_db(TComponent* AOwner);
};
//----------------------------------------------------------------------------
extern PACKAGE Tform_del_db *form_del_db;
//----------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -