mmedit.h
来自「供销存软件」· C头文件 代码 · 共 40 行
H
40 行
//---------------------------------------------------------------------------
#ifndef mmEditH
#define mmEditH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ExtCtrls.hpp>
#include <Buttons.hpp>
//---------------------------------------------------------------------------
class TmmForm : public TForm
{
__published: // IDE-managed Components
TGroupBox *GroupBox1;
TLabel *Label1;
TLabel *Label2;
TLabel *Label3;
TLabel *Label4;
TEdit *name;
TEdit *opw;
TEdit *newpw;
TEdit *doupw;
TLabel *Label5;
TLabel *Label6;
TBitBtn *BitBtn2;
TBitBtn *BitBtn3;
void __fastcall FormCreate(TObject *Sender);
void __fastcall BitBtn2Click(TObject *Sender);
void __fastcall BitBtn3Click(TObject *Sender);
private: // User declarations
public: // User declarations
__fastcall TmmForm(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TmmForm *mmForm;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?