📄 _frr_sztextbox_pnl.ado
字号:
*! version 1.0.0 26oct2002
// Parses all occurances of the specified option as changes to a sized_textbox
// and and logs the changes to the specified log.
program _frr_sztextbox_pnl , rclass
gettoken log 0 : 0
gettoken tbox 0 : 0
gettoken optnm 0 : 0 , parse(" ,")
local opt = lower("`optnm'")
syntax [ , `optnm'(string asis) * ]
while `"``opt''"' != `""' {
_fr_sztextbox_parse_and_log `log' `tbox' , ``opt''
ChkNone , `r(rest)'
local 0 `", `options'"'
syntax [ , `optnm'(string asis) * ]
}
return local rest `options'
end
program ChkNone
syntax [, FAKE_OPT_FOR_BETTER_MSG ]
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -