Componentes.Terceros.DevExp.../internal/x.44/1/ExpressLayout Control 2/Sources/dxLayoutStrs.pas
2009-06-29 12:09:02 +00:00

83 lines
4.1 KiB
ObjectPascal

{********************************************************************}
{ }
{ Developer Express Visual Component Library }
{ ExpressLayoutControl common routines }
{ }
{ Copyright (c) 2001-2009 Developer Express Inc. }
{ ALL RIGHTS RESERVED }
{ }
{ The entire contents of this file is protected by U.S. and }
{ International Copyright Laws. Unauthorized reproduction, }
{ reverse-engineering, and distribution of all or any portion of }
{ the code contained in this file is strictly prohibited and may }
{ result in severe civil and criminal penalties and will be }
{ prosecuted to the maximum extent possible under the law. }
{ }
{ RESTRICTIONS }
{ }
{ THIS SOURCE CODE AND ALL RESULTING INTERMEDIATE FILES }
{ (DCU, OBJ, DLL, ETC.) ARE CONFIDENTIAL AND PROPRIETARY TRADE }
{ SECRETS OF DEVELOPER EXPRESS INC. THE REGISTERED DEVELOPER IS }
{ LICENSED TO DISTRIBUTE THE EXPRESSLAYOUTCONTROL AND ALL }
{ ACCOMPANYING VCL CONTROLS AS PART OF AN EXECUTABLE PROGRAM }
{ ONLY. }
{ }
{ THE SOURCE CODE CONTAINED WITHIN THIS FILE AND ALL RELATED }
{ FILES OR ANY PORTION OF ITS CONTENTS SHALL AT NO TIME BE }
{ COPIED, TRANSFERRED, SOLD, DISTRIBUTED, OR OTHERWISE MADE }
{ AVAILABLE TO OTHER INDIVIDUALS WITHOUT EXPRESS WRITTEN CONSENT }
{ AND PERMISSION FROM DEVELOPER EXPRESS INC. }
{ }
{ CONSULT THE END USER LICENSE AGREEMENT FOR INFORMATION ON }
{ ADDITIONAL RESTRICTIONS. }
{ }
{********************************************************************}
unit dxLayoutStrs;
{$I cxVer.inc}
interface
resourcestring
sdxLayoutControlContainerCannotBeControl = 'Container cannot be a control for its item.';
sdxLayoutControlControlIsUsed = 'The %s control is already used by %s item.';
sdxLayoutControlNewGroupCaption = 'New Group';
sdxLayoutControlRoot = 'Root';
sdxLayoutControlNewItemCaption = 'New Item';
sdxLayoutControlCustomizeFormCaption = 'Customize';
sdxLayoutControlCustomizeFormAddGroup = 'Add Group';
sdxLayoutControlCustomizeFormAddItem = 'Add Item';
sdxLayoutControlCustomizeFormDelete = 'Delete';
sdxLayoutControlCustomizeFormDeleteHint = 'Delete (Del)';
sdxLayoutControlCustomizeFormAlignBy = 'Align by';
sdxLayoutControlCustomizeFormClose = '&Close';
sdxLayoutControlCustomizeFormExpandAll = 'Expand All';
sdxLayoutControlCustomizeFormCollapseAll = 'Collapse All';
sdxLayoutControlCustomizeFormAlignLeftSide = 'Left Side';
sdxLayoutControlCustomizeFormAlignRightSide = 'Right Side';
sdxLayoutControlCustomizeFormAlignTopSide = 'Top Side';
sdxLayoutControlCustomizeFormAlignBottomSide = 'Bottom Side';
sdxLayoutControlCustomizeFormAlignNone = 'None';
sdxLayoutControlCustomizeFormTreeViewGroup = '&Layout Tree View';
sdxLayoutControlCustomizeFormListViewGroup = '&Available Items';
sdxLayoutControlCustomizeFormTabbedView = '&Tabbed View';
sdxLayoutControlCustomizeFormTreeView = 'View as Tree / Plain List';
sdxLayoutControlCustomizeFormStore = 'Store Layout';
sdxLayoutControlCustomizeFormRestore = 'Restore Layout';
sdxLayoutControlEditFormOK = 'OK';
sdxLayoutControlEditFormCancel = 'Cancel';
// Dialogs
sdxLayoutControlDesignerCaptionFormat = '%s - Designer';
implementation
end.