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#ifdef FONTSIZE
23cdf0e10cSrcweir#undef FONTSIZE
24cdf0e10cSrcweir#endif
25cdf0e10cSrcweir
26cdf0e10cSrcweir//#if ( %PLACEHOLDER% == LANG_KOREAN ) || ( %PLACEHOLDER% == LANG_CHINESE ) || ( %PLACEHOLDER% == LANG_JAPANESE )
27cdf0e10cSrcweir//#define FONTSIZE 9
28cdf0e10cSrcweir//#define LANG_CJK
29cdf0e10cSrcweir//#else
30cdf0e10cSrcweir//#define FONTSIZE 8
31cdf0e10cSrcweir//#endif
32cdf0e10cSrcweir
33cdf0e10cSrcweir#define FONTSIZE 9
34cdf0e10cSrcweir
35cdf0e10cSrcweir/////////////////////////////////////////////////////////////////////////////
36cdf0e10cSrcweir//
37cdf0e10cSrcweir// Dialog
38cdf0e10cSrcweir//
39cdf0e10cSrcweir
40cdf0e10cSrcweirIDD_WELCOME_PAGE DIALOGEX 0, 41, 327, 195
41cdf0e10cSrcweirSTYLE DS_SETFONT | DS_CONTROL | WS_CHILD
42cdf0e10cSrcweirEXSTYLE WS_EX_CONTROLPARENT
43cdf0e10cSrcweir#ifndef LANG_CJK
44cdf0e10cSrcweirFONT FONTSIZE, "MS Shell Dlg", 0, 0, 0x0
45cdf0e10cSrcweir#endif
46cdf0e10cSrcweirBEGIN
47cdf0e10cSrcweir    CONTROL         "",IDC_RICHEDIT21,"RICHEDIT20W",TCS_RAGGEDRIGHT | ES_READONLY |
48cdf0e10cSrcweir                    TCS_MULTISELECT | WS_VSCROLL,7,7,313,151
49cdf0e10cSrcweirEND
50cdf0e10cSrcweir
51cdf0e10cSrcweirIDD_REPORT_PAGE DIALOGEX 0, 41, 327, 195
52cdf0e10cSrcweirSTYLE DS_SETFONT | DS_CONTROL | WS_CHILD
53cdf0e10cSrcweirEXSTYLE WS_EX_CONTROLPARENT
54cdf0e10cSrcweir#ifndef LANG_CJK
55cdf0e10cSrcweirFONT FONTSIZE, "MS Shell Dlg", 0, 0, 0x0
56cdf0e10cSrcweir#endif
57cdf0e10cSrcweirBEGIN
58cdf0e10cSrcweir    LTEXT           "1",IDC_REPORT_INTRO,7,7,313,48
59cdf0e10cSrcweir    LTEXT           "2",IDC_ENTER_TITLE,7,58,320,8
60cdf0e10cSrcweir    EDITTEXT        IDC_EDIT_TITLE,7,68,235,14,ES_AUTOHSCROLL
61cdf0e10cSrcweir    LTEXT           "3",IDC_ENTER_DESCRIPTION,7,86,320,8
62cdf0e10cSrcweir    EDITTEXT        IDC_EDIT_DESCRIPTION,7,97,235,49,ES_MULTILINE |
63cdf0e10cSrcweir                    ES_WANTRETURN | WS_VSCROLL
64cdf0e10cSrcweir    CONTROL         "4",IDC_ALLOW_CONTACT,"Button",BS_AUTOCHECKBOX |
65cdf0e10cSrcweir                    WS_TABSTOP,7,148,303,10
66cdf0e10cSrcweir    LTEXT           "4a",IDC_LABEL_EMAIL,18,162,226,
67cdf0e10cSrcweir                    8
68cdf0e10cSrcweir    EDITTEXT        IDC_EDIT_EMAIL,17,173,224,14,ES_AUTOHSCROLL
69cdf0e10cSrcweir    PUSHBUTTON      "5",IDC_SHOW_REPORT,249,97,74,14
70cdf0e10cSrcweir    PUSHBUTTON      "6",IDC_OPTIONS,249,115,74,14
71cdf0e10cSrcweir    PUSHBUTTON      "7",IDC_SAVE_REPORT,249,134,74,14
72cdf0e10cSrcweirEND
73cdf0e10cSrcweir
74cdf0e10cSrcweirIDD_DIALOG_FRAME DIALOGEX 0, 0, 331, 265
75cdf0e10cSrcweirSTYLE DS_SETFONT | DS_MODALFRAME | DS_SETFOREGROUND |
76cdf0e10cSrcweir    DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
77cdf0e10cSrcweirCAPTION "1"
78cdf0e10cSrcweir#ifndef LANG_CJK
79cdf0e10cSrcweirFONT FONTSIZE, "MS Shell Dlg", 400, 0, 0x1
80cdf0e10cSrcweir#endif
81cdf0e10cSrcweirBEGIN
82cdf0e10cSrcweir    LTEXT           "",IDC_STATIC,0,0,331,40
83cdf0e10cSrcweir    CONTROL         "",IDC_HEADER,"RICHEDIT20W",TCS_VERTICAL | TCS_MULTISELECT | ES_READONLY,
84cdf0e10cSrcweir                    7,7,316,33
85cdf0e10cSrcweir    PUSHBUTTON      "1",IDBACK,125,244,60,14
86cdf0e10cSrcweir    PUSHBUTTON      "2",IDNEXT,194,244,60,14
87cdf0e10cSrcweir    PUSHBUTTON      "3",IDFINISH,194,244,60,14
88cdf0e10cSrcweir    PUSHBUTTON      "4",IDCANCEL,263,244,60,14
89cdf0e10cSrcweir    CONTROL         "",IDC_STATIC,"Static",SS_ETCHEDHORZ,0,40,331,1
90cdf0e10cSrcweir    CONTROL         "",IDC_STATIC,"Static",SS_ETCHEDHORZ,0,237,331,1
91cdf0e10cSrcweirEND
92cdf0e10cSrcweir
93cdf0e10cSrcweirIDD_PREVIEW_FRAME DIALOGEX 0, 0, 251, 185
94cdf0e10cSrcweirSTYLE DS_SETFONT | DS_MODALFRAME | DS_SETFOREGROUND |
95cdf0e10cSrcweir    DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU |
96cdf0e10cSrcweir    WS_SIZEBOX
97cdf0e10cSrcweirCAPTION "1"
98cdf0e10cSrcweir#ifndef LANG_CJK
99cdf0e10cSrcweirFONT FONTSIZE, "MS Shell Dlg", 400, 0, 0x1
100cdf0e10cSrcweir#endif
101cdf0e10cSrcweirBEGIN
102cdf0e10cSrcweir    CONTROL         "",IDC_EDIT_PREVIEW,"RICHEDIT20W",ES_MULTILINE |
103cdf0e10cSrcweir                    ES_AUTOVSCROLL | WS_VSCROLL | ES_AUTOHSCROLL | WS_HSCROLL |
104cdf0e10cSrcweir                    TCS_MULTISELECT | ES_READONLY | TCS_RAGGEDRIGHT |
105cdf0e10cSrcweir                    WS_BORDER
106cdf0e10cSrcweir                    ,
107cdf0e10cSrcweir                    7,7,237,150
108cdf0e10cSrcweir    DEFPUSHBUTTON      "4",IDOK,193,164,50,14
109cdf0e10cSrcweirEND
110cdf0e10cSrcweir
111cdf0e10cSrcweir
112cdf0e10cSrcweirIDD_OPTIONS_FRAME DIALOGEX 0, 0, 295, 182
113cdf0e10cSrcweirSTYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION |
114cdf0e10cSrcweir    WS_SYSMENU
115cdf0e10cSrcweirCAPTION "1"
116cdf0e10cSrcweir#ifndef LANG_CJK
117cdf0e10cSrcweirFONT FONTSIZE, "MS Shell Dlg", 400, 0, 0x1
118cdf0e10cSrcweir#endif
119cdf0e10cSrcweirBEGIN
120cdf0e10cSrcweir    GROUPBOX        "1",IDC_PROXY_SETTINGS,7,7,222,92
121cdf0e10cSrcweir    CONTROL         "2",IDC_RADIO_SYSTEM,"Button",BS_AUTORADIOBUTTON,15,27,
122cdf0e10cSrcweir                    208,10
123cdf0e10cSrcweir    CONTROL         "3",IDC_RADIO_DIRECT,"Button",BS_AUTORADIOBUTTON,15,39,
124cdf0e10cSrcweir                    208,10
125cdf0e10cSrcweir    CONTROL         "4",IDC_RADIO_MANUAL,"Button",BS_AUTORADIOBUTTON,15,51,
126cdf0e10cSrcweir                    208,10
127cdf0e10cSrcweir    LTEXT           "5",IDC_LABEL_PROXYSERVER,27,64,148,8
128cdf0e10cSrcweir    EDITTEXT        IDC_EDIT_PROXYSERVER,27,76,148,14,ES_AUTOHSCROLL
129cdf0e10cSrcweir    LTEXT           ":",IDC_STATIC,178,78,8,8
130cdf0e10cSrcweir    LTEXT           "6",IDC_LABEL_PROXYPORT,184,64,40,8
131cdf0e10cSrcweir    EDITTEXT        IDC_EDIT_PROXYPORT,184,76,40,14,ES_AUTOHSCROLL |
132cdf0e10cSrcweir                    ES_NUMBER
133cdf0e10cSrcweir    DEFPUSHBUTTON   "7",IDOK,238,7,50,14
134cdf0e10cSrcweir    PUSHBUTTON      "8",IDCANCEL,238,26,50,14
135cdf0e10cSrcweir    CONTROL         "",IDC_PROXY_DESCRIPTION,"RichEdit20W",ES_MULTILINE |
136cdf0e10cSrcweir                    ES_READONLY | WS_VSCROLL,7,106,281,69
137cdf0e10cSrcweirEND
138cdf0e10cSrcweir
139cdf0e10cSrcweirIDD_SENDING_STATUS DIALOGEX 0, 0, 216, 73
140cdf0e10cSrcweirSTYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION |
141cdf0e10cSrcweir    WS_SYSMENU
142cdf0e10cSrcweirCAPTION "1"
143cdf0e10cSrcweir#ifndef LANG_CJK
144cdf0e10cSrcweirFONT FONTSIZE, "MS Shell Dlg", 400, 0, 0x1
145cdf0e10cSrcweir#endif
146cdf0e10cSrcweirBEGIN
147cdf0e10cSrcweir    PUSHBUTTON      "2",IDCANCEL,159,52,50,14
148cdf0e10cSrcweir    LTEXT           "3",IDC_SENDING_REPORT_STATUS,7,7,202,34
149cdf0e10cSrcweirEND
150cdf0e10cSrcweir
151cdf0e10cSrcweir/////////////////////////////////////////////////////////////////////////////
152cdf0e10cSrcweir//
153cdf0e10cSrcweir// String Table
154cdf0e10cSrcweir//
155cdf0e10cSrcweir
156cdf0e10cSrcweirSTRINGTABLE
157cdf0e10cSrcweirBEGIN
158cdf0e10cSrcweir    IDS_WELCOME_CAPTION     %WELCOME_CAPTION%
159cdf0e10cSrcweir    IDS_WELCOME_HEADER      %WELCOME_HEADER%
160cdf0e10cSrcweir    IDS_WELCOME_BODY1       %WELCOME_BODY1%
161cdf0e10cSrcweir    IDS_WELCOME_BODY2       %WELCOME_BODY2%
162cdf0e10cSrcweir    IDS_WELCOME_BODY3       %WELCOME_BODY3%
163cdf0e10cSrcweir    IDS_PRIVACY_URL         %PRIVACY_URL%
164cdf0e10cSrcweir    IDS_NEXT_BUTTON         %NEXT_BUTTON%
165cdf0e10cSrcweir    IDS_CANCEL_BUTTON       %CANCEL_BUTTON%
166cdf0e10cSrcweir    IDS_OK_BUTTON			%OK_BUTTON%
167cdf0e10cSrcweirEND
168cdf0e10cSrcweir
169cdf0e10cSrcweirSTRINGTABLE
170cdf0e10cSrcweirBEGIN
171cdf0e10cSrcweir    IDS_REPORT_CAPTION      %REPORT_CAPTION%
172cdf0e10cSrcweir    IDS_REPORT_HEADER       %REPORT_HEADER%
173cdf0e10cSrcweir    IDS_REPORT_INTRO        %REPORT_BODY%
174cdf0e10cSrcweir    IDS_ENTER_TITLE         %ENTER_TITLE%
175cdf0e10cSrcweir    IDS_ALLOW_CONTACT       %ALLOW_CONTACT%
176cdf0e10cSrcweir    IDS_ENTER_DESCRIPTION   %ENTER_DESCRIPTION%
177cdf0e10cSrcweir    IDS_BACK_BUTTON         %BACK_BUTTON%
178cdf0e10cSrcweir    IDS_SEND_BUTTON         %SEND_BUTTON%
179cdf0e10cSrcweir    IDS_DONOT_SEND_BUTTON   %DONOT_SEND_BUTTON%
180cdf0e10cSrcweir    IDS_SHOW_REPORT_BUTTON  %SHOW_REPORT_BUTTON%
181cdf0e10cSrcweir    IDS_SAVE_REPORT_BUTTON  %SAVE_REPORT_BUTTON%
182cdf0e10cSrcweir    IDS_OPTIONS_BUTTON		%OPTIONS_BUTTON%
183cdf0e10cSrcweir    IDS_LABEL_EMAIL			%ENTER_EMAIL%
184cdf0e10cSrcweirEND
185cdf0e10cSrcweir
186cdf0e10cSrcweirSTRINGTABLE
187cdf0e10cSrcweirBEGIN
188cdf0e10cSrcweir	IDS_ERROR_MSG_SIMPLE_MAPI			%ERROR_MSG_SIMPLE_MAPI%
189cdf0e10cSrcweir	IDS_ERROR_MSG_DISK_FULL				%ERROR_MSG_DISK_FULL%
190cdf0e10cSrcweir	IDS_ERROR_MSG_PROXY					%ERROR_MSG_PROXY%
191cdf0e10cSrcweir	IDS_ERROR_MSG_NOCONNECT				%ERROR_MSG_NOCONNECT%
192cdf0e10cSrcweir	IDS_ERROR_MSG_NOEMAILADDRESS		%ERROR_MSG_NOEMAILADDRESS%
193cdf0e10cSrcweir	IDS_SENDING_REPORT_HEADER			%SENDING_REPORT_HEADER%
194cdf0e10cSrcweir	IDS_SENDING_REPORT_STATUS			%SENDING_REPORT_STATUS%
195cdf0e10cSrcweir	IDS_SENDING_REPORT_STATUS_FINISHED	%SENDING_REPORT_STATUS_FINISHED%
196cdf0e10cSrcweir	IDS_MSG_CMDLINE_USAGE				%MSG_CMDLINE_USAGE%
197cdf0e10cSrcweir	IDS_MSG_PARAM_PROCESSID				%MSG_PARAM_PROCESSID%
198cdf0e10cSrcweir	IDS_MSG_PARAM_PROCESSID_DESCRIPTION	%MSG_PARAM_PROCESSID_DESCRIPTION%
199cdf0e10cSrcweir	IDS_MSG_PARAM_HELP_DESCRIPTION		%MSG_PARAM_HELP_DESCRIPTION%
200cdf0e10cSrcweirEND
201cdf0e10cSrcweir
202cdf0e10cSrcweirSTRINGTABLE
203cdf0e10cSrcweirBEGIN
204cdf0e10cSrcweir	IDS_OPTIONS_CAPTION			%OPTIONS_TITLE%
205cdf0e10cSrcweir	IDS_PROXY_SETTINGS_HEADER	%PROXY_SETTINGS_HEADER%
206cdf0e10cSrcweir	IDS_PROXY_SYSTEM			%PROXY_SETTINGS_SYSTEM%
207cdf0e10cSrcweir	IDS_PROXY_DIRECT			%PROXY_SETTINGS_DIRECT%
208cdf0e10cSrcweir	IDS_PROXY_MANUAL			%PROXY_SETTINGS_MANUAL%
209cdf0e10cSrcweir	IDS_LABEL_PROXYSERVER		%PROXY_SETTINGS_ADDRESS%
210cdf0e10cSrcweir	IDS_LABEL_PROXYPORT			%PROXY_SETTINGS_PORT%
211cdf0e10cSrcweir	IDS_PROXY_DESCRIPTION		%PROXY_SETTINGS_DESCRIPTION%
212cdf0e10cSrcweirEND
213