|
|
1.1 root 1: //---------------------------------------------------------------------------
2:
3: #ifndef UserListFormUnitH
4: #define UserListFormUnitH
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 TUserListForm : public TForm
14: {
15: __published: // IDE-managed Components
16: TListView *ListView;
17: TPopupMenu *PopupMenu;
18: TMenuItem *EditUserPopup;
1.1.1.2 ! root 19: TMenuItem *CopyPopup;
! 20: TMenuItem *CopyAllPopup;
! 21: TMenuItem *RefreshPopup;
1.1 root 22: void __fastcall FormShow(TObject *Sender);
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 FormClose(TObject *Sender, TCloseAction &Action);
28: void __fastcall EditUserPopupClick(TObject *Sender);
1.1.1.2 ! root 29: void __fastcall ListViewKeyPress(TObject *Sender, char &Key);
! 30: void __fastcall CopyPopupClick(TObject *Sender);
! 31: void __fastcall CopyAllPopupClick(TObject *Sender);
! 32: void __fastcall RefreshPopupClick(TObject *Sender);
1.1 root 33: private: // User declarations
34: public: // User declarations
35: __fastcall TUserListForm(TComponent* Owner);
36: int ColumnToSort;
37: bool SortBackwards;
38: };
39: //---------------------------------------------------------------------------
40: extern PACKAGE TUserListForm *UserListForm;
41: //---------------------------------------------------------------------------
42: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.