📄 monitorframe.properties
字号:
#Generated by the Localization Editor
#Mon Sep 12 11:17:51 CST 2005
jMenuItemConnect.text=&Connect
jMenuItemConfig.text=&Configuration How To...
jMenuHelp.text=&Help
Help_Contents=First read comments in file conf/remote_control.properties, and edit the parameters in it.\r\nTo start this control client, just using command\:\r\njava -jar ./lib/rmc.jar\r\n, then click menu File->Connect.\r\n\r\nTo start an HTTP monitor server, there was two methods\:\r\n1) Deploy rmc.war to any JSP/Servler server, then run the server;\r\n2) Start internal HTTP server, using command\:\r\njava -cp ./lib/rmc.jar studio.beansoft.remotecontrol.server.HttpMonitorServer\r\n.\r\n\r\nTo validate the HTTP server, just open a web browser, such as Firefox, enter\:\r\nhttp\://localhost\:6666/screen.jsp, then you will see your own computer's screen image.\r\n\r\nTo start an TCP monitor server, type this\:\r\njava -cp ./lib/rmc.jar studio.beansoft.remotecontrol.server.TcpMonitorServer\r\n.\r\n\r\nWarning\:from incomplete testing so far, I've found TCP server is much slower than HTTP server on an machine\r\nwith fixed IP, so I doesn't encourage u to using it.
jMenuItemHelpContents.text=&Help Contents
jMenuFile.text=&File
config_how_to_text=Open file remote_control.properties in the folder conf, read the comments in the file and edit it.\r\nIf only want using as a client, only remote_protocol, remote_url_http or remote_url_tcp(which is\r\n needed based on the protocol u want to use) will be set. And, if u want to using it as a server(http\r\nor tcp protocol), then only server_port is required.\r\nFollowing is the file content with comments\:\r\n\r\n\# Server Remote Control Configuration File\r\n\# Protocol used by the server, valid value is http or tcp\r\nremote_protocol \= http\r\n\# When using the HTTP server protocol, this must not be empty,\r\n\# this is the url of the monitor page\r\nremote_url_http \= http\://localhost\:6666/screen.jsp\r\n\# When using the TCP server protocol, this must not be empty,\r\n\# this is the url of the server, format is\: [host\:port], port may be empty,\r\n\# default port number is 6666\r\nremote_url_tcp \= localhost\:6666\r\n\# If local want to be a TCP/HTTP server, this port number must be specified\r\nserver_port \= 6666
jMenuItemPause.text=&Pause/Resume
About_Info=Java Remote Control 1.0 beta\r\nAuthor\: BeanSoft (LiuChangjiong)\r\nDate\: Sep. 2005\r\nEmail\: beansoft@126.com\r\nMSN\: beansoftstudio@msn.com\r\nQQ(Chinese users only)\: 9991483\r\nAcknowledgement\: keypoint PNG image encoder\r\nWarning\: This is only an demo app, so dosen't using it on your server, because it's dangerous.\r\nGuys using the application to control your computer can delete, modify files, reboot your computer.\r\nThis program is for researching and study purpose only, please not use it on other purpuse.
jMenuItemAbout.text=&About Remote Control
jMenuConfig.text=&Config
Frame.title=Java Remote Control 1.0 Beta
connection_info=Connection type\: {0}\nConnection URL\: {1}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -