summaryrefslogtreecommitdiff
path: root/tubes/source/contacts.src
diff options
context:
space:
mode:
Diffstat (limited to 'tubes/source/contacts.src')
-rw-r--r--tubes/source/contacts.src60
1 files changed, 60 insertions, 0 deletions
diff --git a/tubes/source/contacts.src b/tubes/source/contacts.src
new file mode 100644
index 000000000000..0cd386af2bfc
--- /dev/null
+++ b/tubes/source/contacts.src
@@ -0,0 +1,60 @@
+#include "contacts.hrc"
+
+ModelessDialog RID_TUBES_DLG_CONTACTS
+{
+ HelpId = "TUBES_HID"; // has to be something ...
+ OutputSize = TRUE ;
+ SVLook = TRUE ;
+ Hide = FALSE ;
+ Moveable = TRUE ;
+ Closeable = TRUE ;
+ Size = MAP_APPFONT ( 220 , 225 ) ;
+ OutputSize = TRUE ;
+ Text [ en-US ] = "Contacts" ;
+
+ FixedLine FL_LABEL
+ {
+ Pos = MAP_APPFONT ( 8 , 2 ) ;
+ Size = MAP_APPFONT ( 198 , 8 ) ;
+ Text [ en-US ] = "Select a contact to collaborate with" ;
+ };
+ PushButton BTN_CONNECT
+ {
+ Pos = MAP_APPFONT( 70 , 200 );
+ Size = MAP_APPFONT( 50 , 10 );
+ Text [ en-US ] = "startBuddySession";
+ };
+ PushButton BTN_GROUP
+ {
+ Pos = MAP_APPFONT( 70 , 212 );
+ Size = MAP_APPFONT( 50 , 10 );
+ Text [ en-US ] = "startGroupSession";
+ };
+ PushButton BTN_INVITE
+ {
+ Pos = MAP_APPFONT( 130 , 200 );
+ Size = MAP_APPFONT( 50 , 10 );
+ Text [ en-US ] = "Invite";
+ };
+ PushButton BTN_LISTEN
+ {
+ Pos = MAP_APPFONT( 8 , 200 );
+ Size = MAP_APPFONT( 50 , 10 );
+ Text [ en-US ] = "Listen";
+ };
+ Control CTL_LIST
+ {
+ Pos = MAP_APPFONT ( 8 , 10 ) ;
+ Size = MAP_APPFONT ( 200 , 190 ) ;
+ Border = TRUE ;
+ TabStop = TRUE ;
+ };
+ String STR_HEADER_ALIAS
+ {
+ Text [ en-US ] = "Alias" ;
+ };
+ String STR_HEADER_NAME
+ {
+ Text [ en-US ] = "Name" ;
+ };
+};