home *** CD-ROM | disk | FTP | other *** search
/ Tools / WinSN5.0Ver.iso / NETSCAP.50 / WIN1998.ZIP / ns / cmd / winfe / prefs / edpref / src / edpref.rc < prev    next >
Encoding:
Text File  |  1998-04-08  |  6.8 KB  |  198 lines

  1. /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
  2.  *
  3.  * The contents of this file are subject to the Netscape Public License
  4.  * Version 1.0 (the "NPL"); you may not use this file except in
  5.  * compliance with the NPL.  You may obtain a copy of the NPL at
  6.  * http://www.mozilla.org/NPL/
  7.  *
  8.  * Software distributed under the NPL is distributed on an "AS IS" basis,
  9.  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
  10.  * for the specific language governing rights and limitations under the
  11.  * NPL.
  12.  *
  13.  * The Initial Developer of this code under the NPL is Netscape
  14.  * Communications Corporation.  Portions created by Netscape are
  15.  * Copyright (C) 1998 Netscape Communications Corporation.  All Rights
  16.  * Reserved.
  17.  */
  18.  
  19. #include "resource.h"
  20.  
  21. #define APSTUDIO_READONLY_SYMBOLS
  22. /////////////////////////////////////////////////////////////////////////////
  23. //
  24. // Generated from the TEXTINCLUDE 2 resource.
  25. //
  26. #include "afxres.h"
  27. #if !defined(_WIN32)
  28. #define ES_NUMBER 0
  29. #endif
  30.  
  31. /////////////////////////////////////////////////////////////////////////////
  32. #undef APSTUDIO_READONLY_SYMBOLS
  33.  
  34. /////////////////////////////////////////////////////////////////////////////
  35. // English (U.S.) resources
  36.  
  37. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  38. #ifdef _WIN32
  39. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  40. #pragma code_page(1252)
  41. #endif //_WIN32
  42.  
  43. #ifdef APSTUDIO_INVOKED
  44. /////////////////////////////////////////////////////////////////////////////
  45. //
  46. // TEXTINCLUDE
  47. //
  48.  
  49. 1 TEXTINCLUDE DISCARDABLE 
  50. BEGIN
  51.     "resource.h\0"
  52. END
  53.  
  54. 2 TEXTINCLUDE DISCARDABLE 
  55. BEGIN
  56.     "#include ""afxres.h""\r\n"
  57.     "#if !defined(_WIN32)\r\n"
  58.     "#define ES_NUMBER 0\r\n"
  59.     "#endif\r\n"
  60.     "\0"
  61. END
  62.  
  63. 3 TEXTINCLUDE DISCARDABLE 
  64. BEGIN
  65.     "\r\n"
  66.     "\r\n"
  67.     "\0"
  68. END
  69.  
  70. #endif    // APSTUDIO_INVOKED
  71.  
  72.  
  73. /////////////////////////////////////////////////////////////////////////////
  74. //
  75. // Dialog
  76. //
  77.  
  78. IDD_PREF_EDITOR DIALOG DISCARDABLE  0, 0, 256, 190
  79. STYLE WS_CHILD | WS_CLIPSIBLINGS
  80. FONT 8, "MS Sans Serif"
  81. BEGIN
  82.     GROUPBOX        "",IDC_STATIC,7,7,241,47,WS_GROUP
  83.     LTEXT           "Author &Name:",IDC_STATIC,17,19,49,8
  84.     EDITTEXT        IDC_EDIT_AUTHOR,68,17,162,12,ES_AUTOHSCROLL
  85.     CONTROL         "&Automatically save page every",IDC_AUTO_SAVE,"Button",
  86.                     BS_AUTOCHECKBOX | WS_TABSTOP,17,36,116,10
  87.     LTEXT           "&minutes",IDC_STATIC,165,37,48,8
  88.     EDITTEXT        IDC_AUTO_SAVE_MINUTES,136,35,25,12,ES_AUTOHSCROLL
  89.     GROUPBOX        "External Editors ",IDC_STATIC,7,57,241,70
  90.     LTEXT           "&HTML Source:",IDC_STATIC,17,68,52,9
  91.     EDITTEXT        IDC_HTML_EDITOR,16,79,159,12,ES_AUTOHSCROLL
  92.     PUSHBUTTON      "&Choose...",IDC_CHOOSE_HTML_EDITOR,182,79,52,14
  93.     LTEXT           "&Images:",IDC_STATIC,17,95,52,9
  94.     EDITTEXT        IDC_IMAGE_EDITOR,16,106,159,12,ES_AUTOHSCROLL
  95.     PUSHBUTTON      "Ch&oose",IDC_CHOOSE_IMAGE_EDITOR,182,106,52,14
  96.     GROUPBOX        "Font Size Mode ",IDC_STATIC,7,131,241,55
  97.     CONTROL         "Show relative size as points based on your Navigator font sizes",
  98.                     IDC_FONTSIZE_MODE,"Button",BS_AUTORADIOBUTTON | WS_GROUP | 
  99.                     WS_TABSTOP,17,143,225,10
  100.     CONTROL         "Show relative HTML font scale: -2, -1, 0, +1, +2, +3, +4",
  101.                     IDC_FONTSIZE_MODE2,"Button",BS_AUTORADIOBUTTON,17,156,
  102.                     224,10
  103.     CONTROL         "Show relative HTML scale and absolute ""point-size"" attributes",
  104.                     IDC_FONTSIZE_MODE3,"Button",BS_AUTORADIOBUTTON,17,169,
  105.                     224,10
  106. END
  107.  
  108. IDD_PREF_PUBLISH DIALOG DISCARDABLE  0, 0, 256, 190
  109. STYLE WS_CHILD | WS_CLIPSIBLINGS
  110. FONT 8, "MS Sans Serif"
  111. BEGIN
  112.     GROUPBOX        "Links and images ",IDC_STATIC,7,7,241,108,WS_GROUP
  113.     LTEXT           "When saving remote pages...",IDC_STATIC,17,18,194,8
  114.     CONTROL         "&Maintain links",IDC_AUTOADJUST_LINKS,"Button",
  115.                     BS_AUTOCHECKBOX | WS_TABSTOP,27,30,182,10
  116.     CONTROL         "&Keep images with page",IDC_KEEP_IMAGE_WITH_DOC,
  117.                     "Button",BS_AUTOCHECKBOX | WS_TABSTOP,27,63,119,10
  118.     LTEXT           "Adjust links to work from the page's location. (Links to local pages will work when local versions exist.)",
  119.                     IDC_STATIC,40,40,202,18
  120.     LTEXT           "Save copies of images to the page's location.\nImages will always appear in local version of the page and when page is published.",
  121.                     IDC_STATIC,40,73,206,25
  122.     LTEXT           "Tip: Check both options if you will be using remote publishing.",
  123.                     IDC_STATIC,17,102,219,9
  124.     GROUPBOX        "Default publishing location ",IDC_STATIC,7,121,241,67
  125.     LTEXT           "Enter a FTP or HTTP site address to &Publish to:",
  126.                     IDC_STATIC,17,132,201,8
  127.     EDITTEXT        IDC_PUBLISH_FTP,17,142,224,12,ES_AUTOHSCROLL
  128.     LTEXT           "If publishing to a FTP site, enter the HTTP address to &browse to:",
  129.                     IDC_STATIC,17,160,223,9
  130.     EDITTEXT        IDC_PUBLISH_HTTP,17,170,224,12,ES_AUTOHSCROLL
  131. END
  132.  
  133. IDD_PREF_EDITOR2 DIALOG DISCARDABLE  0, 0, 186, 94
  134. STYLE WS_CHILD | WS_CLIPSIBLINGS
  135. FONT 8, "MS Sans Serif"
  136. BEGIN
  137.     CONTROL         "Page Up/Down Moves Cursor",IDC_PAGEUPDOWN,"Button",
  138.                     BS_AUTOCHECKBOX | WS_TABSTOP,7,7,111,10
  139. END
  140.  
  141.  
  142. /////////////////////////////////////////////////////////////////////////////
  143. //
  144. // DESIGNINFO
  145. //
  146.  
  147. #ifdef APSTUDIO_INVOKED
  148. GUIDELINES DESIGNINFO DISCARDABLE 
  149. BEGIN
  150.     IDD_PREF_EDITOR, DIALOG
  151.     BEGIN
  152.         RIGHTMARGIN, 248
  153.         BOTTOMMARGIN, 186
  154.     END
  155.  
  156.     IDD_PREF_EDITOR2, DIALOG
  157.     BEGIN
  158.         LEFTMARGIN, 7
  159.         RIGHTMARGIN, 179
  160.         TOPMARGIN, 7
  161.         BOTTOMMARGIN, 87
  162.     END
  163. END
  164. #endif    // APSTUDIO_INVOKED
  165.  
  166.  
  167. /////////////////////////////////////////////////////////////////////////////
  168. //
  169. // String Table
  170. //
  171.  
  172. STRINGTABLE DISCARDABLE 
  173. BEGIN
  174.     IDD_PREF_EDITOR         "Composer\nSet general preferences for authoring Web pages"
  175.     IDD_PREF_PUBLISH        "Publishing\nDesignate the default publishing location"
  176.     IDS_APP_FILTER          "Executable (*.exe)\n*.exe\nAll Files (*.*)\n*.*\n\n"
  177.     IDS_CHOOSE_HTML_EDITOR  "Choose HTML Editor Application"
  178.     IDS_CHOOSE_IMAGE_EDITOR "Choose Image Editor Application"
  179.     IDD_PREF_EDITOR2        "Navigational\nSet general navigational preferences for authoring Web pages"
  180. END
  181.  
  182. #endif    // English (U.S.) resources
  183. /////////////////////////////////////////////////////////////////////////////
  184.  
  185.  
  186.  
  187. #ifndef APSTUDIO_INVOKED
  188. /////////////////////////////////////////////////////////////////////////////
  189. //
  190. // Generated from the TEXTINCLUDE 3 resource.
  191. //
  192.  
  193.  
  194.  
  195. /////////////////////////////////////////////////////////////////////////////
  196. #endif    // not APSTUDIO_INVOKED
  197.  
  198.