summaryrefslogtreecommitdiff
path: root/src/interfaces/odbc
diff options
context:
space:
mode:
authorBruce Momjian2001-02-10 16:25:10 +0000
committerBruce Momjian2001-02-10 16:25:10 +0000
commitfd866b458021605d8466ac29db22482ee33065bf (patch)
treeec2e84e340759223db06d8c2a48bc178e576ce24 /src/interfaces/odbc
parenta4b348f48fb917d7d45aaaa3d137f5706cff30f0 (diff)
Remove protcol option buttons.
Diffstat (limited to 'src/interfaces/odbc')
-rw-r--r--src/interfaces/odbc/psqlodbc.rc7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/interfaces/odbc/psqlodbc.rc b/src/interfaces/odbc/psqlodbc.rc
index 503b478372a..b59847c6e6d 100644
--- a/src/interfaces/odbc/psqlodbc.rc
+++ b/src/interfaces/odbc/psqlodbc.rc
@@ -144,13 +144,6 @@ BEGIN
BS_AUTOCHECKBOX | WS_TABSTOP,130,10,85,10
CONTROL "Show System &Tables",DS_SHOWSYSTEMTABLES,"Button",
BS_AUTOCHECKBOX | WS_TABSTOP,25,25,85,10
- GROUPBOX "Protocol",IDC_STATIC,15,40,180,25
- CONTROL "6.4+",DS_PG64,"Button",BS_AUTORADIOBUTTON | WS_GROUP,25,
- 50,35,10
- CONTROL "6.3",DS_PG63,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,
- 75,50,26,10
- CONTROL "6.2",DS_PG62,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,
- 130,50,26,10
GROUPBOX "OID Options",IDC_STATIC,15,70,180,25
CONTROL "Show &Column",DS_SHOWOIDCOLUMN,"Button",BS_AUTOCHECKBOX |
WS_GROUP | WS_TABSTOP,25,81,59,10