⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 resources_notrace.cxx

📁 网络电话(VOIP)软件Pchone 1、按照OpenH323库中readme.txt说明编译OpenH323库 2、再用VC编译PCPhone代码
💻 CXX
📖 第 1 页 / 共 2 页
字号:
//
// Source file generated by PWRC
//

#include <pwlib.h>
#include "resources_notrace.h"




// IntrudeCallDialog


#line 777 "resources.prc"
IntrudeCallDialog::IntrudeCallDialog(PInteractor * parent, PRESOURCE_ID id)
  : PModalDialog(parent, id)
{

#line 780 "resources.prc"
  PNEW PStaticText(this, 10087, PNotifier(), NULL);

#line 781 "resources.prc"
  addressBox = PNEW PComboBox(this, 10088, PCREATE_NOTIFIER(AddressChanged), &address);

#line 782 "resources.prc"
  PNEW PStaticText(this, 10089, PNotifier(), NULL);

#line 783 "resources.prc"
  gatewayBox = PNEW PComboBox(this, 10090, PNotifier(), &gateway);

#line 785 "resources.prc"
  PNEW PStaticText(this, 10091, PNotifier(), NULL);

#line 786 "resources.prc"
  PNEW PRadioButton(this, 10092, PNotifier(), &capabilityLevel);

#line 787 "resources.prc"
  PNEW PRadioButton(this, 10093, PNotifier(), NULL);

#line 788 "resources.prc"
  PNEW PRadioButton(this, 10094, PNotifier(), NULL);

#line 790 "resources.prc"
  PNEW PStaticText(this, 10095, PNotifier(), NULL);

#line 791 "resources.prc"
  PNEW PRadioButton(this, 10096, PNotifier(), &intrusionType);

#line 792 "resources.prc"
  PNEW PRadioButton(this, 10097, PNotifier(), NULL);

#line 794 "resources.prc"
  ok = PNEW PTextButton(this, 1, PNotifier(), NULL);

#line 795 "resources.prc"
  cancel = PNEW PTextButton(this, 2, PNotifier(), NULL);
  SetStdButtons(ok, cancel, NULL);
  ConstructEnd(id);
}

void IntrudeCallDialog::Save()
{
  _psave_10088 = address;
  _psave_10090 = gateway;
  _psave_10092 = capabilityLevel;
  _psave_10096 = intrusionType;

}

void IntrudeCallDialog::Restore()
{
  address = _psave_10088;
  gateway = _psave_10090;
  capabilityLevel = _psave_10092;
  intrusionType = _psave_10096;

}





// MakeCallDialog


#line 736 "resources.prc"
MakeCallDialog::MakeCallDialog(PInteractor * parent, PRESOURCE_ID id)
  : PModalDialog(parent, id)
{

#line 740 "resources.prc"
  PNEW PStaticText(this, 10074, PNotifier(), NULL);

#line 741 "resources.prc"
  addressBox = PNEW PComboBox(this, 10075, PCREATE_NOTIFIER(AddressChanged), &address);

#line 742 "resources.prc"
  PNEW PStaticText(this, 10076, PNotifier(), NULL);

#line 743 "resources.prc"
  gatewayBox = PNEW PComboBox(this, 10077, PNotifier(), &gateway);

#line 745 "resources.prc"
  ok = PNEW PTextButton(this, 1, PNotifier(), NULL);

#line 746 "resources.prc"
  cancel = PNEW PTextButton(this, 2, PNotifier(), NULL);

#line 747 "resources.prc"
  PNEW PStaticText(this, 10078, PNotifier(), NULL);
  SetStdButtons(ok, cancel, NULL);
  ConstructEnd(id);
}

void MakeCallDialog::Save()
{
  _psave_10075 = address;
  _psave_10077 = gateway;

}

void MakeCallDialog::Restore()
{
  address = _psave_10075;
  gateway = _psave_10077;

}





// ForwardingOptionsDlg


