|
|
1.1 ! root 1: //--------------------------------------------------------------------------- ! 2: ! 3: #ifndef LoginAttemptsFormUnitH ! 4: #define LoginAttemptsFormUnitH ! 5: //--------------------------------------------------------------------------- ! 6: #include <Classes.hpp> ! 7: #include <Controls.hpp> ! 8: #include <StdCtrls.hpp> ! 9: #include <Forms.hpp> ! 10: #include <ComCtrls.hpp> ! 11: #include <Menus.hpp> ! 12: //--------------------------------------------------------------------------- ! 13: class TLoginAttemptsForm : public TForm ! 14: { ! 15: __published: // IDE-managed Components ! 16: TListView *ListView; ! 17: TPopupMenu *PopupMenu; ! 18: TMenuItem *CopyPopup; ! 19: TMenuItem *CopyAllPopup; ! 20: TMenuItem *RefreshPopup; ! 21: void __fastcall FormShow(TObject *Sender); ! 22: void __fastcall FormClose(TObject *Sender, TCloseAction &Action); ! 23: void __fastcall ListViewColumnClick(TObject *Sender, ! 24: TListColumn *Column); ! 25: void __fastcall ListViewCompare(TObject *Sender, TListItem *Item1, ! 26: TListItem *Item2, int Data, int &Compare); ! 27: void __fastcall CopyPopupClick(TObject *Sender); ! 28: void __fastcall CopyAllPopupClick(TObject *Sender); ! 29: void __fastcall RefreshPopupClick(TObject *Sender); ! 30: private: // User declarations ! 31: void __fastcall FillListView(TObject *Sender); ! 32: public: // User declarations ! 33: __fastcall TLoginAttemptsForm(TComponent* Owner); ! 34: int ColumnToSort; ! 35: bool SortBackwards; ! 36: }; ! 37: //--------------------------------------------------------------------------- ! 38: extern PACKAGE TLoginAttemptsForm *LoginAttemptsForm; ! 39: //--------------------------------------------------------------------------- ! 40: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.