xref: /aoo42x/main/cui/source/dialogs/postdlg.src (revision a00fc1e9)
10e2af6afSAndrew Rist/**************************************************************
2d96d8f3aSmseidel *
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
10d96d8f3aSmseidel *
110e2af6afSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12d96d8f3aSmseidel *
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.
19d96d8f3aSmseidel *
200e2af6afSAndrew Rist *************************************************************/
210e2af6afSAndrew Rist
220e2af6afSAndrew Rist
23d96d8f3aSmseidel
24d96d8f3aSmseidel// include ---------------------------------------------------------------
25cdf0e10cSrcweir#include <cuires.hrc>
26cdf0e10cSrcweir#include "postdlg.hrc"
27cdf0e10cSrcweir#include "helpid.hrc"
28cdf0e10cSrcweir#include <svx/dialogs.hrc> // for RID_SVXDLG_POSTIT
29cdf0e10cSrcweir
30d96d8f3aSmseidel// RID_SVXDLG_POSTIT -----------------------------------------------------
31cdf0e10cSrcweirModalDialog RID_SVXDLG_POSTIT
32cdf0e10cSrcweir{
33cdf0e10cSrcweir	HelpId = HID_POSTIT_DIALOG ;
34cdf0e10cSrcweir	OutputSize = TRUE ;
35cdf0e10cSrcweir	SvLook = TRUE ;
36f4971211Smseidel	Size = MAP_APPFONT ( 228, 120 ) ;
37*a00fc1e9Smseidel	Text [ en-US ] = "Comments" ;
38cdf0e10cSrcweir	Moveable = TRUE ;
39cdf0e10cSrcweir	FixedText FT_LASTEDITLABEL
40cdf0e10cSrcweir	{
41d96d8f3aSmseidel		Pos = MAP_APPFONT ( 12, 14 ) ;
42d96d8f3aSmseidel		Size = MAP_APPFONT ( 34, 8 ) ;
43f4971211Smseidel		Text [ en-US ] = "Author:" ;
44cdf0e10cSrcweir		Left = TRUE ;
45cdf0e10cSrcweir	};
46cdf0e10cSrcweir	FixedText FT_LASTEDIT
47cdf0e10cSrcweir	{
48f4971211Smseidel		Pos = MAP_APPFONT ( 45, 14 ) ;
49f4971211Smseidel		Size = MAP_APPFONT ( 120, 8 ) ;
50cdf0e10cSrcweir		Left = TRUE ;
51cdf0e10cSrcweir	};
52cdf0e10cSrcweir	FixedText FT_EDIT
53cdf0e10cSrcweir	{
54d96d8f3aSmseidel		Pos = MAP_APPFONT ( 12, 27 ) ;
55d96d8f3aSmseidel		Size = MAP_APPFONT ( 100, 8 ) ;
56cdf0e10cSrcweir		Text [ en-US ] = "~Text" ;
57cdf0e10cSrcweir		Left = TRUE ;
58cdf0e10cSrcweir	};
59cdf0e10cSrcweir	MultiLineEdit ED_EDIT
60cdf0e10cSrcweir	{
61d96d8f3aSmseidel		HelpID = "cui:MultiLineEdit:RID_SVXDLG_POSTIT:ED_EDIT" ;
62cdf0e10cSrcweir		Border = TRUE ;
63d96d8f3aSmseidel		Pos = MAP_APPFONT ( 12, 38 ) ;
64f4971211Smseidel		Size = MAP_APPFONT ( 153, 75 ) ;
65cdf0e10cSrcweir		Left = TRUE ;
66cdf0e10cSrcweir		VScroll = TRUE ;
67cdf0e10cSrcweir		HScroll = TRUE ;
68cdf0e10cSrcweir		IgnoreTab = TRUE ;
69cdf0e10cSrcweir	};
70d96d8f3aSmseidel	FixedLine FL_POSTIT
71cdf0e10cSrcweir	{
72d96d8f3aSmseidel		Pos = MAP_APPFONT ( 6, 3 ) ;
73f4971211Smseidel		Size = MAP_APPFONT ( 159, 8 ) ;
74cdf0e10cSrcweir		Text [ en-US ] = "Contents" ;
75cdf0e10cSrcweir	};
76cdf0e10cSrcweir	OKButton BTN_POST_OK
77cdf0e10cSrcweir	{
78f4971211Smseidel		Pos = MAP_APPFONT ( 171, 6 ) ;
79d96d8f3aSmseidel		Size = MAP_APPFONT ( 50, 15 ) ;
80cdf0e10cSrcweir		DefButton = TRUE ;
81cdf0e10cSrcweir	};
82cdf0e10cSrcweir	CancelButton BTN_POST_CANCEL
83cdf0e10cSrcweir	{
84f4971211Smseidel		Pos = MAP_APPFONT ( 171, 23 ) ;
85d96d8f3aSmseidel		Size = MAP_APPFONT ( 50, 15 ) ;
86cdf0e10cSrcweir	};
87cdf0e10cSrcweir	HelpButton BTN_POST_HELP
88cdf0e10cSrcweir	{
89f4971211Smseidel		Pos = MAP_APPFONT ( 171, 40 ) ;
90d96d8f3aSmseidel		Size = MAP_APPFONT ( 50, 15 ) ;
91cdf0e10cSrcweir	};
92cdf0e10cSrcweir	ImageButton BTN_PREV
93cdf0e10cSrcweir	{
94d96d8f3aSmseidel		HelpID = "cui:ImageButton:RID_SVXDLG_POSTIT:BTN_PREV" ;
95f4971211Smseidel		Pos = MAP_APPFONT ( 171, 60 ) ;
96d96d8f3aSmseidel		Size = MAP_APPFONT ( 24, 14 ) ;
97cdf0e10cSrcweir		Symbol = IMAGEBUTTON_ARROW_LEFT ;
98cdf0e10cSrcweir	};
99cdf0e10cSrcweir	ImageButton BTN_NEXT
100cdf0e10cSrcweir	{
101d96d8f3aSmseidel		HelpID = "cui:ImageButton:RID_SVXDLG_POSTIT:BTN_NEXT" ;
102f4971211Smseidel		Pos = MAP_APPFONT ( 197, 60 ) ;
103d96d8f3aSmseidel		Size = MAP_APPFONT ( 24, 14 ) ;
104cdf0e10cSrcweir		Symbol = IMAGEBUTTON_ARROW_RIGHT ;
105cdf0e10cSrcweir	};
106*a00fc1e9Smseidel// TODO: cleanup code for these unused elements
107f4971211Smseidel//	FixedText FT_AUTHOR
108f4971211Smseidel//	{
109f4971211Smseidel//		Pos = MAP_APPFONT ( 12, 116 ) ;
110f4971211Smseidel//		Size = MAP_APPFONT ( 60, 8 ) ;
111f4971211Smseidel//		Text [ en-US ] = "~Insert" ;
112f4971211Smseidel//	};
113f4971211Smseidel//	PushButton BTN_AUTHOR
114f4971211Smseidel//	{
115f4971211Smseidel//		HelpID = "cui:PushButton:RID_SVXDLG_POSTIT:BTN_AUTHOR" ;
116f4971211Smseidel//		Pos = MAP_APPFONT ( 75, 114 ) ;
117f4971211Smseidel//		Size = MAP_APPFONT ( 60, 14 ) ;
118f4971211Smseidel//		Text [ en-US ] = "Author" ;
119f4971211Smseidel//	};
120f4971211Smseidel//	// local strings
121f4971211Smseidel//	String STR_NOTIZ_EDIT
122f4971211Smseidel//	{
123f4971211Smseidel//		Text [ en-US ] = "Edit Note" ;
124f4971211Smseidel//	};
125f4971211Smseidel//	String STR_NOTIZ_INSERT
126f4971211Smseidel//	{
127f4971211Smseidel//		Text [ en-US ] = "Insert note" ;
128f4971211Smseidel//	};
129cdf0e10cSrcweir};
130cdf0e10cSrcweir
131d96d8f3aSmseidel// ********************************************************************** EOF
132