1*bf05cac7SAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*bf05cac7SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*bf05cac7SAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*bf05cac7SAndrew Rist * distributed with this work for additional information
6*bf05cac7SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*bf05cac7SAndrew Rist * to you under the Apache License, Version 2.0 (the
8*bf05cac7SAndrew Rist * "License"); you may not use this file except in compliance
9*bf05cac7SAndrew Rist * with the License.  You may obtain a copy of the License at
10*bf05cac7SAndrew Rist *
11*bf05cac7SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*bf05cac7SAndrew Rist *
13*bf05cac7SAndrew Rist * Unless required by applicable law or agreed to in writing,
14*bf05cac7SAndrew Rist * software distributed under the License is distributed on an
15*bf05cac7SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*bf05cac7SAndrew Rist * KIND, either express or implied.  See the License for the
17*bf05cac7SAndrew Rist * specific language governing permissions and limitations
18*bf05cac7SAndrew Rist * under the License.
19*bf05cac7SAndrew Rist *
20*bf05cac7SAndrew Rist *************************************************************/
21*bf05cac7SAndrew Rist
22*bf05cac7SAndrew Rist
23cdf0e10cSrcweir// windows / dialogs
24cdf0e10cSrcweir#define RID_DLG_LOGIN					1000
25cdf0e10cSrcweir
26cdf0e10cSrcweir// controls
27cdf0e10cSrcweir#define RID_FI_HEADER					1
28cdf0e10cSrcweir#define RID_FT_LOGINTEXT				2
29cdf0e10cSrcweir#define RID_FT_USERNAME					3
30cdf0e10cSrcweir#define RID_FT_PASSWORD					4
31cdf0e10cSrcweir#define RID_FT_SERVER					5
32cdf0e10cSrcweir#define RID_ED_USERNAME					6
33cdf0e10cSrcweir#define RID_ED_PASSWORD					7
34cdf0e10cSrcweir#define RID_FL_SERVER					8
35cdf0e10cSrcweir#define RID_CB_SERVER					9
36cdf0e10cSrcweir#define RID_FL_PROXYSETTINGS			10
37cdf0e10cSrcweir#define RID_RB_NOPROXY					11
38cdf0e10cSrcweir#define RID_RB_USEBROWSERPROXY			12
39cdf0e10cSrcweir#define RID_RB_USECUSTOMPROXY			13
40cdf0e10cSrcweir#define RID_FT_SECURITYPROXY			15
41cdf0e10cSrcweir#define RID_FT_SECURITYPROXYHOST		16
42cdf0e10cSrcweir#define RID_ED_SECURITYPROXYHOST		17
43cdf0e10cSrcweir#define RID_FT_SECURITYPROXYPORT		18
44cdf0e10cSrcweir#define RID_ED_SECURITYPROXYPORT		19
45cdf0e10cSrcweir#define RID_FL_BUTTONS					20
46cdf0e10cSrcweir#define RID_PB_OK						21
47cdf0e10cSrcweir#define RID_PB_CANCEL					22
48cdf0e10cSrcweir#define RID_PB_ADDITIONALSETTINGS		23
49