1*184e05d2SAndrew Rist// ************************************************************* 2*184e05d2SAndrew Rist// 3*184e05d2SAndrew Rist// Licensed to the Apache Software Foundation (ASF) under one 4*184e05d2SAndrew Rist// or more contributor license agreements. See the NOTICE file 5*184e05d2SAndrew Rist// distributed with this work for additional information 6*184e05d2SAndrew Rist// regarding copyright ownership. The ASF licenses this file 7*184e05d2SAndrew Rist// to you under the Apache License, Version 2.0 (the 8*184e05d2SAndrew Rist// "License"); you may not use this file except in compliance 9*184e05d2SAndrew Rist// with the License. You may obtain a copy of the License at 10*184e05d2SAndrew Rist// 11*184e05d2SAndrew Rist// http://www.apache.org/licenses/LICENSE-2.0 12*184e05d2SAndrew Rist// 13*184e05d2SAndrew Rist// Unless required by applicable law or agreed to in writing, 14*184e05d2SAndrew Rist// software distributed under the License is distributed on an 15*184e05d2SAndrew Rist// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16*184e05d2SAndrew Rist// KIND, either express or implied. See the License for the 17*184e05d2SAndrew Rist// specific language governing permissions and limitations 18*184e05d2SAndrew Rist// under the License. 19*184e05d2SAndrew Rist// 20*184e05d2SAndrew Rist// ************************************************************* 21cdf0e10cSrcweir 22cdf0e10cSrcweir// Dialog 23cdf0e10cSrcweir 24cdf0e10cSrcweirIDD_PROPPAGE_SUMMARY DIALOGEX 0, 0, 222, 211 25cdf0e10cSrcweirSTYLE WS_CHILD 26cdf0e10cSrcweirFONT 8, "MS Sans Serif" 27cdf0e10cSrcweirBEGIN 28cdf0e10cSrcweir LTEXT %TITLE_COLON% ,IDC_STATIC,7,14,39,10 29cdf0e10cSrcweir LTEXT %AUTHOR_COLON% ,IDC_STATIC,7,31,47,10 30cdf0e10cSrcweir LTEXT %SUBJECT_COLON% ,IDC_STATIC,7,47,39,10 31cdf0e10cSrcweir LTEXT %KEYWORDS_COLON% ,IDC_STATIC,7,94,49,10 32cdf0e10cSrcweir EDITTEXT IDC_TITLE,63,12,154,12,ES_AUTOHSCROLL | ES_READONLY | 33cdf0e10cSrcweir NOT WS_BORDER,WS_EX_CLIENTEDGE 34cdf0e10cSrcweir EDITTEXT IDC_AUTHOR,63,29,154,12,ES_AUTOHSCROLL | ES_READONLY | NOT WS_BORDER, 35cdf0e10cSrcweir WS_EX_CLIENTEDGE 36cdf0e10cSrcweir EDITTEXT IDC_SUBJECT,63,46,154,12,ES_AUTOHSCROLL | ES_READONLY | NOT WS_BORDER, 37cdf0e10cSrcweir WS_EX_CLIENTEDGE 38cdf0e10cSrcweir EDITTEXT IDC_KEYWORDS,64,93,154,12,ES_AUTOHSCROLL | ES_READONLY | NOT WS_BORDER, 39cdf0e10cSrcweir WS_EX_CLIENTEDGE 40cdf0e10cSrcweir CONTROL "",IDC_STATIC,"Static",SS_ETCHEDHORZ,7,75,211,1 41cdf0e10cSrcweir EDITTEXT IDC_COMMENTS,64,111,154,83,ES_MULTILINE | ES_LEFT | ES_READONLY | ES_WANTRETURN | 42cdf0e10cSrcweir NOT WS_BORDER | WS_VSCROLL,WS_EX_CLIENTEDGE 43cdf0e10cSrcweir LTEXT %COMMENTS_COLON% ,IDC_STATIC,7,112,49,10 44cdf0e10cSrcweirEND 45cdf0e10cSrcweir 46cdf0e10cSrcweirIDD_PROPPAGE_STATISTICS DIALOG DISCARDABLE 0, 0, 222, 215 47cdf0e10cSrcweirSTYLE WS_CHILD 48cdf0e10cSrcweirFONT 8, "MS Sans Serif" 49cdf0e10cSrcweirBEGIN 50cdf0e10cSrcweir CONTROL "",IDC_STATISTICSLIST,"SysListView32",LVS_REPORT | 51cdf0e10cSrcweir WS_BORDER | WS_TABSTOP,6,7,214,186 52cdf0e10cSrcweirEND 53cdf0e10cSrcweir 54cdf0e10cSrcweir// String Table 55cdf0e10cSrcweir 56cdf0e10cSrcweirSTRINGTABLE DISCARDABLE 57cdf0e10cSrcweirBEGIN 58cdf0e10cSrcweir IDS_TITLE %TITLE% 59cdf0e10cSrcweir IDS_TITLE_COLON %TITLE_COLON% 60cdf0e10cSrcweir IDS_SUBJECT %SUBJECT% 61cdf0e10cSrcweir IDS_SUBJECT_COLON %SUBJECT_COLON% 62cdf0e10cSrcweir IDS_AUTHOR %AUTHOR% 63cdf0e10cSrcweir IDS_AUTHOR_COLON %AUTHOR_COLON% 64cdf0e10cSrcweir IDS_KEYWORDS %KEYWORDS% 65cdf0e10cSrcweir IDS_COMMENTS %COMMENTS% 66cdf0e10cSrcweir IDS_COMMENTS_COLON %COMMENTS_COLON% 67cdf0e10cSrcweir IDS_PAGES %PAGES% 68cdf0e10cSrcweir IDS_TABLES %TABLES% 69cdf0e10cSrcweir IDS_GRAPHICS %GRAPHICS% 70cdf0e10cSrcweir IDS_OBJECTS %OBJECTS% 71cdf0e10cSrcweir IDS_OLE_OBJECTS %OLE_OBJECTS% 72cdf0e10cSrcweir IDS_PARAGRAPHS %PARAGRAPHS% 73cdf0e10cSrcweir IDS_WORDS %WORDS% 74cdf0e10cSrcweir IDS_CHARACTERS %CHARACTERS% 75cdf0e10cSrcweir IDS_ROWS %ROWS% 76cdf0e10cSrcweir IDS_ORIGIN %ORIGIN% 77cdf0e10cSrcweir IDS_VERSION %VERSION% 78cdf0e10cSrcweir IDS_SHEETS %SHEETS% 79cdf0e10cSrcweir IDS_CELLS %CELLS% 80cdf0e10cSrcweir IDS_MODIFIED %MODIFIED% 81cdf0e10cSrcweir IDS_MODIFIED_COLON %MODIFIED_COLON% 82cdf0e10cSrcweir IDS_DOCUMENT_NUMBER %DOCUMENT_NUMBER% 83cdf0e10cSrcweir IDS_EDITING_TIME %EDITING_TIME% 84cdf0e10cSrcweir IDS_PROPPAGE_STATISTICS_TITLE %STATISTICS_TITLE% 85cdf0e10cSrcweir IDS_PROPPAGE_SUMMARY_TITLE %SUMMARY_TITLE% 86cdf0e10cSrcweir IDS_PROPERTY %PROPERTY% 87cdf0e10cSrcweir IDS_PROPERTY_VALUE %PROPERTY_VALUE% 88cdf0e10cSrcweir IDS_DESCRIPTION %DESCRIPTION% 89cdf0e10cSrcweir IDS_SIZE_COLON %SIZE_COLON% 90cdf0e10cSrcweir IDS_TYPE_COLON %TYPE_COLON% 91cdf0e10cSrcweirEND 92