📄 abuserpassworddlg.hpp
字号:
// Borland C++ Builder
// Copyright (c) 1995, 1999 by Borland International
// All rights reserved
// (DO NOT EDIT: machine generated header) 'abUserPasswordDlg.pas' rev: 5.00
#ifndef abUserPasswordDlgHPP
#define abUserPasswordDlgHPP
#pragma delphiheader begin
#pragma option push -w-
#pragma option push -Vx
#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 Abuserpassworddlg
{
//-- type declarations -------------------------------------------------------
class DELPHICLASS TdlgUserPassword;
class PASCALIMPLEMENTATION TdlgUserPassword : public Forms::TForm
{
typedef Forms::TForm inherited;
__published:
Stdctrls::TLabel* Label1;
Stdctrls::TEdit* edtCurrentPassword;
Stdctrls::TButton* OKBtn;
Stdctrls::TButton* CancelBtn;
Stdctrls::TLabel* Label2;
Stdctrls::TEdit* edtNewPassword;
Stdctrls::TLabel* Label3;
Stdctrls::TEdit* edtNewPasswordRetype;
Actnlist::TActionList* ActionList1;
Actnlist::TAction* actOK;
Actnlist::TAction* actCancel;
void __fastcall actOKExecute(System::TObject* Sender);
public:
System::SmallString<40> fsCurrentPassword;
public:
#pragma option push -w-inl
/* TCustomForm.Create */ inline __fastcall virtual TdlgUserPassword(Classes::TComponent* AOwner) :
Forms::TForm(AOwner) { }
#pragma option pop
#pragma option push -w-inl
/* TCustomForm.CreateNew */ inline __fastcall virtual TdlgUserPassword(Classes::TComponent* AOwner,
int Dummy) : Forms::TForm(AOwner, Dummy) { }
#pragma option pop
#pragma option push -w-inl
/* TCustomForm.Destroy */ inline __fastcall virtual ~TdlgUserPassword(void) { }
#pragma option pop
public:
#pragma option push -w-inl
/* TWinControl.CreateParented */ inline __fastcall TdlgUserPassword(HWND ParentWindow) : Forms::TForm(
ParentWindow) { }
#pragma option pop
};
//-- var, const, procedure ---------------------------------------------------
extern PACKAGE TdlgUserPassword* dlgUserPassword;
} /* namespace Abuserpassworddlg */
#if !defined(NO_IMPLICIT_NAMESPACE_USE)
using namespace Abuserpassworddlg;
#endif
#pragma option pop // -w-
#pragma option pop // -Vx
#pragma delphiheader end.
//-- end unit ----------------------------------------------------------------
#endif // abUserPasswordDlg
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -