⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sizes.tok

📁 这是DOS系统的源代码,汇编写的,值得看看,对开发操作系统的人员有价值
💻 TOK
字号:
#	Sizes for bottom strip / status line used in QBASIC/EDIT for DOS5
#	Created by Terry Farrell. (terryf)
#	January 1990.	These tokens are for the file uinhelp.src and they
#	produce the file uinhelp.asm.
#
#
# PLA's -------
# don't panic about the size of this file, there is very little
# calculating to be done, just follow the comments and you will
# see what the numbers mean for the American version of the program.
# The strings shown in the comments below can be found in the file
# qbasmsgs.txt.
#




#----------------------------------------------------------------------
# line is as follows for MSG_StatusShiftF1
#
#------------------1---------2---------3---------4---------5---------------
#--------012345678901234567890123456789012345678901234567890123456789
#--------<Shift+F1=Socor.> <                                                                                               >
#--------^-----------------^-----------
# when you have translated please put in the numbers for the equivalent
# positions in your strings.
# i.e. if the user clicks on any position from 1 to 16 f1 is selected
[[uinhelp_01]]=1
[[uinhelp_02]]=18

#----------------------------------------------------------------------
# line is as follows for MSG_StatusShiftF1 and the MSG_StatusEdit
# both stuck together
#
#--------0---------1---------2---------3---------4---------5---------6---------7
#--------01234567890123456789012345678901234567890123456789012345678901234567890
#--------<Shift+F1=Socor.> <F6=Jan.> <F2=Subs> <F5=Exec.> <F8=Etapa>
#---------------------------^--------^^--------^^---------^^---------^----------
# when you have translated please put in the numbers for the equivalent
# positions in your strings.
# i.e. if the user clicks on any position from 17 to 28 f6 is selected
#		 if the user clicks on any position from 29 to 38 f2 is selected
#		 if the user clicks on any position from 39 to 47 f5 is selected
#		 if the user clicks on any position from 48 to 57 f8 is selected
#----------------------------------------------------------------------
[[uinhelp_03]]=19
[[uinhelp_04]]=28
[[uinhelp_05]]=29
[[uinhelp_06]]=38
[[uinhelp_07]]=39
[[uinhelp_08]]=49
[[uinhelp_09]]=50
[[uinhelp_10]]=60

#----------------------------------------------------------------------
# line is as follows for MSG_StatusShiftF1 and the MSG_StatusRunning
# both stuck together
#
#------------------1---------2---------3---------4---------5---------6---------
#--------0123456789012345678901234567890123456789012345678901234567890123456789
#--------<Shift+F1=Socor.> <F5=Continuar> <F9=Alterna> <F8=Etapa>
#---------------------------^-------------^^-----------^^---------^------------
# when you have translated please put in the numbers for the equivalent
# positions in your strings.
# i.e. if the user clicks on any position from 17 to 30 f5 is selected
#		 if the user clicks on any position from 31 to 47 f9 is selected
#		 if the user clicks on any position from 48 to 57 f8 is selected
#----------------------------------------------------------------------
[[uinhelp_11]]=19
[[uinhelp_12]]=33
[[uinhelp_13]]=34
[[uinhelp_14]]=46
[[uinhelp_15]]=47
[[uinhelp_16]]=57

#----------------------------------------------------------------------
# line is as follows for MSG_StatusShiftF1 and the MSG_StatusImmediate
# both stuck together
#
#------------------1---------2---------3---------4---------5---------------
#--------012345678901234567890123456789012345678901234567890123456789
#--------<Shift+F1=Socor.> <F6=Janela> <Enter=Executar Linha>
#---------------------------^----------^^---------------------^
# when you have translated please put in the numbers for the equivalent
# positions in your strings.
# i.e. if the user clicks on any position from 17 to 28 f6 is selected
#		 if the user clicks on any position from 29 to 49 enter is selected
#----------------------------------------------------------------------
[[uinhelp_17]]=19
[[uinhelp_18]]=30
[[uinhelp_19]]=31
[[uinhelp_20]]=53

#----------------------------------------------------------------------
# line is as follows for MSG_StatusShiftF1 and the MSG_StatusHelp
# both stuck together
#
#------------------1---------2---------3---------4---------5---------6---------7---------8
#--------012345678901234567890123456789012345678901234567890123456789012345678901234567890
#--------<Shift+F1=Socor.> <F6=Jan.> <Esc=Canc.> <Ctrl+F1=Pr

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -