Paul Duffin | 512ba8f | 2020-05-06 12:55:46 +0000 | [diff] [blame] | 1 | // Microsoft Visual C++ generated resource script.
|
| 2 | //
|
| 3 | #include "resource.h"
|
| 4 |
|
| 5 | #define APSTUDIO_READONLY_SYMBOLS
|
| 6 | /////////////////////////////////////////////////////////////////////////////
|
| 7 | //
|
| 8 | // Generated from the TEXTINCLUDE 2 resource.
|
| 9 | //
|
| 10 | #ifndef APSTUDIO_INVOKED
|
| 11 | #include "targetver.h"
|
| 12 | #endif
|
| 13 | #include "afxres.h"
|
| 14 | #include "verrsrc.h"
|
| 15 |
|
| 16 | /////////////////////////////////////////////////////////////////////////////
|
| 17 | #undef APSTUDIO_READONLY_SYMBOLS
|
| 18 |
|
| 19 | /////////////////////////////////////////////////////////////////////////////
|
| 20 | // English (United States) resources
|
| 21 |
|
| 22 | #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
|
| 23 | LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
| 24 |
|
| 25 | #ifdef APSTUDIO_INVOKED
|
| 26 | /////////////////////////////////////////////////////////////////////////////
|
| 27 | //
|
| 28 | // TEXTINCLUDE
|
| 29 | //
|
| 30 |
|
| 31 | 1 TEXTINCLUDE
|
| 32 | BEGIN
|
| 33 | "resource.h\0"
|
| 34 | END
|
| 35 |
|
| 36 | 2 TEXTINCLUDE
|
| 37 | BEGIN
|
| 38 | "#ifndef APSTUDIO_INVOKED\r\n"
|
| 39 | "#include ""targetver.h""\r\n"
|
| 40 | "#endif\r\n"
|
| 41 | "#include ""afxres.h""\r\n"
|
| 42 | "#include ""verrsrc.h""\r\n"
|
| 43 | "\0"
|
| 44 | END
|
| 45 |
|
| 46 | 3 TEXTINCLUDE
|
| 47 | BEGIN
|
| 48 | "#define _AFX_NO_SPLITTER_RESOURCES\r\n"
|
| 49 | "#define _AFX_NO_OLE_RESOURCES\r\n"
|
| 50 | "#define _AFX_NO_TRACKER_RESOURCES\r\n"
|
| 51 | "#define _AFX_NO_PROPERTY_RESOURCES\r\n"
|
| 52 | "\r\n"
|
| 53 | "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)\r\n"
|
| 54 | "LANGUAGE 9, 1\r\n"
|
| 55 | "#include ""res\\WinLauncher2.rc2"" // non-Microsoft Visual C++ edited resources\r\n"
|
| 56 | "#include ""afxres.rc"" // Standard components\r\n"
|
| 57 | "#if !defined(_AFXDLL)\r\n"
|
| 58 | "#include ""afxribbon.rc"" // MFC ribbon and control bar resources\r\n"
|
| 59 | "#endif\r\n"
|
| 60 | "#endif\r\n"
|
| 61 | "\0"
|
| 62 | END
|
| 63 |
|
| 64 | #endif // APSTUDIO_INVOKED
|
| 65 |
|
| 66 |
|
| 67 | /////////////////////////////////////////////////////////////////////////////
|
| 68 | //
|
| 69 | // Version
|
| 70 | //
|
| 71 |
|
| 72 | VS_VERSION_INFO VERSIONINFO
|
| 73 | FILEVERSION 2,0,0,1
|
| 74 | PRODUCTVERSION 2,0,0,1
|
| 75 | FILEFLAGSMASK 0x3fL
|
| 76 | #ifdef _DEBUG
|
| 77 | FILEFLAGS 0x1L
|
| 78 | #else
|
| 79 | FILEFLAGS 0x0L
|
| 80 | #endif
|
| 81 | FILEOS 0x40004L
|
| 82 | FILETYPE 0x1L
|
| 83 | FILESUBTYPE 0x0L
|
| 84 | BEGIN
|
| 85 | BLOCK "StringFileInfo"
|
| 86 | BEGIN
|
| 87 | BLOCK "040904b0"
|
| 88 | BEGIN
|
| 89 | VALUE "CompanyName", "Android"
|
| 90 | VALUE "FileDescription", "Android Studio Windows Launcher"
|
| 91 | VALUE "FileVersion", "2.0.0.1"
|
| 92 | VALUE "InternalName", "WinLauncher2.exe"
|
| 93 | VALUE "LegalCopyright", "(c) Android. All rights reserved."
|
| 94 | VALUE "OriginalFilename", "WinLauncher2.exe"
|
| 95 | VALUE "ProductName", "Android SDK"
|
| 96 | VALUE "ProductVersion", "2.0.0.1"
|
| 97 | END
|
| 98 | END
|
| 99 | BLOCK "VarFileInfo"
|
| 100 | BEGIN
|
| 101 | VALUE "Translation", 0x409, 1200
|
| 102 | END
|
| 103 | END
|
| 104 |
|
| 105 |
|
| 106 | /////////////////////////////////////////////////////////////////////////////
|
| 107 | //
|
| 108 | // Dialog
|
| 109 | //
|
| 110 |
|
| 111 | IDD_FINDJAVA2_DIALOG DIALOGEX 0, 0, 317, 197
|
| 112 | STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_MINIMIZEBOX | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
|
| 113 | EXSTYLE WS_EX_APPWINDOW
|
| 114 | CAPTION "Find Java 2 for Android"
|
| 115 | FONT 8, "MS Shell Dlg", 0, 0, 0x1
|
| 116 | BEGIN
|
| 117 | DEFPUSHBUTTON "Start",IDOK,205,174,50,14
|
| 118 | PUSHBUTTON "Quit",IDCANCEL,260,174,50,14
|
| 119 | PUSHBUTTON "Add...",IDC_BUTTON_ADD,7,174,50,14
|
| 120 | LTEXT "Select which version of Java to use:",IDC_STATIC,7,7,116,8
|
| 121 | CONTROL "",IDC_PATH_LIST,"SysListView32",LVS_REPORT | LVS_ALIGNLEFT | WS_BORDER | WS_TABSTOP,7,18,300,150
|
| 122 | END
|
| 123 |
|
| 124 |
|
| 125 | /////////////////////////////////////////////////////////////////////////////
|
| 126 | //
|
| 127 | // Icon
|
| 128 | //
|
| 129 |
|
| 130 | // Icon with lowest ID value placed first to ensure application icon
|
| 131 | // remains consistent on all systems.
|
| 132 | IDI_ANDROID_ICON ICON "..\\android_icon.ico"
|
| 133 |
|
| 134 | /////////////////////////////////////////////////////////////////////////////
|
| 135 | //
|
| 136 | // DESIGNINFO
|
| 137 | //
|
| 138 |
|
| 139 | #ifdef APSTUDIO_INVOKED
|
| 140 | GUIDELINES DESIGNINFO
|
| 141 | BEGIN
|
| 142 | IDD_FINDJAVA2_DIALOG, DIALOG
|
| 143 | BEGIN
|
| 144 | BOTTOMMARGIN, 196
|
| 145 | END
|
| 146 | END
|
| 147 | #endif // APSTUDIO_INVOKED
|
| 148 |
|
| 149 | #endif // English (United States) resources
|
| 150 | /////////////////////////////////////////////////////////////////////////////
|
| 151 |
|
| 152 |
|
| 153 |
|
| 154 | #ifndef APSTUDIO_INVOKED
|
| 155 | /////////////////////////////////////////////////////////////////////////////
|
| 156 | //
|
| 157 | // Generated from the TEXTINCLUDE 3 resource.
|
| 158 | //
|
| 159 | #define _AFX_NO_SPLITTER_RESOURCES
|
| 160 | #define _AFX_NO_OLE_RESOURCES
|
| 161 | #define _AFX_NO_TRACKER_RESOURCES
|
| 162 | #define _AFX_NO_PROPERTY_RESOURCES
|
| 163 |
|
| 164 | #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
|
| 165 | LANGUAGE 9, 1
|
| 166 | #include "afxres.rc" // Standard components
|
| 167 | #if !defined(_AFXDLL)
|
| 168 | #include "afxribbon.rc" // MFC ribbon and control bar resources
|
| 169 | #endif
|
| 170 | #endif
|
| 171 |
|
| 172 | /////////////////////////////////////////////////////////////////////////////
|
| 173 | #endif // not APSTUDIO_INVOKED
|
| 174 |
|