~ubuntu-branches/ubuntu/raring/sflphone/raring

« back to all changes in this revision

Viewing changes to sflphone-common/libs/pjproject/pjsip-apps/src/pocketpj/PocketPJ.vcc

  • Committer: Package Import Robot
  • Author(s): Francois Marier
  • Date: 2011-11-25 13:24:12 UTC
  • mfrom: (4.1.10 sid)
  • Revision ID: package-import@ubuntu.com-20111125132412-dc4qvhyosk74cd42
Tags: 1.0.1-4
Don't assume that arch:all packages will get built (closes: #649726)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
; CLW file contains information for the MFC ClassWizard
2
 
 
3
 
[General Info]
4
 
Version=1
5
 
LastClass=CSettingsDlg
6
 
LastTemplate=CDialog
7
 
NewFileInclude1=#include "stdafx.h"
8
 
NewFileInclude2=#include "PocketPJ.h"
9
 
 
10
 
ClassCount=3
11
 
Class1=CPocketPJApp
12
 
Class2=CPocketPJDlg
13
 
 
14
 
ResourceCount=5
15
 
Resource2=IDR_ACC_MENU
16
 
Resource3=IDD_POCKETPJ_DIALOG
17
 
Resource4=IDD_SETTING
18
 
Resource1=IDR_MAINFRAME
19
 
Class3=CSettingsDlg
20
 
Resource5=IDR_URI_MENU
21
 
 
22
 
[CLS:CPocketPJApp]
23
 
Type=0
24
 
HeaderFile=PocketPJ.h
25
 
ImplementationFile=PocketPJ.cpp
26
 
Filter=N
27
 
 
28
 
[CLS:CPocketPJDlg]
29
 
Type=0
30
 
HeaderFile=PocketPJDlg.h
31
 
ImplementationFile=PocketPJDlg.cpp
32
 
Filter=D
33
 
BaseClass=CDialog
34
 
VirtualFilter=dWC
35
 
LastObject=CPocketPJDlg
36
 
 
37
 
 
38
 
[DLG:IDD_POCKETPJ_DIALOG]
39
 
Type=1
40
 
Class=CPocketPJDlg
41
 
ControlCount=6
42
 
Control1=IDC_ACC_ID,static,1342308352
43
 
Control2=IDC_BTN_ACC,static,1350631694
44
 
Control3=IDC_BUDDY_LIST,SysListView32,1350631446
45
 
Control4=IDC_STATIC,static,1342308352
46
 
Control5=IDC_URL,edit,1350631552
47
 
Control6=IDC_BTN_ACTION,static,1350566158
48
 
 
49
 
[MNU:IDR_ACC_MENU]
50
 
Type=1
51
 
Class=CPocketPJDlg
52
 
Command1=IDC_ACC_ONLINE
53
 
Command2=IDC_ACC_INVISIBLE
54
 
Command3=IDC_ACC_SETTINGS
55
 
Command4=IDOK
56
 
CommandCount=4
57
 
 
58
 
[MNU:IDR_URI_MENU]
59
 
Type=1
60
 
Class=CPocketPJDlg
61
 
Command1=IDC_URI_CALL
62
 
Command2=IDC_URI_ADD_BUDDY
63
 
Command3=IDC_URI_DEL_BUDDY
64
 
CommandCount=3
65
 
 
66
 
[DLG:IDD_SETTING]
67
 
Type=1
68
 
Class=CSettingsDlg
69
 
ControlCount=23
70
 
Control1=IDC_DOMAIN,edit,1350631552
71
 
Control2=IDC_USER,edit,1350631552
72
 
Control3=IDC_PASSWD,edit,1350631584
73
 
Control4=IDC_DNS,edit,1350631552
74
 
Control5=IDC_STUN_SRV,edit,1350631552
75
 
Control6=IDC_ICE,button,1342242819
76
 
Control7=IDC_TCP,button,1342242819
77
 
Control8=IDC_SRTP,button,1342242819
78
 
Control9=IDC_PUBLISH,button,1342242819
79
 
Control10=IDC_ECHO_SUPPRESS,button,1342242819
80
 
Control11=IDC_EC_TAIL,edit,1350631552
81
 
Control12=IDC_VAD,button,1342242819
82
 
Control13=IDC_CODECS,combobox,1344339971
83
 
Control14=IDOK,button,1342242816
84
 
Control15=IDCANCEL,button,1342242816
85
 
Control16=IDC_STATIC,static,1342308352
86
 
Control17=IDC_STATIC,static,1342308352
87
 
Control18=IDC_STATIC,static,1342308352
88
 
Control19=IDC_STUN,button,1342242819
89
 
Control20=IDC_STATIC,static,1342308352
90
 
Control21=IDC_STATIC,static,1342308352
91
 
Control22=IDC_STATIC,static,1342308352
92
 
Control23=IDC_AA,button,1342242819
93
 
 
94
 
[CLS:CSettingsDlg]
95
 
Type=0
96
 
HeaderFile=SettingsDlg.h
97
 
ImplementationFile=SettingsDlg.cpp
98
 
BaseClass=CDialog
99
 
Filter=D
100
 
VirtualFilter=dWC
101
 
LastObject=CSettingsDlg
102