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

📄 abentrypassworddlg.hpp

📁 1. It is located in the root directory - SecurityBuilderDemo.exe. Leave password box blank and click
💻 HPP
字号:
// Borland C++ Builder
// Copyright (c) 1995, 1999 by Borland International
// All rights reserved

// (DO NOT EDIT: machine generated header) 'abEntryPasswordDlg.pas' rev: 5.00

#ifndef abEntryPasswordDlgHPP
#define abEntryPasswordDlgHPP

#pragma delphiheader begin
#pragma option push -w-
#pragma option push -Vx
#include <abSecurity.hpp>	// Pascal unit
#include <ComCtrls.hpp>	// Pascal unit
#include <ActnList.hpp>	// Pascal unit
#include <Buttons.hpp>	// Pascal unit
#include <StdCtrls.hpp>	// Pascal unit
#include <Controls.hpp>	// Pascal unit
#include <Forms.hpp>	// Pascal unit
#include <Graphics.hpp>	// Pascal unit
#include <Classes.hpp>	// Pascal unit
#include <SysUtils.hpp>	// Pascal unit
#include <Windows.hpp>	// Pascal unit
#include <SysInit.hpp>	// Pascal unit
#include <System.hpp>	// Pascal unit

//-- user supplied -----------------------------------------------------------

namespace Abentrypassworddlg
{
//-- type declarations -------------------------------------------------------
class DELPHICLASS TdlgPassword;
class PASCALIMPLEMENTATION TdlgPassword : public Forms::TForm 
{
	typedef Forms::TForm inherited;
	
__published:
	Stdctrls::TLabel* Label1;
	Stdctrls::TEdit* edtPassword;
	Stdctrls::TButton* btnOK;
	Stdctrls::TButton* btnCancel;
	Stdctrls::TButton* btnSecurity;
	Stdctrls::TLabel* lblUserName;
	Actnlist::TActionList* ActionList1;
	Actnlist::TAction* actOK;
	Actnlist::TAction* actSecurity;
	Stdctrls::TComboBox* edtUserName;
	void __fastcall actSecurityExecute(System::TObject* Sender);
	void __fastcall actOKUpdate(System::TObject* Sender);
	void __fastcall actOKExecute(System::TObject* Sender);
	
public:
	bool fbRestrictToCheckOK;
	Absecurity::TabSecurityTemplate* ftvUserTemplate;
	Absecurity::TabSecurityTemplate* ftvSecurityTemplate;
	void __fastcall CopyUserTemplate(Absecurity::TabSecurityTemplate* tvSource, Absecurity::TabSecurityTemplate* 
		tvDest, AnsiString sUserName, bool bRestrictToCheckOK);
	bool __fastcall CheckUserPassword(void);
public:
	#pragma option push -w-inl
	/* TCustomForm.Create */ inline __fastcall virtual TdlgPassword(Classes::TComponent* AOwner) : Forms::TForm(
		AOwner) { }
	#pragma option pop
	#pragma option push -w-inl
	/* TCustomForm.CreateNew */ inline __fastcall virtual TdlgPassword(Classes::TComponent* AOwner, int 
		Dummy) : Forms::TForm(AOwner, Dummy) { }
	#pragma option pop
	#pragma option push -w-inl
	/* TCustomForm.Destroy */ inline __fastcall virtual ~TdlgPassword(void) { }
	#pragma option pop
	
public:
	#pragma option push -w-inl
	/* TWinControl.CreateParented */ inline __fastcall TdlgPassword(HWND ParentWindow) : Forms::TForm(ParentWindow
		) { }
	#pragma option pop
	
};


//-- var, const, procedure ---------------------------------------------------

}	/* namespace Abentrypassworddlg */
#if !defined(NO_IMPLICIT_NAMESPACE_USE)
using namespace Abentrypassworddlg;
#endif
#pragma option pop	// -w-
#pragma option pop	// -Vx

#pragma delphiheader end.
//-- end unit ----------------------------------------------------------------
#endif	// abEntryPasswordDlg

⌨️ 快捷键说明

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