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

  1. SMH_WizardDialog DIALOG DISCARDABLE  0, 0, 200, 150
  2. STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  3. CAPTION "Sample Mail Handler Configuration"
  4. FONT 8, "MS Sans Serif"
  5. BEGIN
  6.     LTEXT           "The simple mail handler can archive email that you have sent into a set of sub-folders of the 'Sent Mail' folder.  These messages are archived by send date into subfolders named according to the time period of the contained messages.",
  7.                     ID_SentMailTxt,0,0,180,40
  8.     CONTROL         "&Archive sent mail into monthly subfolders",ID_SentMail,
  9.                     "Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,42,170,10
  10.     CONTROL         "Archive sent mail monthly folders by &year",ID_SentMailYr,
  11.                     "Button",BS_AUTOCHECKBOX | WS_TABSTOP,20,54,160,10
  12.  
  13.     LTEXT           "The simple mail handler can also archive email that you have deleted into a set of sub-folders of the 'Deleted Items' folder.  These messages are archived by recieved date into subfolders named according to the time period of the contained messages.",
  14.                     ID_DeletedTxt,0,0,180,40
  15.     CONTROL         "&Archive deleted mail into monthly subfolders",ID_Deleted
  16.                     "Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,42,170,10
  17.     CONTROL         "Archive deleted mail monthly folders by &year",ID_DeletedYr
  18.                     "Button",BS_AUTOCHECKBOX | WS_TABSTOP,20,54,160,10
  19.  
  20.     LTEXT           "The sample mail handler can filter incoming messages to folders -- other than the default inbox -- based on the message's list of recipients, the subject, or whether the message contains attachments.  This is a handy way to organize large amounts of mail.",
  21.                     ID_InboundTxt,0,0,180,40
  22.     CONTROL         "Enable the filtering of inbound messages",ID_Inbound,
  23.                     "Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,47,160,10
  24.  
  25.     LTEXT           "The sample mail handler can create a folder in the default store that will find and display all unread messages contained in the store.  The folder will be called 'Unread Messages' and will be located as a top-level folder in the default store.",
  26.                     ID_UnreadTxt,0,0,180,40
  27.     LTEXT           "This feature is most useful when filtering is enabled.",
  28.                     ID_UnreadTxt2,0,40,180,10
  29.     CONTROL         "Add unread messages folder to hierarchy",ID_Unread,
  30.                     "Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,52,160,10
  31. END
  32.  
  33. SMH_FilterDesc DIALOG DISCARDABLE  20, 21, 251, 269
  34. STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  35. CAPTION "Filter Description"
  36. FONT 8, "MS Sans Serif"
  37. BEGIN
  38.     LTEXT           "Filter &Name:",ID_NameTxt,8,14,43,8
  39.     EDITTEXT        ID_Name,55,12,189,12,ES_AUTOHSCROLL
  40.     GROUPBOX        "Filter On",ID_TypeGrp,7,28,238,55,WS_GROUP
  41.     CONTROL         "Sub&ject",ID_Subject,"Button",
  42.                     BS_AUTORADIOBUTTON | WS_TABSTOP,12,40,71,10
  43.     CONTROL         "&Message Sent By",ID_Sender,"Button",
  44.                     BS_AUTORADIOBUTTON,12,53,71,10
  45.     CONTROL         "Any &Recipient",ID_AnyRecip,"Button",
  46.                     BS_AUTORADIOBUTTON,12,66,71,10
  47.     CONTROL         "&To: Recipient",ID_ToRecip,"Button",
  48.                     BS_AUTORADIOBUTTON,90,40,71,10
  49.     CONTROL         "&CC: Recipient",ID_CcRecip,"Button",
  50.                     BS_AUTORADIOBUTTON,90,53,71,10
  51.     CONTROL         "&BCC: Recipient",ID_BccRecip,"Button",
  52.                     BS_AUTORADIOBUTTON,90,66,71,10
  53.     CONTROL         "&Message Te&xt",ID_Body,"Button",
  54.                     BS_AUTORADIOBUTTON,168,40,71,10
  55.     CONTROL         "Message C&lass",ID_MsgClass,"Button",
  56.                     BS_AUTORADIOBUTTON,168,53,71,10
  57.     CONTROL         "&Has Attachments",ID_HasAttach,"Button",
  58.                     BS_AUTORADIOBUTTON,168,66,71,10
  59.     LTEXT           "&Value contains:",ID_ValueTxt,8,92,56,8
  60.     EDITTEXT        ID_Value,70,90,174,12,ES_AUTOHSCROLL
  61.     CONTROL         "F&ilter messages that do not match this criteria",ID_NotMatch,
  62.                     "Button",BS_AUTOCHECKBOX | WS_TABSTOP, 8,105,220,12
  63.     GROUPBOX        "Filter Target",ID_TargetGrp,7,122,238,124,WS_GROUP
  64.     CONTROL         "&Delete message from store (not move to 'Deleted Items')",ID_DeleteMsg,"Button",
  65.                     BS_AUTORADIOBUTTON | WS_TABSTOP,12,132,210,10
  66.     CONTROL         "&Filter message to target store/folder:",ID_FilterMsg,"Button",
  67.                     BS_AUTORADIOBUTTON,12,145,210,10
  68.     LTEXT           "Target &Store:",ID_StoreTxt,18,160,51,8
  69.     EDITTEXT        ID_Store,70,158,169,12,ES_AUTOHSCROLL
  70.     LTEXT           "Tar&get Folder:",ID_FolderTxt,18,175,51,8
  71.     EDITTEXT        ID_Folder,70,173,169,12,ES_AUTOHSCROLL
  72.     LTEXT           "So&und:",ID_SoundTxt,18,189,51,8
  73.     EDITTEXT        ID_Sound,70,187,169,12,ES_AUTOHSCROLL
  74.     CONTROL         "Disc&ontinue the filtering of messages matching this filter",ID_TerminalTarg,
  75.                     "Button",BS_AUTOCHECKBOX | WS_TABSTOP, 18,201,210,12
  76.     CONTROL         "&Archive the filter's target folder into monthly subfolders", ID_ArchTarg,
  77.                     "Button",BS_AUTOCHECKBOX | WS_TABSTOP, 18,214,210,12
  78.     CONTROL         "Archive the filter's target montly subfolders by &year",ID_ArchTargYr,
  79.                     "Button",BS_AUTOCHECKBOX | WS_TABSTOP,28,227,200,12
  80.     DEFPUSHBUTTON   "OK",IDOK,68,252,50,14
  81.     PUSHBUTTON      "Cancel",IDCANCEL,133,252,50,14
  82. END
  83.  
  84. SMH_ExclusionEdit DIALOG DISCARDABLE  19, 26, 228, 46
  85. STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  86. CAPTION "Filter Description"
  87. FONT 8, "MS Sans Serif"
  88. BEGIN
  89.     LTEXT           "&Exclude:",ID_ExclusionText,7,9,40,8
  90.     EDITTEXT        ID_ExclusionClass,47,7,123,12,ES_AUTOHSCROLL
  91.     DEFPUSHBUTTON   "OK",IDOK,178,7,44,14
  92.     PUSHBUTTON      "Cancel",IDCANCEL,178,24,44,14
  93. END
  94.  
  95. SMH_FilterPage DIALOG DISCARDABLE  0, 0, 200, 141
  96. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  97. CAPTION "Filter Order"
  98. FONT 8, "MS Sans Serif"
  99. BEGIN
  100.     LTEXT           "&Filters:",ID_FilterOrder,7,8,80,10
  101.     LISTBOX         ID_FilterOrderLB,7,18,160,95, 
  102.                     LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP
  103.     CONTROL         "Move &Up", ID_FilterUp, "Button", BS_OWNERDRAW | WS_GROUP | WS_TABSTOP, 
  104.                     174, 30, 10, 10
  105.     CONTROL         "Move &Down", ID_FilterDown, "Button", BS_OWNERDRAW | WS_TABSTOP, 
  106.                     174, 46, 10, 10
  107.     PUSHBUTTON      "&New...",ID_NewFilter,14,120,44,14
  108.     PUSHBUTTON      "&Edit...",ID_EditFilter,65,120,44,14
  109.     PUSHBUTTON      "&Delete",ID_RmvFilter,115,120,44,14
  110. END
  111.  
  112. SMH_GeneralPage DIALOG DISCARDABLE  0, 0, 200, 141
  113. STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  114. CAPTION "Filter Order"
  115. FONT 8, "MS Sans Serif"
  116. BEGIN
  117.     GROUPBOX        "Incoming Mail",ID_InboundGrp,7,8,185,38,WS_GROUP
  118.     CONTROL         "Enable filtering of inbound messages",ID_Inbound,
  119.                     "Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,19,170,10
  120.     CONTROL         "Add unread messages folder to hierarchy",ID_Unread,
  121.                     "Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,31,165,10
  122.     GROUPBOX        "Sent Mail",ID_SentMailGrp,7,50,185,38,WS_GROUP
  123.     CONTROL         "&Archive sent mail into monthly subfolders",ID_SentMail,
  124.                     "Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,61,170,10
  125.     CONTROL         "Archive sent mail monthly folders by &year",ID_SentMailYr,
  126.                     "Button",BS_AUTOCHECKBOX | WS_TABSTOP,22,73,165,10
  127.     GROUPBOX        "Deleted Mail",ID_DeletedGrp,7,92,185,38,WS_GROUP
  128.     CONTROL         "&Archive deleted mail into monthly subfolders",ID_Deleted
  129.                     "Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,103,170,10
  130.     CONTROL         "Archive deleted mail monthly folders by &year",ID_DeletedYr
  131.                     "Button",BS_AUTOCHECKBOX | WS_TABSTOP,22,115,165,10
  132. END
  133.  
  134. SMH_ExclusionPage DIALOG DISCARDABLE  0, 0, 200, 141
  135. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  136. CAPTION "Filter Order"
  137. FONT 8, "MS Sans Serif"
  138. BEGIN
  139.     LTEXT           "Message Classes E&xcluded from Filters:",ID_Exclusion,7,8,160,10
  140.     LISTBOX         ID_ExclusionLB,7,18,160,95, 
  141.                     LBS_NOINTEGRALHEIGHT | LBS_SORT | WS_VSCROLL | WS_TABSTOP
  142.     PUSHBUTTON      "&New...",ID_NewExclusion,36,120,44,14
  143.     PUSHBUTTON      "&Delete",ID_RmvExclusion,93,120,44,14
  144. END
  145.  
  146.