📄 exchange.asm
字号:
; ***************************************************************************
; * Project : Electronic Dictionary *
; * Date : 2003.9 *
; * File Name : EXCHANGE.ASM *
; ***************************************************************************
personal_no_string:
db 0dh,0dh
db '个人所得税未写完!,请先不测这部分!',0
change_KeyNum:
db QuesKey ;'0' 0
db BKey ;'1' 1
db NKey ;'2' 2
db MKey ;'3' 3
db GKey ;'4' 4
db HKey ;'5' 5
db JKey ;'6' 6
db TKey ;'7' 7
db YKey ;'8' 8
db UKey ;'9' 9
db PointKey ;Dot -->':' 10
db FKey ;Minus 11
db ShiftKey ;Shift 12
db VKey ;C 13
db ACKey ;AC 14
db KKey ;MR 15
db IKey ;MC 16
db LKey ;M+ 17
db OKEY ;M- 18
db spaceKey ;'=' 19
db UPKey ;'+' 20
db DOWNKey ;'-' 21
db RIGHTKey ;'/' 22
db LEFTKey ;'*' 23
db RKey ;% 24
db SKey ;Ln 25
db AKey ;Log 26
db DKey ;Square root 27
db ZKey ;X^y 28
db XKey ;1/x, X! 29
db CKey ;exp 30
db QKey ;Sin Sin-1 32
db WKey ;Cos Cos-1 33
db EKey ;Tan Tan-1 34
;change_KeyNum:
; db QuesKey ;'0' 0
; db BKey ;'1' 1
; db NKey ;'2' 2
; db MKey ;'3' 3
; db GKey ;'4' 4
; db HKey ;'5' 5
; db JKey ;'6' 6
; db TKey ;'7' 7
; db YKey ;'8' 8
; db UKey ;'9' 9
; db PointKey ;Dot -->':' 10
; db FKey ;Minus 11
; db ShiftKey ;Shift 12
; db VKey ;C 13
; db LanKey ;AC 14
; db LeftKey ;MR 15
; db PKey ;MC 16
; db RightKey ;M+ 17
; db PgDown ;M- 18
; db EnterKey ;'=' 19
; db DownKey ;'+' 20
; db UpKey ;'-' 21
; db OKey ;'/' 22
; db LKey ;'*' 23
; db RKey ;% 24
; db SKey ;Ln 25
; db AKey ;Log 26
; db DKey ;Square root 27
; db ZKey ;X^y 28
; db XKey ;1/x, X! 29
; db CKey ;exp 30
; db QKey ;Sin Sin-1 32
; db WKey ;Cos Cos-1 33
; db EKey ;Tan Tan-1 34
;;Sin-1 30
;;Cos-1 31
;;Tan-1 29
ChangeEvent:
dw ChangeBank
dw change_hsec-1
dw change_Sec-1
dw change_Min-1
dw change_KeyDown-1
dw change_KeyUp-1
dw change_Timer-1
dw change_KeyPress-1
dw change_Load-1
dw change_helprts-1
help_data_in_exchange:
db pertax_help-HelpTable ;;0
dw personal_tax_set_init-1
db pertax_help-HelpTable ;;1
dw personal_tax_cnt_init-1
db pertax_help-HelpTable ;;2
dw personal_tax_month_init-1
db pertax_help-HelpTable ;;3
dw personal_tax_recover_init-1
db SciHelp-HelpTable ;;4
dw science_cal_init-1
db stat_help-HelpTable ;;5
dw stat_init-1
db hexdec_help-HelpTable ;;6
dw dec_hex_init-1
db realty_help-HelpTable ;;7
dw realty_conversion_init-1
db unit_help-HelpTable ;;8
dw length_conversion_init-1
db unit_help-HelpTable ;;9
dw area_conversion_init-1
db unit_help-HelpTable ;;10
dw valume_conversion_init-1
db unit_help-HelpTable ;;11
dw weight_conversion_init-1
db unit_help-HelpTable ;;12
dw temperature_conversion_init-1
db tax_help-HelpTable ;;13
dw input_tax_rate_init-1
db tax_help-HelpTable ;;14
dw input_after_tax_init-1
db tax_help-HelpTable ;;15
dw input_before_tax_init-1
db rate_help-HelpTable ;;16
dw input_new_rate_init1-1
db tax_help-HelpTable ;;17
dw input_tax_rate_init-1
db rate_help-HelpTable ;;18
dw input_new_rate_init2-1
db rate_help-HelpTable ;;19
dw input_exchange_init1-1
db rate_help-HelpTable ;;20
dw input_exchange_init2-1
;===============================================================
kilometre_mile: ;公里变英里 1 : 0.621
db ' 公里 ==> 英里',0dh,0dh
db 20h,20h,20h,20h,20h,31h,20h,3ah,20h,30h,2eh,36h,32h,31h,0
kilometre_haili: ;公里==>海里 1 : 0.540
db ' 公里 ==> 海里',0dh,0dh
db 20h,20h,20h,20h,20h,31h,20h,3ah,20h,30h,2eh,35h,34h,30h,0
kilometre_sili: ;公里==>市里 1 : 2
db ' 公里 ==> 市里',0dh,0dh
db 20h,20h,20h,20h,20h,31h,20h,3ah,20h,32h,0
mile_kilometre: ;英里==>公里 1 : 1.609
db ' 英里 ==> 公里',0dh,0dh
db 20h,20h,20h,20h,20h,31h,20h,3ah,20h,31h,2eh,36h,30h,39h,0
mile_haili: ;英里==>海里 1 : 0.869
db ' 英里 ==> 海里',0dh,0dh
db 20h,20h,20h,20h,20h,31h,20h,3ah,20h,30h,2eh,38h,36h,39h,0
mile_ma: ;英里==>码 1 : 1760
db ' 英里 ==> 码',0dh,0dh
db 20h,20h,20h,20h,20h,31h,20h,3ah,20h,31h,37h,36h,30h,0
haili_kilometre: ;海里==>公里 1 : 1.852
db ' 海里 ==> 公里',0dh,0dh
db 20h,20h,20h,20h,20h,31h,20h,3ah,20h,31h,2eh,38h,35h,32h,0
haili_mile: ;海里==>英里 1 : 1.151
db ' 海里 ==> 英里',0dh,0dh
db 20h,20h,20h,20h,20h,31h,20h,3ah,20h,31h,2eh,31h,35h,31h,0
metre_site: ;米==>市尺 1 : 3
db ' 米 ==> 市尺',0dh,0dh
db 20h,20h,20h,20h,20h,31h,20h,3ah,20h,33h,0
metre_feet: ;米==>英尺 1 : 3.281
db ' 米 ==> 英尺',0dh,0dh
db 20h,20h,20h,20h,20h,31h,20h,3ah,20h,33h,2eh,32h,38h,31h,0
feet_metre: ;英尺==>米 1 : 0.305
db ' 英尺 ==> 米',0dh,0dh
db 20h,20h,20h,20h,20h,31h,20h,3ah,20h,30h,2eh,33h,30h,35h,0
feet_site: ;英尺==>市尺 1 : 0.914
db ' 英尺 ==> 市尺',0dh,0dh
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -