xref: /aoo4110/main/sd/source/ui/dlg/dlgfield.src (revision b1cdbd2c)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23
24#include "dlgfield.hrc"
25ModalDialog DLG_FIELD_MODIFY
26{
27    HelpID = "sd:ModalDialog:DLG_FIELD_MODIFY";
28	OutputSize = TRUE ;
29	SVLook = TRUE ;
30	Size = MAP_APPFONT ( 138 , 154 ) ;
31	Moveable = TRUE ;
32	Closeable = TRUE ;
33	FixedLine GRP_TYPE
34	{
35		Pos = MAP_APPFONT ( 6 , 3 ) ;
36		Size = MAP_APPFONT ( 70 , 8 ) ;
37		Text [ en-US ] = "Field type" ;
38	};
39	RadioButton RBT_FIX
40	{
41	    HelpID = "sd:RadioButton:DLG_FIELD_MODIFY:RBT_FIX";
42		Pos = MAP_APPFONT ( 12 , 14 ) ;
43		Size = MAP_APPFONT ( 64 , 10 ) ;
44		TabStop = TRUE ;
45		Text [ en-US ] = "~Fixed" ;
46	};
47	RadioButton RBT_VAR
48	{
49	    HelpID = "sd:RadioButton:DLG_FIELD_MODIFY:RBT_VAR";
50		Pos = MAP_APPFONT ( 12 , 25 ) ;
51		Size = MAP_APPFONT ( 64 , 10 ) ;
52		TabStop = TRUE ;
53		Text [ en-US ] = "~Variable" ;
54	};
55	FixedText FT_LANGUAGE
56	{
57		Pos = MAP_APPFONT ( 6 , 67 ) ;
58		Size = MAP_APPFONT ( 40 , 10 ) ;
59		Text [ en-US ] = "~Language" ;
60	};
61
62	ListBox LB_LANGUAGE
63	{
64	    HelpID = "sd:ListBox:DLG_FIELD_MODIFY:LB_LANGUAGE";
65		Border = TRUE ;
66		Pos = MAP_APPFONT ( 52 , 65 ) ;
67		Size = MAP_APPFONT ( 80 , 70 ) ;
68		TabStop = TRUE ;
69		DropDown = TRUE ;
70	};
71
72	ListBox LB_FORMAT
73	{
74	    HelpID = "sd:ListBox:DLG_FIELD_MODIFY:LB_FORMAT";
75		Border = TRUE ;
76		Pos = MAP_APPFONT ( 6 , 94 ) ;
77		Size = MAP_APPFONT ( 126 , 54 ) ;
78		TabStop = TRUE ;
79	};
80	FixedText FT_FORMAT
81	{
82		Pos = MAP_APPFONT ( 6 , 83 ) ;
83		Size = MAP_APPFONT ( 70 , 10 ) ;
84		Text [ en-US ] = "F~ormat" ;
85	};
86	OKButton BTN_OK
87	{
88		Pos = MAP_APPFONT ( 82 , 6 ) ;
89		Size = MAP_APPFONT ( 50 , 14 ) ;
90		TabStop = TRUE ;
91		DefButton = TRUE ;
92	};
93	CancelButton BTN_CANCEL
94	{
95		Pos = MAP_APPFONT ( 82 , 23 ) ;
96		Size = MAP_APPFONT ( 50 , 14 ) ;
97		TabStop = TRUE ;
98	};
99	HelpButton BTN_HELP
100	{
101		Pos = MAP_APPFONT ( 82 , 43 ) ;
102		Size = MAP_APPFONT ( 50 , 14 ) ;
103		TabStop = TRUE ;
104	};
105	Text [ en-US ] = "Edit Field" ;
106};
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129