/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * This file is part of the LibreOffice project. * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "sc.hrc" #include "condformatmgr.hrc" ModalDialog RID_SCDLG_COND_FORMAT_MANAGER { HelpID = "sc:ModalDialog:RID_SCDLG_COND_FORMAT_MANAGER"; OutputSize = TRUE; Hide = TRUE; Size = MAP_APPFONT ( 300, 275 ); Text [ en-US ] = "Manage Conditional Formatting"; Moveable = TRUE; Closeable = TRUE; OkButton BTN_OK { Pos = MAP_APPFONT ( 190, 255 ); Size = MAP_APPFONT ( 50, 14 ); TabStop = TRUE; }; CancelButton BTN_CANCEL { Pos = MAP_APPFONT ( 245, 255 ); Size = MAP_APPFONT ( 50, 14 ); TabStop = TRUE; }; PushButton BTN_ADD { Pos = MAP_APPFONT( 5, 230 ); Size = MAP_APPFONT( 40, 14 ); Text [ en-US ] = "Add"; TabStop = TRUE; }; PushButton BTN_REMOVE { Pos = MAP_APPFONT( 95, 230 ); Size = MAP_APPFONT( 40, 14 ); Text [ en-US ] = "Remove"; TabStop = TRUE; }; Control CTRL_TABLE { Pos = MAP_APPFONT( 5, 5 ); Size = MAP_APPFONT( 290, 220 ); Border = TRUE; }; PushButton BTN_EDIT { Pos = MAP_APPFONT( 50, 230 ); Size = MAP_APPFONT( 40, 14 ); Text [ en-US ] = "Edit..."; }; FixedLine FL_LINE { Pos = MAP_APPFONT( 0, 250 ); Size = MAP_APPFONT( 300, 2 ); }; }; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */