Kaydet (Commit) 8d25f287 authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS gh12a (1.10.80); FILE MERGED

2006/05/03 13:50:47 gh 1.10.80.1: #i63675# enable file selection dialog as proposed in i63642
üst a0a05665
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: dialogs.hxx,v $ * $RCSfile: dialogs.hxx,v $
* *
* $Revision: 1.10 $ * $Revision: 1.11 $
* *
* last change: $Author: rt $ $Date: 2005-09-07 21:15:25 $ * last change: $Author: rt $ $Date: 2006-05-05 08:11:52 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -235,6 +235,7 @@ public: ...@@ -235,6 +235,7 @@ public:
DECLARE_LIST( StringList, String * ); DECLARE_LIST( StringList, String * );
#define C_KEY_ALLE CByteString("All") #define C_KEY_ALLE CByteString("All")
#define C_KEY_AKTUELL CByteString("Current") #define C_KEY_AKTUELL CByteString("Current")
#define C_KEY_TYPE CByteString("Type")
#define C_KEY_DELETE CByteString("Deleted Groups") #define C_KEY_DELETE CByteString("Deleted Groups")
class GenericOptions : public TabPage class GenericOptions : public TabPage
...@@ -246,9 +247,15 @@ class GenericOptions : public TabPage ...@@ -246,9 +247,15 @@ class GenericOptions : public TabPage
FixedLine aFlValue; FixedLine aFlValue;
ComboBox aCbValue; ComboBox aCbValue;
PushButton aPbSelectPath;
PushButton aPbNewValue; PushButton aPbNewValue;
PushButton aPbDelValue; PushButton aPbDelValue;
int nMoveButtons;
BOOL bShowSelectPath;
AutoTimer aMoveTimer;
DECL_LINK( MoveButtons, AutoTimer* );
Config &aConf; Config &aConf;
ByteString aLastGroupName; ByteString aLastGroupName;
...@@ -257,9 +264,12 @@ class GenericOptions : public TabPage ...@@ -257,9 +264,12 @@ class GenericOptions : public TabPage
StringList* GetAllGroups(); StringList* GetAllGroups();
void LoadData(); void LoadData();
void ShowSelectPath( const String aType );
DECL_LINK( LoadGroup, ComboBox* ); DECL_LINK( LoadGroup, ComboBox* );
DECL_LINK( DelGroup, Button* ); DECL_LINK( DelGroup, Button* );
DECL_LINK( NewGroup, Button* ); DECL_LINK( NewGroup, Button* );
DECL_LINK( SelectPath, Button* );
DECL_LINK( DelValue, Button* ); DECL_LINK( DelValue, Button* );
DECL_LINK( NewValue, Button* ); DECL_LINK( NewValue, Button* );
DECL_LINK( CheckButtonsHdl, ComboBox* ); DECL_LINK( CheckButtonsHdl, ComboBox* );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment