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

📄 mem_add.h

📁 图书管理系统本地数据库实现
💻 H
字号:
//---------------------------------------------------------------------------

#ifndef mem_addH
#define mem_addH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ExtCtrls.hpp>
#include <Dialogs.hpp>
#include <ExtDlgs.hpp>
#include <Graphics.hpp>
//---------------------------------------------------------------------------
class TForm2 : public TForm
{
__published:	// IDE-managed Components
        TGroupBox *GroupBox1;
        TEdit *Mem_num;
        TEdit *Mem_name;
        TEdit *ID_num;
        TEdit *Addr;
        TEdit *Phone;
        TEdit *Phone_Ext;
        TEdit *Phone_Cell;
        TEdit *Time_Limit_ST;
        TRadioButton *Senior_button;
        TRadioButton *Mid_button;
        TRadioButton *Junior_button;
        TLabel *Label1;
        TLabel *Label2;
        TLabel *Label3;
        TImage *Photo;
        TLabel *Label4;
        TLabel *Label5;
        TLabel *Label6;
        TPanel *Panel1;
        TButton *Insert_Button;
        TButton *Album_Insert_Button;
        TButton *Exit_Button;
        TLabel *Label7;
        TLabel *Label8;
        TOpenPictureDialog *OpenPictureDialog1;
        TLabel *Label9;
        TMemo *Memo1;
        TLabel *Label10;
        void __fastcall Insert_ButtonClick(TObject *Sender);
        void __fastcall Album_Insert_ButtonClick(TObject *Sender);
        void __fastcall FormShow(TObject *Sender);
        void __fastcall Mem_numKeyPress(TObject *Sender, char &Key);
        void __fastcall Exit_ButtonClick(TObject *Sender);
private:	// User declarations
public:		// User declarations
        __fastcall TForm2(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TForm2 *Form2;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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