|
|
3.15b
//---------------------------------------------------------------------------
#ifndef LoginAttemptsFormUnitH
#define LoginAttemptsFormUnitH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ComCtrls.hpp>
#include <Menus.hpp>
//---------------------------------------------------------------------------
class TLoginAttemptsForm : public TForm
{
__published: // IDE-managed Components
TListView *ListView;
TPopupMenu *PopupMenu;
TMenuItem *CopyPopup;
TMenuItem *CopyAllPopup;
TMenuItem *RefreshPopup;
void __fastcall FormShow(TObject *Sender);
void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
void __fastcall ListViewColumnClick(TObject *Sender,
TListColumn *Column);
void __fastcall ListViewCompare(TObject *Sender, TListItem *Item1,
TListItem *Item2, int Data, int &Compare);
void __fastcall CopyPopupClick(TObject *Sender);
void __fastcall CopyAllPopupClick(TObject *Sender);
void __fastcall RefreshPopupClick(TObject *Sender);
private: // User declarations
void __fastcall FillListView(TObject *Sender);
public: // User declarations
__fastcall TLoginAttemptsForm(TComponent* Owner);
int ColumnToSort;
bool SortBackwards;
};
//---------------------------------------------------------------------------
extern PACKAGE TLoginAttemptsForm *LoginAttemptsForm;
//---------------------------------------------------------------------------
#endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.