1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance 9 * with the License. You may obtain a copy of the License at 10 * 11 * http://www.apache.org/licenses/LICENSE-2.0 12 * 13 * Unless required by applicable law or agreed to in writing, 14 * software distributed under the License is distributed on an 15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16 * KIND, either express or implied. See the License for the 17 * specific language governing permissions and limitations 18 * under the License. 19 * 20 *************************************************************/ 21 22//Microsoft Developer Studio generated resource script. 23// 24#include "resource.h" 25 26#define APSTUDIO_READONLY_SYMBOLS 27///////////////////////////////////////////////////////////////////////////// 28// 29// Generated from the TEXTINCLUDE 2 resource. 30// 31#define APSTUDIO_HIDDEN_SYMBOLS 32#include "windows.h" 33#undef APSTUDIO_HIDDEN_SYMBOLS 34#include "resource.h" 35 36///////////////////////////////////////////////////////////////////////////// 37#undef APSTUDIO_READONLY_SYMBOLS 38 39///////////////////////////////////////////////////////////////////////////// 40// German (Germany) resources 41 42#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_DEU) 43#ifdef _WIN32 44LANGUAGE LANG_GERMAN, SUBLANG_GERMAN 45#pragma code_page(1252) 46#endif //_WIN32 47 48///////////////////////////////////////////////////////////////////////////// 49// 50// Icon 51// 52 53// Icon with lowest ID value placed first to ensure application icon 54// remains consistent on all systems. 55ICON_ACTIVE ICON DISCARDABLE "icons/ooo3_main_app.ico" 56IDI_QUICKSTART ICON DISCARDABLE "icons/ooo3_main_app.ico" 57IDI_SMALL ICON DISCARDABLE "icons/ooo3_main_app.ico" 58ICON_INACTIVE ICON DISCARDABLE "icons/ooo3_main_app.ico" 59 60 61///////////////////////////////////////////////////////////////////////////// 62// 63// Accelerator 64// 65 66IDC_QUICKSTART ACCELERATORS MOVEABLE PURE 67BEGIN 68 "?", IDM_ABOUT, ASCII, ALT 69 "/", IDM_ABOUT, ASCII, ALT 70END 71 72 73///////////////////////////////////////////////////////////////////////////// 74// 75// Dialog 76// 77 78IDD_ABOUTBOX DIALOG DISCARDABLE 22, 17, 230, 75 79STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU 80CAPTION "About" 81FONT 8, "System" 82BEGIN 83 ICON IDI_QUICKSTART,IDC_MYICON,14,9,16,16 84 LTEXT "QuickStart Version 1.0",IDC_STATIC,49,10,119,8, 85 SS_NOPREFIX 86 LTEXT "Copyright (C) 2001",IDC_STATIC,49,20,119,8 87 DEFPUSHBUTTON "OK",IDOK,195,6,30,11,WS_GROUP 88END 89 90 91#ifdef APSTUDIO_INVOKED 92///////////////////////////////////////////////////////////////////////////// 93// 94// TEXTINCLUDE 95// 96 972 TEXTINCLUDE DISCARDABLE 98BEGIN 99 "#define APSTUDIO_HIDDEN_SYMBOLS\r\n" 100 "#include ""windows.h""\r\n" 101 "#undef APSTUDIO_HIDDEN_SYMBOLS\r\n" 102 "#include ""resource.h""\r\n" 103 "\0" 104END 105 1063 TEXTINCLUDE DISCARDABLE 107BEGIN 108 "\r\n" 109 "\0" 110END 111 1121 TEXTINCLUDE DISCARDABLE 113BEGIN 114 "resource.h\0" 115END 116 117#endif // APSTUDIO_INVOKED 118 119 120///////////////////////////////////////////////////////////////////////////// 121// 122// String Table 123// 124 125STRINGTABLE DISCARDABLE 126BEGIN 127 IDS_APP_TITLE "SoQuickStart" 128 IDC_QUICKSTART "QUICKSTART" 129 IDS_TOOLTIP "StarOffice 6.0 QuickStart" 130END 131 132STRINGTABLE DISCARDABLE 133BEGIN 134 IDS_EXIT "Exit" 135END 136 137#endif // German (Germany) resources 138///////////////////////////////////////////////////////////////////////////// 139 140 141 142#ifndef APSTUDIO_INVOKED 143///////////////////////////////////////////////////////////////////////////// 144// 145// Generated from the TEXTINCLUDE 3 resource. 146// 147 148 149///////////////////////////////////////////////////////////////////////////// 150#endif // not APSTUDIO_INVOKED 151 152