password.h
来自「民航飞机生产管理系统,实现了飞机定检坚控,小时卡起落卡等的坚控,并能生成工作任务」· C头文件 代码 · 共 43 行
H
43 行
//---------------------------------------------------------------------------
#ifndef passwordH
#define passwordH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ExtCtrls.hpp>
#include "KsSkinButtons.hpp"
#include "KsSkinEdits.hpp"
#include "KsSkinForms.hpp"
#include "KsSkinLabels.hpp"
#include "KsSkinPanels.hpp"
#include "se_controls.hpp"
//---------------------------------------------------------------------------
class TForm23 : public TForm
{
__published: // IDE-managed Components
TSeSkinForm *SeSkinForm1;
TSeSkinPanel *Panel1;
TSeSkinLabel *title;
TSeSkinLabel *Label1;
TSeSkinEdit *password;
TSeSkinButton *Button1;
TSeSkinEdit *confirm;
TSeSkinButton *Button2;
void __fastcall Button1Click(TObject *Sender);
void __fastcall FormCreate(TObject *Sender);
void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
private:
bool WriteReg(AnsiString Value, AnsiString Name);
AnsiString ReadReg(AnsiString Name);
bool cunzai(AnsiString Name); // User declarations
public: // User declarations
__fastcall TForm23(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TForm23 *Form23;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?