home *** CD-ROM | disk | FTP | other *** search
/ Tools / WinSN5.0Ver.iso / NETSCAP.50 / WIN1998.ZIP / ns / cmd / winfe / prefs / nsprefui / src / prefui.rc < prev    next >
Encoding:
Text File  |  1998-04-08  |  3.5 KB  |  133 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. //Microsoft Developer Studio generated resource script.
  20. //
  21. #include "resource.h"
  22.  
  23. #define APSTUDIO_READONLY_SYMBOLS
  24. /////////////////////////////////////////////////////////////////////////////
  25. //
  26. // Generated from the TEXTINCLUDE 2 resource.
  27. //
  28. #include "afxres.h"
  29. #if defined(_WIN32)
  30. #include <commctrl.h>
  31. #else
  32. #include "treeview.h"
  33. #endif
  34.  
  35. /////////////////////////////////////////////////////////////////////////////
  36. #undef APSTUDIO_READONLY_SYMBOLS
  37.  
  38. /////////////////////////////////////////////////////////////////////////////
  39. // English (U.S.) resources
  40.  
  41. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  42. #ifdef _WIN32
  43. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  44. #pragma code_page(1252)
  45. #endif //_WIN32
  46.  
  47. /////////////////////////////////////////////////////////////////////////////
  48. //
  49. // Dialog
  50. //
  51.  
  52. IDD_FRAME DIALOG DISCARDABLE  0, 0, 333, 249
  53. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  54. CAPTION "Preferences"
  55. FONT 8, "MS Sans Serif"
  56. BEGIN
  57.     DEFPUSHBUTTON   "OK",IDOK,163,228,50,14
  58.     PUSHBUTTON      "Cancel",IDCANCEL,219,228,50,14
  59.     PUSHBUTTON      "&Help",IDHELP,276,228,50,14
  60.     LTEXT           "&Category:",IDC_STATIC,7,3,31,8
  61.     CONTROL         "Tree1",IDC_TREE,WC_TREEVIEW,TVS_HASBUTTONS | 
  62.                     TVS_HASLINES | TVS_LINESATROOT | TVS_DISABLEDRAGDROP | 
  63.                     TVS_SHOWSELALWAYS | WS_BORDER | WS_TABSTOP,7,13,96,197
  64.     CONTROL         "",IDC_MESSAGE,"Static",SS_GRAYFRAME | NOT WS_VISIBLE,
  65.                     110,13,216,15
  66. END
  67.  
  68.  
  69. /////////////////////////////////////////////////////////////////////////////
  70. //
  71. // DESIGNINFO
  72. //
  73.  
  74. #ifdef APSTUDIO_INVOKED
  75. GUIDELINES DESIGNINFO DISCARDABLE 
  76. BEGIN
  77.     IDD_FRAME, DIALOG
  78.     BEGIN
  79.         LEFTMARGIN, 7
  80.         RIGHTMARGIN, 326
  81.         TOPMARGIN, 3
  82.         BOTTOMMARGIN, 242
  83.     END
  84. END
  85. #endif    // APSTUDIO_INVOKED
  86.  
  87.  
  88. #ifdef APSTUDIO_INVOKED
  89. /////////////////////////////////////////////////////////////////////////////
  90. //
  91. // TEXTINCLUDE
  92. //
  93.  
  94. 1 TEXTINCLUDE DISCARDABLE 
  95. BEGIN
  96.     "resource.h\0"
  97. END
  98.  
  99. 2 TEXTINCLUDE DISCARDABLE 
  100. BEGIN
  101.     "#include ""afxres.h""\r\n"
  102.     "#if defined(_WIN32)\r\n"
  103.     "#include <commctrl.h>\r\n"
  104.     "#else\r\n"
  105.     "#include ""treeview.h""\r\n"
  106.     "#endif\r\n"
  107.     "\0"
  108. END
  109.  
  110. 3 TEXTINCLUDE DISCARDABLE 
  111. BEGIN
  112.     "\r\n"
  113.     "\0"
  114. END
  115.  
  116. #endif    // APSTUDIO_INVOKED
  117.  
  118. #endif    // English (U.S.) resources
  119. /////////////////////////////////////////////////////////////////////////////
  120.  
  121.  
  122.  
  123. #ifndef APSTUDIO_INVOKED
  124. /////////////////////////////////////////////////////////////////////////////
  125. //
  126. // Generated from the TEXTINCLUDE 3 resource.
  127. //
  128.  
  129.  
  130. /////////////////////////////////////////////////////////////////////////////
  131. #endif    // not APSTUDIO_INVOKED
  132.  
  133.