XPRESRC.DLG
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:6k
源码类别:

Windows编程

开发平台:

Visual C++

  1. // Fonts to use in dialogs
  2. #ifdef WIN32
  3. #define SHELL_FONT "MS Shell Dlg"
  4. #define SHELL_FONT_SIZE 8
  5. #else
  6. #define SHELL_FONT "MS Sans Serif"
  7. #define SHELL_FONT_SIZE 8
  8. #endif
  9. GeneralPage DIALOG 3, 15, 228, 128
  10. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  11. CAPTION "General"
  12. FONT SHELL_FONT_SIZE, SHELL_FONT
  13. BEGIN
  14.     CONTROL         "Log &Events", IDC_LOG_EVENTS, "Button", BS_AUTOCHECKBOX | 
  15.                     WS_TABSTOP, 15, 10, 48, 10
  16.     CONTROL         "&Peer to Peer Enabled", IDC_PEER, "Button", 
  17.                     BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP, 15, 25, 87, 10
  18.     CONTROL         "Logon &UI Always", IDC_LOGON_UI, "Button", 
  19.                     BS_AUTOCHECKBOX | WS_TABSTOP, 15, 40, 66, 10
  20.     CONTROL         "&Save Dialog Settings", IDC_SAVE_DIALOG, "Button", 
  21.                     BS_AUTOCHECKBOX | WS_TABSTOP, 15, 55, 80, 10
  22.     CONTROL         "WGAP &Filename:", IDT_WGAP_FNAME, "Static", WS_GROUP, 27, 80, 62, 8
  23.     CONTROL         "", IDE_WGAP_FNAME, "Edit", ES_AUTOHSCROLL | WS_BORDER | 
  24.                     WS_TABSTOP, 103, 78, 107, 12
  25.     CONTROL         "WGAP Di&rectory:", IDT_WGAP_DIR, "Static", WS_GROUP, 27, 95, 62, 
  26.                     8
  27.     CONTROL         "", IDE_WGAP_DIR, "Edit", ES_AUTOHSCROLL | WS_BORDER | 
  28.                     WS_TABSTOP, 103, 93, 107, 12
  29. END
  30. PeerPage DIALOG 6, 18, 212, 121
  31. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  32. CAPTION "Peer to Peer"
  33. FONT SHELL_FONT_SIZE, SHELL_FONT
  34. BEGIN
  35.     CONTROL         "&Display Name:", IDT_DISPLAY, "Static", WS_GROUP, 15, 10, 50, 8
  36.     CONTROL         "", IDE_DISPLAY, "Edit", ES_AUTOHSCROLL | WS_BORDER | 
  37.                     WS_TABSTOP, 94, 8, 107, 12
  38.     CONTROL         "EMail &Type:", IDT_EMAIL_TYPE, "Static", WS_GROUP, 15, 25, 41, 8
  39.     CONTROL         "", IDE_EMAIL_TYPE, "Edit", ES_UPPERCASE | 
  40.                     ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP, 94, 23, 107, 12
  41.     CONTROL         "EMail &Address:", IDT_EMAIL_ADDR, "Static", WS_GROUP, 15, 40, 50, 8
  42.     CONTROL         "", IDE_EMAIL_ADDR, "Edit", ES_AUTOHSCROLL | WS_BORDER | 
  43.                     WS_TABSTOP, 94, 38, 107, 12
  44.     CONTROL         "&Inbound Msg Dir:", IDT_IN_DIR, "Static", WS_GROUP, 15, 55, 61, 
  45.                     8
  46.     CONTROL         "", IDE_IN_DIR, "Edit", ES_AUTOHSCROLL | WS_BORDER | 
  47.                     WS_TABSTOP, 94, 53, 107, 12
  48.     CONTROL         "&Outbound Msg Dir:", IDT_OUT_DIR, "Static", WS_GROUP, 15, 70, 62, 
  49.                     8
  50.     CONTROL         "", IDE_OUT_DIR, "Edit", ES_AUTOHSCROLL | WS_BORDER | 
  51.                     WS_TABSTOP, 94, 68, 107, 12
  52. END
  53. LoggingPage DIALOG 6, 18, 232, 92
  54. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  55. CAPTION "Logging"
  56. FONT SHELL_FONT_SIZE, SHELL_FONT
  57. BEGIN
  58.     CONTROL         "Logfile &Name:", IDT_LOG_NAME, "Static", WS_GROUP, 15, 10, 50, 8
  59.     CONTROL         "", IDE_LOG_NAME, "Edit", ES_AUTOHSCROLL | WS_BORDER | 
  60.                     WS_TABSTOP, 94, 8, 101, 12
  61.     CONTROL         "Log &High Water Mark:", IDT_LOG_HIGH, "Static", WS_GROUP, 15, 24, 
  62.                     73, 8
  63.     CONTROL         "", IDE_LOG_HIGH, "Edit", ES_AUTOHSCROLL | WS_BORDER | 
  64.                     WS_TABSTOP, 94, 22, 45, 12
  65.     CONTROL         "Log &Low Water Mark:", IDT_LOG_LOW, "Static", WS_GROUP, 15, 38, 
  66.                     76, 8
  67.     CONTROL         "", IDE_LOG_LOW, "Edit", ES_AUTOHSCROLL | WS_BORDER | 
  68.                     WS_TABSTOP, 94, 36, 45, 12
  69. END
  70. PerMsgOpt DIALOG 76, 44, 149, 64
  71. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  72. CAPTION "Per-Message Defer"
  73. FONT SHELL_FONT_SIZE, SHELL_FONT
  74. BEGIN
  75.     CONTROL         "&Defer until next non-deferred message.", 
  76.                     IDC_PER_MSG_DEFER, "Button", BS_AUTOCHECKBOX | WS_GROUP | 
  77.                     WS_TABSTOP, 8, 12, 139, 10
  78. END
  79. PerRecipOpt DIALOG 76, 44, 149, 64
  80. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  81. CAPTION "Per-Recipient Defer"
  82. FONT SHELL_FONT_SIZE, SHELL_FONT
  83. BEGIN
  84.     CONTROL         "&Defer until next non-deferred message.", 
  85.                     IDC_PER_RECIP_DEFER, "Button", BS_AUTOCHECKBOX | WS_GROUP | 
  86.                     WS_TABSTOP, 8, 12, 139, 10
  87. END
  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 SHELL_FONT_SIZE, SHELL_FONT
  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.     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.",
  98.                     IDC_TypeText,0,0,170,40
  99.     LTEXT           "Address Type:",IDC_TypeLbl,0,58,40,10
  100.     EDITTEXT        IDC_TypeEdit,40,56,110,12,ES_UPPERCASE | ES_AUTOHSCROLL
  101.     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.",
  102.                     IDC_UNCText,0,0,170,40
  103.     LTEXT           "Email Address:",IDC_UNCLbl,0,58,40,10
  104.     EDITTEXT        IDC_UNCEdit,40,56,110,12,ES_AUTOHSCROLL
  105.     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).",
  106.                     IDC_PathText,0,0,170,40
  107.     LTEXT           "Path:",IDC_PathLbl,0,58,40,10
  108.     EDITTEXT        IDC_PathEdit,40,56,110,12,ES_AUTOHSCROLL
  109. END