#line 929 "resources.prc"
ForwardingOptionsDlg::ForwardingOptionsDlg(PInteractor * parent, PRESOURCE_ID id)
  : PModalDialog(parent, id)
{

#line 931 "resources.prc"
  PNEW PStaticText(this, 10162, PNotifier(), NULL);

#line 932 "resources.prc"
  PNEW PEditBox(this, 10163, PNotifier(), &alwaysForwardParty);

#line 933 "resources.prc"
  PNEW PStaticText(this, 10164, PNotifier(), NULL);

#line 934 "resources.prc"
  PNEW PEditBox(this, 10165, PNotifier(), &busyForwardParty);

#line 935 "resources.prc"
  PNEW PStaticText(this, 10166, PNotifier(), NULL);

#line 936 "resources.prc"
  PNEW PEditBox(this, 10167, PNotifier(), &noAnswerForwardParty);

#line 937 "resources.prc"
  PNEW PStaticText(this, 10168, PNotifier(), NULL);

#line 938 "resources.prc"
  PNEW PIntegerEditBox(this, 10169, PNotifier(), &noAnswerTime);

#line 939 "resources.prc"
  PNEW PStaticText(this, 10170, PNotifier(), NULL);

#line 941 "resources.prc"
  ok = PNEW PTextButton(this, 1, PNotifier(), NULL);

#line 942 "resources.prc"
  cancel = PNEW PTextButton(this, 2, PNotifier(), NULL);
  SetStdButtons(ok, cancel, NULL);
  ConstructEnd(id);
}

void ForwardingOptionsDlg::Save()
{
  _psave_10163 = alwaysForwardParty;
  _psave_10165 = busyForwardParty;
  _psave_10167 = noAnswerForwardParty;
  _psave_10169 = noAnswerTime;

}

void ForwardingOptionsDlg::Restore()
{
  alwaysForwardParty = _psave_10163;
  busyForwardParty = _psave_10165;
  noAnswerForwardParty = _psave_10167;
  noAnswerTime = _psave_10169;

}





// StatisticsDlg


