home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / trialva / ibmcppw / sdk / mapi / win16 / dev / sample.xp / xpresrc.dlg < prev    next >
Encoding:
Text File  |  1995-07-11  |  5.6 KB  |  113 lines

  1. GeneralPage DIALOG 3, 15, 228, 128
  2. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  3. CAPTION "General"
  4. FONT 8, "MS Sans Serif"
  5. BEGIN
  6.     CONTROL         "Log &Events", IDC_LOG_EVENTS, "Button", BS_AUTOCHECKBOX | 
  7.                     WS_TABSTOP, 15, 10, 48, 10
  8.     CONTROL         "&Peer to Peer Enabled", IDC_PEER, "Button", 
  9.                     BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP, 15, 25, 87, 10
  10.     CONTROL         "Logon &UI Always", IDC_LOGON_UI, "Button", 
  11.                     BS_AUTOCHECKBOX | WS_TABSTOP, 15, 40, 66, 10
  12.     CONTROL         "&Save Dialog Settings", IDC_SAVE_DIALOG, "Button", 
  13.                     BS_AUTOCHECKBOX | WS_TABSTOP, 15, 55, 80, 10
  14.     CONTROL         "WGAP &Filename:", IDT_WGAP_FNAME, "Static", WS_GROUP, 27, 80, 62, 8
  15.     CONTROL         "", IDE_WGAP_FNAME, "Edit", ES_AUTOHSCROLL | WS_BORDER | 
  16.                     WS_TABSTOP, 103, 78, 107, 12
  17.     CONTROL         "WGAP Di&rectory:", IDT_WGAP_DIR, "Static", WS_GROUP, 27, 95, 62, 
  18.                     8
  19.     CONTROL         "", IDE_WGAP_DIR, "Edit", ES_AUTOHSCROLL | WS_BORDER | 
  20.                     WS_TABSTOP, 103, 93, 107, 12
  21. END
  22.  
  23. PeerPage DIALOG 6, 18, 212, 121
  24. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  25. CAPTION "Peer to Peer"
  26. FONT 8, "MS Sans Serif"
  27. BEGIN
  28.     CONTROL         "&Display Name:", IDT_DISPLAY, "Static", WS_GROUP, 15, 10, 50, 8
  29.     CONTROL         "", IDE_DISPLAY, "Edit", ES_AUTOHSCROLL | WS_BORDER | 
  30.                     WS_TABSTOP, 94, 8, 107, 12
  31.     CONTROL         "EMail &Type:", IDT_EMAIL_TYPE, "Static", WS_GROUP, 15, 25, 41, 8
  32.     CONTROL         "", IDE_EMAIL_TYPE, "Edit", ES_UPPERCASE | 
  33.                     ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP, 94, 23, 107, 12
  34.     CONTROL         "EMail &Address:", IDT_EMAIL_ADDR, "Static", WS_GROUP, 15, 40, 50, 8
  35.     CONTROL         "", IDE_EMAIL_ADDR, "Edit", ES_AUTOHSCROLL | WS_BORDER | 
  36.                     WS_TABSTOP, 94, 38, 107, 12
  37.     CONTROL         "&Inbound Msg Dir:", IDT_IN_DIR, "Static", WS_GROUP, 15, 55, 61, 
  38.                     8
  39.     CONTROL         "", IDE_IN_DIR, "Edit", ES_AUTOHSCROLL | WS_BORDER | 
  40.                     WS_TABSTOP, 94, 53, 107, 12
  41.     CONTROL         "&Outbound Msg Dir:", IDT_OUT_DIR, "Static", WS_GROUP, 15, 70, 62, 
  42.                     8
  43.     CONTROL         "", IDE_OUT_DIR, "Edit", ES_AUTOHSCROLL | WS_BORDER | 
  44.                     WS_TABSTOP, 94, 68, 107, 12
  45. END
  46.  
  47. LoggingPage DIALOG 6, 18, 232, 92
  48. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  49. CAPTION "Logging"
  50. FONT 8, "MS Sans Serif"
  51. BEGIN
  52.     CONTROL         "Logfile &Name:", IDT_LOG_NAME, "Static", WS_GROUP, 15, 10, 50, 8
  53.     CONTROL         "", IDE_LOG_NAME, "Edit", ES_AUTOHSCROLL | WS_BORDER | 
  54.                     WS_TABSTOP, 94, 8, 101, 12
  55.     CONTROL         "Log &High Water Mark:", IDT_LOG_HIGH, "Static", WS_GROUP, 15, 24, 
  56.                     73, 8
  57.     CONTROL         "", IDE_LOG_HIGH, "Edit", ES_AUTOHSCROLL | WS_BORDER | 
  58.                     WS_TABSTOP, 94, 22, 45, 12
  59.     CONTROL         "Log &Low Water Mark:", IDT_LOG_LOW, "Static", WS_GROUP, 15, 38, 
  60.                     76, 8
  61.     CONTROL         "", IDE_LOG_LOW, "Edit", ES_AUTOHSCROLL | WS_BORDER | 
  62.                     WS_TABSTOP, 94, 36, 45, 12
  63. END
  64.  
  65.  
  66. PerMsgOpt DIALOG 76, 44, 149, 64
  67. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  68. CAPTION "Per-Message Defer"
  69. FONT 8, "MS Sans Serif"
  70. BEGIN
  71.     CONTROL         "&Defer until next non-deferred message.", 
  72.                     IDC_PER_MSG_DEFER, "Button", BS_AUTOCHECKBOX | WS_GROUP | 
  73.                     WS_TABSTOP, 8, 12, 139, 10
  74. END
  75.  
  76.  
  77. PerRecipOpt DIALOG 76, 44, 149, 64
  78. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  79. CAPTION "Per-Recipient Defer"
  80. FONT 8, "MS Sans Serif"
  81. BEGIN
  82.     CONTROL         "&Defer until next non-deferred message.", 
  83.                     IDC_PER_RECIP_DEFER, "Button", BS_AUTOCHECKBOX | WS_GROUP | 
  84.                     WS_TABSTOP, 8, 12, 139, 10
  85. END
  86.  
  87.  
  88. SampleTransportWizard DIALOG DISCARDABLE  0, 0, 200, 150
  89. STYLE DS_MODALFRAME | 4 | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  90. CAPTION "Sample Transport Configuration Wizard"
  91. FONT 8, "MS Sans Serif"
  92. BEGIN
  93.     LTEXT           "Enter the full name you wish to use for sending mail. This is the name that will appear in the 'From:' box on all outgoing mail.",
  94.                     IDC_NameText,0,0,170,40
  95.     LTEXT           "Display Name:",IDC_NameLbl,0,58,40,10
  96.     EDITTEXT        IDC_NameEdit,40,56,110,12,ES_AUTOHSCROLL
  97.  
  98.     LTEXT           "The Microsoft Peer to Peer transport requires an address type be specified for configuration. This is the address type that the transport will be responsible for delivering.",
  99.                     IDC_TypeText,0,0,170,40
  100.     LTEXT           "Address Type:",IDC_TypeLbl,0,58,40,10
  101.     EDITTEXT        IDC_TypeEdit,40,56,110,12,ES_UPPERCASE | ES_AUTOHSCROLL
  102.  
  103.     LTEXT           "The Microsoft Peer to Peer Transport requires a UNC pathname to a read/write shared directory. This directory will serve as your inbox for message delivery. The directory name should be the same directory specified in your Peer to Peer email address.",
  104.                     IDC_UNCText,0,0,170,40
  105.     LTEXT           "Email Address:",IDC_UNCLbl,0,58,40,10
  106.     EDITTEXT        IDC_UNCEdit,40,56,110,12,ES_AUTOHSCROLL
  107.  
  108.     LTEXT           "If the email address UNC points to a directory on your local machine, then enter the full path to the shared directory (ig. C:\\MAPI\\INBOX).",
  109.                     IDC_PathText,0,0,170,40
  110.     LTEXT           "Path:",IDC_PathLbl,0,58,40,10
  111.     EDITTEXT        IDC_PathEdit,40,56,110,12,ES_AUTOHSCROLL
  112. END
  113.