~ubuntu-branches/ubuntu/trusty/mariadb-5.5/trusty-updates

« back to all changes in this revision

Viewing changes to win/upgrade_wizard/upgrade.rc

  • Committer: Package Import Robot
  • Author(s): Otto Kekäläinen
  • Date: 2015-06-13 21:09:48 UTC
  • mfrom: (1.1.9)
  • Revision ID: package-import@ubuntu.com-20150613210948-6b0ina6he3w5s307
Tags: 5.5.44-1ubuntu0.14.04.1
* SECURITY UPDATE: Update to 5.5.44 to fix security issues (LP: #1464895):
  - CVE-2015-3152
* Upstream also includes lots of line ending changes (from CRLF -> LF)
* Removed hotfix patch now included in upstream release (MDEV-8115)

Show diffs side-by-side

added added

removed removed

Lines of Context:
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
 
 
15
 
/////////////////////////////////////////////////////////////////////////////
16
 
#undef APSTUDIO_READONLY_SYMBOLS
17
 
 
18
 
/////////////////////////////////////////////////////////////////////////////
19
 
// German (Germany) resources
20
 
 
21
 
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_DEU)
22
 
LANGUAGE LANG_GERMAN, SUBLANG_GERMAN
23
 
 
24
 
#ifdef APSTUDIO_INVOKED
25
 
/////////////////////////////////////////////////////////////////////////////
26
 
//
27
 
// TEXTINCLUDE
28
 
//
29
 
 
30
 
1 TEXTINCLUDE 
31
 
BEGIN
32
 
    "resource.h\0"
33
 
END
34
 
 
35
 
2 TEXTINCLUDE 
36
 
BEGIN
37
 
    "#ifndef APSTUDIO_INVOKED\r\n"
38
 
    "#include ""targetver.h""\r\n"
39
 
    "#endif\r\n"
40
 
    "#include ""afxres.h""\r\n"
41
 
    "\0"
42
 
END
43
 
 
44
 
3 TEXTINCLUDE 
45
 
BEGIN
46
 
    "#define _AFX_NO_SPLITTER_RESOURCES\r\n"
47
 
    "#define _AFX_NO_OLE_RESOURCES\r\n"
48
 
    "#define _AFX_NO_TRACKER_RESOURCES\r\n"
49
 
    "#define _AFX_NO_PROPERTY_RESOURCES\r\n"
50
 
    "\r\n"
51
 
    "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)\r\n"
52
 
    "LANGUAGE 9, 1\r\n"
53
 
    "#include ""res\\upgrade.rc2""  // non-Microsoft Visual C++ edited resources\r\n"
54
 
    "#include ""afxres.rc""      // Standard components\r\n"
55
 
    "#endif\r\n"
56
 
    "\0"
57
 
END
58
 
 
59
 
#endif    // APSTUDIO_INVOKED
60
 
 
61
 
 
62
 
/////////////////////////////////////////////////////////////////////////////
63
 
//
64
 
// Icon
65
 
//
66
 
 
67
 
// Icon with lowest ID value placed first to ensure application icon
68
 
// remains consistent on all systems.
69
 
IDR_MAINFRAME           ICON                    "res\\upgrade.ico"
70
 
#endif    // German (Germany) resources
71
 
/////////////////////////////////////////////////////////////////////////////
72
 
 
73
 
 
74
 
/////////////////////////////////////////////////////////////////////////////
75
 
// English (United States) resources
76
 
 
77
 
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
78
 
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
79
 
 
80
 
/////////////////////////////////////////////////////////////////////////////
81
 
//
82
 
// Dialog
83
 
//
84
 
 
85
 
IDD_UPGRADE_DIALOG DIALOGEX 0, 0, 320, 200
86
 
STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
87
 
EXSTYLE WS_EX_APPWINDOW
88
 
CAPTION "MariaDB Upgrade Wizard"
89
 
FONT 8, "MS Shell Dlg"
90
 
BEGIN
91
 
    DEFPUSHBUTTON   "OK",IDOK,113,169,50,14
92
 
    PUSHBUTTON      "Cancel",IDCANCEL,191,169,50,14
93
 
    LISTBOX         IDC_LIST1,24,39,216,80,LBS_OWNERDRAWFIXED | LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP
94
 
    EDITTEXT        IDC_EDIT1,97,124,193,12,ES_AUTOHSCROLL | ES_READONLY | NOT WS_BORDER
95
 
    EDITTEXT        IDC_EDIT2,98,138,181,14,ES_AUTOHSCROLL | ES_READONLY | NOT WS_BORDER
96
 
    CONTROL         "",IDC_PROGRESS1,"msctls_progress32",PBS_SMOOTH | WS_BORDER,26,153,243,14
