#86988# dialog redesign
This commit is contained in:
parent
5fbb4f6cee
commit
c15fb84ee0
2 changed files with 14 additions and 15 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: moduldlg.hxx,v $
|
||||
*
|
||||
* $Revision: 1.1.1.1 $
|
||||
* $Revision: 1.2 $
|
||||
*
|
||||
* last change: $Author: mh $ $Date: 2000-09-29 11:02:37 $
|
||||
* last change: $Author: dr $ $Date: 2001-06-14 16:04:17 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -270,14 +270,14 @@ public:
|
|||
class ObjectPage: public TabPage
|
||||
{
|
||||
protected:
|
||||
FixedText aLibText;
|
||||
// Edit aEdit;
|
||||
ExtBasicTreeListBox aBasicBox;
|
||||
PushButton aEditButton;
|
||||
CancelButton aCloseButton;
|
||||
PushButton aNewModButton;
|
||||
PushButton aNewDlgButton;
|
||||
PushButton aDelButton;
|
||||
FixedText aLibText;
|
||||
// Edit aEdit;
|
||||
ExtBasicTreeListBox aBasicBox;
|
||||
|
||||
String aCurEntryDescr;
|
||||
|
||||
|
@ -309,15 +309,15 @@ public:
|
|||
class LibPage: public TabPage
|
||||
{
|
||||
protected:
|
||||
PushButton aEditButton;
|
||||
CancelButton aCloseButton;
|
||||
PushButton aNewLibButton;
|
||||
PushButton aPasswordButton;
|
||||
PushButton aInsertLibButton;
|
||||
PushButton aDelButton;
|
||||
FixedText aLibText;
|
||||
ListBox aBasicsBox;
|
||||
BasicCheckBox aLibBox;
|
||||
PushButton aEditButton;
|
||||
CancelButton aCloseButton;
|
||||
PushButton aPasswordButton;
|
||||
PushButton aNewLibButton;
|
||||
PushButton aInsertLibButton;
|
||||
PushButton aDelButton;
|
||||
|
||||
String aCurBasMgr;
|
||||
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: moduldlg.src,v $
|
||||
*
|
||||
* $Revision: 1.14 $
|
||||
* $Revision: 1.15 $
|
||||
*
|
||||
* last change: $Author: rt $ $Date: 2001-06-13 23:42:23 $
|
||||
* last change: $Author: dr $ $Date: 2001-06-14 16:04:17 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -509,8 +509,7 @@ TabPage RID_TP_LIBS
|
|||
{
|
||||
Pos = MAP_APPFONT ( 144 , 43 ) ;
|
||||
Size = MAP_APPFONT ( 50 , 14 ) ;
|
||||
/* ### ACHTUNG: Neuer Text in Resource? ~Paßwort... : ~Pa˜wort... */
|
||||
Text = "~Passwort..." ;
|
||||
Text = "K~ennwort..." ;
|
||||
Text [ ENGLISH ] = "~Password..." ;
|
||||
Text [ norwegian ] = "~Passord..." ;
|
||||
Text [ italian ] = "~Password..." ;
|
||||
|
|
Loading…
Reference in a new issue