sizes.tok

来自「Dos6.0」· TOK 代码 · 共 61 行

TOK
61
字号
#	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
#--------<SKIFT+F1=Hj刲p> <												 >
#--------^--------------^-----------
# 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]]=0
[[uinhelp_02]]=15

#----------------------------------------------------------------------
# line is as follows for MSG_StatusShiftF1 and the MSG_StatusEdit
# both stuck together
#
#--------0---------1---------2---------3---------4---------5---------
#--------012345678901234567890123456789012345678901234567890123456789
#--------<SKIFT+F1=Hj刲p><F6=F攏ster><F2=Underkat><F5=K攔><F8=Stega>
#------------------------^----------^^-----------^^------^^--------^
# 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]]=16
[[uinhelp_04]]=27
[[uinhelp_05]]=28
[[uinhelp_06]]=40
[[uinhelp_07]]=41
[[uinhelp_08]]=48
[[uinhelp_09]]=49
[[uinhelp_10]]=58

#----------------------------------------------------------------------
# line is as follows for MSG_StatusShiftF1 and the MSG_StatusRunning
# both stuck together
#
#------------------1---------2---------3---------4---------5---------------
#--------012345678901234567890123456789012345678901234567890123456789
#--------<SKIFT+F1=Hj刲p> <F5=Forts則t> <F9=Sl

⌨️ 快捷键说明

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