97
 
    EDITTEXT        IDC_EDIT3,98,151,40,14,ES_AUTOHSCROLL | ES_READONLY | NOT WS_BORDER
98
 
    EDITTEXT        IDC_EDIT7,27,124,65,14,ES_AUTOHSCROLL | ES_READONLY | NOT WS_BORDER
99
 
    EDITTEXT        IDC_EDIT8,27,137,62,12,ES_AUTOHSCROLL | ES_READONLY | NOT WS_BORDER
100
 
    EDITTEXT        IDC_EDIT9,27,151,62,14,ES_AUTOHSCROLL | ES_READONLY | NOT WS_BORDER
101
 
    PUSHBUTTON      "Select all",IDC_BUTTON1,245,61,50,14
102
 
    PUSHBUTTON      "Clear all",IDC_BUTTON2,246,88,50,14
103
 
    LTEXT           "Select services you want to upgrade and click on the [Upgrade] button.\nMake sure to backup data directories prior to upgrade.",IDC_STATIC,25,14,215,26
104
 
END
105
 
 
106
 
 
107
 
/////////////////////////////////////////////////////////////////////////////
108
 
//
109
 
// DESIGNINFO
110
 
//
111
 
 
112
 
#ifdef APSTUDIO_INVOKED
113
 
GUIDELINES DESIGNINFO
114
 
BEGIN
115
 
    IDD_UPGRADE_DIALOG, DIALOG
116
 
    BEGIN
117
 
        LEFTMARGIN, 7
118
 
        RIGHTMARGIN, 313
119
 
        TOPMARGIN, 7
120
 
        BOTTOMMARGIN, 193
121
 
    END
122
 
END
123
 
#endif    // APSTUDIO_INVOKED
124
 
 
125
 
#endif    // English (United States) resources
126
 
/////////////////////////////////////////////////////////////////////////////
127
 
 
128
 
 
129
 
 
130
 
#ifndef APSTUDIO_INVOKED
131
 
/////////////////////////////////////////////////////////////////////////////
132
 
//
133
 
// Generated from the TEXTINCLUDE 3 resource.
134
 
//
135
 
#define _AFX_NO_SPLITTER_RESOURCES
136
 
#define _AFX_NO_OLE_RESOURCES
137
 
#define _AFX_NO_TRACKER_RESOURCES
138
 
#define _AFX_NO_PROPERTY_RESOURCES
139
 
 
140
 
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
141
 
LANGUAGE 9, 1
142
 
#include "res\upgrade.rc2"  // non-Microsoft Visual C++ edited resources
143
 
#include "afxres.rc"      // Standard components
144
 
#endif
145
 
 
146
 
/////////////////////////////////////////////////////////////////////////////
147
 
#endif    // not APSTUDIO_INVOKED
148
 
 
 
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
 
 
15
/////////////////////////////////////////////////////////////////////////////
 
16
#undef APSTUDIO_READONLY_SYMBOLS
 
17
 
 
18
/////////////////////////////////////////////////////////////////////////////
 
19
// German (Germany) resources
 
20
 
 
21
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_DEU)
 
22
LANGUAGE LANG_GERMAN, SUBLANG_GERMAN
 
23
 
 
24
#ifdef APSTUDIO_INVOKED
 
25
/////////////////////////////////////////////////////////////////////////////
 
26
//
 
27
// TEXTINCLUDE
 
28
//
 
29
 
 
30
1 TEXTINCLUDE 
 
31
BEGIN
 
32
    "resource.h\0"
 
33
END
 
34
 
 
35
2 TEXTINCLUDE 
 
36
BEGIN
 
37
    "#ifndef APSTUDIO_INVOKED\r\n"
 
38
    "#include ""targetver.h""\r\n"
 
39
    "#endif\r\n"
 
40
    "#include ""afxres.h""\r\n"
 
41
    "\0"
 
42
END
 
43
 
 
44
3 TEXTINCLUDE 
 
45
BEGIN
 
46
    "#define _AFX_NO_SPLITTER_RESOURCES\r\n"
 
47
    "#define _AFX_NO_OLE_RESOURCES\r\n"
 
48
    "#define _AFX_NO_TRACKER_RESOURCES\r\n"
 
49
    "#define _AFX_NO_PROPERTY_RESOURCES\r\n"
 
50
    "\r\n"
 
51
    "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)\r\n"
 
52
    "LANGUAGE 9, 1\r\n"
 
53
    "#include ""res\\upgrade.rc2""  // non-Microsoft Visual C++ edited resources\r\n"
 
54
    "#include ""afxres.rc""      // Standard components\r\n"
 
55
    "#endif\r\n"
 
56
    "\0"
 
57
END
 
