blob: c58a0b72a0ddb90775b525b5a8c643120d01ac9d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by psqlodbc.rc
//
#define IDS_BADDSN 1
#define IDS_MSGTITLE 2
#define DRIVERCONNDIALOG 101
#define IDC_DSNAME 400
#define IDC_DSNAMETEXT 401
#define IDC_DESC 404
#define IDC_SERVER 407
#define IDC_DATABASE 408
#define CONFIGDSN 1001
#define IDC_PORT 1002
#define IDC_USER 1006
#define IDC_PASSWORD 1009
#define IDC_READONLY 1011
#define READONLY_EDIT 1012
#define SAVEPASSWORD_EDIT 1013
#define IDC_COMMLOG 1014
#define COMMLOG_EDIT 1015
#define IDC_PG62 1016
#define PG62_EDIT 1017
#define SERVER_EDIT 1501
#define PORT_EDIT 1502
#define DATABASE_EDIT 1503
#define USERNAME_EDIT 1504
#define PASSWORD_EDIT 1505
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 102
#define _APS_NEXT_COMMAND_VALUE 40001
#define _APS_NEXT_CONTROL_VALUE 1018
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|