📄 resources_notrace.cxx
字号:
useH450 = _psave_10084;
}
// DiscoverGatekeeperDlg
#line 701 "resources.prc"
DiscoverGatekeeperDlg::DiscoverGatekeeperDlg(PInteractor * parent, PRESOURCE_ID id)
: PDialog(parent, id)
{
#line 704 "resources.prc"
PNEW PStaticText(this, 10063, PNotifier(), NULL);
SetStdButtons(NULL, NULL, NULL);
ConstructEnd(id);
}
// SpeedDialOptionDlg
#line 804 "resources.prc"
SpeedDialOptionDlg::SpeedDialOptionDlg(PInteractor * parent, PRESOURCE_ID id)
: PModalDialog(parent, id)
{
#line 808 "resources.prc"
PNEW PStaticText(this, 10099, PNotifier(), NULL);
#line 809 "resources.prc"
PNEW PEditBox(this, 10100, PNotifier(), &alias);
#line 810 "resources.prc"
PNEW PStaticText(this, 10101, PNotifier(), NULL);
#line 811 "resources.prc"
PNEW PEditBox(this, 10102, PCREATE_NOTIFIER(AddressChanged), &address);
#line 812 "resources.prc"
PNEW PStaticText(this, 10103, PNotifier(), NULL);
#line 813 "resources.prc"
PNEW PEditBox(this, 10104, PNotifier(), &gateway);
#line 816 "resources.prc"
speedDialList = PNEW PStringListBox(this, 10105, PCREATE_NOTIFIER(SpeedDialSelect), &selectedSpeedDial);
#line 817 "resources.prc"
addButton = PNEW PTextButton(this, 10106, PCREATE_NOTIFIER(AddButton), NULL);
#line 818 "resources.prc"
removeButton = PNEW PTextButton(this, 10107, PCREATE_NOTIFIER(RemoveButton), NULL);
#line 819 "resources.prc"
upButton = PNEW PTextButton(this, 10108, PCREATE_NOTIFIER(UpButton), NULL);
#line 820 "resources.prc"
downButton = PNEW PTextButton(this, 10109, PCREATE_NOTIFIER(DownButton), NULL);
#line 822 "resources.prc"
ok = PNEW PTextButton(this, 1, PNotifier(), NULL);
#line 823 "resources.prc"
cancel = PNEW PTextButton(this, 2, PNotifier(), NULL);
SetStdButtons(ok, cancel, NULL);
ConstructEnd(id);
}
void SpeedDialOptionDlg::Save()
{
_psave_10100 = alias;
_psave_10102 = address;
_psave_10104 = gateway;
_psave_10105 = selectedSpeedDial;
}
void SpeedDialOptionDlg::Restore()
{
alias = _psave_10100;
address = _psave_10102;
gateway = _psave_10104;
selectedSpeedDial = _psave_10105;
}
// InitialiseDeviceDlg
#line 710 "resources.prc"
InitialiseDeviceDlg::InitialiseDeviceDlg(PInteractor * parent, PRESOURCE_ID id)
: PDialog(parent, id)
{
#line 713 "resources.prc"
PNEW PStaticText(this, 10065, PNotifier(), NULL);
SetStdButtons(NULL, NULL, NULL);
ConstructEnd(id);
}
// AudioDeviceOptionsDlg
#line 976 "resources.prc"
AudioDeviceOptionsDlg::AudioDeviceOptionsDlg(PInteractor * parent, PRESOURCE_ID id)
: PModalDialog(parent, id)
{
#line 979 "resources.prc"
PNEW PRadioButton(this, 10187, PCREATE_NOTIFIER(SelectCard), &cardSelection);
#line 980 "resources.prc"
quicknetButton = PNEW PRadioButton(this, 10188, PCREATE_NOTIFIER(SelectCard), NULL);
#line 981 "resources.prc"
blasterButton = PNEW PRadioButton(this, 10189, PCREATE_NOTIFIER(SelectCard), NULL);
#line 983 "resources.prc"
playDeviceTitle = PNEW PStaticText(this, 10190, PNotifier(), NULL);
#line 984 "resources.prc"
playDeviceBox = PNEW PChoiceBox(this, 10191, PNotifier(), &playSoundDevice);
#line 985 "resources.prc"
recordDeviceTitle = PNEW PStaticText(this, 10192, PNotifier(), NULL);
#line 986 "resources.prc"
recordDeviceBox = PNEW PChoiceBox(this, 10193, PNotifier(), &recordSoundDevice);
#line 987 "resources.prc"
soundBuffersTitle = PNEW PStaticText(this, 10194, PNotifier(), NULL);
#line 988 "resources.prc"
soundBuffersBox = PNEW PIntegerEditBox(this, 10195, PNotifier(), &soundBuffers);
#line 990 "resources.prc"
xJackDeviceTitle = PNEW PStaticText(this, 10196, PNotifier(), NULL);
#line 991 "resources.prc"
xJackDeviceBox = PNEW PChoiceBox(this, 10197, PNotifier(), &xJackDevice);
#line 992 "resources.prc"
aecTitle = PNEW PStaticText(this, 10198, PNotifier(), NULL);
#line 993 "resources.prc"
aecBox = PNEW PChoiceBox(this, 10199, PNotifier(), &aecLevel);
#line 995 "resources.prc"
countryTitle = PNEW PStaticText(this, 10200, PNotifier(), NULL);
#line 996 "resources.prc"
countryBox = PNEW PComboBox(this, 10201, PNotifier(), &country);
#line 1004 "resources.prc"
blasterDeviceTitle = PNEW PStaticText(this, 10202, PNotifier(), NULL);
#line 1005 "resources.prc"
blasterDeviceBox = PNEW PChoiceBox(this, 10203, PNotifier(), &blasterDevice);
#line 1007 "resources.prc"
ok = PNEW PTextButton(this, 1, PNotifier(), NULL);
#line 1008 "resources.prc"
cancel = PNEW PTextButton(this, 2, PNotifier(), NULL);
SetStdButtons(ok, cancel, NULL);
ConstructEnd(id);
}
void AudioDeviceOptionsDlg::Save()
{
_psave_10187 = cardSelection;
_psave_10191 = playSoundDevice;
_psave_10193 = recordSoundDevice;
_psave_10195 = soundBuffers;
_psave_10197 = xJackDevice;
_psave_10199 = aecLevel;
_psave_10201 = country;
_psave_10203 = blasterDevice;
}
void AudioDeviceOptionsDlg::Restore()
{
cardSelection = _psave_10187;
playSoundDevice = _psave_10191;
recordSoundDevice = _psave_10193;
soundBuffers = _psave_10195;
xJackDevice = _psave_10197;
aecLevel = _psave_10199;
country = _psave_10201;
blasterDevice = _psave_10203;
}
// SpeedDialSelectDlg
#line 833 "resources.prc"
SpeedDialSelectDlg::SpeedDialSelectDlg(PInteractor * parent, PRESOURCE_ID id)
: PDialog(parent, id)
{
#line 837 "resources.prc"
PNEW PStaticText(this, 10111, PNotifier(), NULL);
#line 838 "resources.prc"
enteredDTMF = PNEW PStaticText(this, 10112, PNotifier(), NULL);
#line 839 "resources.prc"
speedDialList = PNEW PStringListBox(this, 10113, PNotifier(), NULL);
SetStdButtons(NULL, NULL, NULL);
ConstructEnd(id);
}
// NetworkingOptionsDlg
#line 890 "resources.prc"
NetworkingOptionsDlg::NetworkingOptionsDlg(PInteractor * parent, PRESOURCE_ID id)
: PModalDialog(parent, id)
{
#line 893 "resources.prc"
PNEW PStaticText(this, 10142, PNotifier(), NULL);
#line 894 "resources.prc"
PNEW PChoiceBox(this, 10143, PCREATE_NOTIFIER(BandwidthChange), &bandwidthType);
#line 900 "resources.prc"
bandwidthBox = PNEW PFloatEditBox(this, 10144, PNotifier(), &bandwidth);
#line 901 "resources.prc"
PNEW PStaticText(this, 10145, PNotifier(), NULL);
#line 903 "resources.prc"
PNEW PStaticText(this, 10146, PNotifier(), NULL);
#line 904 "resources.prc"
PNEW PIntegerEditBox(this, 10147, PNotifier(), &tcpBase);
#line 905 "resources.prc"
PNEW PStaticText(this, 10148, PNotifier(), NULL);
#line 906 "resources.prc"
PNEW PIntegerEditBox(this, 10149, PNotifier(), &tcpMax);
#line 908 "resources.prc"
PNEW PStaticText(this, 10150, PNotifier(), NULL);
#line 909 "resources.prc"
PNEW PIntegerEditBox(this, 10151, PNotifier(), &udpBase);
#line 910 "resources.prc"
PNEW PStaticText(this, 10152, PNotifier(), NULL);
#line 911 "resources.prc"
PNEW PIntegerEditBox(this, 10153, PNotifier(), &udpMax);
#line 913 "resources.prc"
PNEW PStaticText(this, 10154, PNotifier(), NULL);
#line 914 "resources.prc"
PNEW PIntegerEditBox(this, 10155, PNotifier(), &rtpBase);
#line 915 "resources.prc"
PNEW PStaticText(this, 10156, PNotifier(), NULL);
#line 916 "resources.prc"
PNEW PIntegerEditBox(this, 10157, PNotifier(), &rtpMax);
#line 918 "resources.prc"
PNEW PStaticText(this, 10158, PNotifier(), NULL);
#line 919 "resources.prc"
PNEW PIntegerEditBox(this, 10159, PNotifier(), &ipTOS);
#line 920 "resources.prc"
PNEW PStaticText(this, 10160, PNotifier(), NULL);
#line 922 "resources.prc"
ok = PNEW PTextButton(this, 1, PNotifier(), NULL);
#line 923 "resources.prc"
cancel = PNEW PTextButton(this, 2, PNotifier(), NULL);
SetStdButtons(ok, cancel, NULL);
ConstructEnd(id);
}
void NetworkingOptionsDlg::Save()
{
_psave_10143 = bandwidthType;
_psave_10144 = bandwidth;
_psave_10147 = tcpBase;
_psave_10149 = tcpMax;
_psave_10151 = udpBase;
_psave_10153 = udpMax;
_psave_10155 = rtpBase;
_psave_10157 = rtpMax;
_psave_10159 = ipTOS;
}
void NetworkingOptionsDlg::Restore()
{
bandwidthType = _psave_10143;
bandwidth = _psave_10144;
tcpBase = _psave_10147;
tcpMax = _psave_10149;
udpBase = _psave_10151;
udpMax = _psave_10153;
rtpBase = _psave_10155;
rtpMax = _psave_10157;
ipTOS = _psave_10159;
}
// GatekeeperOptionsDlg
#line 948 "resources.prc"
GatekeeperOptionsDlg::GatekeeperOptionsDlg(PInteractor * parent, PRESOURCE_ID id)
: PModalDialog(parent, id)
{
#line 950 "resources.prc"
PNEW PCheckBox(this, 10172, PCREATE_NOTIFIER(UsingGatekeeper), &useGatekeeper);
#line 951 "resources.prc"
requireBox = PNEW PCheckBox(this, 10173, PNotifier(), &requireGatekeeper);
#line 952 "resources.prc"
discoverButton = PNEW PRadioButton(this, 10174, PCREATE_NOTIFIER(CheckDiscover), &discover);
#line 953 "resources.prc"
staticGkButton = PNEW PRadioButton(this, 10175, PCREATE_NOTIFIER(CheckDiscover), NULL);
#line 954 "resources.prc"
idButton = PNEW PRadioButton(this, 10176, PCREATE_NOTIFIER(CheckDiscover), NULL);
#line 955 "resources.prc"
gatekeeperHostBox = PNEW PEditBox(this, 10177, PNotifier(), &gatekeeperHost);
#line 956 "resources.prc"
gatekeeperIdBox = PNEW PEditBox(this, 10178, PNotifier(), &gatekeeperId);
#line 957 "resources.prc"
PNEW PStaticText(this, 10179, PNotifier(), NULL);
#line 958 "resources.prc"
PNEW PPasswordEditBox(this, 10180, PNotifier(), &password);
#line 959 "resources.prc"
PNEW PStaticText(this, 10181, PNotifier(), NULL);
#line 960 "resources.prc"
PNEW PIntegerEditBox(this, 10182, PNotifier(), &timeToLive);
#line 961 "resources.prc"
PNEW PStaticText(this, 10183, PNotifier(), NULL);
#line 962 "resources.prc"
PNEW PStaticText(this, 10184, PNotifier(), NULL);
#line 963 "resources.prc"
PNEW PEditBox(this, 10185, PNotifier(), &accessTokenOID);
#line 965 "resources.prc"
ok = PNEW PTextButton(this, 1, PNotifier(), NULL);
#line 966 "resources.prc"
cancel = PNEW PTextButton(this, 2, PNotifier(), NULL);
SetStdButtons(ok, cancel, NULL);
ConstructEnd(id);
}
void GatekeeperOptionsDlg::Save()
{
_psave_10172 = useGatekeeper;
_psave_10173 = requireGatekeeper;
_psave_10174 = discover;
_psave_10177 = gatekeeperHost;
_psave_10178 = gatekeeperId;
_psave_10180 = password;
_psave_10182 = timeToLive;
_psave_10185 = accessTokenOID;
}
void GatekeeperOptionsDlg::Restore()
{
useGatekeeper = _psave_10172;
requireGatekeeper = _psave_10173;
discover = _psave_10174;
gatekeeperHost = _psave_10177;
gatekeeperId = _psave_10178;
password = _psave_10180;
timeToLive = _psave_10182;
accessTokenOID = _psave_10185;
}
// GeneralOptionsDlg
#line 848 "resources.prc"
GeneralOptionsDlg::GeneralOptionsDlg(PInteractor * parent, PRESOURCE_ID id)
: PModalDialog(parent, id)
{
#line 851 "resources.prc"
PNEW PStaticText(this, 10115, PNotifier(), NULL);
#line 852 "resources.prc"
PNEW PEditBox(this, 10116, PCREATE_NOTIFIER(ChangedUsername), &username);
#line 854 "resources.prc"
PNEW PStaticText(this, 10117, PNotifier(), NULL);
#line 855 "resources.prc"
PNEW PEditBox(this, 10118, PCREATE_NOTIFIER(ChangedAlias), &alias);
#line 856 "resources.prc"
addAliasBtn = PNEW PTextButton(this, 10119, PCREATE_NOTIFIER(AddAlias), NULL);
#line 857 "resources.prc"
delAliasBtn = PNEW PTextButton(this, 10120, PCREATE_NOTIFIER(DelAlias), NULL);
#line 858 "resources.prc"
aliasList = PNEW PStringListBox(this, 10121, PCREATE_NOTIFIER(SelectAlias), NULL);
#line 860 "resources.prc"
PNEW PStaticText(this, 10122, PNotifier(), NULL);
#line 861 "resources.prc"
PNEW PIntegerEditBox(this, 10123, PNotifier(), &maxRecentCalls);
#line 863 "resources.prc"
PNEW PStaticText(this, 10124, PNotifier(), NULL);
#line 864 "resources.prc"
PNEW PEditBox(this, 10125, PCREATE_NOTIFIER(ChangedSoundFile), &ringSoundFile);
#line 865 "resources.prc"
PNEW PTextButton(this, 10126, PCREATE_NOTIFIER(BrowseSound), NULL);
#line 866 "resources.prc"
playSoundButton = PNEW PTextButton(this, 10127, PCREATE_NOTIFIER(PlaySoundFile), NULL);
#line 868 "resources.prc"
PNEW PCheckBox(this, 10128, PNotifier(), &autoAnswer);
#line 869 "resources.prc"
PNEW PCheckBox(this, 10129, PNotifier(), &noFastStart);
#line 870 "resources.prc"
PNEW PCheckBox(this, 10130, PNotifier(), &noTunneling);
#line 871 "resources.prc"
PNEW PCheckBox(this, 10131, PNotifier(), &noH245inSetup);
#line 873 "resources.prc"
PNEW PRadioButton(this, 10132, PNotifier(), &userInputMode);
#line 874 "resources.prc"
PNEW PRadioButton(this, 10133, PNotifier(), NULL);
#line 875 "resources.prc"
PNEW PRadioButton(this, 10134, PNotifier(), NULL);
#line 876 "resources.prc"
PNEW PRadioButton(this, 10135, PNotifier(), NULL);
#line 878 "resources.prc"
PNEW PStaticText(this, 10136, PNotifier(), NULL);
#line 879 "resources.prc"
PNEW PRadioButton(this, 10137, PNotifier(), &intrusionProtectionLevel);
#line 880 "resources.prc"
PNEW PRadioButton(this, 10138, PNotifier(), NULL);
#line 881 "resources.prc"
PNEW PRadioButton(this, 10139, PNotifier(), NULL);
#line 882 "resources.prc"
PNEW PRadioButton(this, 10140, PNotifier(), NULL);
#line 884 "resources.prc"
ok = PNEW PTextButton(this, 1, PNotifier(), NULL);
#line 885 "resources.prc"
cancel = PNEW PTextButton(this, 2, PNotifier(), NULL);
SetStdButtons(ok, cancel, NULL);
ConstructEnd(id);
}
void GeneralOptionsDlg::Save()
{
_psave_10116 = username;
_psave_10118 = alias;
_psave_10123 = maxRecentCalls;
_psave_10125 = ringSoundFile;
_psave_10128 = autoAnswer;
_psave_10129 = noFastStart;
_psave_10130 = noTunneling;
_psave_10131 = noH245inSetup;
_psave_10132 = userInputMode;
_psave_10137 = intrusionProtectionLevel;
}
void GeneralOptionsDlg::Restore()
{
username = _psave_10116;
alias = _psave_10118;
maxRecentCalls = _psave_10123;
ringSoundFile = _psave_10125;
autoAnswer = _psave_10128;
noFastStart = _psave_10129;
noTunneling = _psave_10130;
noH245inSetup = _psave_10131;
userInputMode = _psave_10132;
intrusionProtectionLevel = _psave_10137;
}
// AboutDialog
#line 718 "resources.prc"
AboutDialog::AboutDialog(PInteractor * parent, PRESOURCE_ID id)
: PModalDialog(parent, id)
{
#line 722 "resources.prc"
PNEW PStaticIcon(this, 10067, PNotifier(), NULL);
#line 724 "resources.prc"
PNEW PStaticText(this, 10068, PNotifier(), NULL);
#line 725 "resources.prc"
version = PNEW PStaticText(this, 10069, PNotifier(), NULL);
#line 727 "resources.prc"
PNEW PStaticText(this, 10070, PNotifier(), NULL);
#line 728 "resources.prc"
PNEW PStaticText(this, 10071, PNotifier(), NULL);
#line 729 "resources.prc"
PNEW PStaticText(this, 10072, PNotifier(), NULL);
#line 731 "resources.prc"
ok = PNEW PTextButton(this, 1, PNotifier(), NULL);
SetStdButtons(ok, NULL, NULL);
ConstructEnd(id);
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -