Это старая версия документа.



Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /home/users/p/prom-auto/domains/prom-auto.ru/wiki/inc/parser/handler.php on line 1458

Warning: Declaration of syntax_plugin_tablecalc::handle($match, $state, $pos, &$handler) should be compatible with DokuWiki_Syntax_Plugin::handle($match, $state, $pos, Doku_Handler $handler) in /home/users/p/prom-auto/domains/prom-auto.ru/wiki/lib/plugins/tablecalc/syntax.php on line 41

Warning: Declaration of syntax_plugin_tablecalc::render($mode, &$renderer, $data) should be compatible with DokuWiki_Syntax_Plugin::render($format, Doku_Renderer $renderer, $data) in /home/users/p/prom-auto/domains/prom-auto.ru/wiki/lib/plugins/tablecalc/syntax.php on line 72

Warning: Declaration of syntax_plugin_offline::handle($match, $state, $pos, &$handler) should be compatible with DokuWiki_Syntax_Plugin::handle($match, $state, $pos, Doku_Handler $handler) in /home/users/p/prom-auto/domains/prom-auto.ru/wiki/lib/plugins/offline/syntax.php on line 60

Warning: Declaration of syntax_plugin_offline::render($format, &$renderer, $data) should be compatible with DokuWiki_Syntax_Plugin::render($format, Doku_Renderer $renderer, $data) in /home/users/p/prom-auto/domains/prom-auto.ru/wiki/lib/plugins/offline/syntax.php on line 67

Warning: preg_match(): Compilation failed: invalid range in character class at offset 3416 in /home/users/p/prom-auto/domains/prom-auto.ru/wiki/inc/parser/lexer.php on line 118
A PCRE internal error occured. This might be caused by a faulty plugin

====== _prjprocs.pas ====== <file pascal _prjprocs.pas> unit _PrjProcs; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, ExtCtrls, ComCtrls; const _PrjCodeName = 'SHDE'; _PrjLogoCaption = 'Элеватор'; _PrjAlarmResetTagName = _PrjCodeName + '.BTN_Beep1_Input'; _PrjStartAlarmBtnInputTagName = _PrjCodeName + '.BTN_Beep1_StartAlarm_Input'; _PrjBeepControlTagName = _PrjCodeName + '.MCHB_Beep1_Control'; procedure _PrjInitForms; procedure _PrjBeforeStart; procedure _PrjAfterStart; procedure _PrjBeforeStop; procedure _PrjAfterStop; procedure _PrjOnTimer; implementation uses Sidebar, SidebarZdvaTm, ScreenCmd, Screen01, RpVisualMain, main; //////////////////////////////////////////////////////////////////////////////// procedure _PrjInitForms; begin _AddFormToPageControl(TScreenCmdForm, TForm(ScreenCmdForm), 'УПРАВЛЕНИЕ'); _AddFormToPageControl(TScreen01Form, TForm(Screen01Form), 'Приемка'); addSidebar('zdvatm', TSidebarZdvaTmForm); end; //////////////////////////////////////////////////////////////////////////////// procedure _PrjBeforeStart; begin end; //////////////////////////////////////////////////////////////////////////////// procedure _PrjAfterStart; begin end; //////////////////////////////////////////////////////////////////////////////// procedure _PrjBeforeStop; begin end; //////////////////////////////////////////////////////////////////////////////// procedure _PrjAfterStop; begin end; //////////////////////////////////////////////////////////////////////////////// procedure _PrjOnTimer; begin end; end. </file>

doc/visscada/visscada_sidebar_prjprocs_pas.1636125352.txt.gz · Последние изменения: 2021/11/05 18:15 — denis
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0