13cbdc576SAndrew Rist/**************************************************************
2*eee503ecSMatthias Seidel *
33cbdc576SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
43cbdc576SAndrew Rist * or more contributor license agreements.  See the NOTICE file
53cbdc576SAndrew Rist * distributed with this work for additional information
63cbdc576SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
73cbdc576SAndrew Rist * to you under the Apache License, Version 2.0 (the
83cbdc576SAndrew Rist * "License"); you may not use this file except in compliance
93cbdc576SAndrew Rist * with the License.  You may obtain a copy of the License at
10*eee503ecSMatthias Seidel *
113cbdc576SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*eee503ecSMatthias Seidel *
133cbdc576SAndrew Rist * Unless required by applicable law or agreed to in writing,
143cbdc576SAndrew Rist * software distributed under the License is distributed on an
153cbdc576SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
163cbdc576SAndrew Rist * KIND, either express or implied.  See the License for the
173cbdc576SAndrew Rist * specific language governing permissions and limitations
183cbdc576SAndrew Rist * under the License.
19*eee503ecSMatthias Seidel *
203cbdc576SAndrew Rist *************************************************************/
213cbdc576SAndrew Rist
223cbdc576SAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#include "dialogs.hrc"
25cdf0e10cSrcweir#include "helpids.hrc"
26cdf0e10cSrcweir
27cdf0e10cSrcweirModalDialog RID_XMLSECDLG_CERTCHOOSER
28cdf0e10cSrcweir{
29*eee503ecSMatthias Seidel	HelpId = HID_XMLSEC_DLG_CERTCHOOSER;
30*eee503ecSMatthias Seidel	Size = MAP_APPFONT ( CS_WIDTH, CS_HEIGHT ) ;
31*eee503ecSMatthias Seidel	OutputSize = TRUE ;
32*eee503ecSMatthias Seidel	Closeable = TRUE ;
33*eee503ecSMatthias Seidel	Moveable = TRUE ;
34*eee503ecSMatthias Seidel	SVLook = TRUE ;
35cdf0e10cSrcweir
36*eee503ecSMatthias Seidel	Text [ en-US ] = "Select Certificate" ;
37cdf0e10cSrcweir
38cdf0e10cSrcweir	FixedText FT_HINT_SELECT
39cdf0e10cSrcweir	{
40*eee503ecSMatthias Seidel		Pos = MAP_APPFONT ( CS_COL_0, CS_ROW_0 ) ;
41*eee503ecSMatthias Seidel		Size = MAP_APPFONT ( CS_COL_2-CS_COL_0, RSC_CD_FIXEDTEXT_HEIGHT ) ;
42*eee503ecSMatthias Seidel		Text [ en-US ] = "Select the certificate you want to use for signing" ;
43cdf0e10cSrcweir	};
44cdf0e10cSrcweir	Control LB_SIGNATURES
45cdf0e10cSrcweir	{
46*eee503ecSMatthias Seidel		HelpId = HID_XMLSEC_CTRL_CHOOSESIGNATURES ;
47*eee503ecSMatthias Seidel		Pos = MAP_APPFONT ( CS_COL_0, CS_ROW_1 ) ;
48*eee503ecSMatthias Seidel		Size = MAP_APPFONT ( CS_LB_WIDTH, CS_ROW_2-CS_ROW_1 ) ;
49*eee503ecSMatthias Seidel		SVLook = TRUE ;
50*eee503ecSMatthias Seidel		Border = TRUE ;
51cdf0e10cSrcweir	};
52cdf0e10cSrcweir	String STR_HEADERBAR
53cdf0e10cSrcweir	{
54*eee503ecSMatthias Seidel		Text [ en-US ] = "Issued to\tIssued by\tExpiration date" ;
55cdf0e10cSrcweir	};
56cdf0e10cSrcweir	PushButton BTN_VIEWCERT
57cdf0e10cSrcweir	{
58*eee503ecSMatthias Seidel		HelpID = "xmlsecurity:PushButton:RID_XMLSECDLG_CERTCHOOSER:BTN_VIEWCERT" ;
59*eee503ecSMatthias Seidel		Pos = MAP_APPFONT ( CS_COL_1, CS_ROW_3 ) ;
60*eee503ecSMatthias Seidel		Size = MAP_APPFONT ( CS_COL_2-CS_COL_1, RSC_CD_PUSHBUTTON_HEIGHT ) ;
61*eee503ecSMatthias Seidel		Text [ en-US ] = "View Certificate..." ;
62cdf0e10cSrcweir	};
63*eee503ecSMatthias Seidel	FixedLine FL_BOTTOM_SEP
64cdf0e10cSrcweir	{
65*eee503ecSMatthias Seidel		Pos = MAP_APPFONT ( 0, DLGS_BOTTOM_FL_Y( CS_HEIGHT ) ) ;
66*eee503ecSMatthias Seidel		Size = MAP_APPFONT ( CS_WIDTH, RSC_CD_FIXEDLINE_HEIGHT ) ;
67cdf0e10cSrcweir	};
68cdf0e10cSrcweir	OKButton BTN_OK
69cdf0e10cSrcweir	{
70*eee503ecSMatthias Seidel		DefButton = TRUE ;
71*eee503ecSMatthias Seidel		Pos = MAP_APPFONT ( DLGS_BOTTOM_OK_X( CS_WIDTH ), DLGS_BOTTOM_BTN_Y( CS_HEIGHT ) ) ;
72*eee503ecSMatthias Seidel		Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT ) ;
73cdf0e10cSrcweir	};
74cdf0e10cSrcweir	CancelButton BTN_CANCEL
75cdf0e10cSrcweir	{
76*eee503ecSMatthias Seidel		Pos = MAP_APPFONT ( DLGS_BOTTOM_CANCEL_X( CS_WIDTH ), DLGS_BOTTOM_BTN_Y( CS_HEIGHT ) ) ;
77*eee503ecSMatthias Seidel		Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT ) ;
78cdf0e10cSrcweir	};
79cdf0e10cSrcweir	HelpButton BTN_HELP
80cdf0e10cSrcweir	{
81*eee503ecSMatthias Seidel		Pos = MAP_APPFONT ( DLGS_BOTTOM_HELP_X( CS_WIDTH ), DLGS_BOTTOM_BTN_Y( CS_HEIGHT ) ) ;
82*eee503ecSMatthias Seidel		Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT ) ;
83cdf0e10cSrcweir	};
84cdf0e10cSrcweir};
85*eee503ecSMatthias Seidel
86*eee503ecSMatthias Seidel// ********************************************************************** EOF
87