#line 1103 "resources.prc"
StatisticsDlg::StatisticsDlg(PInteractor * parent, PRESOURCE_ID id)
  : PDialog(parent, id)
{

#line 1106 "resources.prc"
  PNEW PStaticBox(this, 10244, PNotifier(), NULL);

#line 1107 "resources.prc"
  PNEW PStaticText(this, 10245, PNotifier(), NULL);

#line 1108 "resources.prc"
  packetsSent = PNEW PStaticText(this, 10246, PNotifier(), NULL);

#line 1109 "resources.prc"
  PNEW PStaticText(this, 10247, PNotifier(), NULL);

#line 1110 "resources.prc"
  octetsSent = PNEW PStaticText(this, 10248, PNotifier(), NULL);

#line 1111 "resources.prc"
  PNEW PStaticText(this, 10249, PNotifier(), NULL);

#line 1112 "resources.prc"
  averageSendTime = PNEW PStaticText(this, 10250, PNotifier(), NULL);

#line 1113 "resources.prc"
  PNEW PStaticText(this, 10251, PNotifier(), NULL);

#line 1114 "resources.prc"
  PNEW PStaticText(this, 10252, PNotifier(), NULL);

#line 1115 "resources.prc"
  maximumSendTime = PNEW PStaticText(this, 10253, PNotifier(), NULL);

#line 1116 "resources.prc"
  PNEW PStaticText(this, 10254, PNotifier(), NULL);

#line 1117 "resources.prc"
  PNEW PStaticText(this, 10255, PNotifier(), NULL);

#line 1118 "resources.prc"
  minimumSendTime = PNEW PStaticText(this, 10256, PNotifier(), NULL);

#line 1119 "resources.prc"
  PNEW PStaticText(this, 10257, PNotifier(), NULL);

#line 1121 "resources.prc"
  PNEW PStaticBox(this, 10258, PNotifier(), NULL);

#line 1122 "resources.prc"
  PNEW PStaticText(this, 10259, PNotifier(), NULL);

#line 1123 "resources.prc"
  packetsReceived = PNEW PStaticText(this, 10260, PNotifier(), NULL);

#line 1124 "resources.prc"
  PNEW PStaticText(this, 10261, PNotifier(), NULL);

#line 1125 "resources.prc"
  octetsReceived = PNEW PStaticText(this, 10262, PNotifier(), NULL);

#line 1126 "resources.prc"
  PNEW PStaticText(this, 10263, PNotifier(), NULL);

#line 1127 "resources.prc"
  averageReceiveTime = PNEW PStaticText(this, 10264, PNotifier(), NULL);

#line 1128 "resources.prc"
  PNEW PStaticText(this, 10265, PNotifier(), NULL);

#line 1129 "resources.prc"
  PNEW PStaticText(this, 10266, PNotifier(), NULL);

#line 1130 "resources.prc"
  maximumReceiveTime = PNEW PStaticText(this, 10267, PNotifier(), NULL);

#line 1131 "resources.prc"
  PNEW PStaticText(this, 10268, PNotifier(), NULL);

#line 1132 "resources.prc"
  PNEW PStaticText(this, 10269, PNotifier(), NULL);

#line 1133 "resources.prc"
  minimumReceiveTime = PNEW PStaticText(this, 10270, PNotifier(), NULL);

#line 1134 "resources.prc"
  PNEW PStaticText(this, 10271, PNotifier(), NULL);

#line 1135 "resources.prc"
  PNEW PStaticText(this, 10272, PNotifier(), NULL);

#line 1136 "resources.prc"
  jitter = PNEW PStaticText(this, 10273, PNotifier(), NULL);

#line 1137 "resources.prc"
  PNEW PStaticText(this, 10274, PNotifier(), NULL);

#line 1138 "resources.prc"
  PNEW PStaticText(this, 10275, PNotifier(), NULL);

#line 1139 "resources.prc"
  packetsLost = PNEW PStaticText(this, 10276, PNotifier(), NULL);

#line 1140 "resources.prc"
  PNEW PStaticText(this, 10277, PNotifier(), NULL);

#line 1141 "resources.prc"
  packetsTooLate = PNEW PStaticText(this, 10278, PNotifier(), NULL);

#line 1142 "resources.prc"
  PNEW PStaticText(this, 10279, PNotifier(), NULL);

#line 1143 "resources.prc"
  packetsOutOfOrder = PNEW PStaticText(this, 10280, PNotifier(), NULL);

#line 1145 "resources.prc"
  PNEW PStaticText(this, 10281, PNotifier(), NULL);

#line 1146 "resources.prc"
  roundTripDelay = PNEW PStaticText(this, 10282, PNotifier(), NULL);

#line 1147 "resources.prc"
  PNEW PStaticText(this, 10283, PNotifier(), NULL);

#line 1149 "resources.prc"
  PNEW PStaticText(this, 10284, PNotifier(), NULL);

#line 1150 "resources.prc"
  callDuration = PNEW PStaticText(this, 10285, PNotifier(), NULL);
  SetStdButtons(NULL, NULL, NULL);
  ConstructEnd(id);
}




// VideoOptionsDlg


