str_utils.pas
来自「温度恒温控制,与PLC,工控板通讯,实现炉字过程控制.」· PAS 代码 · 共 14 行
PAS
14 行
unit Str_Utils;
interface
const
strBoxTitle ='系统提示';
strConfigError ='串口醒置文件错误';
strtempComError ='温度采集串口错误';
strPidError ='PID参数配置错误';
strPLCComError ='PLC串口参数配置错误';
strGlassConfigError ='玻璃默认配置文件出错,请选择配置文件';
implementation
end.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?