|
@@ -23,7 +23,6 @@ void __fastcall ResetSystemSettings(TCustomForm * Control);
|
|
void __fastcall LinkLabel(TStaticText * StaticText, UnicodeString Url = L"",
|
|
void __fastcall LinkLabel(TStaticText * StaticText, UnicodeString Url = L"",
|
|
TNotifyEvent OnEnter = NULL);
|
|
TNotifyEvent OnEnter = NULL);
|
|
void __fastcall HintLabel(TStaticText * StaticText, UnicodeString Hint = L"");
|
|
void __fastcall HintLabel(TStaticText * StaticText, UnicodeString Hint = L"");
|
|
-void __fastcall HintLabelRestore(TStaticText * StaticText);
|
|
|
|
void __fastcall HotTrackLabel(TLabel * Label);
|
|
void __fastcall HotTrackLabel(TLabel * Label);
|
|
void __fastcall FixComboBoxResizeBug(TCustomComboBox * ComboBox);
|
|
void __fastcall FixComboBoxResizeBug(TCustomComboBox * ComboBox);
|
|
void __fastcall ShowAsModal(TForm * Form, void *& Storage);
|
|
void __fastcall ShowAsModal(TForm * Form, void *& Storage);
|