admincontrols.cxx (79aad27f) admincontrols.cxx (4d78d4d8)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 152 unchanged lines hidden (view full) ---

161 ,m_aSocket ( this, ModuleRes( ED_MYSQL_SOCKET ) )
162 ,m_aNamedPipe ( this, ModuleRes( ED_MYSQL_NAMED_PIPE ) )
163 {
164 FreeResource();
165
166 m_aDatabaseName.SetModifyHdl( _rControlModificationLink );
167 m_aHostName.SetModifyHdl( _rControlModificationLink );
168 m_aPort.SetModifyHdl( _rControlModificationLink );
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 152 unchanged lines hidden (view full) ---

161 ,m_aSocket ( this, ModuleRes( ED_MYSQL_SOCKET ) )
162 ,m_aNamedPipe ( this, ModuleRes( ED_MYSQL_NAMED_PIPE ) )
163 {
164 FreeResource();
165
166 m_aDatabaseName.SetModifyHdl( _rControlModificationLink );
167 m_aHostName.SetModifyHdl( _rControlModificationLink );
168 m_aPort.SetModifyHdl( _rControlModificationLink );
169 m_aSocket.SetModifyHdl( _rControlModificationLink );
169 m_aNamedPipe.SetModifyHdl( _rControlModificationLink );
170 m_aSocketRadio.SetToggleHdl( _rControlModificationLink );
171 m_aNamedPipeRadio.SetToggleHdl( _rControlModificationLink );
172
173 m_aControlDependencies.enableOnRadioCheck( m_aHostPortRadio, m_aHostNameLabel, m_aHostName, m_aPortLabel, m_aPort, m_aDefaultPort );
174 m_aControlDependencies.enableOnRadioCheck( m_aSocketRadio, m_aSocket );
175 m_aControlDependencies.enableOnRadioCheck( m_aNamedPipeRadio, m_aNamedPipe );
176

--- 132 unchanged lines hidden ---
170 m_aNamedPipe.SetModifyHdl( _rControlModificationLink );
171 m_aSocketRadio.SetToggleHdl( _rControlModificationLink );
172 m_aNamedPipeRadio.SetToggleHdl( _rControlModificationLink );
173
174 m_aControlDependencies.enableOnRadioCheck( m_aHostPortRadio, m_aHostNameLabel, m_aHostName, m_aPortLabel, m_aPort, m_aDefaultPort );
175 m_aControlDependencies.enableOnRadioCheck( m_aSocketRadio, m_aSocket );
176 m_aControlDependencies.enableOnRadioCheck( m_aNamedPipeRadio, m_aNamedPipe );
177

--- 132 unchanged lines hidden ---