File: layouteditor.html

package info (click to toggle)
pythoncard 0.8.2-2
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 8,452 kB
  • sloc: python: 56,787; makefile: 56; sh: 22
file content (31 lines) | stat: -rw-r--r-- 1,742 bytes parent folder | download | duplicates (4)
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <link rel="stylesheet" href="PythonCard.css" type="text/css" />
    <title>PythonCard Layout Editor and Runtime Tools</title>
  </head>
  <body>
    <div id="banner">
    <h1>PythonCard Layout Editor and Runtime Tools</h1>
    </div>
<?php include "sidebar.php" ?>
    <div id="content">
    <p class="imageCaption"><img src="http://pythoncard.sourceforge.net/images/resourceEditor.jpg" alt="Screenshot of PythonCard tools" /><br />
    The resourceEditor sample is used to create and modify layouts and menus 
    of PythonCard apps. In the screenshot above, the layout of Addresses sample 
    is being edited.</p>
    <h2><a name="runtime_tools"></a>Runtime tools</h2>
    <p class="imageCaption"><img src="http://pythoncard.sourceforge.net/images/large/MessageWatcher.gif" alt="Screenshot of message watcher" /><br />
    Message Watcher</p>
    <p class="imageCaption"><img src="http://pythoncard.sourceforge.net/images/large/NamespaceViewer.gif" ALT="Screenshot of namespace viewer" /><br />
    Namespace Viewer</p>
    <p class="imageCaption"><img src="http://pythoncard.sourceforge.net/images/large/PropertyEditor.gif" ALT="Screenshot of property editor" /><br />
    Property Editor </p>
    <p class="imageCaption"><img src="http://pythoncard.sourceforge.net/images/shell.jpg" alt="Screenshot of the shell" /><br />
    Shell</p>
    <?php include "footer.php" ?>
    <p>$Revision: 1.3 $ : $Author: kasplat $ : Last updated $Date: 2004/07/26 15:35:31 $</p>
    </div> <!-- end of content -->
  </body>
</html>