mem_add.~h

来自「图书管理系统本地数据库实现」· ~H 代码 · 共 60 行

~H
60
字号
//---------------------------------------------------------------------------

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