?? pastate.pas
字號:
{This program file may be used with Object
Pascal code generated from the state diagram del1sta.omt.
Run the script delsta1.sct to create the file
Controll.pas. Then compile
the following generated unit files:
Controll.pas and pastate.pas.
}
Program Pastater;
uses Controll;
Var
Controller : controller1;
begin
controller1.process (turnOn);
WriteLn ('The controller is turned on');
controller1.process (turnOff);
WriteLn ('The controller is turned off');
end.
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -