⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 unit12.~h

📁 第一次尝试开发数据库方面的系统
💻 ~H
字号:
//---------------------------------------------------------------------------

#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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -