summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--extensions/source/dbpilots/gridpages.src32
-rw-r--r--extensions/source/dbpilots/groupboxpages.src23
-rw-r--r--extensions/source/dbpilots/listcombopages.src51
3 files changed, 41 insertions, 65 deletions
diff --git a/extensions/source/dbpilots/gridpages.src b/extensions/source/dbpilots/gridpages.src
index 3bfd6b0a884c..0e24b84e13ee 100644
--- a/extensions/source/dbpilots/gridpages.src
+++ b/extensions/source/dbpilots/gridpages.src
@@ -2,9 +2,9 @@
*
* $RCSfile: gridpages.src,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: kz $ $Date: 2001-05-17 07:45:14 $
+ * last change: $Author: fs $ $Date: 2001-05-30 16:49:41 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -93,13 +93,16 @@ TabPage RID_PAGE_GW_FIELDSELECTION
FixedLine FL_FRAME
{
- Pos = MAP_APPFONT ( 4 , 3 ) ;
+ Pos = MAP_APPFONT ( 4 , 40 ) ;
Size = MAP_APPFONT ( WINDOW_SIZE_X - 8 , 8 ) ;
+ Text = "Tabellenelement";
+ Text [ english ] = "Table Control";
+ Text [ english_us ] = "Table Element";
};
FixedText FT_EXISTING_FIELDS
{
- Pos = MAP_APPFONT ( 7, 15 );
+ Pos = MAP_APPFONT ( 7, 52 );
Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - ITEM_BUTTON_SIZE_X / 2 - 13, 8 );
Text = "Vorhandene Felder";
Text [ english ] = "Existing fields";
@@ -128,8 +131,8 @@ TabPage RID_PAGE_GW_FIELDSELECTION
};
ListBox LB_EXISTING_FIELDS
{
- Pos = MAP_APPFONT ( 7 , 26 ) ;
- Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - ITEM_BUTTON_SIZE_X / 2 - 13, WINDOW_SIZE_Y - 26 - 6 ) ;
+ Pos = MAP_APPFONT ( 7 , 63 ) ;
+ Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - ITEM_BUTTON_SIZE_X / 2 - 13, WINDOW_SIZE_Y - 63 - 6 ) ;
SVLook = TRUE ;
Border = TRUE ;
AutoHScroll = TRUE ;
@@ -138,31 +141,31 @@ TabPage RID_PAGE_GW_FIELDSELECTION
};
PushButton PB_FIELDRIGHT
{
- Pos = MAP_APPFONT ( WINDOW_HALF_SIZE_X - ITEM_BUTTON_SIZE_X / 2, 26 );
+ Pos = MAP_APPFONT ( WINDOW_HALF_SIZE_X - ITEM_BUTTON_SIZE_X / 2, 63 );
Size = MAP_APPFONT ( ITEM_BUTTON_SIZE_X, ITEM_BUTTON_SIZE_Y );
Text = "->";
};
PushButton PB_ALLFIELDSRIGHT
{
- Pos = MAP_APPFONT ( WINDOW_HALF_SIZE_X - ITEM_BUTTON_SIZE_X / 2, 26 + ITEM_BUTTON_SIZE_Y + 3 );
+ Pos = MAP_APPFONT ( WINDOW_HALF_SIZE_X - ITEM_BUTTON_SIZE_X / 2, 63 + ITEM_BUTTON_SIZE_Y + 3 );
Size = MAP_APPFONT ( ITEM_BUTTON_SIZE_X, ITEM_BUTTON_SIZE_Y );
Text = "=>>";
};
PushButton PB_FIELDLEFT
{
- Pos = MAP_APPFONT ( WINDOW_HALF_SIZE_X - ITEM_BUTTON_SIZE_X / 2, 26 + ITEM_BUTTON_SIZE_Y + 3 + ITEM_BUTTON_SIZE_Y + 12 );
+ Pos = MAP_APPFONT ( WINDOW_HALF_SIZE_X - ITEM_BUTTON_SIZE_X / 2, 63 + ITEM_BUTTON_SIZE_Y + 3 + ITEM_BUTTON_SIZE_Y + 12 );
Size = MAP_APPFONT ( ITEM_BUTTON_SIZE_X, ITEM_BUTTON_SIZE_Y );
Text = "<-";
};
PushButton PB_ALLFIELDSLEFT
{
- Pos = MAP_APPFONT ( WINDOW_HALF_SIZE_X - ITEM_BUTTON_SIZE_X / 2, 26 + ITEM_BUTTON_SIZE_Y + 3 + ITEM_BUTTON_SIZE_Y + 12 + ITEM_BUTTON_SIZE_Y + 3 );
+ Pos = MAP_APPFONT ( WINDOW_HALF_SIZE_X - ITEM_BUTTON_SIZE_X / 2, 63 + ITEM_BUTTON_SIZE_Y + 3 + ITEM_BUTTON_SIZE_Y + 12 + ITEM_BUTTON_SIZE_Y + 3 );
Size = MAP_APPFONT ( ITEM_BUTTON_SIZE_X, ITEM_BUTTON_SIZE_Y );
Text = "<<=";
};
FixedText FT_SELECTED_FIELDS
{
- Pos = MAP_APPFONT ( WINDOW_HALF_SIZE_X + ITEM_BUTTON_SIZE_X / 2 + 6, 15 );
+ Pos = MAP_APPFONT ( WINDOW_HALF_SIZE_X + ITEM_BUTTON_SIZE_X / 2 + 6, 52 );
Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - ITEM_BUTTON_SIZE_X / 2 - 13, 8 );
Text = "Ausgewhlte Felder";
Text [ english ] = "Selected fields";
@@ -191,8 +194,8 @@ TabPage RID_PAGE_GW_FIELDSELECTION
};
ListBox LB_SELECTED_FIELDS
{
- Pos = MAP_APPFONT ( WINDOW_HALF_SIZE_X + ITEM_BUTTON_SIZE_X / 2 + 6 , 26 ) ;
- Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - ITEM_BUTTON_SIZE_X / 2 - 13, WINDOW_SIZE_Y - 26 - 6 ) ;
+ Pos = MAP_APPFONT ( WINDOW_HALF_SIZE_X + ITEM_BUTTON_SIZE_X / 2 + 6 , 63 ) ;
+ Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - ITEM_BUTTON_SIZE_X / 2 - 13, WINDOW_SIZE_Y - 63 - 6 ) ;
SVLook = TRUE ;
Border = TRUE ;
AutoHScroll = TRUE ;
@@ -262,6 +265,9 @@ String RID_STR_TIMEPOSTFIX
/*************************************************************************
* history:
* $Log: not supported by cvs2svn $
+ * Revision 1.7 2001/05/17 07:45:14 kz
+ * Merge SRC632: 17.05.01 - 09:45:37 (NoBranch)
+ *
* Revision 1.6 2001/05/12 06:51:34 rt
* Merge SRC631: 12.05.01 - 08:51:55 (NoBranch)
*
diff --git a/extensions/source/dbpilots/groupboxpages.src b/extensions/source/dbpilots/groupboxpages.src
index 68e2ddfa3a89..40a9a1edb6cd 100644
--- a/extensions/source/dbpilots/groupboxpages.src
+++ b/extensions/source/dbpilots/groupboxpages.src
@@ -2,9 +2,9 @@
*
* $RCSfile: groupboxpages.src,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: kz $ $Date: 2001-05-17 07:46:44 $
+ * last change: $Author: fs $ $Date: 2001-05-30 16:49:41 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -73,12 +73,12 @@ TabPage RID_PAGE_GROUPRADIOSELECTION
FixedLine FL_DATA
{
- Pos = MAP_APPFONT ( 4 , 3 ) ;
+ Pos = MAP_APPFONT ( 4 , 40 ) ;
Size = MAP_APPFONT ( WINDOW_SIZE_X - 8 , 8 ) ;
};
FixedText FT_RADIOLABELS
{
- Pos = MAP_APPFONT ( 7 , 15 ) ;
+ Pos = MAP_APPFONT ( 7 , 52 ) ;
Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - ITEM_BUTTON_SIZE_X / 2 - 13, 24 ) ;
WordBreak = TRUE;
Group = TRUE;
@@ -107,26 +107,26 @@ TabPage RID_PAGE_GROUPRADIOSELECTION
};
Edit ET_RADIOLABELS
{
- Pos = MAP_APPFONT ( 7 , 42 ) ;
+ Pos = MAP_APPFONT ( 7 , 79 ) ;
Size = MAP_APPFONT ( WINDOW_HALF_SIZE_X - ITEM_BUTTON_SIZE_X / 2 - 13, 12 ) ;
SVLook = TRUE ;
Border = TRUE ;
};
PushButton PB_MOVETORIGHT
{
- Pos = MAP_APPFONT ( WINDOW_HALF_SIZE_X - ITEM_BUTTON_SIZE_X / 2 , 42 ) ;
+ Pos = MAP_APPFONT ( WINDOW_HALF_SIZE_X - ITEM_BUTTON_SIZE_X / 2 , 79 ) ;
Size = MAP_APPFONT ( ITEM_BUTTON_SIZE_X , ITEM_BUTTON_SIZE_Y ) ;
Text = "~>>";
};
PushButton PB_MOVETOLEFT
{
- Pos = MAP_APPFONT ( WINDOW_HALF_SIZE_X - ITEM_BUTTON_SIZE_X / 2 , 42 + ITEM_BUTTON_SIZE_Y + 3 ) ;
+ Pos = MAP_APPFONT ( WINDOW_HALF_SIZE_X - ITEM_BUTTON_SIZE_X / 2 , 79 + ITEM_BUTTON_SIZE_Y + 3 ) ;
Size = MAP_APPFONT ( ITEM_BUTTON_SIZE_X , ITEM_BUTTON_SIZE_Y ) ;
Text = "~<<";
};
FixedText FT_RADIOBUTTONS
{
- Pos = MAP_APPFONT ( WINDOW_HALF_SIZE_X + ITEM_BUTTON_SIZE_X / 2 + 6 , 15 ) ;
+ Pos = MAP_APPFONT ( WINDOW_HALF_SIZE_X + ITEM_BUTTON_SIZE_X / 2 + 6 , 52 ) ;
Size = MAP_APPFONT ( WINDOW_SIZE_X - WINDOW_HALF_SIZE_X - ITEM_BUTTON_SIZE_X / 2 - 6 - 7, 8 ) ;
Group = TRUE;
Text = "~Optionsfelder";
@@ -154,8 +154,8 @@ TabPage RID_PAGE_GROUPRADIOSELECTION
};
ListBox LB_RADIOBUTTONS
{
- Pos = MAP_APPFONT ( WINDOW_HALF_SIZE_X + ITEM_BUTTON_SIZE_X / 2 + 6 , 42 ) ;
- Size = MAP_APPFONT ( WINDOW_SIZE_X - WINDOW_HALF_SIZE_X - ITEM_BUTTON_SIZE_X / 2 - 6 - 7, WINDOW_SIZE_Y - 42 - 6 ) ;
+ Pos = MAP_APPFONT ( WINDOW_HALF_SIZE_X + ITEM_BUTTON_SIZE_X / 2 + 6 , 79 ) ;
+ Size = MAP_APPFONT ( WINDOW_SIZE_X - WINDOW_HALF_SIZE_X - ITEM_BUTTON_SIZE_X / 2 - 6 - 7, WINDOW_SIZE_Y - 79 - 6 ) ;
SVLook = TRUE ;
Border = TRUE ;
AutoHScroll = TRUE ;
@@ -589,6 +589,9 @@ String RID_STR_GROUPWIZ_DBFIELD
/*************************************************************************
* history:
* $Log: not supported by cvs2svn $
+ * Revision 1.9 2001/05/17 07:46:44 kz
+ * Merge SRC632: 17.05.01 - 09:47:03 (NoBranch)
+ *
* Revision 1.8 2001/05/12 06:53:05 rt
* Merge SRC631: 12.05.01 - 08:53:23 (NoBranch)
*
diff --git a/extensions/source/dbpilots/listcombopages.src b/extensions/source/dbpilots/listcombopages.src
index a309f03909ed..f2343b38d2de 100644
--- a/extensions/source/dbpilots/listcombopages.src
+++ b/extensions/source/dbpilots/listcombopages.src
@@ -2,9 +2,9 @@
*
* $RCSfile: listcombopages.src,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: fs $ $Date: 2001-05-30 15:32:13 $
+ * last change: $Author: fs $ $Date: 2001-05-30 16:49:41 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -94,13 +94,16 @@ TabPage RID_PAGE_LCW_CONTENTSELECTION_TABLE
FixedLine FL_FRAME
{
- Pos = MAP_APPFONT ( 4 , 3 ) ;
+ Pos = MAP_APPFONT ( 4 , 40 ) ;
Size = MAP_APPFONT ( WINDOW_SIZE_X - 8 , 8 ) ;
+ Text = "Kontrollfeld";
+ Text [ english ] = "Control";
+ Text [ english_us ] = "Control";
};
FixedText FT_SELECTTABLE_LABEL
{
- Pos = MAP_APPFONT ( 7 , 15 ) ;
+ Pos = MAP_APPFONT ( 7 , 52 ) ;
Size = MAP_APPFONT ( 120, WINDOW_SIZE_Y - 21 ) ;
WordBreak = TRUE;
Group = TRUE;
@@ -131,8 +134,8 @@ TabPage RID_PAGE_LCW_CONTENTSELECTION_TABLE
};
ListBox LB_SELECTTABLE
{
- Pos = MAP_APPFONT ( 130 , 15 ) ;
- Size = MAP_APPFONT ( WINDOW_SIZE_X - 130 - 7, WINDOW_SIZE_Y - 21 ) ;
+ Pos = MAP_APPFONT ( 130 , 52 ) ;
+ Size = MAP_APPFONT ( WINDOW_SIZE_X - 130 - 7, WINDOW_SIZE_Y - 52 - 6 ) ;
SVLook = TRUE ;
Border = TRUE ;
AutoHScroll = TRUE ;
@@ -493,42 +496,6 @@ String RID_STR_COMBOWIZ_DBFIELD
/*************************************************************************
* history:
* $Log: not supported by cvs2svn $
- * Revision 1.12 2001/05/17 07:48:36 kz
- * Merge SRC632: 17.05.01 - 09:48:55 (NoBranch)
- *
- * Revision 1.11 2001/05/12 06:54:26 rt
- * Merge SRC631: 12.05.01 - 08:54:43 (NoBranch)
- *
- * Revision 1.10 2001/05/10 06:11:39 kz
- * Merge SRC631: 05/10/01 - 08:11:52 (NoBranch)
- *
- * Revision 1.9 2001/05/04 20:17:58 kz
- * Merge SRC630: 05/04/01 - 22:17:57 (NoBranch)
- *
- * Revision 1.8 2001/04/26 19:54:16 kz
- * Merge SRC630: 26.04.01 - 21:53:44 (NoBranch)
- *
- * Revision 1.7 2001/03/30 13:15:43 fs
- * added a description to the laste page of the list box wizard
- *
- * Revision 1.6 2001/03/21 20:33:32 kz
- * Merge SRC626: 21.03.01 - 21:33:27 (NoBranch)
- *
- * Revision 1.5 2001/03/19 11:49:09 kz
- * Merge SRC625: 19.03.01 - 12:49:04 (NoBranch)
- *
- * Revision 1.4 2001/03/14 13:29:20 fs
- * & -> ~
- *
- * Revision 1.3 2001/03/09 20:50:09 kz
- * Merge SRC624: 09.03.01 - 21:50:15 (NoBranch)
- *
- * Revision 1.2 2001/02/28 09:18:30 fs
- * finalized the list/combo wizard
- *
- * Revision 1.1 2001/02/23 15:19:54 fs
- * initial checkin - list-/combobox wizard (not comlpletely finished yet)
- *
*
* Revision 1.0 21.02.01 16:16:18 fs
************************************************************************/