xref: /trunk/main/cui/source/dialogs/postdlg.src (revision 2ad643f46d1eabcac6ffe6c8bfddd06a17f8373f)
10e2af6afSAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
30e2af6afSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
40e2af6afSAndrew Rist * or more contributor license agreements.  See the NOTICE file
50e2af6afSAndrew Rist * distributed with this work for additional information
60e2af6afSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
70e2af6afSAndrew Rist * to you under the Apache License, Version 2.0 (the
80e2af6afSAndrew Rist * "License"); you may not use this file except in compliance
90e2af6afSAndrew Rist * with the License.  You may obtain a copy of the License at
10cdf0e10cSrcweir *
110e2af6afSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12cdf0e10cSrcweir *
130e2af6afSAndrew Rist * Unless required by applicable law or agreed to in writing,
140e2af6afSAndrew Rist * software distributed under the License is distributed on an
150e2af6afSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
160e2af6afSAndrew Rist * KIND, either express or implied.  See the License for the
170e2af6afSAndrew Rist * specific language governing permissions and limitations
180e2af6afSAndrew Rist * under the License.
19cdf0e10cSrcweir *
200e2af6afSAndrew Rist *************************************************************/
210e2af6afSAndrew Rist
220e2af6afSAndrew Rist
23a30e0b2cSmseidel
24cdf0e10cSrcweir// include ---------------------------------------------------------------
25cdf0e10cSrcweir#include <cuires.hrc>
26cdf0e10cSrcweir#include "postdlg.hrc"
27cdf0e10cSrcweir#include "helpid.hrc"
28cdf0e10cSrcweir#include <svx/dialogs.hrc> // for RID_SVXDLG_POSTIT
29cdf0e10cSrcweir
30cdf0e10cSrcweir// RID_SVXDLG_POSTIT -----------------------------------------------------
31cdf0e10cSrcweirModalDialog RID_SVXDLG_POSTIT
32cdf0e10cSrcweir{
33cdf0e10cSrcweir    HelpId = HID_POSTIT_DIALOG ;
34cdf0e10cSrcweir    OutputSize = TRUE ;
35cdf0e10cSrcweir    SvLook = TRUE ;
36f4701358Smseidel    Size = MAP_APPFONT ( 228, 120 ) ;
37*2ad643f4Smseidel    Text [ en-US ] = "Comments" ;
38cdf0e10cSrcweir    Moveable = TRUE ;
39cdf0e10cSrcweir    FixedText FT_LASTEDITLABEL
40cdf0e10cSrcweir    {
41cdf0e10cSrcweir        Pos = MAP_APPFONT ( 12, 14 ) ;
42cdf0e10cSrcweir        Size = MAP_APPFONT ( 34, 8 ) ;
43f4701358Smseidel        Text [ en-US ] = "Author:" ;
44cdf0e10cSrcweir        Left = TRUE ;
45cdf0e10cSrcweir    };
46cdf0e10cSrcweir    FixedText FT_LASTEDIT
47cdf0e10cSrcweir    {
48f4701358Smseidel        Pos = MAP_APPFONT ( 45, 14 ) ;
49f4701358Smseidel        Size = MAP_APPFONT ( 120, 8 ) ;
50cdf0e10cSrcweir        Left = TRUE ;
51cdf0e10cSrcweir    };
52cdf0e10cSrcweir    FixedText FT_EDIT
53cdf0e10cSrcweir    {
54cdf0e10cSrcweir        Pos = MAP_APPFONT ( 12, 27 ) ;
55cdf0e10cSrcweir        Size = MAP_APPFONT ( 100, 8 ) ;
56cdf0e10cSrcweir        Text [ en-US ] = "~Text" ;
57cdf0e10cSrcweir        Left = TRUE ;
58cdf0e10cSrcweir    };
59cdf0e10cSrcweir    MultiLineEdit ED_EDIT
60cdf0e10cSrcweir    {
61cdf0e10cSrcweir        HelpID = "cui:MultiLineEdit:RID_SVXDLG_POSTIT:ED_EDIT" ;
62cdf0e10cSrcweir        Border = TRUE ;
63cdf0e10cSrcweir        Pos = MAP_APPFONT ( 12, 38 ) ;
64f4701358Smseidel        Size = MAP_APPFONT ( 153, 75 ) ;
65cdf0e10cSrcweir        Left = TRUE ;
66cdf0e10cSrcweir        VScroll = TRUE ;
67cdf0e10cSrcweir        HScroll = TRUE ;
68cdf0e10cSrcweir        IgnoreTab = TRUE ;
69cdf0e10cSrcweir    };
70cdf0e10cSrcweir    FixedLine FL_POSTIT
71cdf0e10cSrcweir    {
72cdf0e10cSrcweir        Pos = MAP_APPFONT ( 6, 3 ) ;
73f4701358Smseidel        Size = MAP_APPFONT ( 159, 8 ) ;
74cdf0e10cSrcweir        Text [ en-US ] = "Contents" ;
75cdf0e10cSrcweir    };
76cdf0e10cSrcweir    OKButton BTN_POST_OK
77cdf0e10cSrcweir    {
78f4701358Smseidel        Pos = MAP_APPFONT ( 171, 6 ) ;
79cdf0e10cSrcweir        Size = MAP_APPFONT ( 50, 15 ) ;
80cdf0e10cSrcweir        DefButton = TRUE ;
81cdf0e10cSrcweir    };
82cdf0e10cSrcweir    CancelButton BTN_POST_CANCEL
83cdf0e10cSrcweir    {
84f4701358Smseidel        Pos = MAP_APPFONT ( 171, 23 ) ;
85cdf0e10cSrcweir        Size = MAP_APPFONT ( 50, 15 ) ;
86cdf0e10cSrcweir    };
87cdf0e10cSrcweir    HelpButton BTN_POST_HELP
88cdf0e10cSrcweir    {
89f4701358Smseidel        Pos = MAP_APPFONT ( 171, 40 ) ;
90cdf0e10cSrcweir        Size = MAP_APPFONT ( 50, 15 ) ;
91cdf0e10cSrcweir    };
92cdf0e10cSrcweir    ImageButton BTN_PREV
93cdf0e10cSrcweir    {
94cdf0e10cSrcweir        HelpID = "cui:ImageButton:RID_SVXDLG_POSTIT:BTN_PREV" ;
95f4701358Smseidel        Pos = MAP_APPFONT ( 171, 60 ) ;
96cdf0e10cSrcweir        Size = MAP_APPFONT ( 24, 14 ) ;
97cdf0e10cSrcweir        Symbol = IMAGEBUTTON_ARROW_LEFT ;
98cdf0e10cSrcweir    };
99cdf0e10cSrcweir    ImageButton BTN_NEXT
100cdf0e10cSrcweir    {
101cdf0e10cSrcweir        HelpID = "cui:ImageButton:RID_SVXDLG_POSTIT:BTN_NEXT" ;
102f4701358Smseidel        Pos = MAP_APPFONT ( 197, 60 ) ;
103cdf0e10cSrcweir        Size = MAP_APPFONT ( 24, 14 ) ;
104cdf0e10cSrcweir        Symbol = IMAGEBUTTON_ARROW_RIGHT ;
105cdf0e10cSrcweir    };
106*2ad643f4Smseidel// TODO: cleanup code for these unused elements
107f4701358Smseidel//  FixedText FT_AUTHOR
108f4701358Smseidel//  {
109f4701358Smseidel//      Pos = MAP_APPFONT ( 12, 116 ) ;
110f4701358Smseidel//      Size = MAP_APPFONT ( 60, 8 ) ;
111f4701358Smseidel//      Text [ en-US ] = "~Insert" ;
112f4701358Smseidel//  };
113f4701358Smseidel//  PushButton BTN_AUTHOR
114f4701358Smseidel//  {
115f4701358Smseidel//      HelpID = "cui:PushButton:RID_SVXDLG_POSTIT:BTN_AUTHOR" ;
116f4701358Smseidel//      Pos = MAP_APPFONT ( 75, 114 ) ;
117f4701358Smseidel//      Size = MAP_APPFONT ( 60, 14 ) ;
118f4701358Smseidel//      Text [ en-US ] = "Author" ;
119f4701358Smseidel//  };
120f4701358Smseidel//  // local strings
121f4701358Smseidel//  String STR_NOTIZ_EDIT
122f4701358Smseidel//  {
123f4701358Smseidel//      Text [ en-US ] = "Edit Note" ;
124f4701358Smseidel//  };
125f4701358Smseidel//  String STR_NOTIZ_INSERT
126f4701358Smseidel//  {
127f4701358Smseidel//      Text [ en-US ] = "Insert note" ;
128f4701358Smseidel//  };
129cdf0e10cSrcweir};
130a30e0b2cSmseidel
131cdf0e10cSrcweir// ********************************************************************** EOF
132