//
// 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/.
//
// This file incorporates work covered by the following license notice:
//
// 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 .
//
// Dialog
IDD_PROPPAGE_SUMMARY DIALOGEX 0, 0, 222, 211
STYLE WS_CHILD
FONT 8, "MS Sans Serif"
BEGIN
LTEXT %TITLE_COLON% ,IDC_STATIC,7,14,39,10
LTEXT %AUTHOR_COLON% ,IDC_STATIC,7,31,47,10
LTEXT %SUBJECT_COLON% ,IDC_STATIC,7,47,39,10
LTEXT %KEYWORDS_COLON% ,IDC_STATIC,7,94,49,10
EDITTEXT IDC_TITLE,63,12,154,12,ES_AUTOHSCROLL | ES_READONLY |
NOT WS_BORDER,WS_EX_CLIENTEDGE
EDITTEXT IDC_AUTHOR,63,29,154,12,ES_AUTOHSCROLL | ES_READONLY | NOT WS_BORDER,
WS_EX_CLIENTEDGE
EDITTEXT IDC_SUBJECT,63,46,154,12,ES_AUTOHSCROLL | ES_READONLY | NOT WS_BORDER,
WS_EX_CLIENTEDGE
EDITTEXT IDC_KEYWORDS,64,93,154,12,ES_AUTOHSCROLL | ES_READONLY | NOT WS_BORDER,
WS_EX_CLIENTEDGE
CONTROL "",IDC_STATIC,"Static",SS_ETCHEDHORZ,7,75,211,1
EDITTEXT IDC_COMMENTS,64,111,154,83,ES_MULTILINE | ES_LEFT | ES_READONLY | ES_WANTRETURN |
NOT WS_BORDER | WS_VSCROLL,WS_EX_CLIENTEDGE
LTEXT %COMMENTS_COLON% ,IDC_STATIC,7,112,49,10
END
IDD_PROPPAGE_STATISTICS DIALOG DISCARDABLE 0, 0, 222, 215
STYLE WS_CHILD
FONT 8, "MS Sans Serif"
BEGIN
CONTROL "",IDC_STATISTICSLIST,"SysListView32",LVS_REPORT |
WS_BORDER | WS_TABSTOP,6,7,214,186
END
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.