xref: /trunk/main/sw/source/ui/fldui/flddb.src (revision 939a6254)
18660f102SAndrew Rist/**************************************************************
2*939a6254Smseidel *
38660f102SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
48660f102SAndrew Rist * or more contributor license agreements.  See the NOTICE file
58660f102SAndrew Rist * distributed with this work for additional information
68660f102SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
78660f102SAndrew Rist * to you under the Apache License, Version 2.0 (the
88660f102SAndrew Rist * "License"); you may not use this file except in compliance
98660f102SAndrew Rist * with the License.  You may obtain a copy of the License at
10*939a6254Smseidel *
118660f102SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*939a6254Smseidel *
138660f102SAndrew Rist * Unless required by applicable law or agreed to in writing,
148660f102SAndrew Rist * software distributed under the License is distributed on an
158660f102SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
168660f102SAndrew Rist * KIND, either express or implied.  See the License for the
178660f102SAndrew Rist * specific language governing permissions and limitations
188660f102SAndrew Rist * under the License.
19*939a6254Smseidel *
208660f102SAndrew Rist *************************************************************/
218660f102SAndrew Rist
228660f102SAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#include "globals.hrc"
25cdf0e10cSrcweir#include "fldtdlg.hrc"
26cdf0e10cSrcweir#include "helpid.h"
27cdf0e10cSrcweirTabPage TP_FLD_DB
28cdf0e10cSrcweir{
29cdf0e10cSrcweir	HelpID = HID_FLD_DB ;
30cdf0e10cSrcweir	SVLook = TRUE ;
31cdf0e10cSrcweir	Hide = TRUE ;
32*939a6254Smseidel	Size = MAP_APPFONT ( 260, 185 ) ;
33cdf0e10cSrcweir	FixedText FT_DBTYPE
34cdf0e10cSrcweir	{
35*939a6254Smseidel		Pos = MAP_APPFONT ( 6, 3 ) ;
36*939a6254Smseidel		Size = MAP_APPFONT ( 76, 8 ) ;
37cdf0e10cSrcweir		Text [ en-US ] = "~Type" ;
38cdf0e10cSrcweir		Left = TRUE ;
39cdf0e10cSrcweir	};
40cdf0e10cSrcweir	ListBox LB_DBTYPE
41cdf0e10cSrcweir	{
42*939a6254Smseidel		HelpID = "sw:ListBox:TP_FLD_DB:LB_DBTYPE" ;
43cdf0e10cSrcweir		Border = TRUE ;
44*939a6254Smseidel		Pos = MAP_APPFONT ( 6, 14 ) ;
45*939a6254Smseidel		Size = MAP_APPFONT ( 76, 104 ) ;
46cdf0e10cSrcweir		TabStop = TRUE ;
47cdf0e10cSrcweir		Sort = TRUE ;
48cdf0e10cSrcweir		AutoHScroll = TRUE ;
49*939a6254Smseidel		/*		StringList =
50cdf0e10cSrcweir		{
51cdf0e10cSrcweir			< "Beliebiger Datensatz" ; > ;
52cdf0e10cSrcweir			< "Datensatznummer" ; > ;
53cdf0e10cSrcweir			< "N�chster Datensatz" ; > ;
54cdf0e10cSrcweir			< "Serienbrieffeld" ; > ;
55cdf0e10cSrcweir			< "Datenbankname" ; > ;
56cdf0e10cSrcweir		};*/
57cdf0e10cSrcweir	};
58cdf0e10cSrcweir	FixedText FT_DBCONDITION
59cdf0e10cSrcweir	{
60*939a6254Smseidel		Pos = MAP_APPFONT ( 6, 126 ) ;
61*939a6254Smseidel		Size = MAP_APPFONT ( 76, 8 ) ;
62cdf0e10cSrcweir		Text [ en-US ] = "~Condition" ;
63cdf0e10cSrcweir		Left = TRUE ;
64cdf0e10cSrcweir	};
65cdf0e10cSrcweir	Edit ED_DBCONDITION
66cdf0e10cSrcweir	{
67*939a6254Smseidel		HelpID = "sw:Edit:TP_FLD_DB:ED_DBCONDITION" ;
68cdf0e10cSrcweir		Border = TRUE ;
69*939a6254Smseidel		Pos = MAP_APPFONT ( 6, 137 ) ;
70*939a6254Smseidel		Size = MAP_APPFONT ( 76, 12 ) ;
71cdf0e10cSrcweir		TabStop = TRUE ;
72cdf0e10cSrcweir		Left = TRUE ;
73cdf0e10cSrcweir	};
74cdf0e10cSrcweir	FixedText FT_DBSETNUMBER
75cdf0e10cSrcweir	{
76*939a6254Smseidel		Pos = MAP_APPFONT ( 6, 156 ) ;
77*939a6254Smseidel		Size = MAP_APPFONT ( 76, 8 ) ;
78cdf0e10cSrcweir		Text [ en-US ] = "Record number" ;
79cdf0e10cSrcweir		Left = TRUE ;
80cdf0e10cSrcweir	};
81cdf0e10cSrcweir	Edit ED_DBSETNUMBER
82cdf0e10cSrcweir	{
83*939a6254Smseidel		HelpID = "sw:Edit:TP_FLD_DB:ED_DBSETNUMBER" ;
84cdf0e10cSrcweir		Border = TRUE ;
85*939a6254Smseidel		Pos = MAP_APPFONT ( 6, 167 ) ;
86*939a6254Smseidel		Size = MAP_APPFONT ( 76, 12 ) ;
87cdf0e10cSrcweir		TabStop = TRUE ;
88cdf0e10cSrcweir		Left = TRUE ;
89cdf0e10cSrcweir	};
90cdf0e10cSrcweir	FixedText FT_DBSELECTION
91cdf0e10cSrcweir	{
92*939a6254Smseidel		Pos = MAP_APPFONT ( 88, 3 ) ;
93*939a6254Smseidel		Size = MAP_APPFONT ( 166, 8 ) ;
94cdf0e10cSrcweir		Left = TRUE ;
95cdf0e10cSrcweir		Text [ en-US ] = "Database s~election" ;
96cdf0e10cSrcweir	};
97cdf0e10cSrcweir	Control TLB_DBLIST
98cdf0e10cSrcweir	{
99cdf0e10cSrcweir		Border = TRUE ;
100*939a6254Smseidel		Pos = MAP_APPFONT ( 88, 14 ) ;
101*939a6254Smseidel		Size = MAP_APPFONT ( 160, 104 ) ;
102cdf0e10cSrcweir		TabStop = TRUE ;
103cdf0e10cSrcweir	};
104*939a6254Smseidel	FixedText FT_ADDDB
105*939a6254Smseidel	{
106*939a6254Smseidel		Pos = MAP_APPFONT ( 88, 123) ;
107*939a6254Smseidel		Size = MAP_APPFONT ( 105, 8 ) ;
108*939a6254Smseidel		Text [ en-US ] = "Add database file" ;
109*939a6254Smseidel	};
110*939a6254Smseidel	PushButton PB_ADDDB
111*939a6254Smseidel	{
112*939a6254Smseidel		HelpID = "sw:PushButton:TP_FLD_DB:PB_ADDDB" ;
113*939a6254Smseidel		Pos = MAP_APPFONT ( 198, 121) ;
114*939a6254Smseidel		Size = MAP_APPFONT ( 50, 14 ) ;
115*939a6254Smseidel		Text [ en-US ] = "Browse..." ;
116*939a6254Smseidel	};
117cdf0e10cSrcweir
118cdf0e10cSrcweir	RadioButton RB_DBOWNFORMAT
119cdf0e10cSrcweir	{
120*939a6254Smseidel		HelpID = "sw:RadioButton:TP_FLD_DB:RB_DBOWNFORMAT" ;
121*939a6254Smseidel		Pos = MAP_APPFONT ( 94, 153 ) ;
122*939a6254Smseidel		Size = MAP_APPFONT ( 150, 10 ) ;
123cdf0e10cSrcweir		Check = TRUE ;
124cdf0e10cSrcweir		Text [ en-US ] = "From database" ;
125cdf0e10cSrcweir	};
126cdf0e10cSrcweir	RadioButton RB_DBFORMAT
127cdf0e10cSrcweir	{
128*939a6254Smseidel		HelpID = "sw:RadioButton:TP_FLD_DB:RB_DBFORMAT" ;
129*939a6254Smseidel		Pos = MAP_APPFONT ( 94, 166 ) ;
130*939a6254Smseidel		Size = MAP_APPFONT ( 100, 10 ) ;
131cdf0e10cSrcweir		Text [ en-US ] = "User-defined" ;
132cdf0e10cSrcweir	};
133cdf0e10cSrcweir	ListBox LB_DBNUMFORMAT
134cdf0e10cSrcweir	{
135*939a6254Smseidel		HelpID = "sw:ListBox:TP_FLD_DB:LB_DBNUMFORMAT" ;
136cdf0e10cSrcweir		Border = TRUE ;
137*939a6254Smseidel		Pos = MAP_APPFONT ( 195, 164 ) ;
138*939a6254Smseidel		Size = MAP_APPFONT ( 53, 60 ) ;
139cdf0e10cSrcweir		TabStop = TRUE ;
140cdf0e10cSrcweir		AutoHScroll = TRUE ;
141cdf0e10cSrcweir		DropDown = TRUE ;
142cdf0e10cSrcweir	};
143cdf0e10cSrcweir	ListBox LB_DBFORMAT
144cdf0e10cSrcweir	{
145*939a6254Smseidel		HelpID = "sw:ListBox:TP_FLD_DB:LB_DBFORMAT" ;
146cdf0e10cSrcweir		Border = TRUE ;
147*939a6254Smseidel		Pos = MAP_APPFONT ( 195, 163 ) ;
148*939a6254Smseidel		Size = MAP_APPFONT ( 53, 60 ) ;
149cdf0e10cSrcweir		TabStop = TRUE ;
150cdf0e10cSrcweir		AutoHScroll = TRUE ;
151cdf0e10cSrcweir		DropDown = TRUE ;
152cdf0e10cSrcweir		Sort = FALSE ;
153cdf0e10cSrcweir		Hide = TRUE ;
154cdf0e10cSrcweir	};
155*939a6254Smseidel	FixedLine FL_DBFORMAT
156cdf0e10cSrcweir	{
157*939a6254Smseidel		Pos = MAP_APPFONT ( 88, 141 ) ;
158*939a6254Smseidel		Size = MAP_APPFONT ( 166, 8 ) ;
159cdf0e10cSrcweir		Text [ en-US ] = "Format" ;
160cdf0e10cSrcweir	};
161*939a6254Smseidel	FixedLine FL_DBFORMAT_VERT
162cdf0e10cSrcweir	{
163*939a6254Smseidel		Pos = MAP_APPFONT ( 87, 152 ) ;
164*939a6254Smseidel		Size = MAP_APPFONT ( 4, 28 ) ;
165*939a6254Smseidel		Vert = TRUE;
166cdf0e10cSrcweir	};
167cdf0e10cSrcweir	Text [ en-US ] = "Database" ;
168cdf0e10cSrcweir};
169cdf0e10cSrcweir
170*939a6254Smseidel// ********************************************************************** EOF
171