Files
Work/remotepsapp/remoteps.h
2024-08-07 09:16:27 -04:00

42 lines
1.1 KiB
C

#ifndef _REMOTEPSAPP_REMOTEPS_H_
#define _REMOTEPSAPP_REMOTEPS_H_
// VIEWDIALOG
#define VIEWDIALOG_REFRESHNOW 1003
#define VIEWDIALOG_PROCESSLIST 1001
#define CONNECT_COMPUTERNAME 1000
#define IDM_CASCADE 10014
#define IDM_TILE 10015
#define IDM_ARRANGE 10016
#define IDM_CLOSEALL 10017
#define IDM_MINIMIZEALL 10018
#define IDM_RESTOREALL 10019
#define PSMENU 10000
#define PSMENU_FILEOPEN 10001
#define PSMENU_FILECLOSE 10002
#define PSMENU_FILESAVE 10003
#define PSMENU_FILESAVEAS 10004
#define PSMENU_FILEPRINT 10005
#define PSMENU_FILEQUIT 10006
#define PSMENU_OPTIONSGROUPS 10007
#define PSMENU_HELPCONTENTS 10008
#define PSMENU_HELPSEARCH 10009
#define PSMENU_REGISTRATION 10010
#define PSMENU_HELPABOUT 10011
#define PSMENU_SINGLECONNECTION 20000
#define PSMENU_SELECTGROUP 20001
#define STRING_REMOTEPS 100
#define STRING_VERSION 101
#define STRING_PROCESSVIEWCLASSNAME 102
#endif