unit12.~h

来自「第一次尝试开发数据库方面的系统」· ~H 代码 · 共 51 行

~H
51
字号
//---------------------------------------------------------------------------

#ifndef Unit12H
#define Unit12H
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <Buttons.hpp>
#include <ComCtrls.hpp>
#include <DBCtrls.hpp>
#include <DBGrids.hpp>
#include <Grids.hpp>
#include <ToolWin.hpp>
#include <ExtCtrls.hpp>
#include <ActnList.hpp>
#include <ImgList.hpp>
#include <DBActns.hpp>
//---------------------------------------------------------------------------
class Tfrm_register : public TForm
{
__published:	// IDE-managed Components
  TDBGrid *DBGrid1;
  TPanel *Panel1;
  TLabel *Label1;
  TLabel *Label2;
  TLabel *Label3;
  TLabel *Label4;
  TLabel *Label5;
  TLabel *Label6;
  TStatusBar *StatusBar1;
  TEdit *Edit1;
  TEdit *Edit2;
  TEdit *Edit3;
  TEdit *Edit4;
  TEdit *Edit5;
  TEdit *Edit6;
  TImage *Image1;
  TPanel *Panel2;
  void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
  void __fastcall Panel2Click(TObject *Sender);
private:	// User declarations
public:		// User declarations
  __fastcall Tfrm_register(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE Tfrm_register *frm_register;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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