Blame view

circus/help/en_uk/gui/code.html 927 Bytes
8d0dc533f   Madiel de Souza Conserva Filho   first
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
  <html>
  <head>
      <title>CRefine</title>
      <link rel="stylesheet" type="text/css" href="../../style.css" />
  
  </head>
  
  <body>
  
  <table>
      <tr height="10">
        <td>
        </td>
      </tr>
      <tr>
        <td class="tituloAzul">
          Codigo
        </td>
      </tr>
      <tr>
        <td class="grande" width="500">
          <br>
          <div align="justify">
          The code window shows the current status of the code calculated so far.
          As soon as the user loads a specification to be refined, the initial program is displayed in the code
          window. As transformation are applied to this program, using the development window,
          the code window is changed accordingly. 
          
          <br>
          <br>
          <img border = "0" src="../images/code.jpg" align="center">
          <br>
          <br>
  
          </div>
        </td>
      </tr>
  </table>
  
  
  </body>
  
  </html>