%% Identifier=DialogId
%% Caption=Заголовок
{
Start StringGridEdit dialog
}
if editstate=0 then begin
 if pos('?',edit('(%Caption%')
           +edit(' Row/Col | Col#1 | Col#2 | Col#3')
           +edit(' Row#1   | 11    | 12    | 13')
           +edit(' Row#2   | 21    | 22    | 23')
           +edit(' Row#3   | 31    | 32    | 33')
           +edit(')StringGridEdit %Identifier%'))>0
 then Warning('Error initializing StringGridEdit %Identifier%!');
end else Warning('Cannot edit right now!');
