?? 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 + -