gecko-dev/webshell/tests/viewer/resources.h

133 строки
4.5 KiB
C
Исходник Обычный вид История

1998-04-14 00:24:54 +04:00
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
*
* The contents of this file are subject to the Netscape Public License
* Version 1.0 (the "NPL"); you may not use this file except in
* compliance with the NPL. You may obtain a copy of the NPL at
* http://www.mozilla.org/NPL/
*
* Software distributed under the NPL is distributed on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
* for the specific language governing rights and limitations under the
* NPL.
*
* The Initial Developer of this code under the NPL is Netscape
* Communications Corporation. Portions created by Netscape are
* Copyright (C) 1998 Netscape Communications Corporation. All Rights
* Reserved.
*/
#ifndef resources_h___
#define resources_h___
#define VIEWER_OPEN 40000
#define VIEWER_EXIT 40002
#define PREVIEW_CLOSE 40003
1998-11-11 23:31:45 +03:00
#define VIEW_SOURCE 40004
1998-04-14 00:24:54 +04:00
#define VIEWER_WINDOW_OPEN 40009
1998-04-14 00:24:54 +04:00
#define VIEWER_FILE_OPEN 40010
// Note: must be in ascending sequential order
#define VIEWER_DEMO0 40011
#define VIEWER_DEMO1 40012
#define VIEWER_DEMO2 40013
#define VIEWER_DEMO3 40014
#define VIEWER_DEMO4 40015
#define VIEWER_DEMO5 40016
#define VIEWER_DEMO6 40017
#define VIEWER_DEMO7 40018
#define VIEWER_DEMO8 40019
1998-06-18 04:47:18 +04:00
#define VIEWER_DEMO9 40020
1998-10-26 21:07:14 +03:00
#define VIEWER_DEMO10 40021
1999-02-03 20:16:11 +03:00
#define VIEWER_DEMO11 40022
#define VIEWER_DEMO12 40023
1998-04-14 00:24:54 +04:00
1999-02-03 20:16:11 +03:00
#define VIEWER_VISUAL_DEBUGGING 40028
#define VIEWER_REFLOW_TEST 40029
#define VIEWER_DUMP_CONTENT 40030
#define VIEWER_DUMP_FRAMES 40031
#define VIEWER_DUMP_VIEWS 40032
#define VIEWER_DUMP_STYLE_SHEETS 40033
#define VIEWER_DUMP_STYLE_CONTEXTS 40034
#define VIEWER_DEBUGROBOT 40035
#define VIEWER_SHOW_CONTENT_SIZE 40036
#define VIEWER_SHOW_FRAME_SIZE 40037
#define VIEWER_SHOW_STYLE_SIZE 40038
#define VIEWER_DEBUGSAVE 40039
#define VIEWER_SHOW_CONTENT_QUALITY 40040
#define VIEWER_TOGGLE_SELECTION 40041
#define VIEWER_NAV_QUIRKS_MODE 40042
#define VIEWER_STANDARD_MODE 40043
#define VIEWER_TABLE_INSPECTOR 40044
#define VIEWER_IMAGE_INSPECTOR 40045
#define VIEWER_NATIVE_WIDGET_MODE 40046
#define VIEWER_GFX_WIDGET_MODE 40047
#define VIEWER_DISPLAYTEXT 40048
#define VIEWER_DISPLAYHTML 40049
1998-04-14 00:24:54 +04:00
1999-01-23 10:10:37 +03:00
#define VIEWER_SELECT_STYLE_LIST 40500
#define VIEWER_SELECT_STYLE_DEFAULT 40501
#define VIEWER_SELECT_STYLE_ONE 40502
#define VIEWER_SELECT_STYLE_TWO 40503
#define VIEWER_SELECT_STYLE_THREE 40504
#define VIEWER_SELECT_STYLE_FOUR 40505
#define VIEWER_EDIT_INSERT_TABLE 40550
#define VIEWER_EDIT_INSERT_CELL 40551
#define VIEWER_EDIT_INSERT_COLUMN 40552
#define VIEWER_EDIT_INSERT_ROW 40553
#define VIEWER_EDIT_DELETE_TABLE 40554
#define VIEWER_EDIT_DELETE_CELL 40555
#define VIEWER_EDIT_DELETE_COLUMN 40556
#define VIEWER_EDIT_DELETE_ROW 40557
#define VIEWER_EDIT_JOIN_CELL_RIGHT 40558
#define VIEWER_EDIT_JOIN_CELL_BELOW 40559
1998-04-14 00:24:54 +04:00
// Note: must be in ascending sequential order
1999-01-07 00:59:17 +03:00
#define VIEWER_ONE_COLUMN 40050
#define VIEWER_TWO_COLUMN 40051
#define VIEWER_THREE_COLUMN 40052
1998-04-14 00:24:54 +04:00
1999-01-07 00:59:17 +03:00
#define VIEWER_PRINT 40060
#define VIEWER_PRINT_SETUP 40061
1998-11-14 04:58:34 +03:00
1998-04-14 00:24:54 +04:00
#define JS_CONSOLE 40100
1998-06-24 04:29:00 +04:00
#define EDITOR_MODE 40120
1998-09-22 04:57:54 +04:00
#define VIEWER_PREFS 40130
1998-04-14 00:24:54 +04:00
1998-05-08 19:06:41 +04:00
#define VIEWER_EDIT_CUT 40201
#define VIEWER_EDIT_COPY 40202
#define VIEWER_EDIT_PASTE 40203
#define VIEWER_EDIT_SELECTALL 40204
#define VIEWER_EDIT_FINDINPAGE 40205
#define VIEWER_RL_BASE 41000
1999-03-11 00:42:45 +03:00
#define PRVCY_PREFILL 40290
#define PRVCY_QPREFILL 40291
#define PRVCY_DISPLAY_WALLET 40292
#define PRVCY_DISPLAY_COOKIES 40293
#define PRVCY_DISPLAY_SIGNONS 40294
1998-07-10 01:07:58 +04:00
#define VIEWER_TOP100 40300
#define VIEWER_XPTOOLKITDEMOBASE 40900
#define VIEWER_XPTOOLKITTOOLBAR1 VIEWER_XPTOOLKITDEMOBASE
1999-03-10 01:02:25 +03:00
#define VIEWER_XPTOOLKITTREE1 VIEWER_XPTOOLKITDEMOBASE+1
1998-05-19 23:06:59 +04:00
/* Debug Robot dialog setup */
#define IDD_DEBUGROBOT 101
#define IDC_UPDATE_DISPLAY 40301
#define IDC_VERIFICATION_DIRECTORY 40302
#define IDC_PAGE_LOADS 40303
#define IDC_STATIC -1
1998-07-10 01:07:58 +04:00
#define IDD_SITEWALKER 200
#define ID_SITE_PREVIOUS 40400
#define ID_SITE_NEXT 40401
#define IDC_SITE_NAME 40402
#define ID_EXIT 40404
1998-04-14 00:24:54 +04:00
#endif /* resources_h___ */