58
 
 
59
#endif    // APSTUDIO_INVOKED
 
60
 
 
61
 
 
62
/////////////////////////////////////////////////////////////////////////////
 
63
//
 
64
// Icon
 
65
//
 
66
 
 
67
// Icon with lowest ID value placed first to ensure application icon
 
68
// remains consistent on all systems.
 
69
IDR_MAINFRAME           ICON                    "res\\upgrade.ico"
 
70
#endif    // German (Germany) resources
 
71
/////////////////////////////////////////////////////////////////////////////
 
72
 
 
73
 
 
74
/////////////////////////////////////////////////////////////////////////////
 
75
// English (United States) resources
 
76
 
 
77
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
 
78
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
 
79
 
 
80
/////////////////////////////////////////////////////////////////////////////
 
81
//
 
82
// Dialog
 
83
//
 
84
 
 
85
IDD_UPGRADE_DIALOG DIALOGEX 0, 0, 320, 200
 
86
STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
 
87
EXSTYLE WS_EX_APPWINDOW
 
88
CAPTION "MariaDB Upgrade Wizard"
 
89
FONT 8, "MS Shell Dlg"
 
90
BEGIN
 
91
    DEFPUSHBUTTON   "OK",IDOK,113,169,50,14
 
92
    PUSHBUTTON      "Cancel",IDCANCEL,191,169,50,14
 
93
    LISTBOX         IDC_LIST1,24,39,216,80,LBS_OWNERDRAWFIXED | LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP
 
94
    EDITTEXT        IDC_EDIT1,97,124,193,12,ES_AUTOHSCROLL | ES_READONLY | NOT WS_BORDER
 
95
    EDITTEXT        IDC_EDIT2,98,138,181,14,ES_AUTOHSCROLL | ES_READONLY | NOT WS_BORDER
 
96
    CONTROL         "",IDC_PROGRESS1,"msctls_progress32",PBS_SMOOTH | WS_BORDER,26,153,243,14
 
97
    EDITTEXT        IDC_EDIT3,98,151,40,14,ES_AUTOHSCROLL | ES_READONLY | NOT WS_BORDER
 
98
    EDITTEXT        IDC_EDIT7,27,124,65,14,ES_AUTOHSCROLL | ES_READONLY | NOT WS_BORDER
 
99
    EDITTEXT        IDC_EDIT8,27,137,62,12,ES_AUTOHSCROLL | ES_READONLY | NOT WS_BORDER
 
100
    EDITTEXT        IDC_EDIT9,27,151,62,14,ES_AUTOHSCROLL | ES_READONLY | NOT WS_BORDER
 
101
    PUSHBUTTON      "Select all",IDC_BUTTON1,245,61,50,14
 
102
    PUSHBUTTON      "Clear all",IDC_BUTTON2,246,88,50,14
 
103
    LTEXT           "Select services you want to upgrade and click on the [Upgrade] button.\nMake sure to backup data directories prior to upgrade.",IDC_STATIC,25,14,215,26
 
104
END
 
105
 
 
106
 
 
107
/////////////////////////////////////////////////////////////////////////////
 
108
//
 
109
// DESIGNINFO
 
110
//
 
111
 
 
112
#ifdef APSTUDIO_INVOKED
 
113
GUIDELINES DESIGNINFO
 
114
BEGIN
 
115
    IDD_UPGRADE_DIALOG, DIALOG
 
116
    BEGIN
 
117
        LEFTMARGIN, 7
 
118
        RIGHTMARGIN, 313
 
119
        TOPMARGIN, 7
 
120
        BOTTOMMARGIN, 193
 
121
    END
 
122
END
 
123
#endif    // APSTUDIO_INVOKED
 
124
 
 
125
#endif    // English (United States) resources
 
126
/////////////////////////////////////////////////////////////////////////////
 
127
 
 
128
 
 
129
 
 
130
#ifndef APSTUDIO_INVOKED
 
131
/////////////////////////////////////////////////////////////////////////////
 
132
//
 
133
// Generated from the TEXTINCLUDE 3 resource.
 
134
//
 
135
#define _AFX_NO_SPLITTER_RESOURCES
 
136
#define _AFX_NO_OLE_RESOURCES
 
137
#define _AFX_NO_TRACKER_RESOURCES
 
138
#define _AFX_NO_PROPERTY_RESOURCES
 
139
 
 
140
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
 
141
LANGUAGE 9, 1
 
142
#include "res\upgrade.rc2"  // non-Microsoft Visual C++ edited resources
 
143
#include "afxres.rc"      // Standard components
 
144
#endif
 
145
 
 
146
/////////////////////////////////////////////////////////////////////////////
 
147
#endif    // not APSTUDIO_INVOKED
 
148