Annotation of sbbs/sbbs3/ctrl/userlistformunit.h, revision 1.1.1.1

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;
                     19:     void __fastcall FormShow(TObject *Sender);
                     20:     void __fastcall ListViewColumnClick(TObject *Sender,
                     21:           TListColumn *Column);
                     22:     void __fastcall ListViewCompare(TObject *Sender, TListItem *Item1,
                     23:           TListItem *Item2, int Data, int &Compare);
                     24:     void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
                     25:     void __fastcall EditUserPopupClick(TObject *Sender);
                     26: private:       // User declarations
                     27: public:                // User declarations
                     28:     __fastcall TUserListForm(TComponent* Owner);
                     29:     int ColumnToSort;
                     30:     bool SortBackwards;
                     31: };
                     32: //---------------------------------------------------------------------------
                     33: extern PACKAGE TUserListForm *UserListForm;
                     34: //---------------------------------------------------------------------------
                     35: #endif

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.