#include <SettingsUnit.h>
Public Member Functions | |
void __fastcall | FormShow (TObject *Sender) |
void __fastcall | btnCancelClick (TObject *Sender) |
void __fastcall | btnApplyClick (TObject *Sender) |
void __fastcall | chbAlwaysOnTopClick (TObject *Sender) |
void __fastcall | cmbMaxUiLogLinesChange (TObject *Sender) |
void __fastcall | lvScopePluginsData (TObject *Sender, TListItem *Item) |
void __fastcall | lvScopePluginsDblClick (TObject *Sender) |
void __fastcall | cbGraphRefreshingFreqChange (TObject *Sender) |
__fastcall | TfrmSettings (TComponent *Owner) |
Public Attributes | |
TPageControl * | PageControl |
TTabSheet * | tsScopePlugins |
TTabSheet * | tsOther |
TLabel * | lblUiCapacity |
TCheckBox * | chbAlwaysOnTop |
TComboBox * | cmbMaxUiLogLines |
TPanel * | pnlBottom |
TPanel * | pnlBottomRight |
TButton * | btnApply |
TButton * | btnCancel |
TListView * | lvScopePlugins |
TImageList * | imglDllList |
TPanel * | pnlScopePluginsHelp |
TLabel * | lblDllInfo |
TImage * | imgSelected |
TLabel * | lblDllInfo2 |
TLabel * | lblRefreshingFreq |
TComboBox * | cbGraphRefreshingFreq |
Settings * | appSettings |
Settings | tmpSettings |