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

📄 resources.cxx

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

#include <pwlib.h>
#include "resources.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;

}





// 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);

⌨️ 快捷键说明

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