#line 1043 "resources.prc"
VideoOptionsDlg::VideoOptionsDlg(PInteractor * parent, PRESOURCE_ID id)
  : PModalDialog(parent, id)
{

#line 1046 "resources.prc"
  PNEW PStaticBox(this, 10224, PNotifier(), NULL);

#line 1047 "resources.prc"
  PNEW PCheckBox(this, 10225, PNotifier(), &rxqcif);

#line 1048 "resources.prc"
  PNEW PCheckBox(this, 10226, PNotifier(), &rxcif);

#line 1049 "resources.prc"
  PNEW PCheckBox(this, 10227, PNotifier(), &rxauto);

#line 1051 "resources.prc"
  PNEW PStaticBox(this, 10228, PNotifier(), NULL);

#line 1052 "resources.prc"
  PNEW PRadioButton(this, 10229, PNotifier(), &txsize);

#line 1053 "resources.prc"
  PNEW PRadioButton(this, 10230, PNotifier(), NULL);

#line 1054 "resources.prc"
  PNEW PRadioButton(this, 10231, PNotifier(), NULL);

#line 1056 "resources.prc"
  PNEW PStaticText(this, 10232, PNotifier(), NULL);

#line 1057 "resources.prc"
  videoDeviceBox = PNEW PChoiceBox(this, 10233, PNotifier(), &videoDevice);

#line 1059 "resources.prc"
  PNEW PStaticText(this, 10234, PNotifier(), NULL);

#line 1060 "resources.prc"
  PNEW PChoiceBox(this, 10235, PNotifier(), &format);

#line 1062 "resources.prc"
  PNEW PStaticText(this, 10236, PNotifier(), NULL);

#line 1063 "resources.prc"
  PNEW PChoiceBox(this, 10237, PNotifier(), &source);

#line 1065 "resources.prc"
  PNEW PStaticText(this, 10238, PNotifier(), NULL);

#line 1066 "resources.prc"
  PNEW PIntegerEditBox(this, 10239, PNotifier(), &quality);

#line 1068 "resources.prc"
  PNEW PCheckBox(this, 10240, PNotifier(), &localVideo);

#line 1069 "resources.prc"
  PNEW PCheckBox(this, 10241, PNotifier(), &flipLocal);

#line 1070 "resources.prc"
  PNEW PCheckBox(this, 10242, PNotifier(), &flipRemote);

#line 1072 "resources.prc"
  ok = PNEW PTextButton(this, 1, PNotifier(), NULL);

#line 1073 "resources.prc"
  cancel = PNEW PTextButton(this, 2, PNotifier(), NULL);
  SetStdButtons(ok, cancel, NULL);
  ConstructEnd(id);
}

void VideoOptionsDlg::Save()
{
  _psave_10225 = rxqcif;
  _psave_10226 = rxcif;
  _psave_10227 = rxauto;
  _psave_10229 = txsize;
  _psave_10233 = videoDevice;
  _psave_10235 = format;
  _psave_10237 = source;
  _psave_10239 = quality;
  _psave_10240 = localVideo;
  _psave_10241 = flipLocal;
  _psave_10242 = flipRemote;

}

void VideoOptionsDlg::Restore()
{
  rxqcif = _psave_10225;
  rxcif = _psave_10226;
  rxauto = _psave_10227;
  txsize = _psave_10229;
  videoDevice = _psave_10233;
  format = _psave_10235;
  source = _psave_10237;
  quality = _psave_10239;
  localVideo = _psave_10240;
  flipLocal = _psave_10241;
  flipRemote = _psave_10242;

}





// AudioCodecOptionsDlg


