V 13
3
LANG:10000 7 Eingabe
LANG:10001 5 Input
LANG:10027 8 Ввод
PANEL,-1 -1 375 119 N "_3DFace" 3
"$1"
"$2"
"$3"
E E E E E 1 -1 -1 0  251 55
""0  1
E E 3
"CBRef" "0"
"EClose" E
"dpi" "96"
0 0 0
""
NC
DISPLAY_LAYER, 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0
LAYER, 0 
2
LANG:10000 6 Layer1
LANG:10001 6 Layer1
14 11
"value_alt"
""
1 218 33 E E E 1 E 0 E N "_3DText" E N "_3DFace" E E
 E E
6 0 0 0 0 0
E E E
0
3
LANG:10000 0 
LANG:10001 0 
LANG:10027 0 

0
3
LANG:10000 26 arial,-1,13,5,50,0,0,0,0,0
LANG:10001 26 arial,-1,13,5,50,0,0,0,0,0
LANG:10027 26 arial,-1,13,5,50,0,0,0,0,0
0  218 33 259 59
3 "0s" 0 0 0 0 0 -1  E E E
2 10
"text"
""
1 75 15 E E E 1 E 1 E N "_3DText" E N "_Transparent" E E
 E E
5 0 0 0 0 0
E E E
0
3
LANG:10000 0 
LANG:10001 0 
LANG:10027 0 

3
"sizePolicy" "Fixed Fixed"
"dashclr"N "_Transparent"
"antiAliased" "0"
E E 0 1 1 0 1 E U  0 E 75 15 375 35
0 0 0 "0s" 0 0 0 64 0 0  75 15 1
3
LANG:10000 26 arial,-1,13,5,50,0,0,0,0,0
LANG:10001 26 arial,-1,13,5,50,0,0,0,0,0
LANG:10027 26 arial,-1,13,5,50,0,0,0,0,0
0 3
LANG:10000 39 Textxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
LANG:10001 40 textxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
LANG:10027 45 Текстxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
13 8
"cmdCancel"
""
1 263 83 E E E 1 E 1 E N "_ButtonText" E N "_Button" E E
 E E
3 0 0 0 27 0
E E E
0
3
LANG:10000 0 
LANG:10001 0 
LANG:10027 0 

0
3
LANG:10000 26 arial,-1,13,5,50,0,0,0,0,0
LANG:10001 26 arial,-1,13,5,50,0,0,0,0,0
LANG:10027 26 arial,-1,13,5,50,0,0,0,0,0
0  263 83 351 111

T 
3
LANG:10000 9 Abbrechen
LANG:10001 6 Cancel
LANG:10027 16 Отменить
"main()
{
  float       f;
  string      s;
  anytype     val;
  dyn_float   df=makeDynFloat();
  dyn_string  ds=makeDynString();
  dyn_anytype da, daa;

  da[1] = myModuleName();
  da[2] = myPanelName();

  getValue(\"value_alt\",\"text\",val);
  if (strtok($2,\"diufeg\")>=0)
  {
    df[1]=val;
    f=val; daa[1] = f;
    da[3] = daa;
  }
  else
  {
    ds[1]=val;
    s=val; daa[1] = s;
    da[3] = daa;
  }

  if ( isEvConnOpen() )
    PanelOffReturn(df,ds);
  else
    panelOff(da);
}
" 0
 E E E
13 0
"cmdOK"
""
1 173 83 E E E 1 E 1 E N "_ButtonText" E N "_Button" E E
 E E
2 0 0 0 16777221 0
E E E
0
3
LANG:10000 0 
LANG:10001 0 
LANG:10027 0 

1
"isDefault" ""
3
LANG:10000 26 arial,-1,13,5,50,0,0,0,0,0
LANG:10001 26 arial,-1,13,5,50,0,0,0,0,0
LANG:10027 26 arial,-1,13,5,50,0,0,0,0,0
0  173 83 261 111

T 
3
LANG:10000 2 OK
LANG:10001 2 OK
LANG:10027 2 OK
"main()
{
  float       f;
  string      s;
  anytype     val;
  dyn_float   df=makeDynFloat();
  dyn_string  ds=makeDynString();
  dyn_anytype da, daa;

  da[1] = myModuleName();
  da[2] = myPanelName();

  getValue(\"value\",\"text\",val);
  if (strtok($2,\"diufeg\")>=0)
  {
    df[1]=val;
    f=val; daa[1] = f;
    da[3] = daa;
  }
  else
  {
    ds[1]=val;
    s=val; daa[1] = s;
    da[3] = daa;
  }

  if ( isEvConnOpen() )
    PanelOffReturn(df,ds);
  else
    panelOff(da);
}" 0
 E E E
14 9
"value"
""
1 72.65623616236161 32 E E E 1 E 1 E N {0,0,0} E N "Weiss" E E
 E E
1 0 0 0 0 0
E E E
0
3
LANG:10000 0 
LANG:10001 0 
LANG:10027 0 

0
3
LANG:10000 26 arial,-1,13,5,50,0,0,0,0,0
LANG:10001 26 arial,-1,13,5,50,0,0,0,0,0
LANG:10027 26 arial,-1,13,5,50,0,0,0,0,0
0  73 32 351 58
3 "0s" 0 0 0 0 0 -1  E "main()
{
  int    i,w,h;
  string s;

  getValue(\"text\",\"size\",w,h);
  s=makeCR($1,w);
  if ((i=strpos(s,\"\\n\"))>0)
    s=substr(s,0,i);
  setMultiValue(\"text\",\"text\",s,
                \"value\",\"format\",$2,
                \"value\",\"text\",$3,
                \"value_alt\",\"format\",$2,
                \"value_alt\",\"text\",$3);
}" 0
 E
6 12
"imgInfo"
""
1 14 14 E E E 1 E 1 E N "_Transparent" E N "_3DFace" E E
 E E
7 0 0 0 0 0
E E E
0
3
LANG:10000 0 
LANG:10001 0 
LANG:10027 0 

2
"dashclr"N "_Transparent"
"antiAliased" "0"
E E 0 1 1 0 1 E 1 0 1 1 1 2  0 3  "pictures/StandardIcons/info_40.png" 13434828 E 14 14 54 54
1 13 0 "" 0
0
0
LAYER, 1 
2
LANG:10000 6 Layer2
LANG:10001 6 Layer2
0
LAYER, 2 
2
LANG:10000 6 Layer3
LANG:10001 6 Layer3
0
LAYER, 3 
2
LANG:10000 6 Layer4
LANG:10001 6 Layer4
0
LAYER, 4 
2
LANG:10000 6 Layer5
LANG:10001 6 Layer5
0
LAYER, 5 
2
LANG:10000 6 Layer6
LANG:10001 6 Layer6
0
LAYER, 6 
2
LANG:10000 6 Layer7
LANG:10001 6 Layer7
0
LAYER, 7 
2
LANG:10000 6 Layer8
LANG:10001 6 Layer8
0
3 0 "PANEL_REF0" -1
"" ""
"objects_parts/STD_OBJECTS/ButtonBarBackground.pnl" 5 75 T 8 1 0 1 -10 0
0
0
