summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-05-05 15:15:29 +0000
committerKurt Zenker <kz@openoffice.org>2008-05-05 15:15:29 +0000
commit3c45f749d34ca4cf39f69e3c1ee6d34191817286 (patch)
tree100a99759672dc88474ca58db9e96cf61ad2a461 /sfx2
parente21340ba263634bf1f1e39342ddea9d2705eafab (diff)
INTEGRATION: CWS dba30b (1.37.246); FILE MERGED
2008/04/15 22:18:19 fs 1.37.246.2: RESYNC: (1.37-1.38); FILE MERGED 2008/03/17 08:56:49 fs 1.37.246.1: no need to build this old stuff (which was commented out for more than 3 years now), right?
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/dialog/mailwindow.src117
1 files changed, 2 insertions, 115 deletions
diff --git a/sfx2/source/dialog/mailwindow.src b/sfx2/source/dialog/mailwindow.src
index acff0c4988..00e3db644e 100644
--- a/sfx2/source/dialog/mailwindow.src
+++ b/sfx2/source/dialog/mailwindow.src
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: mailwindow.src,v $
- * $Revision: 1.38 $
+ * $Revision: 1.39 $
*
* This file is part of OpenOffice.org.
*
@@ -30,120 +30,7 @@
#include "dialog.hrc"
#include "helpid.hrc"
-/*#include "mailwindow.hrc"*/
-/*
-Window RID_MAIL_WINDOW
-{
- HelpId = SID_MAIL_CHILDWIN ;
- Pos = MAP_APPFONT( 0, 0 );
- Size = MAP_APPFONT( 323, 87 );
- DialogControl = TRUE ;
- PushButton PB_MAILWIN_SEND
- {
- HelpId = HID_MAILWIN_SEND_BUTTON;
- Pos = MAP_APPFONT( 6, 6 );
- Size = MAP_APPFONT( 50, 14 );
- TabStop = TRUE;
- Text [ en-US ] = "Send";
- };
- PushButton PB_MAILWIN_CLOSE
- {
- HelpId = HID_MAILWIN_CLOSE_BUTTON;
- Pos = MAP_APPFONT( 6, 23 );
- Size = MAP_APPFONT( 50, 14 );
- TabStop = TRUE;
- Text [ en-US ] = "Close";
- };
- ListBox LB_MAILWIN_ROLE
- {
- HelpId = HID_MAILWIN_ROLE_BOX;
- Border = TRUE ;
- Pos = MAP_APPFONT( 62, 6 );
- Size = MAP_APPFONT( 42, 30 );
- DropDown = TRUE ;
- StringList [ en-US ] =
- {
- < "To" ; 1 ; > ;
- < "Copy" ; 2 ; > ;
- < "Blind Copy" ; 3 ; > ;
- };
- };
- Edit ED_MAILWIN_ROLE
- {
- HelpId = HID_MAILWIN_ADDRESS_EDIT;
- Border = TRUE;
- Pos = MAP_APPFONT( 107, 6 );
- Size = MAP_APPFONT( 210, 12 );
- };
- ListBox LB_MAILWIN_ADDRESS
- {
- HelpId = HID_MAILWIN_ADDRESS_BOX;
- Border = TRUE ;
- Pos = MAP_APPFONT( 107, 21 );
- Size = MAP_APPFONT( 210, 30 );
- AutoHScroll = TRUE ;
- };
- FixedText FT_MAILWIN_SUBJECT
- {
- Pos = MAP_APPFONT( 62, 55 );
- Size = MAP_APPFONT( 42, 10 );
- Text [ en-US ] = "Subject:";
- };
- Edit ED_MAILWIN_SUBJECT
- {
- HelpId = HID_MAILWIN_SUBJECT_EDIT;
- Border = TRUE;
- Pos = MAP_APPFONT( 107, 54 );
- Size = MAP_APPFONT( 210, 12 );
- };
- FixedText FT_MAILWIN_FROM
- {
- Pos = MAP_APPFONT( 62, 70 );
- Size = MAP_APPFONT( 42, 10 );
- Text [ en-US ] = "From:";
- };
- Edit ED_MAILWIN_FROM
- {
- HelpId = HID_MAILWIN_FROM_EDIT;
- Border = TRUE;
- Pos = MAP_APPFONT( 107, 69 );
- Size = MAP_APPFONT( 120, 12 );
- };
- FixedText FT_MAILWIN_PRIO
- {
- Pos = MAP_APPFONT( 230, 70 );
- Size = MAP_APPFONT( 33, 10 );
- Right = TRUE;
- Text [ en-US ] = "Priority:";
- };
- ListBox LB_MAILWIN_PRIO
- {
- HelpId = HID_MAILWIN_PRIO_BOX;
- Border = TRUE;
- Pos = MAP_APPFONT( 266, 69 );
- Size = MAP_APPFONT( 51, 48 );
- DropDown = TRUE;
- StringList [ en-US ] =
- {
- < "Urgent" ; 1 ; > ;
- < "Important" ; 2 ; > ;
- < "Normal" ; 3 ; > ;
- < "Low" ; 4 ; > ;
- < "Lowest" ; 5 ; > ;
- };
- };
- Image IMG_MAILWIN_SEND
- {
- ImageBitmap = Bitmap { File = "sc05364.bmp" ; };
- MaskColor = Color { Red = 0xFFFF; Green = 0x0000; Blue = 0xFFFF; };
- };
- Image IMG_MAILWIN_CLOSE
- {
- ImageBitmap = Bitmap { File = "sc05503.bmp" ; };
- MaskColor = Color { Red = 0xFFFF; Green = 0x0000; Blue = 0xFFFF; };
- };
-};
-*/
+
// RID_ERRBOX_MAIL_CONFIG ---------------------------------------------------
ErrorBox RID_ERRBOX_MAIL_CONFIG