#line 1013 "resources.prc"
AudioCodecOptionsDlg::AudioCodecOptionsDlg(PInteractor * parent, PRESOURCE_ID id)
  : PModalDialog(parent, id)
{

#line 1016 "resources.prc"
  PNEW PStaticText(this, 10205, PNotifier(), NULL);

#line 1017 "resources.prc"
  codecList = PNEW PStringListBox(this, 10206, PCREATE_NOTIFIER(SelectCodec), NULL);

#line 1018 "resources.prc"
  up = PNEW PTextButton(this, 10207, PCREATE_NOTIFIER(MoveUp), NULL);

#line 1019 "resources.prc"
  down = PNEW PTextButton(this, 10208, PCREATE_NOTIFIER(MoveDown), NULL);

#line 1020 "resources.prc"
  enabledCodec = PNEW PCheckBox(this, 10209, PCREATE_NOTIFIER(EnableCodec), &codecEnabled);

#line 1021 "resources.prc"
  packetSizeBox = PNEW PIntegerEditBox(this, 10210, PCREATE_NOTIFIER(PacketSizeChange), &packetSize);

#line 1022 "resources.prc"
  PNEW PStaticText(this, 10211, PNotifier(), NULL);

#line 1024 "resources.prc"
  PNEW PStaticText(this, 10212, PNotifier(), NULL);

#line 1025 "resources.prc"
  PNEW PIntegerEditBox(this, 10213, PNotifier(), &jitter);

#line 1026 "resources.prc"
  PNEW PStaticText(this, 10214, PNotifier(), NULL);

#line 1028 "resources.prc"
  PNEW PCheckBox(this, 10215, PNotifier(), &silenceDetect);

#line 1029 "resources.prc"
  PNEW PStaticText(this, 10216, PNotifier(), NULL);

#line 1030 "resources.prc"
  PNEW PStaticText(this, 10217, PNotifier(), NULL);

#line 1031 "resources.prc"
  PNEW PHorizontalScrollBar(this, 10218, PCREATE_NOTIFIER(SignalDeadbandChange), &signalDeadband);

#line 1032 "resources.prc"
  signalDeadbandMS = PNEW PStaticText(this, 10219, PNotifier(), NULL);

#line 1033 "resources.prc"
  PNEW PStaticText(this, 10220, PNotifier(), NULL);

#line 1034 "resources.prc"
  PNEW PHorizontalScrollBar(this, 10221, PCREATE_NOTIFIER(SilenceDeadbandChange), &silenceDeadband);

#line 1035 "resources.prc"
  silenceDeadbandMS = PNEW PStaticText(this, 10222, PNotifier(), NULL);

#line 1037 "resources.prc"
  ok = PNEW PTextButton(this, 1, PNotifier(), NULL);

#line 1038 "resources.prc"
  cancel = PNEW PTextButton(this, 2, PNotifier(), NULL);
  SetStdButtons(ok, cancel, NULL);
  ConstructEnd(id);
}

void AudioCodecOptionsDlg::Save()
{
  _psave_10209 = codecEnabled;
  _psave_10210 = packetSize;
  _psave_10213 = jitter;
  _psave_10215 = silenceDetect;
  _psave_10218 = signalDeadband;
  _psave_10221 = silenceDeadband;

}

void AudioCodecOptionsDlg::Restore()
{
  codecEnabled = _psave_10209;
  packetSize = _psave_10210;
  jitter = _psave_10213;
  silenceDetect = _psave_10215;
  signalDeadband = _psave_10218;
  silenceDeadband = _psave_10221;

}





// TransferDialog


#line 756 "resources.prc"
TransferDialog::TransferDialog(PInteractor * parent, PRESOURCE_ID id)
  : PModalDialog(parent, id)
{

#line 759 "resources.prc"
  PNEW PStaticText(this, 10080, PNotifier(), NULL);

#line 760 "resources.prc"
  addressBox = PNEW PComboBox(this, 10081, PCREATE_NOTIFIER(AddressChanged), &address);

#line 761 "resources.prc"
  PNEW PStaticText(this, 10082, PNotifier(), NULL);

#line 762 "resources.prc"
  gatewayBox = PNEW PComboBox(this, 10083, PNotifier(), &gateway);

#line 763 "resources.prc"
  PNEW PRadioButton(this, 10084, PNotifier(), &useH450);

#line 764 "resources.prc"
  PNEW PRadioButton(this, 10085, PNotifier(), NULL);

#line 766 "resources.prc"
  ok = PNEW PTextButton(this, 1, PNotifier(), NULL);

#line 767 "resources.prc"
  cancel = PNEW PTextButton(this, 2, PNotifier(), NULL);
  SetStdButtons(ok, cancel, NULL);
  ConstructEnd(id);
}

void TransferDialog::Save()
{
  _psave_10081 = address;
  _psave_10083 = gateway;
  _psave_10084 = useH450;

}

void TransferDialog::Restore()
{
  address = _psave_10081;
  gateway = _psave_10083;

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -