blob: 80446057450fd68aa01317d60ada14ed10830bf5 [file] [log] [blame]
/**************************************************************
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*
*************************************************************/
#include "xmlfiltersettingsdialog.hrc"
#include "xmlfilterhelpids.hrc"
#define BUTTONS_LEFT 248
#define BUTTONS_TOP 6
#define BUTTONS_SPACEING 3
#define BUTTONS_WIDTH 66
#define BUTTONS_HEIGHT 14
WorkWindow DLG_XML_FILTER_SETTINGS_DIALOG
{
Size = MAP_APPFONT( 320, 154 );
HelpId = HID_XML_FILTER_SETTINGS_DIALOG;
OutputSize = TRUE ;
SVLook = TRUE ;
Moveable = TRUE ;
Closeable = TRUE ;
Sizeable = FALSE;
DialogControl = TRUE ;
Text [ en-US ] = "XML Filter Settings" ;
Control CTRL_XML_FILTER_LIST
{
Pos = MAP_APPFONT ( 6 , 6 ) ;
Size = MAP_APPFONT ( 235 , 142 );
Border = TRUE ;
TabStop = TRUE ;
};
PushButton PB_XML_FILTER_NEW
{
Pos = MAP_APPFONT ( BUTTONS_LEFT , BUTTONS_TOP + 0 * BUTTONS_HEIGHT + 0 * BUTTONS_SPACEING ) ;
Size = MAP_APPFONT ( BUTTONS_WIDTH , BUTTONS_HEIGHT ) ;
HelpId = HID_XML_FILTER_NEW;
TabStop = TRUE ;
Text [ en-US ] = "~New...";
};
PushButton PB_XML_FILTER_EDIT
{
Pos = MAP_APPFONT ( BUTTONS_LEFT , BUTTONS_TOP + 1 * BUTTONS_HEIGHT + 1 * BUTTONS_SPACEING ) ;
Size = MAP_APPFONT ( BUTTONS_WIDTH , BUTTONS_HEIGHT ) ;
HelpId = HID_XML_FILTER_EDIT;
TabStop = TRUE ;
Text [ en-US ] = "~Edit...";
};
PushButton PB_XML_FILTER_TEST
{
Pos = MAP_APPFONT ( BUTTONS_LEFT , BUTTONS_TOP + 2 * BUTTONS_HEIGHT + 2 * BUTTONS_SPACEING ) ;
Size = MAP_APPFONT ( BUTTONS_WIDTH , BUTTONS_HEIGHT ) ;
HelpId = HID_XML_FILTER_TEST;
TabStop = TRUE ;
Text [ en-US ] = "~Test XSLTs...";
};
PushButton PB_XML_FILTER_DELETE
{
Pos = MAP_APPFONT ( BUTTONS_LEFT , BUTTONS_TOP + 3 * BUTTONS_HEIGHT + 4 * BUTTONS_SPACEING ) ;
Size = MAP_APPFONT ( BUTTONS_WIDTH , BUTTONS_HEIGHT ) ;
HelpId = HID_XML_FILTER_DELETE;
TabStop = TRUE ;
Text [ en-US ] = "~Delete...";
};
PushButton PB_XML_FILTER_SAVE
{
Pos = MAP_APPFONT ( BUTTONS_LEFT , BUTTONS_TOP + 4 * BUTTONS_HEIGHT + 6 * BUTTONS_SPACEING ) ;
Size = MAP_APPFONT ( BUTTONS_WIDTH , BUTTONS_HEIGHT ) ;
HelpId = HID_XML_FILTER_SAVE;
TabStop = TRUE ;
Text [ en-US ] = "~Save as Package...";
};
PushButton PB_XML_FILTER_OPEN
{
Pos = MAP_APPFONT ( BUTTONS_LEFT , BUTTONS_TOP + 5 * BUTTONS_HEIGHT + 7 * BUTTONS_SPACEING ) ;
Size = MAP_APPFONT ( BUTTONS_WIDTH , BUTTONS_HEIGHT ) ;
HelpId = HID_XML_FILTER_OPEN;
TabStop = TRUE ;
Text [ en-US ] = "~Open Package...";
TabStop = TRUE ;
};
HelpButton BTN_XML_FILTER_HELP
{
Pos = MAP_APPFONT ( BUTTONS_LEFT, BUTTONS_TOP + 6 * BUTTONS_HEIGHT + 9 * BUTTONS_SPACEING );
Size = MAP_APPFONT ( BUTTONS_WIDTH, BUTTONS_HEIGHT );
};
PushButton PB_XML_FILTER_CLOSE
{
Pos = MAP_APPFONT ( BUTTONS_LEFT , BUTTONS_TOP + 7 * BUTTONS_HEIGHT + 10 * BUTTONS_SPACEING ) ;
Size = MAP_APPFONT ( BUTTONS_WIDTH , BUTTONS_HEIGHT ) ;
HelpId = HID_XML_FILTER_CLOSE;
TabStop = TRUE ;
Text [ en-US ] = "~Close";
};
};
String STR_XML_FILTER_LISTBOX
{
Text [ en-US ] = "XML Filter List";
};