The Winamp Remote Control suite
a remote control client and plugin for Winamp 2.x, 5.x
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
TfrmPluginMain Class Reference

#include <ServerDLLF.h>

List of all members.

Public Member Functions

void __fastcall FormCreate (TObject *Sender)
void __fastcall FormKeyDown (TObject *Sender, WORD &Key, TShiftState Shift)
void __fastcall FormShow (TObject *Sender)
void __fastcall timerMainTimer (TObject *Sender)
void __fastcall FormCloseQuery (TObject *Sender, bool &CanClose)
void __fastcall btnConfigClick (TObject *Sender)
void __fastcall btnAboutClick (TObject *Sender)
__fastcall TfrmPluginMain (TComponent *Owner)
void __fastcall CreateThread ()
void __fastcall StopThread (TObject *Sender)

Public Attributes

TStatusBar * sbrMain
TImageList * imlUsers
TTimer * timerMain
TPageControl * pgMain
TTabSheet * tbsClients
TTabSheet * tbsConfig
TPanel * pnlMain
TListView * lvUsers
TBevel * Bevel1
TToolBar * tbConfig
TToolButton * btnConfig
TToolButton * btnAbout
TToolButton * ToolButton2

Detailed Description

Definition at line 32 of file ServerDLLF.h.


Constructor & Destructor Documentation

__fastcall TfrmPluginMain::TfrmPluginMain ( TComponent *  Owner)

Definition at line 85 of file ServerDLLF.cpp.


Member Function Documentation

void __fastcall TfrmPluginMain::btnAboutClick ( TObject *  Sender)

Definition at line 196 of file ServerDLLF.cpp.

void __fastcall TfrmPluginMain::btnConfigClick ( TObject *  Sender)

Definition at line 190 of file ServerDLLF.cpp.

void __fastcall TfrmPluginMain::CreateThread ( )

Definition at line 154 of file ServerDLLF.cpp.

Referenced by FormCreate().

void __fastcall TfrmPluginMain::FormCloseQuery ( TObject *  Sender,
bool &  CanClose 
)

Definition at line 169 of file ServerDLLF.cpp.

void __fastcall TfrmPluginMain::FormCreate ( TObject *  Sender)

Definition at line 90 of file ServerDLLF.cpp.

void __fastcall TfrmPluginMain::FormKeyDown ( TObject *  Sender,
WORD &  Key,
TShiftState  Shift 
)

Definition at line 138 of file ServerDLLF.cpp.

void __fastcall TfrmPluginMain::FormShow ( TObject *  Sender)

Definition at line 149 of file ServerDLLF.cpp.

void __fastcall TfrmPluginMain::StopThread ( TObject *  Sender)

Definition at line 160 of file ServerDLLF.cpp.

void __fastcall TfrmPluginMain::timerMainTimer ( TObject *  Sender)

Definition at line 45 of file ServerDLLF.cpp.


Member Data Documentation

TBevel* TfrmPluginMain::Bevel1

Definition at line 43 of file ServerDLLF.h.

TToolButton* TfrmPluginMain::btnAbout

Definition at line 46 of file ServerDLLF.h.

TToolButton* TfrmPluginMain::btnConfig

Definition at line 45 of file ServerDLLF.h.

TImageList* TfrmPluginMain::imlUsers

Definition at line 36 of file ServerDLLF.h.

Referenced by timerMainTimer().

TListView* TfrmPluginMain::lvUsers

Definition at line 42 of file ServerDLLF.h.

Referenced by FormShow(), and timerMainTimer().

TPageControl* TfrmPluginMain::pgMain

Definition at line 38 of file ServerDLLF.h.

TPanel* TfrmPluginMain::pnlMain

Definition at line 41 of file ServerDLLF.h.

TStatusBar* TfrmPluginMain::sbrMain

Definition at line 35 of file ServerDLLF.h.

Referenced by FormCreate().

TToolBar* TfrmPluginMain::tbConfig

Definition at line 44 of file ServerDLLF.h.

TTabSheet* TfrmPluginMain::tbsClients

Definition at line 39 of file ServerDLLF.h.

TTabSheet* TfrmPluginMain::tbsConfig

Definition at line 40 of file ServerDLLF.h.

TTimer* TfrmPluginMain::timerMain

Definition at line 37 of file ServerDLLF.h.

TToolButton* TfrmPluginMain::ToolButton2

Definition at line 47 of file ServerDLLF.h.


The documentation for this class was generated from the following files: