xref: /AOO41X/main/cui/source/dialogs/postdlg.src (revision c10842208f897fffb514deae06dc123610db9a65)
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
23*c1084220Smseidel
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 ;
36cdf0e10cSrcweir	Size = MAP_APPFONT ( 198, 134 ) ;
37cdf0e10cSrcweir	Text [ en-US ] = "Note" ;
38cdf0e10cSrcweir	Moveable = TRUE ;
39cdf0e10cSrcweir	FixedText FT_LASTEDITLABEL
40cdf0e10cSrcweir	{
41cdf0e10cSrcweir		Pos = MAP_APPFONT ( 12, 14 ) ;
42cdf0e10cSrcweir		Size = MAP_APPFONT ( 34, 8 ) ;
43cdf0e10cSrcweir		Text [ en-US ] = "Author" ;
44cdf0e10cSrcweir		Left = TRUE ;
45cdf0e10cSrcweir	};
46cdf0e10cSrcweir	FixedText FT_LASTEDIT
47cdf0e10cSrcweir	{
48cdf0e10cSrcweir		Pos = MAP_APPFONT ( 48, 14 ) ;
49cdf0e10cSrcweir		Size = MAP_APPFONT ( 83, 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 ) ;
64cdf0e10cSrcweir		Size = MAP_APPFONT ( 123, 72 ) ;
65cdf0e10cSrcweir		Left = TRUE ;
66cdf0e10cSrcweir		VScroll = TRUE ;
67cdf0e10cSrcweir		HScroll = TRUE ;
68cdf0e10cSrcweir		IgnoreTab = TRUE ;
69cdf0e10cSrcweir	};
70cdf0e10cSrcweir	FixedLine FL_POSTIT
71cdf0e10cSrcweir	{
72cdf0e10cSrcweir		Pos = MAP_APPFONT ( 6, 3 ) ;
73cdf0e10cSrcweir		Size = MAP_APPFONT ( 129, 8 ) ;
74cdf0e10cSrcweir		Text [ en-US ] = "Contents" ;
75cdf0e10cSrcweir	};
76cdf0e10cSrcweir	OKButton BTN_POST_OK
77cdf0e10cSrcweir	{
78cdf0e10cSrcweir		Pos = MAP_APPFONT ( 141, 6 ) ;
79cdf0e10cSrcweir		Size = MAP_APPFONT ( 50, 15 ) ;
80cdf0e10cSrcweir		DefButton = TRUE ;
81cdf0e10cSrcweir	};
82cdf0e10cSrcweir	CancelButton BTN_POST_CANCEL
83cdf0e10cSrcweir	{
84cdf0e10cSrcweir		Pos = MAP_APPFONT ( 141, 23 ) ;
85cdf0e10cSrcweir		Size = MAP_APPFONT ( 50, 15 ) ;
86cdf0e10cSrcweir	};
87cdf0e10cSrcweir	HelpButton BTN_POST_HELP
88cdf0e10cSrcweir	{
89cdf0e10cSrcweir		Pos = MAP_APPFONT ( 141, 40 ) ;
90cdf0e10cSrcweir		Size = MAP_APPFONT ( 50, 15 ) ;
91cdf0e10cSrcweir	};
92cdf0e10cSrcweir	ImageButton BTN_PREV
93cdf0e10cSrcweir	{
94cdf0e10cSrcweir		HelpID = "cui:ImageButton:RID_SVXDLG_POSTIT:BTN_PREV" ;
95cdf0e10cSrcweir		Pos = MAP_APPFONT ( 141, 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" ;
102cdf0e10cSrcweir		Pos = MAP_APPFONT ( 167, 60 ) ;
103cdf0e10cSrcweir		Size = MAP_APPFONT ( 24, 14 ) ;
104cdf0e10cSrcweir		Symbol = IMAGEBUTTON_ARROW_RIGHT ;
105cdf0e10cSrcweir	};
106cdf0e10cSrcweir	FixedText FT_AUTHOR
107cdf0e10cSrcweir	{
108cdf0e10cSrcweir		Pos = MAP_APPFONT ( 12, 116 ) ;
109cdf0e10cSrcweir		Size = MAP_APPFONT ( 60, 8 ) ;
110cdf0e10cSrcweir		Text [ en-US ] = "~Insert" ;
111cdf0e10cSrcweir	};
112cdf0e10cSrcweir	PushButton BTN_AUTHOR
113cdf0e10cSrcweir	{
114cdf0e10cSrcweir		HelpID = "cui:PushButton:RID_SVXDLG_POSTIT:BTN_AUTHOR" ;
115cdf0e10cSrcweir		Pos = MAP_APPFONT ( 75, 114 ) ;
116cdf0e10cSrcweir		Size = MAP_APPFONT ( 60, 14 ) ;
117cdf0e10cSrcweir		Text [ en-US ] = "Author" ;
118cdf0e10cSrcweir	};
119*c1084220Smseidel	// local strings
120cdf0e10cSrcweir	String STR_NOTIZ_EDIT
121cdf0e10cSrcweir	{
122cdf0e10cSrcweir		Text [ en-US ] = "Edit Note" ;
123cdf0e10cSrcweir	};
124cdf0e10cSrcweir	String STR_NOTIZ_INSERT
125cdf0e10cSrcweir	{
126cdf0e10cSrcweir		Text [ en-US ] = "Insert note" ;
127cdf0e10cSrcweir	};
128cdf0e10cSrcweir};
129*c1084220Smseidel
130cdf0e10cSrcweir// ********************************************************************** EOF
131