initial commit

This commit is contained in:
root
2023-06-12 09:14:09 +02:00
commit b4912f303e
2545 changed files with 209350 additions and 0 deletions

View File

@@ -0,0 +1,42 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<!-- last modified on 2020/08/13 -->
<html lang="en">
<head>
<title>
The Documentation for ORCS: Abandon
</title>
<meta http-equiv="Content-Type" content="text/html;charset=Windows-1252">
<meta http-equiv="Content-Language" content="en">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta name="Generator" content="UDO Version 7.12 (1248) for Linux">
<meta name="Author" content="Thorsten Otto">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body style="position: relative;">
<a name="UDO_nav_hm_HEAD" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_HEAD" href="file.html"><img src="udo_up.gif" alt="File" title="File" border="0" width="24" height="24">File</a>
<a name="UDO_nav_lf_HEAD" href="saveas.html"><img src="udo_lf.gif" alt="Save As" title="Save As" border="0" width="24" height="24">Save As</a>
<a name="UDO_nav_rg_HEAD" href="merge.html"><img src="udo_rg.gif" alt="Merge" title="Merge" border="0" width="24" height="24">Merge</a>
<hr>
<img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="orcs.html">The Documentation for ORCS</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="menu.html">The Menu</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="file.html">File</a>
<hr>
<h1><a name="Abandon">3.1.5 Abandon</a></h1>
<p>The current resource file is discarded, and the latest version
is loaded.
</p>
<hr>
<a name="UDO_nav_hm_FOOT" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_FOOT" href="file.html"><img src="udo_up.gif" alt="File" title="File" border="0" width="24" height="24">File</a>
<a name="UDO_nav_lf_FOOT" href="saveas.html"><img src="udo_lf.gif" alt="Save As" title="Save As" border="0" width="24" height="24">Save As</a>
<a name="UDO_nav_rg_FOOT" href="merge.html"><img src="udo_rg.gif" alt="Merge" title="Merge" border="0" width="24" height="24">Merge</a>
</body>
</html>

View File

@@ -0,0 +1,55 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<!-- last modified on 2020/08/13 -->
<html lang="en">
<head>
<title>
The Documentation for ORCS: Edit Alert Box
</title>
<meta http-equiv="Content-Type" content="text/html;charset=Windows-1252">
<meta http-equiv="Content-Language" content="en">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta name="Generator" content="UDO Version 7.12 (1248) for Linux">
<meta name="Author" content="Thorsten Otto">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body style="position: relative;">
<a name="UDO_nav_hm_HEAD" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_HEAD" href="rtrees.html"><img src="udo_up.gif" alt="Resource Trees" title="Resource Trees" border="0" width="24" height="24">Resource Trees</a>
<a name="UDO_nav_lf_HEAD" href="menued.html"><img src="udo_lf.gif" alt="Menu-Editor" title="Menu-Editor" border="0" width="24" height="24">Menu-Editor</a>
<a name="UDO_nav_rg_HEAD" href="frstr.html"><img src="udo_rg.gif" alt="Edit Free String" title="Edit Free String" border="0" width="24" height="24">Edit Free String</a>
<hr>
<img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="orcs.html">The Documentation for ORCS</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="rtrees.html">Resource Trees</a>
<hr>
<h1><a name="Edit_20Alert_20Box">4.4 Edit Alert Box</a></h1>
<p>The alert editor can accommodate 5 lines of 40 characters and 3
buttons of 10 characters each (these are the restrictions which the
AES pretends; if you want to bpyass these the string must be edited as
free text). You can also select the icon for the alert box. There's
also a test function for alert boxes. If the alert limits not
expanded, no extended object types are used and the AES alert limits
are not exceeded, then form_alert(...) will be used for the test.
Otherwise, the builtin alert routine is used.
</p>
<p>In the program, the text can be used as follows:
</p>
<pre> char** Text;
rsrc_gaddr(15, StringIndex, &amp;Text);
</pre>
<p>It must be noted that the function rsrc_gaddr returns a pointer
to a pointer that contains the text.
</p>
<hr>
<a name="UDO_nav_hm_FOOT" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_FOOT" href="rtrees.html"><img src="udo_up.gif" alt="Resource Trees" title="Resource Trees" border="0" width="24" height="24">Resource Trees</a>
<a name="UDO_nav_lf_FOOT" href="menued.html"><img src="udo_lf.gif" alt="Menu-Editor" title="Menu-Editor" border="0" width="24" height="24">Menu-Editor</a>
<a name="UDO_nav_rg_FOOT" href="frstr.html"><img src="udo_rg.gif" alt="Edit Free String" title="Edit Free String" border="0" width="24" height="24">Edit Free String</a>
</body>
</html>

View File

@@ -0,0 +1,50 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<!-- last modified on 2020/08/13 -->
<html lang="en">
<head>
<title>
The Documentation for ORCS: Autosize
</title>
<meta http-equiv="Content-Type" content="text/html;charset=Windows-1252">
<meta http-equiv="Content-Language" content="en">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta name="Generator" content="UDO Version 7.12 (1248) for Linux">
<meta name="Author" content="Thorsten Otto">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body style="position: relative;">
<a name="UDO_nav_hm_HEAD" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_HEAD" href="options.html"><img src="udo_up.gif" alt="Options" title="Options" border="0" width="24" height="24">Options</a>
<a name="UDO_nav_lf_HEAD" href="snapy.html"><img src="udo_lf.gif" alt="Snap Y" title="Snap Y" border="0" width="24" height="24">Snap Y</a>
<a name="UDO_nav_rg_HEAD" href="editi.html"><img src="udo_rg.gif" alt="Edit immediately" title="Edit immediately" border="0" width="24" height="24">Edit immediately</a>
<hr>
<img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="orcs.html">The Documentation for ORCS</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="menu.html">The Menu</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="options.html">Options</a>
<hr>
<h1><a name="Autosize">3.3.3 Autosize</a></h1>
<p>When this item is enabled, objects are automatically reduced to
the minimum size, when e.g. the text was changed.
</p>
<p>ORCS checks for changes to the object size also, for example,
whether the button text still fits in the button. If the text does not
fit anymore, then the button is simply enlarged. If the button no
longer fits in his parent-object, then it is enlarged too, etc., etc..
But if you want the button text to contain additional information (eg
for User-defined objects), then this feature might be annoying.
Therefore, it can be switched off here.
</p>
<hr>
<a name="UDO_nav_hm_FOOT" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_FOOT" href="options.html"><img src="udo_up.gif" alt="Options" title="Options" border="0" width="24" height="24">Options</a>
<a name="UDO_nav_lf_FOOT" href="snapy.html"><img src="udo_lf.gif" alt="Snap Y" title="Snap Y" border="0" width="24" height="24">Snap Y</a>
<a name="UDO_nav_rg_FOOT" href="editi.html"><img src="udo_rg.gif" alt="Edit immediately" title="Edit immediately" border="0" width="24" height="24">Edit immediately</a>
</body>
</html>

View File

@@ -0,0 +1,47 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<!-- last modified on 2020/08/13 -->
<html lang="en">
<head>
<title>
The Documentation for ORCS: BubbleGEM Editor
</title>
<meta http-equiv="Content-Type" content="text/html;charset=Windows-1252">
<meta http-equiv="Content-Language" content="en">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta name="Generator" content="UDO Version 7.12 (1248) for Linux">
<meta name="Author" content="Thorsten Otto">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body style="position: relative;">
<a name="UDO_nav_hm_HEAD" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_HEAD" href="rtrees.html"><img src="udo_up.gif" alt="Resource Trees" title="Resource Trees" border="0" width="24" height="24">Resource Trees</a>
<a name="UDO_nav_lf_HEAD" href="frimg.html"><img src="udo_lf.gif" alt="Edit Free Image" title="Edit Free Image" border="0" width="24" height="24">Edit Free Image</a>
<a name="UDO_nav_rg_HEAD" href="iconed.html"><img src="udo_rg.gif" alt="Icon-Editor" title="Icon-Editor" border="0" width="24" height="24">Icon-Editor</a>
<hr>
<img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="orcs.html">The Documentation for ORCS</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="rtrees.html">Resource Trees</a>
<hr>
<h1><a name="BubbleGEM_20Editor">4.7 BubbleGEM Editor</a></h1>
<p>The BubbleGEM editor is a special feature. Because here is
something processed, which is not directly related to the resource.
ORCS supports the export of BGH files. BGH files contain the texts for
the bubble help &quot;BubbleGEM&quot;. More information to BGH can be
found in the BGH folder.
</p>
<p>In the bubble editor the user-sections and the more-section can
be edited. New entries are created by pressing the Insert-Key.
</p>
<hr>
<a name="UDO_nav_hm_FOOT" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_FOOT" href="rtrees.html"><img src="udo_up.gif" alt="Resource Trees" title="Resource Trees" border="0" width="24" height="24">Resource Trees</a>
<a name="UDO_nav_lf_FOOT" href="frimg.html"><img src="udo_lf.gif" alt="Edit Free Image" title="Edit Free Image" border="0" width="24" height="24">Edit Free Image</a>
<a name="UDO_nav_rg_FOOT" href="iconed.html"><img src="udo_rg.gif" alt="Icon-Editor" title="Icon-Editor" border="0" width="24" height="24">Icon-Editor</a>
</body>
</html>

View File

@@ -0,0 +1,43 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<!-- last modified on 2020/08/13 -->
<html lang="en">
<head>
<title>
The Documentation for ORCS: Background
</title>
<meta http-equiv="Content-Type" content="text/html;charset=Windows-1252">
<meta http-equiv="Content-Language" content="en">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta name="Generator" content="UDO Version 7.12 (1248) for Linux">
<meta name="Author" content="Thorsten Otto">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body style="position: relative;">
<a name="UDO_nav_hm_HEAD" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_HEAD" href="prefs.html"><img src="udo_up.gif" alt="Preferences" title="Preferences" border="0" width="24" height="24">Preferences</a>
<a name="UDO_nav_lf_HEAD" href="protect.html"><img src="udo_lf.gif" alt="Protection" title="Protection" border="0" width="24" height="24">Protection</a>
<a name="UDO_nav_rg_HEAD" href="extens.html"><img src="udo_rg.gif" alt="Extensions" title="Extensions" border="0" width="24" height="24">Extensions</a>
<hr>
<img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="orcs.html">The Documentation for ORCS</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="menu.html">The Menu</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="prefs.html">Preferences</a>
<hr>
<h1><a name="Background">3.4.2 Background</a></h1>
<p>Here you can set the background color and pattern of the desktop
(<a href="desktop.html">Desktop</a> window) and other windows. A change will immediately affect
all windows.
</p>
<hr>
<a name="UDO_nav_hm_FOOT" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_FOOT" href="prefs.html"><img src="udo_up.gif" alt="Preferences" title="Preferences" border="0" width="24" height="24">Preferences</a>
<a name="UDO_nav_lf_FOOT" href="protect.html"><img src="udo_lf.gif" alt="Protection" title="Protection" border="0" width="24" height="24">Protection</a>
<a name="UDO_nav_rg_FOOT" href="extens.html"><img src="udo_rg.gif" alt="Extensions" title="Extensions" border="0" width="24" height="24">Extensions</a>
</body>
</html>

View File

@@ -0,0 +1,43 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<!-- last modified on 2020/08/13 -->
<html lang="en">
<head>
<title>
The Documentation for ORCS: Cancel
</title>
<meta http-equiv="Content-Type" content="text/html;charset=Windows-1252">
<meta http-equiv="Content-Language" content="en">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta name="Generator" content="UDO Version 7.12 (1248) for Linux">
<meta name="Author" content="Thorsten Otto">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body style="position: relative;">
<a name="UDO_nav_hm_HEAD" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_HEAD" href="file.html"><img src="udo_up.gif" alt="File" title="File" border="0" width="24" height="24">File</a>
<a name="UDO_nav_lf_HEAD" href="extended.html"><img src="udo_lf.gif" alt="Extended Types" title="Extended Types" border="0" width="24" height="24">Extended Types</a>
<a name="UDO_nav_rg_HEAD" href="quit.html"><img src="udo_rg.gif" alt="Quit" title="Quit" border="0" width="24" height="24">Quit</a>
<hr>
<img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="orcs.html">The Documentation for ORCS</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="menu.html">The Menu</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="file.html">File</a>
<hr>
<h1><a name="Cancel">3.1.11 Cancel</a></h1>
<p>With this menu item, the program can be terminated without
saving the current settings. If there are any changed files you will
be queried whether these files should be saved or discarded.
</p>
<hr>
<a name="UDO_nav_hm_FOOT" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_FOOT" href="file.html"><img src="udo_up.gif" alt="File" title="File" border="0" width="24" height="24">File</a>
<a name="UDO_nav_lf_FOOT" href="extended.html"><img src="udo_lf.gif" alt="Extended Types" title="Extended Types" border="0" width="24" height="24">Extended Types</a>
<a name="UDO_nav_rg_FOOT" href="quit.html"><img src="udo_rg.gif" alt="Quit" title="Quit" border="0" width="24" height="24">Quit</a>
</body>
</html>

View File

@@ -0,0 +1,41 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<!-- last modified on 2020/08/13 -->
<html lang="en">
<head>
<title>
The Documentation for ORCS: Cascade
</title>
<meta http-equiv="Content-Type" content="text/html;charset=Windows-1252">
<meta http-equiv="Content-Language" content="en">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta name="Generator" content="UDO Version 7.12 (1248) for Linux">
<meta name="Author" content="Thorsten Otto">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body style="position: relative;">
<a name="UDO_nav_hm_HEAD" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_HEAD" href="window.html"><img src="udo_up.gif" alt="Window" title="Window" border="0" width="24" height="24">Window</a>
<a name="UDO_nav_lf_HEAD" href="tilev.html"><img src="udo_lf.gif" alt="Tile vertical" title="Tile vertical" border="0" width="24" height="24">Tile vertical</a>
<a name="UDO_nav_rg_HEAD" href="trees.html"><img src="udo_rg.gif" alt="Trees" title="Trees" border="0" width="24" height="24">Trees</a>
<hr>
<img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="orcs.html">The Documentation for ORCS</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="menu.html">The Menu</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="window.html">Window</a>
<hr>
<h1><a name="Cascade">3.2.6 Cascade</a></h1>
<p>Arranges all open windows overlapping to new positions.
</p>
<hr>
<a name="UDO_nav_hm_FOOT" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_FOOT" href="window.html"><img src="udo_up.gif" alt="Window" title="Window" border="0" width="24" height="24">Window</a>
<a name="UDO_nav_lf_FOOT" href="tilev.html"><img src="udo_lf.gif" alt="Tile vertical" title="Tile vertical" border="0" width="24" height="24">Tile vertical</a>
<a name="UDO_nav_rg_FOOT" href="trees.html"><img src="udo_rg.gif" alt="Trees" title="Trees" border="0" width="24" height="24">Trees</a>
</body>
</html>

View File

@@ -0,0 +1,43 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<!-- last modified on 2020/08/13 -->
<html lang="en">
<head>
<title>
The Documentation for ORCS: Close
</title>
<meta http-equiv="Content-Type" content="text/html;charset=Windows-1252">
<meta http-equiv="Content-Language" content="en">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta name="Generator" content="UDO Version 7.12 (1248) for Linux">
<meta name="Author" content="Thorsten Otto">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body style="position: relative;">
<a name="UDO_nav_hm_HEAD" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_HEAD" href="window.html"><img src="udo_up.gif" alt="Window" title="Window" border="0" width="24" height="24">Window</a>
<a name="UDO_nav_lf_HEAD" href="window.html"><img src="udo_lf.gif" alt="Window" title="Window" border="0" width="24" height="24">Window</a>
<a name="UDO_nav_rg_HEAD" href="closew.html"><img src="udo_rg.gif" alt="Close window" title="Close window" border="0" width="24" height="24">Close window</a>
<hr>
<img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="orcs.html">The Documentation for ORCS</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="menu.html">The Menu</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="window.html">Window</a>
<hr>
<h1><a name="Close">3.2.1 Close</a></h1>
<p>This has the same effect as clicking the closer symbol of the
window. If the window was for or a dialog or menu, the trees are
displayed again.
</p>
<hr>
<a name="UDO_nav_hm_FOOT" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_FOOT" href="window.html"><img src="udo_up.gif" alt="Window" title="Window" border="0" width="24" height="24">Window</a>
<a name="UDO_nav_lf_FOOT" href="window.html"><img src="udo_lf.gif" alt="Window" title="Window" border="0" width="24" height="24">Window</a>
<a name="UDO_nav_rg_FOOT" href="closew.html"><img src="udo_rg.gif" alt="Close window" title="Close window" border="0" width="24" height="24">Close window</a>
</body>
</html>

View File

@@ -0,0 +1,41 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<!-- last modified on 2020/08/13 -->
<html lang="en">
<head>
<title>
The Documentation for ORCS: Close window
</title>
<meta http-equiv="Content-Type" content="text/html;charset=Windows-1252">
<meta http-equiv="Content-Language" content="en">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta name="Generator" content="UDO Version 7.12 (1248) for Linux">
<meta name="Author" content="Thorsten Otto">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body style="position: relative;">
<a name="UDO_nav_hm_HEAD" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_HEAD" href="window.html"><img src="udo_up.gif" alt="Window" title="Window" border="0" width="24" height="24">Window</a>
<a name="UDO_nav_lf_HEAD" href="close.html"><img src="udo_lf.gif" alt="Close" title="Close" border="0" width="24" height="24">Close</a>
<a name="UDO_nav_rg_HEAD" href="cycle.html"><img src="udo_rg.gif" alt="Cycle windows" title="Cycle windows" border="0" width="24" height="24">Cycle windows</a>
<hr>
<img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="orcs.html">The Documentation for ORCS</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="menu.html">The Menu</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="window.html">Window</a>
<hr>
<h1><a name="Close_20window">3.2.2 Close window</a></h1>
<p>Closes the window and lets it disappear.
</p>
<hr>
<a name="UDO_nav_hm_FOOT" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_FOOT" href="window.html"><img src="udo_up.gif" alt="Window" title="Window" border="0" width="24" height="24">Window</a>
<a name="UDO_nav_lf_FOOT" href="close.html"><img src="udo_lf.gif" alt="Close" title="Close" border="0" width="24" height="24">Close</a>
<a name="UDO_nav_rg_FOOT" href="cycle.html"><img src="udo_rg.gif" alt="Cycle windows" title="Cycle windows" border="0" width="24" height="24">Cycle windows</a>
</body>
</html>

View File

@@ -0,0 +1,43 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<!-- last modified on 2020/08/13 -->
<html lang="en">
<head>
<title>
The Documentation for ORCS: Comments
</title>
<meta http-equiv="Content-Type" content="text/html;charset=Windows-1252">
<meta http-equiv="Content-Language" content="en">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta name="Generator" content="UDO Version 7.12 (1248) for Linux">
<meta name="Author" content="Thorsten Otto">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body style="position: relative;">
<a name="UDO_nav_hm_HEAD" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_HEAD" href="dialogs.html"><img src="udo_up.gif" alt="Object Dialogs" title="Object Dialogs" border="0" width="24" height="24">Object Dialogs</a>
<a name="UDO_nav_lf_HEAD" href="size.html"><img src="udo_lf.gif" alt="Change Size &amp; Position" title="Change Size &amp; Position" border="0" width="24" height="24">Change Size &amp; Position</a>
<a name="UDO_nav_rg_HEAD" href="menued.html"><img src="udo_rg.gif" alt="Menu-Editor" title="Menu-Editor" border="0" width="24" height="24">Menu-Editor</a>
<hr>
<img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="orcs.html">The Documentation for ORCS</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="rtrees.html">Resource Trees</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="dialog.html">Dialog-Editor</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="dialogs.html">Object Dialogs</a>
<hr>
<h1><a name="Comments">4.2.1.9 Comments</a></h1>
<p>Comments can be assigned to all trees and objects. These are,
for example, shown in the display, and written to some output files.
</p>
<hr>
<a name="UDO_nav_hm_FOOT" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_FOOT" href="dialogs.html"><img src="udo_up.gif" alt="Object Dialogs" title="Object Dialogs" border="0" width="24" height="24">Object Dialogs</a>
<a name="UDO_nav_lf_FOOT" href="size.html"><img src="udo_lf.gif" alt="Change Size &amp; Position" title="Change Size &amp; Position" border="0" width="24" height="24">Change Size &amp; Position</a>
<a name="UDO_nav_rg_FOOT" href="menued.html"><img src="udo_rg.gif" alt="Menu-Editor" title="Menu-Editor" border="0" width="24" height="24">Menu-Editor</a>
</body>
</html>

View File

@@ -0,0 +1,56 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<!-- last modified on 2020/08/13 -->
<html lang="en">
<head>
<title>
The Documentation for ORCS: Copyright
</title>
<meta http-equiv="Content-Type" content="text/html;charset=Windows-1252">
<meta http-equiv="Content-Language" content="en">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta name="Generator" content="UDO Version 7.12 (1248) for Linux">
<meta name="Author" content="Thorsten Otto">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body style="position: relative;">
<a name="UDO_nav_hm_HEAD" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_HEAD" href="general.html"><img src="udo_up.gif" alt="General" title="General" border="0" width="24" height="24">General</a>
<a name="UDO_nav_lf_HEAD" href="intro.html"><img src="udo_lf.gif" alt="Introduction" title="Introduction" border="0" width="24" height="24">Introduction</a>
<a name="UDO_nav_rg_HEAD" href="overview.html"><img src="udo_rg.gif" alt="Overview of Functions" title="Overview of Functions" border="0" width="24" height="24">Overview of Functions</a>
<hr>
<img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="orcs.html">The Documentation for ORCS</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="general.html">General</a>
<hr>
<h1><a name="Copyright">1.2 Copyright</a></h1>
<p>This program is &copy; by Thorsten Otto.
<br>All rights reserved.
</p>
<p>This program is freeware. Anyone may copy it privately and pass
on to whomever he wants, as long as the archive is complete and
remains unchanged and no fee is charged.
</p>
<p>Upload to mailboxes etc. is encouraged, as long as to download
the archives no fees other than the usual Telephone charges apply.
Distribution through PD-shipping, magazines, Publishers, CDs, and any
other imaginable commercial distribution channels is only permitted
with the explicit permission of the author.
</p>
<p>Of course I can not assume any liability for any direct or
indirect damage - including but not limited to material or financial -
arising by the use of ORCS or the unsuitability of ORCS for a
particular purpose.
</p>
<hr>
<a name="UDO_nav_hm_FOOT" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_FOOT" href="general.html"><img src="udo_up.gif" alt="General" title="General" border="0" width="24" height="24">General</a>
<a name="UDO_nav_lf_FOOT" href="intro.html"><img src="udo_lf.gif" alt="Introduction" title="Introduction" border="0" width="24" height="24">Introduction</a>
<a name="UDO_nav_rg_FOOT" href="overview.html"><img src="udo_rg.gif" alt="Overview of Functions" title="Overview of Functions" border="0" width="24" height="24">Overview of Functions</a>
</body>
</html>

View File

@@ -0,0 +1,69 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<!-- last modified on 2020/08/13 -->
<html lang="en">
<head>
<title>
The Documentation for ORCS: CRC-String
</title>
<meta http-equiv="Content-Type" content="text/html;charset=Windows-1252">
<meta http-equiv="Content-Language" content="en">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta name="Generator" content="UDO Version 7.12 (1248) for Linux">
<meta name="Author" content="Thorsten Otto">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body style="position: relative;">
<a name="UDO_nav_hm_HEAD" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_HEAD" href="miscext.html"><img src="udo_up.gif" alt="Other extensions" title="Other extensions" border="0" width="24" height="24">Other extensions</a>
<a name="UDO_nav_lf_HEAD" href="miscext.html"><img src="udo_lf.gif" alt="Other extensions" title="Other extensions" border="0" width="24" height="24">Other extensions</a>
<img src="udo_norg.gif" alt="" title="" border="0" width="24" height="24">
<hr>
<img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="orcs.html">The Documentation for ORCS</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="miscext.html">Other extensions</a>
<hr>
<h1><a name="CRC-String">C.1 CRC-String</a></h1>
<p>Selecting this option, a checksum is written both to the
resource itself (as a free string) and the header file. This can be
used by a program to determine whether the correct resource file has
been loaded.
</p>
<p>Whether a CRC string is stored, can be specified in <a href="output.html">File/Output files</a> with
the option <b>CRC-String</b>.
</p>
<p>The export uses following variables:
</p>
<table class="UDO_env_xlist">
<tr><td nowrap="nowrap" valign="top">_RSM_CRC_:</td>
<td valign="top"> Index of the free string containing the CRC-string
</td></tr>
<tr><td nowrap="nowrap" valign="top">_RSM_CRC_STRING_:</td>
<td valign="top"> CRC-String value (should match the string from the resource)
</td></tr>
</table>
<p>Note: The CRC-string can be used to check wether a resource file
has been changed in an incompatible way. For the calculation of the
checksum, object types, object numbers and their links are used, but
not texts and positioning.
</p>
<hr>
<a name="UDO_nav_hm_FOOT" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_FOOT" href="miscext.html"><img src="udo_up.gif" alt="Other extensions" title="Other extensions" border="0" width="24" height="24">Other extensions</a>
<a name="UDO_nav_lf_FOOT" href="miscext.html"><img src="udo_lf.gif" alt="Other extensions" title="Other extensions" border="0" width="24" height="24">Other extensions</a>
<img src="udo_norg.gif" alt="" title="" border="0" width="24" height="24">
</body>
</html>

View File

@@ -0,0 +1,42 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<!-- last modified on 2020/08/13 -->
<html lang="en">
<head>
<title>
The Documentation for ORCS: Cycle windows
</title>
<meta http-equiv="Content-Type" content="text/html;charset=Windows-1252">
<meta http-equiv="Content-Language" content="en">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta name="Generator" content="UDO Version 7.12 (1248) for Linux">
<meta name="Author" content="Thorsten Otto">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body style="position: relative;">
<a name="UDO_nav_hm_HEAD" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_HEAD" href="window.html"><img src="udo_up.gif" alt="Window" title="Window" border="0" width="24" height="24">Window</a>
<a name="UDO_nav_lf_HEAD" href="closew.html"><img src="udo_lf.gif" alt="Close window" title="Close window" border="0" width="24" height="24">Close window</a>
<a name="UDO_nav_rg_HEAD" href="tileh.html"><img src="udo_rg.gif" alt="Tile horizontal" title="Tile horizontal" border="0" width="24" height="24">Tile horizontal</a>
<hr>
<img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="orcs.html">The Documentation for ORCS</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="menu.html">The Menu</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="window.html">Window</a>
<hr>
<h1><a name="Cycle_20windows">3.2.3 Cycle windows</a></h1>
<p>Gets the bottom window up and arranges the other window
accordingly.
</p>
<hr>
<a name="UDO_nav_hm_FOOT" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_FOOT" href="window.html"><img src="udo_up.gif" alt="Window" title="Window" border="0" width="24" height="24">Window</a>
<a name="UDO_nav_lf_FOOT" href="closew.html"><img src="udo_lf.gif" alt="Close window" title="Close window" border="0" width="24" height="24">Close window</a>
<a name="UDO_nav_rg_FOOT" href="tileh.html"><img src="udo_rg.gif" alt="Tile horizontal" title="Tile horizontal" border="0" width="24" height="24">Tile horizontal</a>
</body>
</html>

View File

@@ -0,0 +1,49 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<!-- last modified on 2020/08/13 -->
<html lang="en">
<head>
<title>
The Documentation for ORCS: Desktop
</title>
<meta http-equiv="Content-Type" content="text/html;charset=Windows-1252">
<meta http-equiv="Content-Language" content="en">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta name="Generator" content="UDO Version 7.12 (1248) for Linux">
<meta name="Author" content="Thorsten Otto">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body style="position: relative;">
<a name="UDO_nav_hm_HEAD" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_HEAD" href="orcs.html#UDOTOC"><img src="udo_up.gif" alt="Contents" title="Contents" border="0" width="24" height="24"></a>
<a name="UDO_nav_lf_HEAD" href="overview.html"><img src="udo_lf.gif" alt="Overview of Functions" title="Overview of Functions" border="0" width="24" height="24">Overview of Functions</a>
<a name="UDO_nav_rg_HEAD" href="trashcan.html"><img src="udo_rg.gif" alt="Trashcan" title="Trashcan" border="0" width="24" height="24">Trashcan</a>
<hr>
<img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="orcs.html">The Documentation for ORCS</a>
<hr>
<h1><a name="Desktop">2 Desktop</a></h1>
<p>The desktop contains icons for loaded files, pictures, programs
and for the drives and the trashcan. At the bottom a toolbar diplayed,
which can be turned off with <a href="settings.html">Preferences/Settings</a>. The desktop is usually on shown
the background, but can also be placed in a window or switched off
completely.
</p>
<ul class="content">
<li> 2.1 <a href="trashcan.html">Trashcan</a>
<li> 2.2 <a href="disks.html">Disks</a>
</li>
</ul>
<br>
<hr>
<a name="UDO_nav_hm_FOOT" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_FOOT" href="orcs.html#UDOTOC"><img src="udo_up.gif" alt="Contents" title="Contents" border="0" width="24" height="24"></a>
<a name="UDO_nav_lf_FOOT" href="overview.html"><img src="udo_lf.gif" alt="Overview of Functions" title="Overview of Functions" border="0" width="24" height="24">Overview of Functions</a>
<a name="UDO_nav_rg_FOOT" href="trashcan.html"><img src="udo_rg.gif" alt="Trashcan" title="Trashcan" border="0" width="24" height="24">Trashcan</a>
</body>
</html>

View File

@@ -0,0 +1,85 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<!-- last modified on 2020/08/13 -->
<html lang="en">
<head>
<title>
The Documentation for ORCS: Dialog-Editor
</title>
<meta http-equiv="Content-Type" content="text/html;charset=Windows-1252">
<meta http-equiv="Content-Language" content="en">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta name="Generator" content="UDO Version 7.12 (1248) for Linux">
<meta name="Author" content="Thorsten Otto">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body style="position: relative;">
<a name="UDO_nav_hm_HEAD" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_HEAD" href="rtrees.html"><img src="udo_up.gif" alt="Resource Trees" title="Resource Trees" border="0" width="24" height="24">Resource Trees</a>
<a name="UDO_nav_lf_HEAD" href="nametype.html"><img src="udo_lf.gif" alt="Name and Type" title="Name and Type" border="0" width="24" height="24">Name and Type</a>
<a name="UDO_nav_rg_HEAD" href="dialogs.html"><img src="udo_rg.gif" alt="Object Dialogs" title="Object Dialogs" border="0" width="24" height="24">Object Dialogs</a>
<hr>
<img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="orcs.html">The Documentation for ORCS</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="rtrees.html">Resource Trees</a>
<hr>
<h1><a name="Dialog-Editor">4.2 Dialog-Editor</a></h1>
<p>In the dialog editor trees of type dialog can be edited. The
current object is marked by a small black box in the lower right
corner in each case, also some data is shown in the info line of the
window (what is shown there can be defined with <a href="objectd.html">Settings/Object data</a>). By pressing
and holding the left mouse button, you can move or enlarge objects (by
clicking in one of the corners of the object). If an object is moved
to another window, you can specify whether to move or copy it by
pressing a shift key. A single click will let a pop-up menu appear, a
double-click opens the dialog to edit the object.
</p>
<p>In the dialog window also following keys are used:
</p>
<table class="UDO_env_xlist">
<tr><td nowrap="nowrap" valign="top">Esc</td>
<td valign="top"> Redraws the window.
<br>&nbsp;
</td></tr>
<tr><td nowrap="nowrap" valign="top">Ctrl-Cursor-Left</td>
<td valign="top"> Shows the previous tree in the same window.
<br>&nbsp;
</td></tr>
<tr><td nowrap="nowrap" valign="top">Ctrl-Cursor-Rechts</td>
<td valign="top"> Shows the next tree in the same window.
<br>&nbsp;
</td></tr>
</table>
<ul class="content">
<li> 4.2.1 <a href="dialogs.html">Object Dialogs</a>
<ul class="content">
<li> 4.2.1.1 <a href="g_box.html">Edit Box Object</a>
<li> 4.2.1.2 <a href="g_text.html">Edit Text Object</a>
<li> 4.2.1.3 <a href="g_string.html">Edit String Object</a>
<li> 4.2.1.4 <a href="g_user.html">Edit User Object</a>
<li> 4.2.1.5 <a href="g_icon.html">Edit Icon Object</a>
<li> 4.2.1.6 <a href="g_image.html">Edit Image Object</a>
<li> 4.2.1.7 <a href="g_cicon.html">Edit Color Icon Object</a>
<li> 4.2.1.8 <a href="size.html">Change Size &amp; Position</a>
<li> 4.2.1.9 <a href="comment.html">Comments</a>
</li>
</ul>
</li>
</ul>
<br>
<hr>
<a name="UDO_nav_hm_FOOT" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_FOOT" href="rtrees.html"><img src="udo_up.gif" alt="Resource Trees" title="Resource Trees" border="0" width="24" height="24">Resource Trees</a>
<a name="UDO_nav_lf_FOOT" href="nametype.html"><img src="udo_lf.gif" alt="Name and Type" title="Name and Type" border="0" width="24" height="24">Name and Type</a>
<a name="UDO_nav_rg_FOOT" href="dialogs.html"><img src="udo_rg.gif" alt="Object Dialogs" title="Object Dialogs" border="0" width="24" height="24">Object Dialogs</a>
</body>
</html>

View File

@@ -0,0 +1,60 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<!-- last modified on 2020/08/13 -->
<html lang="en">
<head>
<title>
The Documentation for ORCS: Object Dialogs
</title>
<meta http-equiv="Content-Type" content="text/html;charset=Windows-1252">
<meta http-equiv="Content-Language" content="en">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta name="Generator" content="UDO Version 7.12 (1248) for Linux">
<meta name="Author" content="Thorsten Otto">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body style="position: relative;">
<a name="UDO_nav_hm_HEAD" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_HEAD" href="dialog.html"><img src="udo_up.gif" alt="Dialog-Editor" title="Dialog-Editor" border="0" width="24" height="24">Dialog-Editor</a>
<a name="UDO_nav_lf_HEAD" href="dialog.html"><img src="udo_lf.gif" alt="Dialog-Editor" title="Dialog-Editor" border="0" width="24" height="24">Dialog-Editor</a>
<a name="UDO_nav_rg_HEAD" href="g_box.html"><img src="udo_rg.gif" alt="Edit Box Object" title="Edit Box Object" border="0" width="24" height="24">Edit Box Object</a>
<hr>
<img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="orcs.html">The Documentation for ORCS</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="rtrees.html">Resource Trees</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="dialog.html">Dialog-Editor</a>
<hr>
<h1><a name="Object_20Dialogs">4.2.1 Object Dialogs</a></h1>
<p>In all dialogs for editing objects, the object flags and states
can changed and a name can be assigned. In the field 'Extended type'
you can also specify a value between 0 and 255 which is written to the
high byte of the ob_type field in the structure (see <a href="obextend.html">Extended Object Types</a>.
</p>
<p>Additionally, comments can be specified which are written to the
corresponding output files.
</p>
<ul class="content">
<li> 4.2.1.1 <a href="g_box.html">Edit Box Object</a>
<li> 4.2.1.2 <a href="g_text.html">Edit Text Object</a>
<li> 4.2.1.3 <a href="g_string.html">Edit String Object</a>
<li> 4.2.1.4 <a href="g_user.html">Edit User Object</a>
<li> 4.2.1.5 <a href="g_icon.html">Edit Icon Object</a>
<li> 4.2.1.6 <a href="g_image.html">Edit Image Object</a>
<li> 4.2.1.7 <a href="g_cicon.html">Edit Color Icon Object</a>
<li> 4.2.1.8 <a href="size.html">Change Size &amp; Position</a>
<li> 4.2.1.9 <a href="comment.html">Comments</a>
</li>
</ul>
<br>
<hr>
<a name="UDO_nav_hm_FOOT" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_FOOT" href="dialog.html"><img src="udo_up.gif" alt="Dialog-Editor" title="Dialog-Editor" border="0" width="24" height="24">Dialog-Editor</a>
<a name="UDO_nav_lf_FOOT" href="dialog.html"><img src="udo_lf.gif" alt="Dialog-Editor" title="Dialog-Editor" border="0" width="24" height="24">Dialog-Editor</a>
<a name="UDO_nav_rg_FOOT" href="g_box.html"><img src="udo_rg.gif" alt="Edit Box Object" title="Edit Box Object" border="0" width="24" height="24">Edit Box Object</a>
</body>
</html>

View File

@@ -0,0 +1,41 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<!-- last modified on 2020/08/13 -->
<html lang="en">
<head>
<title>
The Documentation for ORCS: Disks
</title>
<meta http-equiv="Content-Type" content="text/html;charset=Windows-1252">
<meta http-equiv="Content-Language" content="en">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta name="Generator" content="UDO Version 7.12 (1248) for Linux">
<meta name="Author" content="Thorsten Otto">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body style="position: relative;">
<a name="UDO_nav_hm_HEAD" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_HEAD" href="desktop.html"><img src="udo_up.gif" alt="Desktop" title="Desktop" border="0" width="24" height="24">Desktop</a>
<a name="UDO_nav_lf_HEAD" href="trashcan.html"><img src="udo_lf.gif" alt="Trashcan" title="Trashcan" border="0" width="24" height="24">Trashcan</a>
<a name="UDO_nav_rg_HEAD" href="menu.html"><img src="udo_rg.gif" alt="The Menu" title="The Menu" border="0" width="24" height="24">The Menu</a>
<hr>
<img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="orcs.html">The Documentation for ORCS</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="desktop.html">Desktop</a>
<hr>
<h1><a name="Disks">2.2 Disks</a></h1>
<p>Double-clicking on one of the drive icons will open a window in
which the resource files contained on this disk are displayed.
</p>
<hr>
<a name="UDO_nav_hm_FOOT" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_FOOT" href="desktop.html"><img src="udo_up.gif" alt="Desktop" title="Desktop" border="0" width="24" height="24">Desktop</a>
<a name="UDO_nav_lf_FOOT" href="trashcan.html"><img src="udo_lf.gif" alt="Trashcan" title="Trashcan" border="0" width="24" height="24">Trashcan</a>
<a name="UDO_nav_rg_FOOT" href="menu.html"><img src="udo_rg.gif" alt="The Menu" title="The Menu" border="0" width="24" height="24">The Menu</a>
</body>
</html>

View File

@@ -0,0 +1,42 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<!-- last modified on 2020/08/13 -->
<html lang="en">
<head>
<title>
The Documentation for ORCS: Edit immediately
</title>
<meta http-equiv="Content-Type" content="text/html;charset=Windows-1252">
<meta http-equiv="Content-Language" content="en">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta name="Generator" content="UDO Version 7.12 (1248) for Linux">
<meta name="Author" content="Thorsten Otto">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body style="position: relative;">
<a name="UDO_nav_hm_HEAD" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_HEAD" href="options.html"><img src="udo_up.gif" alt="Options" title="Options" border="0" width="24" height="24">Options</a>
<a name="UDO_nav_lf_HEAD" href="autosize.html"><img src="udo_lf.gif" alt="Autosize" title="Autosize" border="0" width="24" height="24">Autosize</a>
<a name="UDO_nav_rg_HEAD" href="showp.html"><img src="udo_rg.gif" alt="Show Parts" title="Show Parts" border="0" width="24" height="24">Show Parts</a>
<hr>
<img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="orcs.html">The Documentation for ORCS</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="menu.html">The Menu</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="options.html">Options</a>
<hr>
<h1><a name="Edit_20immediately">3.3.4 Edit immediately</a></h1>
<p>When new objects are created, then the appropriate dialog will
immediately be displayed when this menu item is active.
</p>
<hr>
<a name="UDO_nav_hm_FOOT" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_FOOT" href="options.html"><img src="udo_up.gif" alt="Options" title="Options" border="0" width="24" height="24">Options</a>
<a name="UDO_nav_lf_FOOT" href="autosize.html"><img src="udo_lf.gif" alt="Autosize" title="Autosize" border="0" width="24" height="24">Autosize</a>
<a name="UDO_nav_rg_FOOT" href="showp.html"><img src="udo_rg.gif" alt="Show Parts" title="Show Parts" border="0" width="24" height="24">Show Parts</a>
</body>
</html>

View File

@@ -0,0 +1,43 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<!-- last modified on 2020/08/13 -->
<html lang="en">
<head>
<title>
The Documentation for ORCS: Execute Program
</title>
<meta http-equiv="Content-Type" content="text/html;charset=Windows-1252">
<meta http-equiv="Content-Language" content="en">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta name="Generator" content="UDO Version 7.12 (1248) for Linux">
<meta name="Author" content="Thorsten Otto">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body style="position: relative;">
<a name="UDO_nav_hm_HEAD" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_HEAD" href="prefs.html"><img src="udo_up.gif" alt="Preferences" title="Preferences" border="0" width="24" height="24">Preferences</a>
<a name="UDO_nav_lf_HEAD" href="loadprog.html"><img src="udo_lf.gif" alt="Load Program" title="Load Program" border="0" width="24" height="24">Load Program</a>
<a name="UDO_nav_rg_HEAD" href="newdesk.html"><img src="udo_rg.gif" alt="New Desktop" title="New Desktop" border="0" width="24" height="24">New Desktop</a>
<hr>
<img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="orcs.html">The Documentation for ORCS</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="menu.html">The Menu</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="prefs.html">Preferences</a>
<hr>
<h1><a name="Execute_20Program">3.4.10 Execute Program</a></h1>
<p>This menu item lets a file selector appear to select a program
to be started. Frequently used programs can also be stored as an icon
on the desktop and started from there by using <a href="loadprog.html">Load Program</a>.
</p>
<hr>
<a name="UDO_nav_hm_FOOT" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_FOOT" href="prefs.html"><img src="udo_up.gif" alt="Preferences" title="Preferences" border="0" width="24" height="24">Preferences</a>
<a name="UDO_nav_lf_FOOT" href="loadprog.html"><img src="udo_lf.gif" alt="Load Program" title="Load Program" border="0" width="24" height="24">Load Program</a>
<a name="UDO_nav_rg_FOOT" href="newdesk.html"><img src="udo_rg.gif" alt="New Desktop" title="New Desktop" border="0" width="24" height="24">New Desktop</a>
</body>
</html>

View File

@@ -0,0 +1,44 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<!-- last modified on 2020/08/13 -->
<html lang="en">
<head>
<title>
The Documentation for ORCS: Default Extended types
</title>
<meta http-equiv="Content-Type" content="text/html;charset=Windows-1252">
<meta http-equiv="Content-Language" content="en">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta name="Generator" content="UDO Version 7.12 (1248) for Linux">
<meta name="Author" content="Thorsten Otto">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body style="position: relative;">
<a name="UDO_nav_hm_HEAD" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_HEAD" href="prefs.html"><img src="udo_up.gif" alt="Preferences" title="Preferences" border="0" width="24" height="24">Preferences</a>
<a name="UDO_nav_lf_HEAD" href="nameruld.html"><img src="udo_lf.gif" alt="Default Namerules" title="Default Namerules" border="0" width="24" height="24">Default Namerules</a>
<a name="UDO_nav_rg_HEAD" href="objectd.html"><img src="udo_rg.gif" alt="Object data" title="Object data" border="0" width="24" height="24">Object data</a>
<hr>
<img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="orcs.html">The Documentation for ORCS</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="menu.html">The Menu</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="prefs.html">Preferences</a>
<hr>
<h1><a name="Default_20Extended_20types">3.4.6 Default Extended types</a></h1>
<p>Here you can specify which extended object types ORCS uses to
display newly created files (the settings for already loaded files can
be set under <a href="extended.html">File/Extended Types</a>). In addition to the normal AES objects many
libraries use <a href="obextend.html">additional object types</a>, to represent radio buttons, check boxes, etc.
</p>
<hr>
<a name="UDO_nav_hm_FOOT" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_FOOT" href="prefs.html"><img src="udo_up.gif" alt="Preferences" title="Preferences" border="0" width="24" height="24">Preferences</a>
<a name="UDO_nav_lf_FOOT" href="nameruld.html"><img src="udo_lf.gif" alt="Default Namerules" title="Default Namerules" border="0" width="24" height="24">Default Namerules</a>
<a name="UDO_nav_rg_FOOT" href="objectd.html"><img src="udo_rg.gif" alt="Object data" title="Object data" border="0" width="24" height="24">Object data</a>
</body>
</html>

View File

@@ -0,0 +1,44 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<!-- last modified on 2020/08/13 -->
<html lang="en">
<head>
<title>
The Documentation for ORCS: Extended Types
</title>
<meta http-equiv="Content-Type" content="text/html;charset=Windows-1252">
<meta http-equiv="Content-Language" content="en">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta name="Generator" content="UDO Version 7.12 (1248) for Linux">
<meta name="Author" content="Thorsten Otto">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body style="position: relative;">
<a name="UDO_nav_hm_HEAD" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_HEAD" href="file.html"><img src="udo_up.gif" alt="File" title="File" border="0" width="24" height="24">File</a>
<a name="UDO_nav_lf_HEAD" href="namerule.html"><img src="udo_lf.gif" alt="Namerules" title="Namerules" border="0" width="24" height="24">Namerules</a>
<a name="UDO_nav_rg_HEAD" href="cancel.html"><img src="udo_rg.gif" alt="Cancel" title="Cancel" border="0" width="24" height="24">Cancel</a>
<hr>
<img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="orcs.html">The Documentation for ORCS</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="menu.html">The Menu</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="file.html">File</a>
<hr>
<h1><a name="Extended_20Types">3.1.10 Extended Types</a></h1>
<p>Here you can specify which extended object types ORCS uses to
display already loaded files (the default settings for new files can
be set under <a href="extendd.html">Preferences/Default Extended types</a>). In addition to the normal AES objects many
libraries use <a href="obextend.html">additional object types</a>, to represent radio buttons, check boxes, etc.
</p>
<hr>
<a name="UDO_nav_hm_FOOT" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_FOOT" href="file.html"><img src="udo_up.gif" alt="File" title="File" border="0" width="24" height="24">File</a>
<a name="UDO_nav_lf_FOOT" href="namerule.html"><img src="udo_lf.gif" alt="Namerules" title="Namerules" border="0" width="24" height="24">Namerules</a>
<a name="UDO_nav_rg_FOOT" href="cancel.html"><img src="udo_rg.gif" alt="Cancel" title="Cancel" border="0" width="24" height="24">Cancel</a>
</body>
</html>

View File

@@ -0,0 +1,43 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<!-- last modified on 2020/08/13 -->
<html lang="en">
<head>
<title>
The Documentation for ORCS: Extensions
</title>
<meta http-equiv="Content-Type" content="text/html;charset=Windows-1252">
<meta http-equiv="Content-Language" content="en">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta name="Generator" content="UDO Version 7.12 (1248) for Linux">
<meta name="Author" content="Thorsten Otto">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body style="position: relative;">
<a name="UDO_nav_hm_HEAD" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_HEAD" href="prefs.html"><img src="udo_up.gif" alt="Preferences" title="Preferences" border="0" width="24" height="24">Preferences</a>
<a name="UDO_nav_lf_HEAD" href="bground.html"><img src="udo_lf.gif" alt="Background" title="Background" border="0" width="24" height="24">Background</a>
<a name="UDO_nav_rg_HEAD" href="outputd.html"><img src="udo_rg.gif" alt="Default Output files" title="Default Output files" border="0" width="24" height="24">Default Output files</a>
<hr>
<img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="orcs.html">The Documentation for ORCS</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="menu.html">The Menu</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="prefs.html">Preferences</a>
<hr>
<h1><a name="Extensions">3.4.3 Extensions</a></h1>
<p>Here you can set the file extensions that are used for the
different <a href="outputd.html">output files</a>. These settings are global and are not stored per
resource file.
</p>
<hr>
<a name="UDO_nav_hm_FOOT" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_FOOT" href="prefs.html"><img src="udo_up.gif" alt="Preferences" title="Preferences" border="0" width="24" height="24">Preferences</a>
<a name="UDO_nav_lf_FOOT" href="bground.html"><img src="udo_lf.gif" alt="Background" title="Background" border="0" width="24" height="24">Background</a>
<a name="UDO_nav_rg_FOOT" href="outputd.html"><img src="udo_rg.gif" alt="Default Output files" title="Default Output files" border="0" width="24" height="24">Default Output files</a>
</body>
</html>

View File

@@ -0,0 +1,54 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<!-- last modified on 2020/08/13 -->
<html lang="en">
<head>
<title>
The Documentation for ORCS: File
</title>
<meta http-equiv="Content-Type" content="text/html;charset=Windows-1252">
<meta http-equiv="Content-Language" content="en">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta name="Generator" content="UDO Version 7.12 (1248) for Linux">
<meta name="Author" content="Thorsten Otto">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body style="position: relative;">
<a name="UDO_nav_hm_HEAD" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_HEAD" href="menu.html"><img src="udo_up.gif" alt="The Menu" title="The Menu" border="0" width="24" height="24">The Menu</a>
<a name="UDO_nav_lf_HEAD" href="menu.html"><img src="udo_lf.gif" alt="The Menu" title="The Menu" border="0" width="24" height="24">The Menu</a>
<a name="UDO_nav_rg_HEAD" href="open.html"><img src="udo_rg.gif" alt="Open" title="Open" border="0" width="24" height="24">Open</a>
<hr>
<img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="orcs.html">The Documentation for ORCS</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="menu.html">The Menu</a>
<hr>
<h1><a name="File">3.1 File</a></h1>
<ul class="content">
<li> 3.1.1 <a href="open.html">Open</a>
<li> 3.1.2 <a href="new.html">New File</a>
<li> 3.1.3 <a href="save.html">Save</a>
<li> 3.1.4 <a href="saveas.html">Save As</a>
<li> 3.1.5 <a href="abandon.html">Abandon</a>
<li> 3.1.6 <a href="merge.html">Merge</a>
<li> 3.1.7 <a href="info.html">Show info</a>
<li> 3.1.8 <a href="output.html">Output files</a>
<li> 3.1.9 <a href="namerule.html">Namerules</a>
<li> 3.1.10 <a href="extended.html">Extended Types</a>
<li> 3.1.11 <a href="cancel.html">Cancel</a>
<li> 3.1.12 <a href="quit.html">Quit</a>
</li>
</ul>
<br>
<hr>
<a name="UDO_nav_hm_FOOT" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_FOOT" href="menu.html"><img src="udo_up.gif" alt="The Menu" title="The Menu" border="0" width="24" height="24">The Menu</a>
<a name="UDO_nav_lf_FOOT" href="menu.html"><img src="udo_lf.gif" alt="The Menu" title="The Menu" border="0" width="24" height="24">The Menu</a>
<a name="UDO_nav_rg_FOOT" href="open.html"><img src="udo_rg.gif" alt="Open" title="Open" border="0" width="24" height="24">Open</a>
</body>
</html>

View File

@@ -0,0 +1,157 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<!-- last modified on 2020/08/13 -->
<html lang="en">
<head>
<title>
The Documentation for ORCS: File Types
</title>
<meta http-equiv="Content-Type" content="text/html;charset=Windows-1252">
<meta http-equiv="Content-Language" content="en">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta name="Generator" content="UDO Version 7.12 (1248) for Linux">
<meta name="Author" content="Thorsten Otto">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body style="position: relative;">
<a name="UDO_nav_hm_HEAD" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_HEAD" href="orcs.html#UDOTOC"><img src="udo_up.gif" alt="Contents" title="Contents" border="0" width="24" height="24"></a>
<a name="UDO_nav_lf_HEAD" href="obextend.html"><img src="udo_lf.gif" alt="Extended Object Types" title="Extended Object Types" border="0" width="24" height="24">Extended Object Types</a>
<a name="UDO_nav_rg_HEAD" href="miscext.html"><img src="udo_rg.gif" alt="Other extensions" title="Other extensions" border="0" width="24" height="24">Other extensions</a>
<hr>
<img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="orcs.html">The Documentation for ORCS</a>
<hr>
<h1><a name="File_20Types">B File Types</a></h1>
<p>The following file types are used in conjunction with ORCS:
</p>
<table class="UDO_env_xlist">
<tr><td nowrap="nowrap" valign="top">ORCS.INF</td>
<td valign="top"> This file is created by ORCS when the current settings are
stored. This file contains all settings, which can be made using the
dialogues, as well as position and size of the icons on the desktop
and all open windows. The settings are automatically reloaded when the
program starts.
<br>&nbsp;
</td></tr>
<tr><td nowrap="nowrap" valign="top">*.RSC</td>
<td valign="top"> The resource files themselves.
<br>&nbsp;
</td></tr>
<tr><td nowrap="nowrap" valign="top">*.RSO</td>
<td valign="top"> The definition file with the names and comments of trees and
objects for each resource file.
<br>&nbsp;
</td></tr>
<tr><td nowrap="nowrap" valign="top">*.H</td>
<td valign="top"> Include-file for C.
<br>&nbsp;
</td></tr>
<tr><td nowrap="nowrap" valign="top">*.RSH</td>
<td valign="top"> Source-Code for C.
<br>&nbsp;
</td></tr>
<tr><td nowrap="nowrap" valign="top">*.S</td>
<td valign="top"> Include-file (and/or sourcecode) for Assembler.
<br>&nbsp;
</td></tr>
<tr><td nowrap="nowrap" valign="top">*.I</td>
<td valign="top"> Include-file for Pascal.
<br>&nbsp;
</td></tr>
<tr><td nowrap="nowrap" valign="top">*.RSI</td>
<td valign="top"> Source-Code for Pascal.
<br>&nbsp;
</td></tr>
<tr><td nowrap="nowrap" valign="top">*.MOD</td>
<td valign="top"> Include-file for Modula (Implementation Module).
<br>&nbsp;
</td></tr>
<tr><td nowrap="nowrap" valign="top">*.DEF</td>
<td valign="top"> Include-file for Modula (Definition Module).
<br>&nbsp;
</td></tr>
<tr><td nowrap="nowrap" valign="top">*.LST</td>
<td valign="top"> Include-file for Basic.
<br>&nbsp;
</td></tr>
<tr><td nowrap="nowrap" valign="top">*.INC</td>
<td valign="top"> Include-file for Fortran.
<br>&nbsp;
</td></tr>
<tr><td nowrap="nowrap" valign="top">*.FOR</td>
<td valign="top"> Include-file for Forth.
<br>&nbsp;
</td></tr>
<tr><td nowrap="nowrap" valign="top">*.BH</td>
<td valign="top"> Include-file for GFA-Basic 4.0.
<br>&nbsp;
</td></tr>
<tr><td nowrap="nowrap" valign="top">*.RSD</td>
<td valign="top"> Definition-file for Kuma-Resource (NRSC).
<br>&nbsp;
</td></tr>
<tr><td nowrap="nowrap" valign="top">*.DEF</td>
<td valign="top"> Definition-file for Ataris RCS (&lt;= V1.4)
<br>&nbsp;
</td></tr>
<tr><td nowrap="nowrap" valign="top">*.DFN</td>
<td valign="top"> Definition-file for Ataris RCS2 (&gt;= V2.0)
<br>&nbsp;
</td></tr>
<tr><td nowrap="nowrap" valign="top">*.HRD</td>
<td valign="top"> Definition-file for WERCS and Interface.
<br>&nbsp;
</td></tr>
<tr><td nowrap="nowrap" valign="top">*.RSM</td>
<td valign="top"> Definition-file for ResourceMaster.
<br>&nbsp;
</td></tr>
<tr><td nowrap="nowrap" valign="top">*.DUP</td>
<td valign="top"> Backup of resource files.
<br>&nbsp;
</td></tr>
<tr><td nowrap="nowrap" valign="top">*.RSB</td>
<td valign="top"> Backup of definition files.
<br>&nbsp;
</td></tr>
</table>
<p>All names are only default values and may be changed at any
time.
</p>
<p>By use of modules other files may be generated.
</p>
<hr>
<a name="UDO_nav_hm_FOOT" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_FOOT" href="orcs.html#UDOTOC"><img src="udo_up.gif" alt="Contents" title="Contents" border="0" width="24" height="24"></a>
<a name="UDO_nav_lf_FOOT" href="obextend.html"><img src="udo_lf.gif" alt="Extended Object Types" title="Extended Object Types" border="0" width="24" height="24">Extended Object Types</a>
<a name="UDO_nav_rg_FOOT" href="miscext.html"><img src="udo_rg.gif" alt="Other extensions" title="Other extensions" border="0" width="24" height="24">Other extensions</a>
</body>
</html>

View File

@@ -0,0 +1,45 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<!-- last modified on 2020/08/13 -->
<html lang="en">
<head>
<title>
The Documentation for ORCS: Find Objects
</title>
<meta http-equiv="Content-Type" content="text/html;charset=Windows-1252">
<meta http-equiv="Content-Language" content="en">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta name="Generator" content="UDO Version 7.12 (1248) for Linux">
<meta name="Author" content="Thorsten Otto">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body style="position: relative;">
<a name="Find"></a>
<a name="UDO_nav_hm_HEAD" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_HEAD" href="options.html"><img src="udo_up.gif" alt="Options" title="Options" border="0" width="24" height="24">Options</a>
<a name="UDO_nav_lf_HEAD" href="showm.html"><img src="udo_lf.gif" alt="Show Menu" title="Show Menu" border="0" width="24" height="24">Show Menu</a>
<a name="UDO_nav_rg_HEAD" href="findnext.html"><img src="udo_rg.gif" alt="Find next" title="Find next" border="0" width="24" height="24">Find next</a>
<hr>
<img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="orcs.html">The Documentation for ORCS</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="menu.html">The Menu</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="options.html">Options</a>
<hr>
<h1><a name="Find_20Objects">3.3.7 Find Objects</a></h1>
<p>Using the search function you can search for an object type, a
text or a name. The search function also works with wildcards, where
the asterisk '*' matches any number of characters and the question
mark '?' matches exactly one character.
</p>
<hr>
<a name="UDO_nav_hm_FOOT" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_FOOT" href="options.html"><img src="udo_up.gif" alt="Options" title="Options" border="0" width="24" height="24">Options</a>
<a name="UDO_nav_lf_FOOT" href="showm.html"><img src="udo_lf.gif" alt="Show Menu" title="Show Menu" border="0" width="24" height="24">Show Menu</a>
<a name="UDO_nav_rg_FOOT" href="findnext.html"><img src="udo_rg.gif" alt="Find next" title="Find next" border="0" width="24" height="24">Find next</a>
</body>
</html>

View File

@@ -0,0 +1,42 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<!-- last modified on 2020/08/13 -->
<html lang="en">
<head>
<title>
The Documentation for ORCS: Find next
</title>
<meta http-equiv="Content-Type" content="text/html;charset=Windows-1252">
<meta http-equiv="Content-Language" content="en">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta name="Generator" content="UDO Version 7.12 (1248) for Linux">
<meta name="Author" content="Thorsten Otto">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body style="position: relative;">
<a name="UDO_nav_hm_HEAD" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_HEAD" href="options.html"><img src="udo_up.gif" alt="Options" title="Options" border="0" width="24" height="24">Options</a>
<a name="UDO_nav_lf_HEAD" href="find.html"><img src="udo_lf.gif" alt="Find Objects" title="Find Objects" border="0" width="24" height="24">Find Objects</a>
<a name="UDO_nav_rg_HEAD" href="rcompare.html"><img src="udo_rg.gif" alt="Resource compare" title="Resource compare" border="0" width="24" height="24">Resource compare</a>
<hr>
<img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="orcs.html">The Documentation for ORCS</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="menu.html">The Menu</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="options.html">Options</a>
<hr>
<h1><a name="Find_20next">3.3.8 Find next</a></h1>
<p>The operation specified under <a href="find.html">Search</a> is performed again. The
function works from the last found object.
</p>
<hr>
<a name="UDO_nav_hm_FOOT" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_FOOT" href="options.html"><img src="udo_up.gif" alt="Options" title="Options" border="0" width="24" height="24">Options</a>
<a name="UDO_nav_lf_FOOT" href="find.html"><img src="udo_lf.gif" alt="Find Objects" title="Find Objects" border="0" width="24" height="24">Find Objects</a>
<a name="UDO_nav_rg_FOOT" href="rcompare.html"><img src="udo_rg.gif" alt="Resource compare" title="Resource compare" border="0" width="24" height="24">Resource compare</a>
</body>
</html>

View File

@@ -0,0 +1,52 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<!-- last modified on 2020/08/13 -->
<html lang="en">
<head>
<title>
The Documentation for ORCS: Edit Free Image
</title>
<meta http-equiv="Content-Type" content="text/html;charset=Windows-1252">
<meta http-equiv="Content-Language" content="en">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta name="Generator" content="UDO Version 7.12 (1248) for Linux">
<meta name="Author" content="Thorsten Otto">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body style="position: relative;">
<a name="UDO_nav_hm_HEAD" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_HEAD" href="rtrees.html"><img src="udo_up.gif" alt="Resource Trees" title="Resource Trees" border="0" width="24" height="24">Resource Trees</a>
<a name="UDO_nav_lf_HEAD" href="frstr.html"><img src="udo_lf.gif" alt="Edit Free String" title="Edit Free String" border="0" width="24" height="24">Edit Free String</a>
<a name="UDO_nav_rg_HEAD" href="bgh.html"><img src="udo_rg.gif" alt="BubbleGEM Editor" title="BubbleGEM Editor" border="0" width="24" height="24">BubbleGEM Editor</a>
<hr>
<img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="orcs.html">The Documentation for ORCS</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="rtrees.html">Resource Trees</a>
<hr>
<h1><a name="Edit_20Free_20Image">4.6 Edit Free Image</a></h1>
<p>In a resource, in addition to object trees and free strings,
also free images can be stored. These are single color images which
are e.g. can be used etc. for mouse cursor shapes. They are rarely
used, however. In the free image editor, only the image color is set.
&quot;Edit&quot; is used to open the <a href="iconed.html">Image Editor</a>.
</p>
<p>In the program, the image can be used as follows:
</p>
<pre> BITBLK **bitblk;
rsrc_gaddr(16, ImageIndex, &amp;bitblk);
</pre>
<p>It must be noted that the function rsrc_gaddr returns a pointer
to a pointer that contains the image.
</p>
<hr>
<a name="UDO_nav_hm_FOOT" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_FOOT" href="rtrees.html"><img src="udo_up.gif" alt="Resource Trees" title="Resource Trees" border="0" width="24" height="24">Resource Trees</a>
<a name="UDO_nav_lf_FOOT" href="frstr.html"><img src="udo_lf.gif" alt="Edit Free String" title="Edit Free String" border="0" width="24" height="24">Edit Free String</a>
<a name="UDO_nav_rg_FOOT" href="bgh.html"><img src="udo_rg.gif" alt="BubbleGEM Editor" title="BubbleGEM Editor" border="0" width="24" height="24">BubbleGEM Editor</a>
</body>
</html>

View File

@@ -0,0 +1,42 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<!-- last modified on 2020/08/13 -->
<html lang="en">
<head>
<title>
The Documentation for ORCS: Edit Free String
</title>
<meta http-equiv="Content-Type" content="text/html;charset=Windows-1252">
<meta http-equiv="Content-Language" content="en">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta name="Generator" content="UDO Version 7.12 (1248) for Linux">
<meta name="Author" content="Thorsten Otto">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body style="position: relative;">
<a name="UDO_nav_hm_HEAD" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_HEAD" href="rtrees.html"><img src="udo_up.gif" alt="Resource Trees" title="Resource Trees" border="0" width="24" height="24">Resource Trees</a>
<a name="UDO_nav_lf_HEAD" href="alert.html"><img src="udo_lf.gif" alt="Edit Alert Box" title="Edit Alert Box" border="0" width="24" height="24">Edit Alert Box</a>
<a name="UDO_nav_rg_HEAD" href="frimg.html"><img src="udo_rg.gif" alt="Edit Free Image" title="Edit Free Image" border="0" width="24" height="24">Edit Free Image</a>
<hr>
<img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="orcs.html">The Documentation for ORCS</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="rtrees.html">Resource Trees</a>
<hr>
<h1><a name="Edit_20Free_20String">4.5 Edit Free String</a></h1>
<p>The string editor can edit a text up to 255 characters. If the
text is formatted as expected by form_alert(...), it can be converted
to an alert box text.
</p>
<hr>
<a name="UDO_nav_hm_FOOT" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_FOOT" href="rtrees.html"><img src="udo_up.gif" alt="Resource Trees" title="Resource Trees" border="0" width="24" height="24">Resource Trees</a>
<a name="UDO_nav_lf_FOOT" href="alert.html"><img src="udo_lf.gif" alt="Edit Alert Box" title="Edit Alert Box" border="0" width="24" height="24">Edit Alert Box</a>
<a name="UDO_nav_rg_FOOT" href="frimg.html"><img src="udo_rg.gif" alt="Edit Free Image" title="Edit Free Image" border="0" width="24" height="24">Edit Free Image</a>
</body>
</html>

View File

@@ -0,0 +1,51 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<!-- last modified on 2020/08/13 -->
<html lang="en">
<head>
<title>
The Documentation for ORCS: Edit Box Object
</title>
<meta http-equiv="Content-Type" content="text/html;charset=Windows-1252">
<meta http-equiv="Content-Language" content="en">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta name="Generator" content="UDO Version 7.12 (1248) for Linux">
<meta name="Author" content="Thorsten Otto">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body style="position: relative;">
<a name="UDO_nav_hm_HEAD" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_HEAD" href="dialogs.html"><img src="udo_up.gif" alt="Object Dialogs" title="Object Dialogs" border="0" width="24" height="24">Object Dialogs</a>
<a name="UDO_nav_lf_HEAD" href="dialogs.html"><img src="udo_lf.gif" alt="Object Dialogs" title="Object Dialogs" border="0" width="24" height="24">Object Dialogs</a>
<a name="UDO_nav_rg_HEAD" href="g_text.html"><img src="udo_rg.gif" alt="Edit Text Object" title="Edit Text Object" border="0" width="24" height="24">Edit Text Object</a>
<hr>
<img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="orcs.html">The Documentation for ORCS</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="rtrees.html">Resource Trees</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="dialog.html">Dialog-Editor</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="dialogs.html">Object Dialogs</a>
<hr>
<h1><a name="Edit_20Box_20Object">4.2.1.1 Edit Box Object</a></h1>
<p>In this dialog objects of type BOX, I-BOX and BOXCHAR can be
changed.
</p>
<p>In addition to the <a href="dialogs.html">standard object editor features</a> the box editor provides a frame setup.
It consists of 2 popups. The first is used to select the color and the
second to select the frame thickness. Furthermore, there is the
possibility to set the fill pattern and fill color for G_BOX- and
G_BOXCHAR objects with 2 popups. For G_BOXCHAR objects additionally
the character, its color and writing mode (transparent/opaque) can be
specified.
</p>
<hr>
<a name="UDO_nav_hm_FOOT" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_FOOT" href="dialogs.html"><img src="udo_up.gif" alt="Object Dialogs" title="Object Dialogs" border="0" width="24" height="24">Object Dialogs</a>
<a name="UDO_nav_lf_FOOT" href="dialogs.html"><img src="udo_lf.gif" alt="Object Dialogs" title="Object Dialogs" border="0" width="24" height="24">Object Dialogs</a>
<a name="UDO_nav_rg_FOOT" href="g_text.html"><img src="udo_rg.gif" alt="Edit Text Object" title="Edit Text Object" border="0" width="24" height="24">Edit Text Object</a>
</body>
</html>

View File

@@ -0,0 +1,49 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<!-- last modified on 2020/08/13 -->
<html lang="en">
<head>
<title>
The Documentation for ORCS: Edit Color Icon Object
</title>
<meta http-equiv="Content-Type" content="text/html;charset=Windows-1252">
<meta http-equiv="Content-Language" content="en">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta name="Generator" content="UDO Version 7.12 (1248) for Linux">
<meta name="Author" content="Thorsten Otto">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body style="position: relative;">
<a name="UDO_nav_hm_HEAD" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_HEAD" href="dialogs.html"><img src="udo_up.gif" alt="Object Dialogs" title="Object Dialogs" border="0" width="24" height="24">Object Dialogs</a>
<a name="UDO_nav_lf_HEAD" href="g_image.html"><img src="udo_lf.gif" alt="Edit Image Object" title="Edit Image Object" border="0" width="24" height="24">Edit Image Object</a>
<a name="UDO_nav_rg_HEAD" href="size.html"><img src="udo_rg.gif" alt="Change Size &amp; Position" title="Change Size &amp; Position" border="0" width="24" height="24">Change Size &amp; Position</a>
<hr>
<img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="orcs.html">The Documentation for ORCS</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="rtrees.html">Resource Trees</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="dialog.html">Dialog-Editor</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="dialogs.html">Object Dialogs</a>
<hr>
<h1><a name="Edit_20Color_20Icon_20Object">4.2.1.7 Edit Color Icon Object</a></h1>
<p>In addition to the <a href="dialogs.html">standard object editor features</a> the icon editor offers the possibility
to adjust the mask color and data color using a popup. Further, the
input of the icontext and icon character is possible. With the button
&quot;Edit&quot; the icon will be handed over to the <a href="iconed.html">Image Editor</a>.
</p>
<p>The 1-8 buttons indicate which resolutions already exist.
Clicking on one of these buttons opens the icon editor with the
corresponding resolution.
</p>
<hr>
<a name="UDO_nav_hm_FOOT" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_FOOT" href="dialogs.html"><img src="udo_up.gif" alt="Object Dialogs" title="Object Dialogs" border="0" width="24" height="24">Object Dialogs</a>
<a name="UDO_nav_lf_FOOT" href="g_image.html"><img src="udo_lf.gif" alt="Edit Image Object" title="Edit Image Object" border="0" width="24" height="24">Edit Image Object</a>
<a name="UDO_nav_rg_FOOT" href="size.html"><img src="udo_rg.gif" alt="Change Size &amp; Position" title="Change Size &amp; Position" border="0" width="24" height="24">Change Size &amp; Position</a>
</body>
</html>

View File

@@ -0,0 +1,45 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<!-- last modified on 2020/08/13 -->
<html lang="en">
<head>
<title>
The Documentation for ORCS: Edit Icon Object
</title>
<meta http-equiv="Content-Type" content="text/html;charset=Windows-1252">
<meta http-equiv="Content-Language" content="en">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta name="Generator" content="UDO Version 7.12 (1248) for Linux">
<meta name="Author" content="Thorsten Otto">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body style="position: relative;">
<a name="UDO_nav_hm_HEAD" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_HEAD" href="dialogs.html"><img src="udo_up.gif" alt="Object Dialogs" title="Object Dialogs" border="0" width="24" height="24">Object Dialogs</a>
<a name="UDO_nav_lf_HEAD" href="g_user.html"><img src="udo_lf.gif" alt="Edit User Object" title="Edit User Object" border="0" width="24" height="24">Edit User Object</a>
<a name="UDO_nav_rg_HEAD" href="g_image.html"><img src="udo_rg.gif" alt="Edit Image Object" title="Edit Image Object" border="0" width="24" height="24">Edit Image Object</a>
<hr>
<img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="orcs.html">The Documentation for ORCS</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="rtrees.html">Resource Trees</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="dialog.html">Dialog-Editor</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="dialogs.html">Object Dialogs</a>
<hr>
<h1><a name="Edit_20Icon_20Object">4.2.1.5 Edit Icon Object</a></h1>
<p>In addition to the <a href="dialogs.html">standard object editor features</a> the icon editor offers the possibility
to adjust the mask color and data color using a popup. Further, the
input of the icontext and icon character is possible. With the button
&quot;Edit&quot; the icon will be handed over to the <a href="iconed.html">Image Editor</a>.
</p>
<hr>
<a name="UDO_nav_hm_FOOT" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_FOOT" href="dialogs.html"><img src="udo_up.gif" alt="Object Dialogs" title="Object Dialogs" border="0" width="24" height="24">Object Dialogs</a>
<a name="UDO_nav_lf_FOOT" href="g_user.html"><img src="udo_lf.gif" alt="Edit User Object" title="Edit User Object" border="0" width="24" height="24">Edit User Object</a>
<a name="UDO_nav_rg_FOOT" href="g_image.html"><img src="udo_rg.gif" alt="Edit Image Object" title="Edit Image Object" border="0" width="24" height="24">Edit Image Object</a>
</body>
</html>

View File

@@ -0,0 +1,44 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<!-- last modified on 2020/08/13 -->
<html lang="en">
<head>
<title>
The Documentation for ORCS: Edit Image Object
</title>
<meta http-equiv="Content-Type" content="text/html;charset=Windows-1252">
<meta http-equiv="Content-Language" content="en">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta name="Generator" content="UDO Version 7.12 (1248) for Linux">
<meta name="Author" content="Thorsten Otto">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body style="position: relative;">
<a name="UDO_nav_hm_HEAD" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_HEAD" href="dialogs.html"><img src="udo_up.gif" alt="Object Dialogs" title="Object Dialogs" border="0" width="24" height="24">Object Dialogs</a>
<a name="UDO_nav_lf_HEAD" href="g_icon.html"><img src="udo_lf.gif" alt="Edit Icon Object" title="Edit Icon Object" border="0" width="24" height="24">Edit Icon Object</a>
<a name="UDO_nav_rg_HEAD" href="g_cicon.html"><img src="udo_rg.gif" alt="Edit Color Icon Object" title="Edit Color Icon Object" border="0" width="24" height="24">Edit Color Icon Object</a>
<hr>
<img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="orcs.html">The Documentation for ORCS</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="rtrees.html">Resource Trees</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="dialog.html">Dialog-Editor</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="dialogs.html">Object Dialogs</a>
<hr>
<h1><a name="Edit_20Image_20Object">4.2.1.6 Edit Image Object</a></h1>
<p>In addition to the <a href="dialogs.html">standard object editor features</a> the image editor offers the
possibility to adjust the data color using a popup. With the button
&quot;Edit&quot; the image will be handed over to the <a href="iconed.html">Image Editor</a>.
</p>
<hr>
<a name="UDO_nav_hm_FOOT" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_FOOT" href="dialogs.html"><img src="udo_up.gif" alt="Object Dialogs" title="Object Dialogs" border="0" width="24" height="24">Object Dialogs</a>
<a name="UDO_nav_lf_FOOT" href="g_icon.html"><img src="udo_lf.gif" alt="Edit Icon Object" title="Edit Icon Object" border="0" width="24" height="24">Edit Icon Object</a>
<a name="UDO_nav_rg_FOOT" href="g_cicon.html"><img src="udo_rg.gif" alt="Edit Color Icon Object" title="Edit Color Icon Object" border="0" width="24" height="24">Edit Color Icon Object</a>
</body>
</html>

View File

@@ -0,0 +1,44 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<!-- last modified on 2020/08/13 -->
<html lang="en">
<head>
<title>
The Documentation for ORCS: Edit String Object
</title>
<meta http-equiv="Content-Type" content="text/html;charset=Windows-1252">
<meta http-equiv="Content-Language" content="en">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta name="Generator" content="UDO Version 7.12 (1248) for Linux">
<meta name="Author" content="Thorsten Otto">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body style="position: relative;">
<a name="UDO_nav_hm_HEAD" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_HEAD" href="dialogs.html"><img src="udo_up.gif" alt="Object Dialogs" title="Object Dialogs" border="0" width="24" height="24">Object Dialogs</a>
<a name="UDO_nav_lf_HEAD" href="g_text.html"><img src="udo_lf.gif" alt="Edit Text Object" title="Edit Text Object" border="0" width="24" height="24">Edit Text Object</a>
<a name="UDO_nav_rg_HEAD" href="g_user.html"><img src="udo_rg.gif" alt="Edit User Object" title="Edit User Object" border="0" width="24" height="24">Edit User Object</a>
<hr>
<img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="orcs.html">The Documentation for ORCS</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="rtrees.html">Resource Trees</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="dialog.html">Dialog-Editor</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="dialogs.html">Object Dialogs</a>
<hr>
<h1><a name="Edit_20String_20Object">4.2.1.3 Edit String Object</a></h1>
<p>In addition to the <a href="dialogs.html">standard object editor features</a> the button editor only provides the
possibility to enter a text. A maximum of 255 characters can be
entered. If you hit the end of the line, the text will be scrolled.
</p>
<hr>
<a name="UDO_nav_hm_FOOT" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_FOOT" href="dialogs.html"><img src="udo_up.gif" alt="Object Dialogs" title="Object Dialogs" border="0" width="24" height="24">Object Dialogs</a>
<a name="UDO_nav_lf_FOOT" href="g_text.html"><img src="udo_lf.gif" alt="Edit Text Object" title="Edit Text Object" border="0" width="24" height="24">Edit Text Object</a>
<a name="UDO_nav_rg_FOOT" href="g_user.html"><img src="udo_rg.gif" alt="Edit User Object" title="Edit User Object" border="0" width="24" height="24">Edit User Object</a>
</body>
</html>

View File

@@ -0,0 +1,98 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<!-- last modified on 2020/08/13 -->
<html lang="en">
<head>
<title>
The Documentation for ORCS: Edit Text Object
</title>
<meta http-equiv="Content-Type" content="text/html;charset=Windows-1252">
<meta http-equiv="Content-Language" content="en">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta name="Generator" content="UDO Version 7.12 (1248) for Linux">
<meta name="Author" content="Thorsten Otto">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body style="position: relative;">
<a name="UDO_nav_hm_HEAD" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_HEAD" href="dialogs.html"><img src="udo_up.gif" alt="Object Dialogs" title="Object Dialogs" border="0" width="24" height="24">Object Dialogs</a>
<a name="UDO_nav_lf_HEAD" href="g_box.html"><img src="udo_lf.gif" alt="Edit Box Object" title="Edit Box Object" border="0" width="24" height="24">Edit Box Object</a>
<a name="UDO_nav_rg_HEAD" href="g_string.html"><img src="udo_rg.gif" alt="Edit String Object" title="Edit String Object" border="0" width="24" height="24">Edit String Object</a>
<hr>
<img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="orcs.html">The Documentation for ORCS</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="rtrees.html">Resource Trees</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="dialog.html">Dialog-Editor</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="dialogs.html">Object Dialogs</a>
<hr>
<h1><a name="Edit_20Text_20Object">4.2.1.2 Edit Text Object</a></h1>
<p>In this dialog objects of type TEXT, BOXTEXT, and FTEXT FBOXTEXT
can be changed. TEXT and BOXTEXT objects have some additional display
options as opposed to STRING objects, such as the frame size,
centering and a background pattern. FTEXT and FBOXTEXT objects can be
used for input fields. For this two texts must be specified: a mask
and a text that appears at the input positions. Input positions are
characterized by holding down the Alternate key in the field
'template' during input. The characters you enter specify which
character can later be input at this position. The AES provide the
following symbols:
</p>
<table class="UDO_env_xlist">
<tr><td nowrap="nowrap" valign="top">9</td>
<td valign="top"> Digits (0-9)
</td></tr>
<tr><td nowrap="nowrap" valign="top">A</td>
<td valign="top"> Uppercase letters (A-Z) and space
</td></tr>
<tr><td nowrap="nowrap" valign="top">a</td>
<td valign="top"> Letters (A-Z, a-z) and space
</td></tr>
<tr><td nowrap="nowrap" valign="top">N</td>
<td valign="top"> Uppercase letters (A-Z) and digits (0-9)
</td></tr>
<tr><td nowrap="nowrap" valign="top">n</td>
<td valign="top"> Letters (A-Z, a-z) and digits (0-9)
</td></tr>
<tr><td nowrap="nowrap" valign="top">F</td>
<td valign="top"> Characters that are allowed in a filename, plus '?', '*' and
':'
</td></tr>
<tr><td nowrap="nowrap" valign="top">f</td>
<td valign="top"> Characters that are allowed in a filename
</td></tr>
<tr><td nowrap="nowrap" valign="top">P</td>
<td valign="top"> Characters that are allowed in a pathname, plus '?' and '*'
</td></tr>
<tr><td nowrap="nowrap" valign="top">p</td>
<td valign="top"> Characters that are allowed in a pathname
</td></tr>
<tr><td nowrap="nowrap" valign="top">X</td>
<td valign="top"> all characters
</td></tr>
</table>
<p>Some versions of AES and especially GEM libraries can offer even
more possibilities.
</p>
<hr>
<a name="UDO_nav_hm_FOOT" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_FOOT" href="dialogs.html"><img src="udo_up.gif" alt="Object Dialogs" title="Object Dialogs" border="0" width="24" height="24">Object Dialogs</a>
<a name="UDO_nav_lf_FOOT" href="g_box.html"><img src="udo_lf.gif" alt="Edit Box Object" title="Edit Box Object" border="0" width="24" height="24">Edit Box Object</a>
<a name="UDO_nav_rg_FOOT" href="g_string.html"><img src="udo_rg.gif" alt="Edit String Object" title="Edit String Object" border="0" width="24" height="24">Edit String Object</a>
</body>
</html>

View File

@@ -0,0 +1,44 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<!-- last modified on 2020/08/13 -->
<html lang="en">
<head>
<title>
The Documentation for ORCS: Edit User Object
</title>
<meta http-equiv="Content-Type" content="text/html;charset=Windows-1252">
<meta http-equiv="Content-Language" content="en">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta name="Generator" content="UDO Version 7.12 (1248) for Linux">
<meta name="Author" content="Thorsten Otto">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body style="position: relative;">
<a name="UDO_nav_hm_HEAD" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_HEAD" href="dialogs.html"><img src="udo_up.gif" alt="Object Dialogs" title="Object Dialogs" border="0" width="24" height="24">Object Dialogs</a>
<a name="UDO_nav_lf_HEAD" href="g_string.html"><img src="udo_lf.gif" alt="Edit String Object" title="Edit String Object" border="0" width="24" height="24">Edit String Object</a>
<a name="UDO_nav_rg_HEAD" href="g_icon.html"><img src="udo_rg.gif" alt="Edit Icon Object" title="Edit Icon Object" border="0" width="24" height="24">Edit Icon Object</a>
<hr>
<img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="orcs.html">The Documentation for ORCS</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="rtrees.html">Resource Trees</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="dialog.html">Dialog-Editor</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="dialogs.html">Object Dialogs</a>
<hr>
<h1><a name="Edit_20User_20Object">4.2.1.4 Edit User Object</a></h1>
<p>In addition to the <a href="dialogs.html">standard object editor features</a> this editor can be used to set the
integer value of the two elements of the USERDEF structure
&quot;ub_code&quot; and &quot;ub_parm&quot;.
</p>
<hr>
<a name="UDO_nav_hm_FOOT" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_FOOT" href="dialogs.html"><img src="udo_up.gif" alt="Object Dialogs" title="Object Dialogs" border="0" width="24" height="24">Object Dialogs</a>
<a name="UDO_nav_lf_FOOT" href="g_string.html"><img src="udo_lf.gif" alt="Edit String Object" title="Edit String Object" border="0" width="24" height="24">Edit String Object</a>
<a name="UDO_nav_rg_FOOT" href="g_icon.html"><img src="udo_rg.gif" alt="Edit Icon Object" title="Edit Icon Object" border="0" width="24" height="24">Edit Icon Object</a>
</body>
</html>

View File

@@ -0,0 +1,44 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<!-- last modified on 2020/08/13 -->
<html lang="en">
<head>
<title>
The Documentation for ORCS: General
</title>
<meta http-equiv="Content-Type" content="text/html;charset=Windows-1252">
<meta http-equiv="Content-Language" content="en">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta name="Generator" content="UDO Version 7.12 (1248) for Linux">
<meta name="Author" content="Thorsten Otto">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body style="position: relative;">
<a name="UDO_nav_hm_HEAD" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_HEAD" href="orcs.html#UDOTOC"><img src="udo_up.gif" alt="Contents" title="Contents" border="0" width="24" height="24"></a>
<a name="UDO_nav_lf_HEAD" href="orcs.html"><img src="udo_lf.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_rg_HEAD" href="intro.html"><img src="udo_rg.gif" alt="Introduction" title="Introduction" border="0" width="24" height="24">Introduction</a>
<hr>
<img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="orcs.html">The Documentation for ORCS</a>
<hr>
<h1><a name="General">1 General</a></h1>
<ul class="content">
<li> 1.1 <a href="intro.html">Introduction</a>
<li> 1.2 <a href="copyrght.html">Copyright</a>
<li> 1.3 <a href="overview.html">Overview of Functions</a>
</li>
</ul>
<br>
<hr>
<a name="UDO_nav_hm_FOOT" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_FOOT" href="orcs.html#UDOTOC"><img src="udo_up.gif" alt="Contents" title="Contents" border="0" width="24" height="24"></a>
<a name="UDO_nav_lf_FOOT" href="orcs.html"><img src="udo_lf.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_rg_FOOT" href="intro.html"><img src="udo_rg.gif" alt="Introduction" title="Introduction" border="0" width="24" height="24">Introduction</a>
</body>
</html>

View File

@@ -0,0 +1,45 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<!-- last modified on 2020/08/13 -->
<html lang="en">
<head>
<title>
The Documentation for ORCS: Load Windows ICO
</title>
<meta http-equiv="Content-Type" content="text/html;charset=Windows-1252">
<meta http-equiv="Content-Language" content="en">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta name="Generator" content="UDO Version 7.12 (1248) for Linux">
<meta name="Author" content="Thorsten Otto">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body style="position: relative;">
<a name="UDO_nav_hm_HEAD" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_HEAD" href="iconed.html"><img src="udo_up.gif" alt="Icon-Editor" title="Icon-Editor" border="0" width="24" height="24">Icon-Editor</a>
<a name="UDO_nav_lf_HEAD" href="imgload.html"><img src="udo_lf.gif" alt="Load Picture" title="Load Picture" border="0" width="24" height="24">Load Picture</a>
<a name="UDO_nav_rg_HEAD" href="obextend.html"><img src="udo_rg.gif" alt="Extended Object Types" title="Extended Object Types" border="0" width="24" height="24">Extended Object Types</a>
<hr>
<img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="orcs.html">The Documentation for ORCS</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="rtrees.html">Resource Trees</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="iconed.html">Icon-Editor</a>
<hr>
<h1><a name="Load_20Windows_20ICO">4.8.4 Load Windows ICO</a></h1>
<p>This will load a windows icon file directly into the editor,
including mask. For icon files with more than one icon, only the first
one will be considered. The resolution of that icon must match the
currently edited one.
</p>
<hr>
<a name="UDO_nav_hm_FOOT" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_FOOT" href="iconed.html"><img src="udo_up.gif" alt="Icon-Editor" title="Icon-Editor" border="0" width="24" height="24">Icon-Editor</a>
<a name="UDO_nav_lf_FOOT" href="imgload.html"><img src="udo_lf.gif" alt="Load Picture" title="Load Picture" border="0" width="24" height="24">Load Picture</a>
<a name="UDO_nav_rg_FOOT" href="obextend.html"><img src="udo_rg.gif" alt="Extended Object Types" title="Extended Object Types" border="0" width="24" height="24">Extended Object Types</a>
</body>
</html>

View File

@@ -0,0 +1,81 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<!-- last modified on 2020/08/13 -->
<html lang="en">
<head>
<title>
The Documentation for ORCS: Icon-Editor
</title>
<meta http-equiv="Content-Type" content="text/html;charset=Windows-1252">
<meta http-equiv="Content-Language" content="en">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta name="Generator" content="UDO Version 7.12 (1248) for Linux">
<meta name="Author" content="Thorsten Otto">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body style="position: relative;">
<a name="UDO_nav_hm_HEAD" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_HEAD" href="rtrees.html"><img src="udo_up.gif" alt="Resource Trees" title="Resource Trees" border="0" width="24" height="24">Resource Trees</a>
<a name="UDO_nav_lf_HEAD" href="bgh.html"><img src="udo_lf.gif" alt="BubbleGEM Editor" title="BubbleGEM Editor" border="0" width="24" height="24">BubbleGEM Editor</a>
<a name="UDO_nav_rg_HEAD" href="iconsave.html"><img src="udo_rg.gif" alt="Load/Save Icon" title="Load/Save Icon" border="0" width="24" height="24">Load/Save Icon</a>
<hr>
<img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="orcs.html">The Documentation for ORCS</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="rtrees.html">Resource Trees</a>
<hr>
<h1><a name="Icon-Editor">4.8 Icon-Editor</a></h1>
<p>In the icon editor the images of the icons themselves can be
edited. There are a variety of options available.
</p>
<ul>
<li><p> In drawing mode, individual points, lines, rectangles and
circles can be drawn. Depending on the selected color pen, the points
are set or deleted accordingly. Furthermore, you can specify whether
the operations will be applied only on the data, only the mask, or
both.
<br>&nbsp;
</p></li>
<li><p> In 'text' mode the string and the single character for icons
can be positioned.
<br>&nbsp;
</p></li>
<li><p> in 'box' mode, the position of the icon relative to the object
be specified. For this purpose, youn click anywhere in the area of the
icon and then move the box. If you click into the lower right corner
you can also enlarge or reduce the size of the icon (in the X
direction, the size can be changed only in steps of 16 pixels).
<br>&nbsp;
</p></li>
</ul>
<p>In addition, there are commands to move, invert, zoom, reduce,
and mirror the icon.
</p>
<p>For color icons there is also the possibility to add <a href="iconnew.html">new resolutions</a> or
remove old ones. The resolution currently used appears at the bottom
right of the toolbox and can then also be changed there. The button
below it indicates whether the normal or selected icon currently is
processed. Color icons can also be edited in resolutions which do not
correspond to the resolution of the icon but then of course the colors
are not displayed accordingly.
</p>
<ul class="content">
<li> 4.8.1 <a href="iconsave.html">Load/Save Icon</a>
<li> 4.8.2 <a href="iconnew.html">New icon</a>
<li> 4.8.3 <a href="imgload.html">Load Picture</a>
<li> 4.8.4 <a href="icoload.html">Load Windows ICO</a>
</li>
</ul>
<br>
<hr>
<a name="UDO_nav_hm_FOOT" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_FOOT" href="rtrees.html"><img src="udo_up.gif" alt="Resource Trees" title="Resource Trees" border="0" width="24" height="24">Resource Trees</a>
<a name="UDO_nav_lf_FOOT" href="bgh.html"><img src="udo_lf.gif" alt="BubbleGEM Editor" title="BubbleGEM Editor" border="0" width="24" height="24">BubbleGEM Editor</a>
<a name="UDO_nav_rg_FOOT" href="iconsave.html"><img src="udo_rg.gif" alt="Load/Save Icon" title="Load/Save Icon" border="0" width="24" height="24">Load/Save Icon</a>
</body>
</html>

View File

@@ -0,0 +1,44 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<!-- last modified on 2020/08/13 -->
<html lang="en">
<head>
<title>
The Documentation for ORCS: New icon
</title>
<meta http-equiv="Content-Type" content="text/html;charset=Windows-1252">
<meta http-equiv="Content-Language" content="en">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta name="Generator" content="UDO Version 7.12 (1248) for Linux">
<meta name="Author" content="Thorsten Otto">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body style="position: relative;">
<a name="UDO_nav_hm_HEAD" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_HEAD" href="iconed.html"><img src="udo_up.gif" alt="Icon-Editor" title="Icon-Editor" border="0" width="24" height="24">Icon-Editor</a>
<a name="UDO_nav_lf_HEAD" href="iconsave.html"><img src="udo_lf.gif" alt="Load/Save Icon" title="Load/Save Icon" border="0" width="24" height="24">Load/Save Icon</a>
<a name="UDO_nav_rg_HEAD" href="imgload.html"><img src="udo_rg.gif" alt="Load Picture" title="Load Picture" border="0" width="24" height="24">Load Picture</a>
<hr>
<img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="orcs.html">The Documentation for ORCS</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="rtrees.html">Resource Trees</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="iconed.html">Icon-Editor</a>
<hr>
<h1><a name="New_20icon">4.8.2 New icon</a></h1>
<p>With this menu item, new resolutions for color icons can be
created that are not yet available. If a &quot;normal&quot; icon is
produced, it is filled with the data of the next icon with less
colors.
</p>
<hr>
<a name="UDO_nav_hm_FOOT" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_FOOT" href="iconed.html"><img src="udo_up.gif" alt="Icon-Editor" title="Icon-Editor" border="0" width="24" height="24">Icon-Editor</a>
<a name="UDO_nav_lf_FOOT" href="iconsave.html"><img src="udo_lf.gif" alt="Load/Save Icon" title="Load/Save Icon" border="0" width="24" height="24">Load/Save Icon</a>
<a name="UDO_nav_rg_FOOT" href="imgload.html"><img src="udo_rg.gif" alt="Load Picture" title="Load Picture" border="0" width="24" height="24">Load Picture</a>
</body>
</html>

View File

@@ -0,0 +1,43 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<!-- last modified on 2020/08/13 -->
<html lang="en">
<head>
<title>
The Documentation for ORCS: Load/Save Icon
</title>
<meta http-equiv="Content-Type" content="text/html;charset=Windows-1252">
<meta http-equiv="Content-Language" content="en">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta name="Generator" content="UDO Version 7.12 (1248) for Linux">
<meta name="Author" content="Thorsten Otto">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body style="position: relative;">
<a name="UDO_nav_hm_HEAD" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_HEAD" href="iconed.html"><img src="udo_up.gif" alt="Icon-Editor" title="Icon-Editor" border="0" width="24" height="24">Icon-Editor</a>
<a name="UDO_nav_lf_HEAD" href="iconed.html"><img src="udo_lf.gif" alt="Icon-Editor" title="Icon-Editor" border="0" width="24" height="24">Icon-Editor</a>
<a name="UDO_nav_rg_HEAD" href="iconnew.html"><img src="udo_rg.gif" alt="New icon" title="New icon" border="0" width="24" height="24">New icon</a>
<hr>
<img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="orcs.html">The Documentation for ORCS</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="rtrees.html">Resource Trees</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="iconed.html">Icon-Editor</a>
<hr>
<h1><a name="Load_2FSave_20Icon">4.8.1 Load/Save Icon</a></h1>
<p>With this menu item (file [ICN])-files can be loaded/saved. ICN
files are ASCII files, such as those produced by Atari RCS, and can
contain both data and mask of the icon.
</p>
<hr>
<a name="UDO_nav_hm_FOOT" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_FOOT" href="iconed.html"><img src="udo_up.gif" alt="Icon-Editor" title="Icon-Editor" border="0" width="24" height="24">Icon-Editor</a>
<a name="UDO_nav_lf_FOOT" href="iconed.html"><img src="udo_lf.gif" alt="Icon-Editor" title="Icon-Editor" border="0" width="24" height="24">Icon-Editor</a>
<a name="UDO_nav_rg_FOOT" href="iconnew.html"><img src="udo_rg.gif" alt="New icon" title="New icon" border="0" width="24" height="24">New icon</a>
</body>
</html>

View File

@@ -0,0 +1,44 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<!-- last modified on 2020/08/13 -->
<html lang="en">
<head>
<title>
The Documentation for ORCS: Load Picture
</title>
<meta http-equiv="Content-Type" content="text/html;charset=Windows-1252">
<meta http-equiv="Content-Language" content="en">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta name="Generator" content="UDO Version 7.12 (1248) for Linux">
<meta name="Author" content="Thorsten Otto">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body style="position: relative;">
<a name="UDO_nav_hm_HEAD" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_HEAD" href="iconed.html"><img src="udo_up.gif" alt="Icon-Editor" title="Icon-Editor" border="0" width="24" height="24">Icon-Editor</a>
<a name="UDO_nav_lf_HEAD" href="iconnew.html"><img src="udo_lf.gif" alt="New icon" title="New icon" border="0" width="24" height="24">New icon</a>
<a name="UDO_nav_rg_HEAD" href="icoload.html"><img src="udo_rg.gif" alt="Load Windows ICO" title="Load Windows ICO" border="0" width="24" height="24">Load Windows ICO</a>
<hr>
<img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="orcs.html">The Documentation for ORCS</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="rtrees.html">Resource Trees</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="iconed.html">Icon-Editor</a>
<hr>
<h1><a name="Load_20Picture">4.8.3 Load Picture</a></h1>
<p>With this menu item images in (X)IMG-, Degas, Stad, Neo,
ColorStar-, Imagic-, BMP or GIF format can be loaded. By marking a
section and moving it into a icon editor window the section is
inserted there.
</p>
<hr>
<a name="UDO_nav_hm_FOOT" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_FOOT" href="iconed.html"><img src="udo_up.gif" alt="Icon-Editor" title="Icon-Editor" border="0" width="24" height="24">Icon-Editor</a>
<a name="UDO_nav_lf_FOOT" href="iconnew.html"><img src="udo_lf.gif" alt="New icon" title="New icon" border="0" width="24" height="24">New icon</a>
<a name="UDO_nav_rg_FOOT" href="icoload.html"><img src="udo_rg.gif" alt="Load Windows ICO" title="Load Windows ICO" border="0" width="24" height="24">Load Windows ICO</a>
</body>
</html>

View File

@@ -0,0 +1,66 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<!-- last modified on 2020/08/13 -->
<html lang="en">
<head>
<title>
The Documentation for ORCS: Show info
</title>
<meta http-equiv="Content-Type" content="text/html;charset=Windows-1252">
<meta http-equiv="Content-Language" content="en">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta name="Generator" content="UDO Version 7.12 (1248) for Linux">
<meta name="Author" content="Thorsten Otto">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body style="position: relative;">
<a name="File_20Information"></a>
<a name="Folder_20Information"></a>
<a name="Disc_20Information"></a>
<a name="Resource_20Information"></a>
<a name="Resource_20tree_20Information"></a>
<a name="Picture_20Information"></a>
<a name="UDO_nav_hm_HEAD" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_HEAD" href="file.html"><img src="udo_up.gif" alt="File" title="File" border="0" width="24" height="24">File</a>
<a name="UDO_nav_lf_HEAD" href="merge.html"><img src="udo_lf.gif" alt="Merge" title="Merge" border="0" width="24" height="24">Merge</a>
<a name="UDO_nav_rg_HEAD" href="output.html"><img src="udo_rg.gif" alt="Output files" title="Output files" border="0" width="24" height="24">Output files</a>
<hr>
<img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="orcs.html">The Documentation for ORCS</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="menu.html">The Menu</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="file.html">File</a>
<hr>
<h1><a name="Show_20info">3.1.7 Show info</a></h1>
<p>This item can (like &quot;<a href="open.html">Open</a>&quot;) trigger various actions.
</p>
<ol class="UDO_env_enumerate">
<li><p> If there are one or more icons selected on the desktop.
information to their corresponding object will be displayed.
<br>&nbsp;
</p></li>
<li><p> If there is an item selected in the top window, its information
will be displayed.
<br>&nbsp;
</p></li>
<li><p> If there is an open window, information to its contents will be
displayed.
<br>&nbsp;
</p></li>
<li><p> Otherwise the program information will be displayed.
<br>&nbsp;
</p></li>
</ol>
<hr>
<a name="UDO_nav_hm_FOOT" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_FOOT" href="file.html"><img src="udo_up.gif" alt="File" title="File" border="0" width="24" height="24">File</a>
<a name="UDO_nav_lf_FOOT" href="merge.html"><img src="udo_lf.gif" alt="Merge" title="Merge" border="0" width="24" height="24">Merge</a>
<a name="UDO_nav_rg_FOOT" href="output.html"><img src="udo_rg.gif" alt="Output files" title="Output files" border="0" width="24" height="24">Output files</a>
</body>
</html>

View File

@@ -0,0 +1,73 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<!-- last modified on 2020/08/13 -->
<html lang="en">
<head>
<title>
The Documentation for ORCS: Introduction
</title>
<meta http-equiv="Content-Type" content="text/html;charset=Windows-1252">
<meta http-equiv="Content-Language" content="en">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta name="Generator" content="UDO Version 7.12 (1248) for Linux">
<meta name="Author" content="Thorsten Otto">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body style="position: relative;">
<a name="UDO_nav_hm_HEAD" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_HEAD" href="general.html"><img src="udo_up.gif" alt="General" title="General" border="0" width="24" height="24">General</a>
<a name="UDO_nav_lf_HEAD" href="general.html"><img src="udo_lf.gif" alt="General" title="General" border="0" width="24" height="24">General</a>
<a name="UDO_nav_rg_HEAD" href="copyrght.html"><img src="udo_rg.gif" alt="Copyright" title="Copyright" border="0" width="24" height="24">Copyright</a>
<hr>
<img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="orcs.html">The Documentation for ORCS</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="general.html">General</a>
<hr>
<h1><a name="Introduction">1.1 Introduction</a></h1>
<p>ORCS is a resource editor that now has some years of development
under his belt. I started around 1989, when i was looking for a
acceptable editor and did not find one. At that time i decided to
write one myself. Of course, it took me a long time before it was
reasonably stable and had the necessary functionality. At least just
as long it then took again until i believed that other people could
use it. New features have been added over time, and several times it
has been changed completely, until it had its current appearance.
Meanwhile, it probably barely leaves much to be desired, but i prefer
to leave the judgment to you ;-)
</p>
<p>Criticism or suggestions are very appreciated. so write me!
</p>
<a name="Author"></a>
<p>You can reach me at:
</p>
<table class="UDO_env_xlist">
<tr><td nowrap="nowrap" valign="top">SnailMail:</td>
<td valign="top"> Thorsten Otto &nbsp;
<br>Katharinenstr. 14 &nbsp;
<br>45131 Essen &nbsp;
<br>
<br>&nbsp;
</td></tr>
<tr><td nowrap="nowrap" valign="top">Email:</td>
<td valign="top"> admin@tho-otto.de
<br>&nbsp;
</td></tr>
</table>
<p>On request also versions for Windows and Linux are available
(yes, native versions, not GEM programs running under some emulator).
</p>
<hr>
<a name="UDO_nav_hm_FOOT" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_FOOT" href="general.html"><img src="udo_up.gif" alt="General" title="General" border="0" width="24" height="24">General</a>
<a name="UDO_nav_lf_FOOT" href="general.html"><img src="udo_lf.gif" alt="General" title="General" border="0" width="24" height="24">General</a>
<a name="UDO_nav_rg_FOOT" href="copyrght.html"><img src="udo_rg.gif" alt="Copyright" title="Copyright" border="0" width="24" height="24">Copyright</a>
</body>
</html>

View File

@@ -0,0 +1,42 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<!-- last modified on 2020/08/13 -->
<html lang="en">
<head>
<title>
The Documentation for ORCS: Load config
</title>
<meta http-equiv="Content-Type" content="text/html;charset=Windows-1252">
<meta http-equiv="Content-Language" content="en">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta name="Generator" content="UDO Version 7.12 (1248) for Linux">
<meta name="Author" content="Thorsten Otto">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body style="position: relative;">
<a name="UDO_nav_hm_HEAD" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_HEAD" href="prefs.html"><img src="udo_up.gif" alt="Preferences" title="Preferences" border="0" width="24" height="24">Preferences</a>
<a name="UDO_nav_lf_HEAD" href="saveconf.html"><img src="udo_lf.gif" alt="Save config" title="Save config" border="0" width="24" height="24">Save config</a>
<a name="UDO_nav_rg_HEAD" href="rtrees.html"><img src="udo_rg.gif" alt="Resource Trees" title="Resource Trees" border="0" width="24" height="24">Resource Trees</a>
<hr>
<img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="orcs.html">The Documentation for ORCS</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="menu.html">The Menu</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="prefs.html">Preferences</a>
<hr>
<h1><a name="Load_20config">3.4.13 Load config</a></h1>
<p>With this menu item the last saved settings can be loaded again
loaded. Changes already made will be lost.
</p>
<hr>
<a name="UDO_nav_hm_FOOT" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_FOOT" href="prefs.html"><img src="udo_up.gif" alt="Preferences" title="Preferences" border="0" width="24" height="24">Preferences</a>
<a name="UDO_nav_lf_FOOT" href="saveconf.html"><img src="udo_lf.gif" alt="Save config" title="Save config" border="0" width="24" height="24">Save config</a>
<a name="UDO_nav_rg_FOOT" href="rtrees.html"><img src="udo_rg.gif" alt="Resource Trees" title="Resource Trees" border="0" width="24" height="24">Resource Trees</a>
</body>
</html>

View File

@@ -0,0 +1,42 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<!-- last modified on 2020/08/13 -->
<html lang="en">
<head>
<title>
The Documentation for ORCS: Load Program
</title>
<meta http-equiv="Content-Type" content="text/html;charset=Windows-1252">
<meta http-equiv="Content-Language" content="en">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta name="Generator" content="UDO Version 7.12 (1248) for Linux">
<meta name="Author" content="Thorsten Otto">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body style="position: relative;">
<a name="UDO_nav_hm_HEAD" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_HEAD" href="prefs.html"><img src="udo_up.gif" alt="Preferences" title="Preferences" border="0" width="24" height="24">Preferences</a>
<a name="UDO_nav_lf_HEAD" href="settings.html"><img src="udo_lf.gif" alt="Settings" title="Settings" border="0" width="24" height="24">Settings</a>
<a name="UDO_nav_rg_HEAD" href="execprog.html"><img src="udo_rg.gif" alt="Execute Program" title="Execute Program" border="0" width="24" height="24">Execute Program</a>
<hr>
<img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="orcs.html">The Documentation for ORCS</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="menu.html">The Menu</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="prefs.html">Preferences</a>
<hr>
<h1><a name="Load_20Program">3.4.9 Load Program</a></h1>
<p>With this menu item, a program can be selected whose icon is
placed on the desktop for easy start access.
</p>
<hr>
<a name="UDO_nav_hm_FOOT" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_FOOT" href="prefs.html"><img src="udo_up.gif" alt="Preferences" title="Preferences" border="0" width="24" height="24">Preferences</a>
<a name="UDO_nav_lf_FOOT" href="settings.html"><img src="udo_lf.gif" alt="Settings" title="Settings" border="0" width="24" height="24">Settings</a>
<a name="UDO_nav_rg_FOOT" href="execprog.html"><img src="udo_rg.gif" alt="Execute Program" title="Execute Program" border="0" width="24" height="24">Execute Program</a>
</body>
</html>

View File

@@ -0,0 +1,103 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<!-- last modified on 2020/08/13 -->
<html lang="en">
<head>
<title>
The Documentation for ORCS: The Menu
</title>
<meta http-equiv="Content-Type" content="text/html;charset=Windows-1252">
<meta http-equiv="Content-Language" content="en">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta name="Generator" content="UDO Version 7.12 (1248) for Linux">
<meta name="Author" content="Thorsten Otto">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body style="position: relative;">
<a name="UDO_nav_hm_HEAD" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_HEAD" href="orcs.html#UDOTOC"><img src="udo_up.gif" alt="Contents" title="Contents" border="0" width="24" height="24"></a>
<a name="UDO_nav_lf_HEAD" href="disks.html"><img src="udo_lf.gif" alt="Disks" title="Disks" border="0" width="24" height="24">Disks</a>
<a name="UDO_nav_rg_HEAD" href="file.html"><img src="udo_rg.gif" alt="File" title="File" border="0" width="24" height="24">File</a>
<hr>
<img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="orcs.html">The Documentation for ORCS</a>
<hr>
<h1><a name="The_20Menu">3 The Menu</a></h1>
<ul class="content">
<li> 3.1 <a href="file.html">File</a>
<ul class="content">
<li> 3.1.1 <a href="open.html">Open</a>
<li> 3.1.2 <a href="new.html">New File</a>
<li> 3.1.3 <a href="save.html">Save</a>
<li> 3.1.4 <a href="saveas.html">Save As</a>
<li> 3.1.5 <a href="abandon.html">Abandon</a>
<li> 3.1.6 <a href="merge.html">Merge</a>
<li> 3.1.7 <a href="info.html">Show info</a>
<li> 3.1.8 <a href="output.html">Output files</a>
<li> 3.1.9 <a href="namerule.html">Namerules</a>
<li> 3.1.10 <a href="extended.html">Extended Types</a>
<li> 3.1.11 <a href="cancel.html">Cancel</a>
<li> 3.1.12 <a href="quit.html">Quit</a>
</li>
</ul>
</li>
<li> 3.2 <a href="window.html">Window</a>
<ul class="content">
<li> 3.2.1 <a href="close.html">Close</a>
<li> 3.2.2 <a href="closew.html">Close window</a>
<li> 3.2.3 <a href="cycle.html">Cycle windows</a>
<li> 3.2.4 <a href="tileh.html">Tile horizontal</a>
<li> 3.2.5 <a href="tilev.html">Tile vertical</a>
<li> 3.2.6 <a href="cascade.html">Cascade</a>
<li> 3.2.7 <a href="trees.html">Trees</a>
<li> 3.2.8 <a href="objects.html">Objects</a>
<li> 3.2.9 <a href="othere.html">Other entries</a>
</li>
</ul>
</li>
<li> 3.3 <a href="options.html">Options</a>
<ul class="content">
<li> 3.3.1 <a href="snapx.html">Snap X</a>
<li> 3.3.2 <a href="snapy.html">Snap Y</a>
<li> 3.3.3 <a href="autosize.html">Autosize</a>
<li> 3.3.4 <a href="editi.html">Edit immediately</a>
<li> 3.3.5 <a href="showp.html">Show Parts</a>
<li> 3.3.6 <a href="showm.html">Show Menu</a>
<li> 3.3.7 <a href="find.html">Find Objects</a>
<li> 3.3.8 <a href="findnext.html">Find next</a>
<li> 3.3.9 <a href="rcompare.html">Resource compare</a>
</li>
</ul>
</li>
<li> 3.4 <a href="prefs.html">Preferences</a>
<ul class="content">
<li> 3.4.1 <a href="protect.html">Protection</a>
<li> 3.4.2 <a href="bground.html">Background</a>
<li> 3.4.3 <a href="extens.html">Extensions</a>
<li> 3.4.4 <a href="outputd.html">Default Output files</a>
<li> 3.4.5 <a href="nameruld.html">Default Namerules</a>
<li> 3.4.6 <a href="extendd.html">Default Extended types</a>
<li> 3.4.7 <a href="objectd.html">Object data</a>
<li> 3.4.8 <a href="settings.html">Settings</a>
<li> 3.4.9 <a href="loadprog.html">Load Program</a>
<li> 3.4.10 <a href="execprog.html">Execute Program</a>
<li> 3.4.11 <a href="newdesk.html">New Desktop</a>
<li> 3.4.12 <a href="saveconf.html">Save config</a>
<li> 3.4.13 <a href="loadconf.html">Load config</a>
</li>
</ul>
</li>
</ul>
<br>
<hr>
<a name="UDO_nav_hm_FOOT" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_FOOT" href="orcs.html#UDOTOC"><img src="udo_up.gif" alt="Contents" title="Contents" border="0" width="24" height="24"></a>
<a name="UDO_nav_lf_FOOT" href="disks.html"><img src="udo_lf.gif" alt="Disks" title="Disks" border="0" width="24" height="24">Disks</a>
<a name="UDO_nav_rg_FOOT" href="file.html"><img src="udo_rg.gif" alt="File" title="File" border="0" width="24" height="24">File</a>
</body>
</html>

View File

@@ -0,0 +1,50 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<!-- last modified on 2020/08/13 -->
<html lang="en">
<head>
<title>
The Documentation for ORCS: Menu-Editor
</title>
<meta http-equiv="Content-Type" content="text/html;charset=Windows-1252">
<meta http-equiv="Content-Language" content="en">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta name="Generator" content="UDO Version 7.12 (1248) for Linux">
<meta name="Author" content="Thorsten Otto">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body style="position: relative;">
<a name="UDO_nav_hm_HEAD" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_HEAD" href="rtrees.html"><img src="udo_up.gif" alt="Resource Trees" title="Resource Trees" border="0" width="24" height="24">Resource Trees</a>
<a name="UDO_nav_lf_HEAD" href="comment.html"><img src="udo_lf.gif" alt="Comments" title="Comments" border="0" width="24" height="24">Comments</a>
<a name="UDO_nav_rg_HEAD" href="alert.html"><img src="udo_rg.gif" alt="Edit Alert Box" title="Edit Alert Box" border="0" width="24" height="24">Edit Alert Box</a>
<hr>
<img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="orcs.html">The Documentation for ORCS</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="rtrees.html">Resource Trees</a>
<hr>
<h1><a name="Menu-Editor">4.3 Menu-Editor</a></h1>
<p>The menu editor works for the most part as the <a href="dialog.html">dialog editor</a>. A single
left click on a menu title will fold down the menu items.
</p>
<p>If a menu title is copied, deleted or moved, then also the
corresponding entries are copied, deleted or moved.
</p>
<p>It should be noted that the menu editor for any modification of
an entry usually always recalculates the entire menu, and sets all
entries of a sub-menu to the same width, and realigns any shortcuts.
Of course this functionality only works if it is a &quot;normal&quot;
menu which is composed of only vertically aligned strings.
</p>
<hr>
<a name="UDO_nav_hm_FOOT" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_FOOT" href="rtrees.html"><img src="udo_up.gif" alt="Resource Trees" title="Resource Trees" border="0" width="24" height="24">Resource Trees</a>
<a name="UDO_nav_lf_FOOT" href="comment.html"><img src="udo_lf.gif" alt="Comments" title="Comments" border="0" width="24" height="24">Comments</a>
<a name="UDO_nav_rg_FOOT" href="alert.html"><img src="udo_rg.gif" alt="Edit Alert Box" title="Edit Alert Box" border="0" width="24" height="24">Edit Alert Box</a>
</body>
</html>

View File

@@ -0,0 +1,43 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<!-- last modified on 2020/08/13 -->
<html lang="en">
<head>
<title>
The Documentation for ORCS: Merge
</title>
<meta http-equiv="Content-Type" content="text/html;charset=Windows-1252">
<meta http-equiv="Content-Language" content="en">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta name="Generator" content="UDO Version 7.12 (1248) for Linux">
<meta name="Author" content="Thorsten Otto">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body style="position: relative;">
<a name="UDO_nav_hm_HEAD" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_HEAD" href="file.html"><img src="udo_up.gif" alt="File" title="File" border="0" width="24" height="24">File</a>
<a name="UDO_nav_lf_HEAD" href="abandon.html"><img src="udo_lf.gif" alt="Abandon" title="Abandon" border="0" width="24" height="24">Abandon</a>
<a name="UDO_nav_rg_HEAD" href="info.html"><img src="udo_rg.gif" alt="Show info" title="Show info" border="0" width="24" height="24">Show info</a>
<hr>
<img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="orcs.html">The Documentation for ORCS</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="menu.html">The Menu</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="file.html">File</a>
<hr>
<h1><a name="Merge">3.1.6 Merge</a></h1>
<p>You will see a file selector in which a file can be selected,
whose objects are added to the current file. Thus, it is possible to
combine several files into one.
</p>
<hr>
<a name="UDO_nav_hm_FOOT" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_FOOT" href="file.html"><img src="udo_up.gif" alt="File" title="File" border="0" width="24" height="24">File</a>
<a name="UDO_nav_lf_FOOT" href="abandon.html"><img src="udo_lf.gif" alt="Abandon" title="Abandon" border="0" width="24" height="24">Abandon</a>
<a name="UDO_nav_rg_FOOT" href="info.html"><img src="udo_rg.gif" alt="Show info" title="Show info" border="0" width="24" height="24">Show info</a>
</body>
</html>

View File

@@ -0,0 +1,42 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<!-- last modified on 2020/08/13 -->
<html lang="en">
<head>
<title>
The Documentation for ORCS: Other extensions
</title>
<meta http-equiv="Content-Type" content="text/html;charset=Windows-1252">
<meta http-equiv="Content-Language" content="en">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta name="Generator" content="UDO Version 7.12 (1248) for Linux">
<meta name="Author" content="Thorsten Otto">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body style="position: relative;">
<a name="UDO_nav_hm_HEAD" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_HEAD" href="orcs.html#UDOTOC"><img src="udo_up.gif" alt="Contents" title="Contents" border="0" width="24" height="24"></a>
<a name="UDO_nav_lf_HEAD" href="filetyp.html"><img src="udo_lf.gif" alt="File Types" title="File Types" border="0" width="24" height="24">File Types</a>
<a name="UDO_nav_rg_HEAD" href="crcstr.html"><img src="udo_rg.gif" alt="CRC-String" title="CRC-String" border="0" width="24" height="24">CRC-String</a>
<hr>
<img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="orcs.html">The Documentation for ORCS</a>
<hr>
<h1><a name="Other_20extensions">C Other extensions</a></h1>
<ul class="content">
<li> C.1 <a href="crcstr.html">CRC-String</a>
</li>
</ul>
<br>
<hr>
<a name="UDO_nav_hm_FOOT" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_FOOT" href="orcs.html#UDOTOC"><img src="udo_up.gif" alt="Contents" title="Contents" border="0" width="24" height="24"></a>
<a name="UDO_nav_lf_FOOT" href="filetyp.html"><img src="udo_lf.gif" alt="File Types" title="File Types" border="0" width="24" height="24">File Types</a>
<a name="UDO_nav_rg_FOOT" href="crcstr.html"><img src="udo_rg.gif" alt="CRC-String" title="CRC-String" border="0" width="24" height="24">CRC-String</a>
</body>
</html>

View File

@@ -0,0 +1,59 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<!-- last modified on 2020/08/13 -->
<html lang="en">
<head>
<title>
The Documentation for ORCS: Default Namerules
</title>
<meta http-equiv="Content-Type" content="text/html;charset=Windows-1252">
<meta http-equiv="Content-Language" content="en">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta name="Generator" content="UDO Version 7.12 (1248) for Linux">
<meta name="Author" content="Thorsten Otto">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body style="position: relative;">
<a name="UDO_nav_hm_HEAD" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_HEAD" href="prefs.html"><img src="udo_up.gif" alt="Preferences" title="Preferences" border="0" width="24" height="24">Preferences</a>
<a name="UDO_nav_lf_HEAD" href="outputd.html"><img src="udo_lf.gif" alt="Default Output files" title="Default Output files" border="0" width="24" height="24">Default Output files</a>
<a name="UDO_nav_rg_HEAD" href="extendd.html"><img src="udo_rg.gif" alt="Default Extended types" title="Default Extended types" border="0" width="24" height="24">Default Extended types</a>
<hr>
<img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="orcs.html">The Documentation for ORCS</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="menu.html">The Menu</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="prefs.html">Preferences</a>
<hr>
<h1><a name="Default_20Namerules">3.4.5 Default Namerules</a></h1>
<p>Here you can set the attributes of the self-assigned names for
newly created files (the settings for already loaded resources can be
set under <a href="namerule.html">File/Namerules</a>).
</p>
<p>The first box determines wether upper/lower case should be
considered or not when checking for duplicate names. The next two
boxes specify which characters are valid in the first place and at
other locations of the name. If 'Uppercase' or 'Lowercase' is
selected, they are converted accordingly as you type letters. In the
input fields characters can be specified which additionally should be
permitted or excluded.
</p>
<p>The maximum length is used to define the input length. ORCS
allows names up to 32 characters. Note, however, that definition files
of other formats my have different limitations. Interface files (*
.HRD) allow, for example, only allows names up to 16 characters.
</p>
<p>These settings do not affect the names that you have already
assigned. Only newly entered names will be checked in this way.
</p>
<hr>
<a name="UDO_nav_hm_FOOT" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_FOOT" href="prefs.html"><img src="udo_up.gif" alt="Preferences" title="Preferences" border="0" width="24" height="24">Preferences</a>
<a name="UDO_nav_lf_FOOT" href="outputd.html"><img src="udo_lf.gif" alt="Default Output files" title="Default Output files" border="0" width="24" height="24">Default Output files</a>
<a name="UDO_nav_rg_FOOT" href="extendd.html"><img src="udo_rg.gif" alt="Default Extended types" title="Default Extended types" border="0" width="24" height="24">Default Extended types</a>
</body>
</html>

View File

@@ -0,0 +1,59 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<!-- last modified on 2020/08/13 -->
<html lang="en">
<head>
<title>
The Documentation for ORCS: Namerules
</title>
<meta http-equiv="Content-Type" content="text/html;charset=Windows-1252">
<meta http-equiv="Content-Language" content="en">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta name="Generator" content="UDO Version 7.12 (1248) for Linux">
<meta name="Author" content="Thorsten Otto">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body style="position: relative;">
<a name="UDO_nav_hm_HEAD" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_HEAD" href="file.html"><img src="udo_up.gif" alt="File" title="File" border="0" width="24" height="24">File</a>
<a name="UDO_nav_lf_HEAD" href="output.html"><img src="udo_lf.gif" alt="Output files" title="Output files" border="0" width="24" height="24">Output files</a>
<a name="UDO_nav_rg_HEAD" href="extended.html"><img src="udo_rg.gif" alt="Extended Types" title="Extended Types" border="0" width="24" height="24">Extended Types</a>
<hr>
<img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="orcs.html">The Documentation for ORCS</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="menu.html">The Menu</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="file.html">File</a>
<hr>
<h1><a name="Namerules">3.1.9 Namerules</a></h1>
<p>Here you can set the attributes of the self-assigned names of
already loaded files (the default settings for new resources can be
set under <a href="nameruld.html">Preferences/Default Namerules</a>).
</p>
<p>The first box determines wether upper/lower case should be
considered or not when checking for duplicate names. The next two
boxes specify which characters are valid in the first place and at
other locations of the name. If 'Uppercase' or 'Lowercase' is
selected, they are converted accordingly as you type letters. In the
input fields characters can be specified which additionally should be
permitted or excluded.
</p>
<p>The maximum length is used to define the input length. ORCS
allows names up to 32 characters. Note, however, that definition files
of other formats my have different limitations. Interface files (*
.HRD) allow, for example, only allows names up to 16 characters.
</p>
<p>These settings do not affect the names that you have already
assigned. Only newly entered names will be checked in this way.
</p>
<hr>
<a name="UDO_nav_hm_FOOT" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_FOOT" href="file.html"><img src="udo_up.gif" alt="File" title="File" border="0" width="24" height="24">File</a>
<a name="UDO_nav_lf_FOOT" href="output.html"><img src="udo_lf.gif" alt="Output files" title="Output files" border="0" width="24" height="24">Output files</a>
<a name="UDO_nav_rg_FOOT" href="extended.html"><img src="udo_rg.gif" alt="Extended Types" title="Extended Types" border="0" width="24" height="24">Extended Types</a>
</body>
</html>

View File

@@ -0,0 +1,43 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<!-- last modified on 2020/08/13 -->
<html lang="en">
<head>
<title>
The Documentation for ORCS: Name and Type
</title>
<meta http-equiv="Content-Type" content="text/html;charset=Windows-1252">
<meta http-equiv="Content-Language" content="en">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta name="Generator" content="UDO Version 7.12 (1248) for Linux">
<meta name="Author" content="Thorsten Otto">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body style="position: relative;">
<a name="UDO_nav_hm_HEAD" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_HEAD" href="rtrees.html"><img src="udo_up.gif" alt="Resource Trees" title="Resource Trees" border="0" width="24" height="24">Resource Trees</a>
<a name="UDO_nav_lf_HEAD" href="rtrees.html"><img src="udo_lf.gif" alt="Resource Trees" title="Resource Trees" border="0" width="24" height="24">Resource Trees</a>
<a name="UDO_nav_rg_HEAD" href="dialog.html"><img src="udo_rg.gif" alt="Dialog-Editor" title="Dialog-Editor" border="0" width="24" height="24">Dialog-Editor</a>
<hr>
<img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="orcs.html">The Documentation for ORCS</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="rtrees.html">Resource Trees</a>
<hr>
<h1><a name="Name_20and_20Type">4.1 Name and Type</a></h1>
<p>Here, the name, and possibly the type of object trees can be
changed. For type &quot;menu&quot; the tree is treated as such, the
other types are purely for visual distinction and have no impact
otherwise.
</p>
<hr>
<a name="UDO_nav_hm_FOOT" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_FOOT" href="rtrees.html"><img src="udo_up.gif" alt="Resource Trees" title="Resource Trees" border="0" width="24" height="24">Resource Trees</a>
<a name="UDO_nav_lf_FOOT" href="rtrees.html"><img src="udo_lf.gif" alt="Resource Trees" title="Resource Trees" border="0" width="24" height="24">Resource Trees</a>
<a name="UDO_nav_rg_FOOT" href="dialog.html"><img src="udo_rg.gif" alt="Dialog-Editor" title="Dialog-Editor" border="0" width="24" height="24">Dialog-Editor</a>
</body>
</html>

View File

@@ -0,0 +1,43 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<!-- last modified on 2020/08/13 -->
<html lang="en">
<head>
<title>
The Documentation for ORCS: New File
</title>
<meta http-equiv="Content-Type" content="text/html;charset=Windows-1252">
<meta http-equiv="Content-Language" content="en">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta name="Generator" content="UDO Version 7.12 (1248) for Linux">
<meta name="Author" content="Thorsten Otto">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body style="position: relative;">
<a name="UDO_nav_hm_HEAD" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_HEAD" href="file.html"><img src="udo_up.gif" alt="File" title="File" border="0" width="24" height="24">File</a>
<a name="UDO_nav_lf_HEAD" href="open.html"><img src="udo_lf.gif" alt="Open" title="Open" border="0" width="24" height="24">Open</a>
<a name="UDO_nav_rg_HEAD" href="save.html"><img src="udo_rg.gif" alt="Save" title="Save" border="0" width="24" height="24">Save</a>
<hr>
<img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="orcs.html">The Documentation for ORCS</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="menu.html">The Menu</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="file.html">File</a>
<hr>
<h1><a name="New_20File">3.1.2 New File</a></h1>
<p>This menuentry creates a new empty resource file with no name.
When you save such a file you are asked where it should be written. A
new file will have properties that were set in the menu item settings.
</p>
<hr>
<a name="UDO_nav_hm_FOOT" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_FOOT" href="file.html"><img src="udo_up.gif" alt="File" title="File" border="0" width="24" height="24">File</a>
<a name="UDO_nav_lf_FOOT" href="open.html"><img src="udo_lf.gif" alt="Open" title="Open" border="0" width="24" height="24">Open</a>
<a name="UDO_nav_rg_FOOT" href="save.html"><img src="udo_rg.gif" alt="Save" title="Save" border="0" width="24" height="24">Save</a>
</body>
</html>

View File

@@ -0,0 +1,42 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<!-- last modified on 2020/08/13 -->
<html lang="en">
<head>
<title>
The Documentation for ORCS: New Desktop
</title>
<meta http-equiv="Content-Type" content="text/html;charset=Windows-1252">
<meta http-equiv="Content-Language" content="en">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta name="Generator" content="UDO Version 7.12 (1248) for Linux">
<meta name="Author" content="Thorsten Otto">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body style="position: relative;">
<a name="UDO_nav_hm_HEAD" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_HEAD" href="prefs.html"><img src="udo_up.gif" alt="Preferences" title="Preferences" border="0" width="24" height="24">Preferences</a>
<a name="UDO_nav_lf_HEAD" href="execprog.html"><img src="udo_lf.gif" alt="Execute Program" title="Execute Program" border="0" width="24" height="24">Execute Program</a>
<a name="UDO_nav_rg_HEAD" href="saveconf.html"><img src="udo_rg.gif" alt="Save config" title="Save config" border="0" width="24" height="24">Save config</a>
<hr>
<img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="orcs.html">The Documentation for ORCS</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="menu.html">The Menu</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="prefs.html">Preferences</a>
<hr>
<h1><a name="New_20Desktop">3.4.11 New Desktop</a></h1>
<p>Updates the desktop and reads the information about the position
of drive icons etc. from the shell.
</p>
<hr>
<a name="UDO_nav_hm_FOOT" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_FOOT" href="prefs.html"><img src="udo_up.gif" alt="Preferences" title="Preferences" border="0" width="24" height="24">Preferences</a>
<a name="UDO_nav_lf_FOOT" href="execprog.html"><img src="udo_lf.gif" alt="Execute Program" title="Execute Program" border="0" width="24" height="24">Execute Program</a>
<a name="UDO_nav_rg_FOOT" href="saveconf.html"><img src="udo_rg.gif" alt="Save config" title="Save config" border="0" width="24" height="24">Save config</a>
</body>
</html>

View File

@@ -0,0 +1,214 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<!-- last modified on 2020/08/13 -->
<html lang="en">
<head>
<title>
The Documentation for ORCS: Extended Object Types
</title>
<meta http-equiv="Content-Type" content="text/html;charset=Windows-1252">
<meta http-equiv="Content-Language" content="en">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta name="Generator" content="UDO Version 7.12 (1248) for Linux">
<meta name="Author" content="Thorsten Otto">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body style="position: relative;">
<a name="UDO_nav_hm_HEAD" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_HEAD" href="orcs.html#UDOTOC"><img src="udo_up.gif" alt="Contents" title="Contents" border="0" width="24" height="24"></a>
<a name="UDO_nav_lf_HEAD" href="icoload.html"><img src="udo_lf.gif" alt="Load Windows ICO" title="Load Windows ICO" border="0" width="24" height="24">Load Windows ICO</a>
<a name="UDO_nav_rg_HEAD" href="filetyp.html"><img src="udo_rg.gif" alt="File Types" title="File Types" border="0" width="24" height="24">File Types</a>
<hr>
<img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="orcs.html">The Documentation for ORCS</a>
<hr>
<h1><a name="Extended_20Object_20Types">A Extended Object Types</a></h1>
<p>In ORCS, depending on the settings, various extended object
types are displayed, most of them also used by many other libraries
(Flydial, MyDial etc.). These are usually defined by a specific value
in the 'Extended type' as well as certain flags. The supported types
are:
</p>
<table class="UDO_env_xlist">
<tr><td nowrap="nowrap" valign="top">FlyDial Mover</td>
<td valign="top">
<br>&nbsp;
<ul>
<li> Type: I-Box
</li>
<li> Extended Type: 17
</li>
<li> Flags: TOUCHEXIT, OUTLINED, CROSSED
</li>
</ul>
<br>The 'dog-ear' in the upper right corner of dialogs used to move
the dialog.
<br>&nbsp;
</td></tr>
<tr><td nowrap="nowrap" valign="top">Radiobutton</td>
<td valign="top">
<br>&nbsp;
<ul>
<li> Type: BUTTON oder STRING
</li>
<li> Extended Type: 18
</li>
<li> Flags: RBUTTON, ~EXIT
</li>
</ul>
<br>A round button, with text next to it.
<br>&nbsp;
</td></tr>
<tr><td nowrap="nowrap" valign="top">Checkbox</td>
<td valign="top">
<br>&nbsp;
<ul>
<li> Type: BUTTON
</li>
<li> Extended Type: 18
</li>
<li> Flags: ~RBUTTON, ~EXIT
</li>
</ul>
<br>A small square box, with text next to it.
<br>&nbsp;
</td></tr>
<tr><td nowrap="nowrap" valign="top">Exitbutton</td>
<td valign="top">
<br>&nbsp;
<ul>
<li> Type: BUTTON oder STRING
</li>
<li> Extended Type: 18
</li>
<li> Flags: ~RBUTTON, EXIT
</li>
</ul>
<br>A button with an optional keyboard shortcut. The character
behind a '[' will be underlined, and the button is a bit larger than
usual.
<br>&nbsp;
</td></tr>
<tr><td nowrap="nowrap" valign="top">Undo-Button (1)</td>
<td valign="top">
<br>&nbsp;
<ul>
<li> Type: BUTTON
</li>
<li> Extended Type: 18
</li>
<li> Flags: Flag 11
</li>
</ul>
<br>A button that should react to the UNDO key.
<br>&nbsp;
</td></tr>
<tr><td nowrap="nowrap" valign="top">Undo-Button (2)</td>
<td valign="top">
<br>&nbsp;
<ul>
<li> Type: BUTTON
</li>
<li> Extended Type: 31
</li>
<li> Flags: ~DEFAULT
</li>
</ul>
<br>A button that should react to the UNDO key.
<br>&nbsp;
</td></tr>
<tr><td nowrap="nowrap" valign="top">Underlined Text</td>
<td valign="top">
<br>&nbsp;
<ul>
<li> Type: BUTTON oder STRING
</li>
<li> Extended Type: 19
</li>
<li> Flags: -
</li>
</ul>
<br>A text that is underlined in the width of the object. In many
programs this is used as a heading for dialog.
<br>&nbsp;
</td></tr>
<tr><td nowrap="nowrap" valign="top">Group frame</td>
<td valign="top">
<br>&nbsp;
<ul>
<li> Type: BUTTON
</li>
<li> Extended Type: 20
</li>
<li> Flags: -
</li>
</ul>
<br>A large frame in which the text is used as heading on the top
left. Is CHECKED also set, the text will be displayed using the small
font.
<br>&nbsp;
</td></tr>
<tr><td nowrap="nowrap" valign="top">Help-Button</td>
<td valign="top">
<br>&nbsp;
<ul>
<li> Type: BUTTON oder BOXTEXT
</li>
<li> Extended Type: 21
</li>
<li> Flags: EXIT
</li>
</ul>
<br>A button that should react to the HELP key. The type actually
should not matter, but it is common practice to use a BOXTEXT with
flags EXIT, OUTLINED and SHADOWED, and with small and centered text.
<br>&nbsp;
</td></tr>
<tr><td nowrap="nowrap" valign="top">Circlebutton</td>
<td valign="top">
<br>&nbsp;
<ul>
<li> Type: BOXCHAR
</li>
<li> Extended Type: 22
</li>
<li> Flags: -
</li>
</ul>
<br>A circle that is commonly displayed beneath a popup menu.
<br>&nbsp;
</td></tr>
</table>
<hr>
<a name="UDO_nav_hm_FOOT" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_FOOT" href="orcs.html#UDOTOC"><img src="udo_up.gif" alt="Contents" title="Contents" border="0" width="24" height="24"></a>
<a name="UDO_nav_lf_FOOT" href="icoload.html"><img src="udo_lf.gif" alt="Load Windows ICO" title="Load Windows ICO" border="0" width="24" height="24">Load Windows ICO</a>
<a name="UDO_nav_rg_FOOT" href="filetyp.html"><img src="udo_rg.gif" alt="File Types" title="File Types" border="0" width="24" height="24">File Types</a>
</body>
</html>

View File

@@ -0,0 +1,42 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<!-- last modified on 2020/08/13 -->
<html lang="en">
<head>
<title>
The Documentation for ORCS: Object data
</title>
<meta http-equiv="Content-Type" content="text/html;charset=Windows-1252">
<meta http-equiv="Content-Language" content="en">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta name="Generator" content="UDO Version 7.12 (1248) for Linux">
<meta name="Author" content="Thorsten Otto">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body style="position: relative;">
<a name="UDO_nav_hm_HEAD" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_HEAD" href="prefs.html"><img src="udo_up.gif" alt="Preferences" title="Preferences" border="0" width="24" height="24">Preferences</a>
<a name="UDO_nav_lf_HEAD" href="extendd.html"><img src="udo_lf.gif" alt="Default Extended types" title="Default Extended types" border="0" width="24" height="24">Default Extended types</a>
<a name="UDO_nav_rg_HEAD" href="settings.html"><img src="udo_rg.gif" alt="Settings" title="Settings" border="0" width="24" height="24">Settings</a>
<hr>
<img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="orcs.html">The Documentation for ORCS</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="menu.html">The Menu</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="prefs.html">Preferences</a>
<hr>
<h1><a name="Object_20data">3.4.7 Object data</a></h1>
<p>Here you can choose what information is displayed in the info
line in the dialog editor.
</p>
<hr>
<a name="UDO_nav_hm_FOOT" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_FOOT" href="prefs.html"><img src="udo_up.gif" alt="Preferences" title="Preferences" border="0" width="24" height="24">Preferences</a>
<a name="UDO_nav_lf_FOOT" href="extendd.html"><img src="udo_lf.gif" alt="Default Extended types" title="Default Extended types" border="0" width="24" height="24">Default Extended types</a>
<a name="UDO_nav_rg_FOOT" href="settings.html"><img src="udo_rg.gif" alt="Settings" title="Settings" border="0" width="24" height="24">Settings</a>
</body>
</html>

View File

@@ -0,0 +1,41 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<!-- last modified on 2020/08/13 -->
<html lang="en">
<head>
<title>
The Documentation for ORCS: Objects
</title>
<meta http-equiv="Content-Type" content="text/html;charset=Windows-1252">
<meta http-equiv="Content-Language" content="en">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta name="Generator" content="UDO Version 7.12 (1248) for Linux">
<meta name="Author" content="Thorsten Otto">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body style="position: relative;">
<a name="UDO_nav_hm_HEAD" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_HEAD" href="window.html"><img src="udo_up.gif" alt="Window" title="Window" border="0" width="24" height="24">Window</a>
<a name="UDO_nav_lf_HEAD" href="trees.html"><img src="udo_lf.gif" alt="Trees" title="Trees" border="0" width="24" height="24">Trees</a>
<a name="UDO_nav_rg_HEAD" href="othere.html"><img src="udo_rg.gif" alt="Other entries" title="Other entries" border="0" width="24" height="24">Other entries</a>
<hr>
<img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="orcs.html">The Documentation for ORCS</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="menu.html">The Menu</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="window.html">Window</a>
<hr>
<h1><a name="Objects">3.2.8 Objects</a></h1>
<p>Opens the tool window with the objects for the <a href="dialog.html">dialog editor</a>.
</p>
<hr>
<a name="UDO_nav_hm_FOOT" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_FOOT" href="window.html"><img src="udo_up.gif" alt="Window" title="Window" border="0" width="24" height="24">Window</a>
<a name="UDO_nav_lf_FOOT" href="trees.html"><img src="udo_lf.gif" alt="Trees" title="Trees" border="0" width="24" height="24">Trees</a>
<a name="UDO_nav_rg_FOOT" href="othere.html"><img src="udo_rg.gif" alt="Other entries" title="Other entries" border="0" width="24" height="24">Other entries</a>
</body>
</html>

View File

@@ -0,0 +1,58 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<!-- last modified on 2020/08/13 -->
<html lang="en">
<head>
<title>
The Documentation for ORCS: Open
</title>
<meta http-equiv="Content-Type" content="text/html;charset=Windows-1252">
<meta http-equiv="Content-Language" content="en">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta name="Generator" content="UDO Version 7.12 (1248) for Linux">
<meta name="Author" content="Thorsten Otto">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body style="position: relative;">
<a name="UDO_nav_hm_HEAD" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_HEAD" href="file.html"><img src="udo_up.gif" alt="File" title="File" border="0" width="24" height="24">File</a>
<a name="UDO_nav_lf_HEAD" href="file.html"><img src="udo_lf.gif" alt="File" title="File" border="0" width="24" height="24">File</a>
<a name="UDO_nav_rg_HEAD" href="new.html"><img src="udo_rg.gif" alt="New File" title="New File" border="0" width="24" height="24">New File</a>
<hr>
<img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="orcs.html">The Documentation for ORCS</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="menu.html">The Menu</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="file.html">File</a>
<hr>
<h1><a name="Open">3.1.1 Open</a></h1>
<p>This item can trigger various actions.
</p>
<ol class="UDO_env_enumerate">
<li><p> If there are one or more icons selected on the desktop they are
opened as if you had made a double-click on it.
<br>&nbsp;
</p></li>
<li><p> If there is an item selected in the top window it will be
opened as if you had made a double-click on it.
<br>&nbsp;
</p></li>
<li><p> If none of these conditions apply, the <a href="file.html">File</a> Selector is called
to load a resource file (Selectric, Boxkite, Freedom and all other
file selectors creating a corresponding cookie are supported).
<br>&nbsp;
</p></li>
</ol>
<hr>
<a name="UDO_nav_hm_FOOT" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_FOOT" href="file.html"><img src="udo_up.gif" alt="File" title="File" border="0" width="24" height="24">File</a>
<a name="UDO_nav_lf_FOOT" href="file.html"><img src="udo_lf.gif" alt="File" title="File" border="0" width="24" height="24">File</a>
<a name="UDO_nav_rg_FOOT" href="new.html"><img src="udo_rg.gif" alt="New File" title="New File" border="0" width="24" height="24">New File</a>
</body>
</html>

View File

@@ -0,0 +1,51 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<!-- last modified on 2020/08/13 -->
<html lang="en">
<head>
<title>
The Documentation for ORCS: Options
</title>
<meta http-equiv="Content-Type" content="text/html;charset=Windows-1252">
<meta http-equiv="Content-Language" content="en">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta name="Generator" content="UDO Version 7.12 (1248) for Linux">
<meta name="Author" content="Thorsten Otto">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body style="position: relative;">
<a name="UDO_nav_hm_HEAD" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_HEAD" href="menu.html"><img src="udo_up.gif" alt="The Menu" title="The Menu" border="0" width="24" height="24">The Menu</a>
<a name="UDO_nav_lf_HEAD" href="othere.html"><img src="udo_lf.gif" alt="Other entries" title="Other entries" border="0" width="24" height="24">Other entries</a>
<a name="UDO_nav_rg_HEAD" href="snapx.html"><img src="udo_rg.gif" alt="Snap X" title="Snap X" border="0" width="24" height="24">Snap X</a>
<hr>
<img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="orcs.html">The Documentation for ORCS</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="menu.html">The Menu</a>
<hr>
<h1><a name="Options">3.3 Options</a></h1>
<ul class="content">
<li> 3.3.1 <a href="snapx.html">Snap X</a>
<li> 3.3.2 <a href="snapy.html">Snap Y</a>
<li> 3.3.3 <a href="autosize.html">Autosize</a>
<li> 3.3.4 <a href="editi.html">Edit immediately</a>
<li> 3.3.5 <a href="showp.html">Show Parts</a>
<li> 3.3.6 <a href="showm.html">Show Menu</a>
<li> 3.3.7 <a href="find.html">Find Objects</a>
<li> 3.3.8 <a href="findnext.html">Find next</a>
<li> 3.3.9 <a href="rcompare.html">Resource compare</a>
</li>
</ul>
<br>
<hr>
<a name="UDO_nav_hm_FOOT" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_FOOT" href="menu.html"><img src="udo_up.gif" alt="The Menu" title="The Menu" border="0" width="24" height="24">The Menu</a>
<a name="UDO_nav_lf_FOOT" href="othere.html"><img src="udo_lf.gif" alt="Other entries" title="Other entries" border="0" width="24" height="24">Other entries</a>
<a name="UDO_nav_rg_FOOT" href="snapx.html"><img src="udo_rg.gif" alt="Snap X" title="Snap X" border="0" width="24" height="24">Snap X</a>
</body>
</html>

View File

@@ -0,0 +1,189 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<!-- last modified on 2020/08/13 -->
<html lang="en">
<head>
<title>
The Documentation for ORCS
</title>
<meta http-equiv="Content-Type" content="text/html;charset=Windows-1252">
<meta http-equiv="Content-Language" content="en">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta name="Generator" content="UDO Version 7.12 (1248) for Linux">
<meta name="Author" content="Thorsten Otto">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body style="position: relative;">
<img src="udo_nohm.gif" alt="Home" title="Home" border="0" width="24" height="24">
<img src="udo_noup.gif" alt="" title="" border="0" width="24" height="24">
<img src="udo_nolf.gif" alt="" title="" border="0" width="24" height="24">
<a name="UDO_nav_rg_HEAD" href="general.html"><img src="udo_rg.gif" alt="General" title="General" border="0" width="24" height="24">General</a>
<hr>
<div id="udo_titlepage">
<h2 align="center">The Documentation for</h2>
<h1 align="center">ORCS</h1>
<p align="center">
2.18<br>
2020-08-20<br>
<br>by<br>
Thorsten Otto<br>
Katharinenstr. 14<br>
D-45131 Essen<br>
<a href="mailto:admin@tho-otto.de">admin@tho-otto.de</a><br>
<p>
<hr>
</div>
<h1><a name="UDOTOC">Contents</a></h1>
<ul class="content">
<li> 1 <b><a href="general.html">General</a></b>
<ul class="content">
<li> 1.1 <a href="intro.html">Introduction</a>
<li> 1.2 <a href="copyrght.html">Copyright</a>
<li> 1.3 <a href="overview.html">Overview of Functions</a>
<br>&nbsp;
</li>
</ul>
</li>
<li> 2 <b><a href="desktop.html">Desktop</a></b>
<ul class="content">
<li> 2.1 <a href="trashcan.html">Trashcan</a>
<li> 2.2 <a href="disks.html">Disks</a>
<br>&nbsp;
</li>
</ul>
</li>
<li> 3 <b><a href="menu.html">The Menu</a></b>
<ul class="content">
<li> 3.1 <a href="file.html">File</a>
<ul class="content">
<li> 3.1.1 <a href="open.html">Open</a>
<li> 3.1.2 <a href="new.html">New File</a>
<li> 3.1.3 <a href="save.html">Save</a>
<li> 3.1.4 <a href="saveas.html">Save As</a>
<li> 3.1.5 <a href="abandon.html">Abandon</a>
<li> 3.1.6 <a href="merge.html">Merge</a>
<li> 3.1.7 <a href="info.html">Show info</a>
<li> 3.1.8 <a href="output.html">Output files</a>
<li> 3.1.9 <a href="namerule.html">Namerules</a>
<li> 3.1.10 <a href="extended.html">Extended Types</a>
<li> 3.1.11 <a href="cancel.html">Cancel</a>
<li> 3.1.12 <a href="quit.html">Quit</a>
</li>
</ul>
</li>
<li> 3.2 <a href="window.html">Window</a>
<ul class="content">
<li> 3.2.1 <a href="close.html">Close</a>
<li> 3.2.2 <a href="closew.html">Close window</a>
<li> 3.2.3 <a href="cycle.html">Cycle windows</a>
<li> 3.2.4 <a href="tileh.html">Tile horizontal</a>
<li> 3.2.5 <a href="tilev.html">Tile vertical</a>
<li> 3.2.6 <a href="cascade.html">Cascade</a>
<li> 3.2.7 <a href="trees.html">Trees</a>
<li> 3.2.8 <a href="objects.html">Objects</a>
<li> 3.2.9 <a href="othere.html">Other entries</a>
</li>
</ul>
</li>
<li> 3.3 <a href="options.html">Options</a>
<ul class="content">
<li> 3.3.1 <a href="snapx.html">Snap X</a>
<li> 3.3.2 <a href="snapy.html">Snap Y</a>
<li> 3.3.3 <a href="autosize.html">Autosize</a>
<li> 3.3.4 <a href="editi.html">Edit immediately</a>
<li> 3.3.5 <a href="showp.html">Show Parts</a>
<li> 3.3.6 <a href="showm.html">Show Menu</a>
<li> 3.3.7 <a href="find.html">Find Objects</a>
<li> 3.3.8 <a href="findnext.html">Find next</a>
<li> 3.3.9 <a href="rcompare.html">Resource compare</a>
</li>
</ul>
</li>
<li> 3.4 <a href="prefs.html">Preferences</a>
<ul class="content">
<li> 3.4.1 <a href="protect.html">Protection</a>
<li> 3.4.2 <a href="bground.html">Background</a>
<li> 3.4.3 <a href="extens.html">Extensions</a>
<li> 3.4.4 <a href="outputd.html">Default Output files</a>
<li> 3.4.5 <a href="nameruld.html">Default Namerules</a>
<li> 3.4.6 <a href="extendd.html">Default Extended types</a>
<li> 3.4.7 <a href="objectd.html">Object data</a>
<li> 3.4.8 <a href="settings.html">Settings</a>
<li> 3.4.9 <a href="loadprog.html">Load Program</a>
<li> 3.4.10 <a href="execprog.html">Execute Program</a>
<li> 3.4.11 <a href="newdesk.html">New Desktop</a>
<li> 3.4.12 <a href="saveconf.html">Save config</a>
<li> 3.4.13 <a href="loadconf.html">Load config</a>
<br>&nbsp;
</li>
</ul>
</li>
</ul>
</li>
<li> 4 <b><a href="rtrees.html">Resource Trees</a></b>
<ul class="content">
<li> 4.1 <a href="nametype.html">Name and Type</a>
<li> 4.2 <a href="dialog.html">Dialog-Editor</a>
<ul class="content">
<li> 4.2.1 <a href="dialogs.html">Object Dialogs</a>
<ul class="content">
<li> 4.2.1.1 <a href="g_box.html">Edit Box Object</a>
<li> 4.2.1.2 <a href="g_text.html">Edit Text Object</a>
<li> 4.2.1.3 <a href="g_string.html">Edit String Object</a>
<li> 4.2.1.4 <a href="g_user.html">Edit User Object</a>
<li> 4.2.1.5 <a href="g_icon.html">Edit Icon Object</a>
<li> 4.2.1.6 <a href="g_image.html">Edit Image Object</a>
<li> 4.2.1.7 <a href="g_cicon.html">Edit Color Icon Object</a>
<li> 4.2.1.8 <a href="size.html">Change Size &amp; Position</a>
<li> 4.2.1.9 <a href="comment.html">Comments</a>
</li>
</ul>
</li>
</ul>
</li>
<li> 4.3 <a href="menued.html">Menu-Editor</a>
<li> 4.4 <a href="alert.html">Edit Alert Box</a>
<li> 4.5 <a href="frstr.html">Edit Free String</a>
<li> 4.6 <a href="frimg.html">Edit Free Image</a>
<li> 4.7 <a href="bgh.html">BubbleGEM Editor</a>
<li> 4.8 <a href="iconed.html">Icon-Editor</a>
<ul class="content">
<li> 4.8.1 <a href="iconsave.html">Load/Save Icon</a>
<li> 4.8.2 <a href="iconnew.html">New icon</a>
<li> 4.8.3 <a href="imgload.html">Load Picture</a>
<li> 4.8.4 <a href="icoload.html">Load Windows ICO</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
<br>
<h1>Appendix</h1>
<ul class="content">
<li> A <b><a href="obextend.html">Extended Object Types</a></b>
<br>&nbsp;
<li> B <b><a href="filetyp.html">File Types</a></b>
<br>&nbsp;
<li> C <b><a href="miscext.html">Other extensions</a></b>
<ul class="content">
<li> C.1 <a href="crcstr.html">CRC-String</a>
</li>
</ul>
</li>
</ul>
<br>
<br>
<hr>
<img src="udo_nohm.gif" alt="Home" title="Home" border="0" width="24" height="24">
<img src="udo_noup.gif" alt="" title="" border="0" width="24" height="24">
<img src="udo_nolf.gif" alt="" title="" border="0" width="24" height="24">
<a name="UDO_nav_rg_FOOT" href="general.html"><img src="udo_rg.gif" alt="General" title="General" border="0" width="24" height="24">General</a>
</body>
</html>

View File

@@ -0,0 +1,42 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<!-- last modified on 2020/08/13 -->
<html lang="en">
<head>
<title>
The Documentation for ORCS: Other entries
</title>
<meta http-equiv="Content-Type" content="text/html;charset=Windows-1252">
<meta http-equiv="Content-Language" content="en">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta name="Generator" content="UDO Version 7.12 (1248) for Linux">
<meta name="Author" content="Thorsten Otto">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body style="position: relative;">
<a name="UDO_nav_hm_HEAD" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_HEAD" href="window.html"><img src="udo_up.gif" alt="Window" title="Window" border="0" width="24" height="24">Window</a>
<a name="UDO_nav_lf_HEAD" href="objects.html"><img src="udo_lf.gif" alt="Objects" title="Objects" border="0" width="24" height="24">Objects</a>
<a name="UDO_nav_rg_HEAD" href="options.html"><img src="udo_rg.gif" alt="Options" title="Options" border="0" width="24" height="24">Options</a>
<hr>
<img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="orcs.html">The Documentation for ORCS</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="menu.html">The Menu</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="window.html">Window</a>
<hr>
<h1><a name="Other_20entries">3.2.9 Other entries</a></h1>
<p>Up to ten additional items in the window menu represent the
first ten loaded RSC files.
</p>
<hr>
<a name="UDO_nav_hm_FOOT" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_FOOT" href="window.html"><img src="udo_up.gif" alt="Window" title="Window" border="0" width="24" height="24">Window</a>
<a name="UDO_nav_lf_FOOT" href="objects.html"><img src="udo_lf.gif" alt="Objects" title="Objects" border="0" width="24" height="24">Objects</a>
<a name="UDO_nav_rg_FOOT" href="options.html"><img src="udo_rg.gif" alt="Options" title="Options" border="0" width="24" height="24">Options</a>
</body>
</html>

View File

@@ -0,0 +1,60 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<!-- last modified on 2020/08/13 -->
<html lang="en">
<head>
<title>
The Documentation for ORCS: Output files
</title>
<meta http-equiv="Content-Type" content="text/html;charset=Windows-1252">
<meta http-equiv="Content-Language" content="en">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta name="Generator" content="UDO Version 7.12 (1248) for Linux">
<meta name="Author" content="Thorsten Otto">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body style="position: relative;">
<a name="UDO_nav_hm_HEAD" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_HEAD" href="file.html"><img src="udo_up.gif" alt="File" title="File" border="0" width="24" height="24">File</a>
<a name="UDO_nav_lf_HEAD" href="info.html"><img src="udo_lf.gif" alt="Show info" title="Show info" border="0" width="24" height="24">Show info</a>
<a name="UDO_nav_rg_HEAD" href="namerule.html"><img src="udo_rg.gif" alt="Namerules" title="Namerules" border="0" width="24" height="24">Namerules</a>
<hr>
<img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="orcs.html">The Documentation for ORCS</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="menu.html">The Menu</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="file.html">File</a>
<hr>
<h1><a name="Output_20files">3.1.8 Output files</a></h1>
<p>This dialog box is used to define which formats are written when
saving a file (the default settings for new files are set by <a href="outputd.html">Preferences/Default Output files</a>).
</p>
<p>On the left are the output formats for various programming
languages, on the right side the formats for various other RSC
editors. RSD is the format used by Kuma NRSC, DEF is used by older
Atari programs, DFN the format used by newer Atari programs (RCS2) and
HRD is eg. used by WERCS and Interface. RSM is used by RsourceMaster.
RSO is the format ORCS always uses and can not be disabled. All these
formats can be both read and written.
</p>
<table class="UDO_env_xlist">
<tr><td nowrap="nowrap" valign="top"><a href="crcstr.html">CRC-String</a>:</td>
<td valign="top"> Selecting this option, a checksum is written both to the
resource itself and the header file (see <a href="crcstr.html">CRC-string</a>). This can be used by
a program to determine whether the correct resource file has been
loaded.
</td></tr>
</table>
<hr>
<a name="UDO_nav_hm_FOOT" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_FOOT" href="file.html"><img src="udo_up.gif" alt="File" title="File" border="0" width="24" height="24">File</a>
<a name="UDO_nav_lf_FOOT" href="info.html"><img src="udo_lf.gif" alt="Show info" title="Show info" border="0" width="24" height="24">Show info</a>
<a name="UDO_nav_rg_FOOT" href="namerule.html"><img src="udo_rg.gif" alt="Namerules" title="Namerules" border="0" width="24" height="24">Namerules</a>
</body>
</html>

View File

@@ -0,0 +1,51 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<!-- last modified on 2020/08/13 -->
<html lang="en">
<head>
<title>
The Documentation for ORCS: Default Output files
</title>
<meta http-equiv="Content-Type" content="text/html;charset=Windows-1252">
<meta http-equiv="Content-Language" content="en">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta name="Generator" content="UDO Version 7.12 (1248) for Linux">
<meta name="Author" content="Thorsten Otto">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body style="position: relative;">
<a name="UDO_nav_hm_HEAD" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_HEAD" href="prefs.html"><img src="udo_up.gif" alt="Preferences" title="Preferences" border="0" width="24" height="24">Preferences</a>
<a name="UDO_nav_lf_HEAD" href="extens.html"><img src="udo_lf.gif" alt="Extensions" title="Extensions" border="0" width="24" height="24">Extensions</a>
<a name="UDO_nav_rg_HEAD" href="nameruld.html"><img src="udo_rg.gif" alt="Default Namerules" title="Default Namerules" border="0" width="24" height="24">Default Namerules</a>
<hr>
<img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="orcs.html">The Documentation for ORCS</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="menu.html">The Menu</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="prefs.html">Preferences</a>
<hr>
<h1><a name="Default_20Output_20files">3.4.4 Default Output files</a></h1>
<p>Use this dialog box to set the output files for newly created
resource files (the settings for already loaded resources can be
changed with <a href="output.html">File/Output files</a>).
</p>
<p>On the left are the output formats for various programming
languages, on the right side the formats for various other RSC
editors. RSD is the format used by Kuma NRSC, DEF is used by older
Atari programs, DFN the format used by newer Atari programs (RCS2) and
HRD is eg. used by WERCS and Interface. RSM is used by RsourceMaster.
RSO is the format ORCS always uses and can not be disabled. All these
formats can be both read and written.
</p>
<hr>
<a name="UDO_nav_hm_FOOT" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_FOOT" href="prefs.html"><img src="udo_up.gif" alt="Preferences" title="Preferences" border="0" width="24" height="24">Preferences</a>
<a name="UDO_nav_lf_FOOT" href="extens.html"><img src="udo_lf.gif" alt="Extensions" title="Extensions" border="0" width="24" height="24">Extensions</a>
<a name="UDO_nav_rg_FOOT" href="nameruld.html"><img src="udo_rg.gif" alt="Default Namerules" title="Default Namerules" border="0" width="24" height="24">Default Namerules</a>
</body>
</html>

View File

@@ -0,0 +1,136 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<!-- last modified on 2020/08/13 -->
<html lang="en">
<head>
<title>
The Documentation for ORCS: Overview of Functions
</title>
<meta http-equiv="Content-Type" content="text/html;charset=Windows-1252">
<meta http-equiv="Content-Language" content="en">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta name="Generator" content="UDO Version 7.12 (1248) for Linux">
<meta name="Author" content="Thorsten Otto">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body style="position: relative;">
<a name="UDO_nav_hm_HEAD" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_HEAD" href="general.html"><img src="udo_up.gif" alt="General" title="General" border="0" width="24" height="24">General</a>
<a name="UDO_nav_lf_HEAD" href="copyrght.html"><img src="udo_lf.gif" alt="Copyright" title="Copyright" border="0" width="24" height="24">Copyright</a>
<a name="UDO_nav_rg_HEAD" href="desktop.html"><img src="udo_rg.gif" alt="Desktop" title="Desktop" border="0" width="24" height="24">Desktop</a>
<hr>
<img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="orcs.html">The Documentation for ORCS</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="general.html">General</a>
<hr>
<h1><a name="Overview_20of_20Functions">1.3 Overview of Functions</a></h1>
<p>ORCS hat folgende Leistungsmerkmale:
</p>
<ul>
<li><p> Resource files of any size, not limited to 64K
<br>&nbsp;
</p></li>
<li><p> Loading and saving of resource files with color icons
<br>&nbsp;
</p></li>
<li><p> Loading and saving of resource file in intel format
<br>&nbsp;
</p></li>
<li><p> Arbitrary number of files loadable (as long as memory suffices)
<br>&nbsp;
</p></li>
<li><p> completely dnymically memory management
<br>&nbsp;
</p></li>
<li><p> <a href="trees.html">Trees</a> and objects optionally in editor window or in own window
<br>&nbsp;
</p></li>
<li><p> Names up to 32 characters
<br>&nbsp;
</p></li>
<li><p> Configurable syntax of names (upper-/lowercase) for each
resource
<br>&nbsp;
</p></li>
<li><p> Possibility to test all tree types (alert, dialog, menu or
image)
<br>&nbsp;
</p></li>
<li><p> Arbitrary number of objects editable simultaneously (as long as
windows are available)
<br>&nbsp;
</p></li>
<li><p> Possibility to compare two resources
<br>&nbsp;
</p></li>
<li><p> Search function for objects
<br>&nbsp;
</p></li>
<li><p> <a href="comment.html">Comments</a> for objects and trees
<br>&nbsp;
</p></li>
<li><p> Integrated icon editor (for color icons)
<br>&nbsp;
</p></li>
<li><p> Possibility to load images in several formats
<br>&nbsp;
</p></li>
<li><p> Standard GEM user interface
<br>&nbsp;
</p></li>
<li><p> Works on all machines on which TOS or compatible systems run
<br>&nbsp;
</p></li>
<li><p> Dialogs optionally in window or modal
<br>&nbsp;
</p></li>
<li><p> Dialogs almost completely usable with keyboard
<br>&nbsp;
</p></li>
<li><p> Loading and savging of von DEF, DFN, RSD, HRD and RSM
definition files
<br>&nbsp;
</p></li>
<li><p> <a href="output.html">Output files</a> for C, Pascal, Modula, Basic, Fortran, Forth,
Assembler etc.
<br>&nbsp;
</p></li>
<li><p> Source output for C, Assembler and Pascal
<br>&nbsp;
</p></li>
<li><p> <a href="desktop.html">Desktop</a> optionally in background, in window or disabled
<br>&nbsp;
</p></li>
<li><p> All flags &amp; states of objects editable
<br>&nbsp;
</p></li>
<li><p> WYSIWYG display of extended object types (checkboxes, radio
buttons etc.)
<br>&nbsp;
</p></li>
<li><p> Automatic alignment of menus items including shortcuts
<br>&nbsp;
</p></li>
<li><p> Online-help for all dialogs
<br>&nbsp;
</p></li>
<li><p> Interface optionally in english or german
<br>&nbsp;
</p></li>
<li><p> Display of items optionally as icons or text
<br>&nbsp;
</p></li>
</ul>
<hr>
<a name="UDO_nav_hm_FOOT" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_FOOT" href="general.html"><img src="udo_up.gif" alt="General" title="General" border="0" width="24" height="24">General</a>
<a name="UDO_nav_lf_FOOT" href="copyrght.html"><img src="udo_lf.gif" alt="Copyright" title="Copyright" border="0" width="24" height="24">Copyright</a>
<a name="UDO_nav_rg_FOOT" href="desktop.html"><img src="udo_rg.gif" alt="Desktop" title="Desktop" border="0" width="24" height="24">Desktop</a>
</body>
</html>

View File

@@ -0,0 +1,55 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<!-- last modified on 2020/08/13 -->
<html lang="en">
<head>
<title>
The Documentation for ORCS: Preferences
</title>
<meta http-equiv="Content-Type" content="text/html;charset=Windows-1252">
<meta http-equiv="Content-Language" content="en">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta name="Generator" content="UDO Version 7.12 (1248) for Linux">
<meta name="Author" content="Thorsten Otto">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body style="position: relative;">
<a name="UDO_nav_hm_HEAD" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_HEAD" href="menu.html"><img src="udo_up.gif" alt="The Menu" title="The Menu" border="0" width="24" height="24">The Menu</a>
<a name="UDO_nav_lf_HEAD" href="rcompare.html"><img src="udo_lf.gif" alt="Resource compare" title="Resource compare" border="0" width="24" height="24">Resource compare</a>
<a name="UDO_nav_rg_HEAD" href="protect.html"><img src="udo_rg.gif" alt="Protection" title="Protection" border="0" width="24" height="24">Protection</a>
<hr>
<img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="orcs.html">The Documentation for ORCS</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="menu.html">The Menu</a>
<hr>
<h1><a name="Preferences">3.4 Preferences</a></h1>
<ul class="content">
<li> 3.4.1 <a href="protect.html">Protection</a>
<li> 3.4.2 <a href="bground.html">Background</a>
<li> 3.4.3 <a href="extens.html">Extensions</a>
<li> 3.4.4 <a href="outputd.html">Default Output files</a>
<li> 3.4.5 <a href="nameruld.html">Default Namerules</a>
<li> 3.4.6 <a href="extendd.html">Default Extended types</a>
<li> 3.4.7 <a href="objectd.html">Object data</a>
<li> 3.4.8 <a href="settings.html">Settings</a>
<li> 3.4.9 <a href="loadprog.html">Load Program</a>
<li> 3.4.10 <a href="execprog.html">Execute Program</a>
<li> 3.4.11 <a href="newdesk.html">New Desktop</a>
<li> 3.4.12 <a href="saveconf.html">Save config</a>
<li> 3.4.13 <a href="loadconf.html">Load config</a>
</li>
</ul>
<br>
<hr>
<a name="UDO_nav_hm_FOOT" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_FOOT" href="menu.html"><img src="udo_up.gif" alt="The Menu" title="The Menu" border="0" width="24" height="24">The Menu</a>
<a name="UDO_nav_lf_FOOT" href="rcompare.html"><img src="udo_lf.gif" alt="Resource compare" title="Resource compare" border="0" width="24" height="24">Resource compare</a>
<a name="UDO_nav_rg_FOOT" href="protect.html"><img src="udo_rg.gif" alt="Protection" title="Protection" border="0" width="24" height="24">Protection</a>
</body>
</html>

View File

@@ -0,0 +1,76 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<!-- last modified on 2020/08/13 -->
<html lang="en">
<head>
<title>
The Documentation for ORCS: Protection
</title>
<meta http-equiv="Content-Type" content="text/html;charset=Windows-1252">
<meta http-equiv="Content-Language" content="en">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta name="Generator" content="UDO Version 7.12 (1248) for Linux">
<meta name="Author" content="Thorsten Otto">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body style="position: relative;">
<a name="UDO_nav_hm_HEAD" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_HEAD" href="prefs.html"><img src="udo_up.gif" alt="Preferences" title="Preferences" border="0" width="24" height="24">Preferences</a>
<a name="UDO_nav_lf_HEAD" href="prefs.html"><img src="udo_lf.gif" alt="Preferences" title="Preferences" border="0" width="24" height="24">Preferences</a>
<a name="UDO_nav_rg_HEAD" href="bground.html"><img src="udo_rg.gif" alt="Background" title="Background" border="0" width="24" height="24">Background</a>
<hr>
<img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="orcs.html">The Documentation for ORCS</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="menu.html">The Menu</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="prefs.html">Preferences</a>
<hr>
<h1><a name="Protection">3.4.1 Protection</a></h1>
<p>Here you can set various levels of waht can be changed in a
resource.
</p>
<table class="UDO_env_xlist">
<tr><td nowrap="nowrap" valign="top">Protected</td>
<td valign="top"> <a href="objects.html">Objects</a> may be tested and viewed, but are protected against
changes. Useful for example if you only want to view a file without to
accidentally change something.
<br>&nbsp;
</td></tr>
<tr><td nowrap="nowrap" valign="top">Locked</td>
<td valign="top"> <a href="objects.html">Objects</a> may be edited, sized or moved, but the object structure
may not be changed. Usefull for example if you only want to make small
corrections.
<br>&nbsp;
</td></tr>
<tr><td nowrap="nowrap" valign="top">Beginner</td>
<td valign="top"> A warning is given before each update, that may affect an
application.
<br>&nbsp;
</td></tr>
<tr><td nowrap="nowrap" valign="top">Normal</td>
<td valign="top"> A warning is given befoe the workspace is cleared, or trees are
rearranged. This is the default setting.
<br>&nbsp;
</td></tr>
<tr><td nowrap="nowrap" valign="top">Expert</td>
<td valign="top"> No warnings are given when trees are altered.
<br>&nbsp;
</td></tr>
</table>
<hr>
<a name="UDO_nav_hm_FOOT" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_FOOT" href="prefs.html"><img src="udo_up.gif" alt="Preferences" title="Preferences" border="0" width="24" height="24">Preferences</a>
<a name="UDO_nav_lf_FOOT" href="prefs.html"><img src="udo_lf.gif" alt="Preferences" title="Preferences" border="0" width="24" height="24">Preferences</a>
<a name="UDO_nav_rg_FOOT" href="bground.html"><img src="udo_rg.gif" alt="Background" title="Background" border="0" width="24" height="24">Background</a>
</body>
</html>

View File

@@ -0,0 +1,43 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<!-- last modified on 2020/08/13 -->
<html lang="en">
<head>
<title>
The Documentation for ORCS: Quit
</title>
<meta http-equiv="Content-Type" content="text/html;charset=Windows-1252">
<meta http-equiv="Content-Language" content="en">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta name="Generator" content="UDO Version 7.12 (1248) for Linux">
<meta name="Author" content="Thorsten Otto">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body style="position: relative;">
<a name="UDO_nav_hm_HEAD" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_HEAD" href="file.html"><img src="udo_up.gif" alt="File" title="File" border="0" width="24" height="24">File</a>
<a name="UDO_nav_lf_HEAD" href="cancel.html"><img src="udo_lf.gif" alt="Cancel" title="Cancel" border="0" width="24" height="24">Cancel</a>
<a name="UDO_nav_rg_HEAD" href="window.html"><img src="udo_rg.gif" alt="Window" title="Window" border="0" width="24" height="24">Window</a>
<hr>
<img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="orcs.html">The Documentation for ORCS</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="menu.html">The Menu</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="file.html">File</a>
<hr>
<h1><a name="Quit">3.1.12 Quit</a></h1>
<p>This menu item is used to terminate the program. If there are
any changed files you will be queried whether these files should be
saved or discarded.
</p>
<hr>
<a name="UDO_nav_hm_FOOT" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_FOOT" href="file.html"><img src="udo_up.gif" alt="File" title="File" border="0" width="24" height="24">File</a>
<a name="UDO_nav_lf_FOOT" href="cancel.html"><img src="udo_lf.gif" alt="Cancel" title="Cancel" border="0" width="24" height="24">Cancel</a>
<a name="UDO_nav_rg_FOOT" href="window.html"><img src="udo_rg.gif" alt="Window" title="Window" border="0" width="24" height="24">Window</a>
</body>
</html>

View File

@@ -0,0 +1,45 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<!-- last modified on 2020/08/13 -->
<html lang="en">
<head>
<title>
The Documentation for ORCS: Resource compare
</title>
<meta http-equiv="Content-Type" content="text/html;charset=Windows-1252">
<meta http-equiv="Content-Language" content="en">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta name="Generator" content="UDO Version 7.12 (1248) for Linux">
<meta name="Author" content="Thorsten Otto">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body style="position: relative;">
<a name="UDO_nav_hm_HEAD" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_HEAD" href="options.html"><img src="udo_up.gif" alt="Options" title="Options" border="0" width="24" height="24">Options</a>
<a name="UDO_nav_lf_HEAD" href="findnext.html"><img src="udo_lf.gif" alt="Find next" title="Find next" border="0" width="24" height="24">Find next</a>
<a name="UDO_nav_rg_HEAD" href="prefs.html"><img src="udo_rg.gif" alt="Preferences" title="Preferences" border="0" width="24" height="24">Preferences</a>
<hr>
<img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="orcs.html">The Documentation for ORCS</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="menu.html">The Menu</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="options.html">Options</a>
<hr>
<h1><a name="Resource_20compare">3.3.9 Resource compare</a></h1>
<p>If two windows with resource files are open, or two icons for
resource files are selected on the desktop, you can compare the two
files using this dialog. Here you can then, for example, find
differences in the structure, if the two resources are for the same
program in different languages.
</p>
<hr>
<a name="UDO_nav_hm_FOOT" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_FOOT" href="options.html"><img src="udo_up.gif" alt="Options" title="Options" border="0" width="24" height="24">Options</a>
<a name="UDO_nav_lf_FOOT" href="findnext.html"><img src="udo_lf.gif" alt="Find next" title="Find next" border="0" width="24" height="24">Find next</a>
<a name="UDO_nav_rg_FOOT" href="prefs.html"><img src="udo_rg.gif" alt="Preferences" title="Preferences" border="0" width="24" height="24">Preferences</a>
</body>
</html>

View File

@@ -0,0 +1,81 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<!-- last modified on 2020/08/13 -->
<html lang="en">
<head>
<title>
The Documentation for ORCS: Resource Trees
</title>
<meta http-equiv="Content-Type" content="text/html;charset=Windows-1252">
<meta http-equiv="Content-Language" content="en">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta name="Generator" content="UDO Version 7.12 (1248) for Linux">
<meta name="Author" content="Thorsten Otto">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body style="position: relative;">
<a name="UDO_nav_hm_HEAD" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_HEAD" href="orcs.html#UDOTOC"><img src="udo_up.gif" alt="Contents" title="Contents" border="0" width="24" height="24"></a>
<a name="UDO_nav_lf_HEAD" href="loadconf.html"><img src="udo_lf.gif" alt="Load config" title="Load config" border="0" width="24" height="24">Load config</a>
<a name="UDO_nav_rg_HEAD" href="nametype.html"><img src="udo_rg.gif" alt="Name and Type" title="Name and Type" border="0" width="24" height="24">Name and Type</a>
<hr>
<img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="orcs.html">The Documentation for ORCS</a>
<hr>
<h1><a name="Resource_20Trees">4 Resource Trees</a></h1>
<p>When a new file is loaded, first of all this window is displayed
where all the trees of the resource are presented. If a symbol for a
dialog or menu is clicked, a dialog appears which allows you to change
the name and type. Double click to open the window to edit the
corresponding tree. You can select several trees by holding the shift
key during selection, which can then be moved or copied to other
windows.
</p>
<ul class="content">
<li> 4.1 <a href="nametype.html">Name and Type</a>
<li> 4.2 <a href="dialog.html">Dialog-Editor</a>
<ul class="content">
<li> 4.2.1 <a href="dialogs.html">Object Dialogs</a>
<ul class="content">
<li> 4.2.1.1 <a href="g_box.html">Edit Box Object</a>
<li> 4.2.1.2 <a href="g_text.html">Edit Text Object</a>
<li> 4.2.1.3 <a href="g_string.html">Edit String Object</a>
<li> 4.2.1.4 <a href="g_user.html">Edit User Object</a>
<li> 4.2.1.5 <a href="g_icon.html">Edit Icon Object</a>
<li> 4.2.1.6 <a href="g_image.html">Edit Image Object</a>
<li> 4.2.1.7 <a href="g_cicon.html">Edit Color Icon Object</a>
<li> 4.2.1.8 <a href="size.html">Change Size &amp; Position</a>
<li> 4.2.1.9 <a href="comment.html">Comments</a>
</li>
</ul>
</li>
</ul>
</li>
<li> 4.3 <a href="menued.html">Menu-Editor</a>
<li> 4.4 <a href="alert.html">Edit Alert Box</a>
<li> 4.5 <a href="frstr.html">Edit Free String</a>
<li> 4.6 <a href="frimg.html">Edit Free Image</a>
<li> 4.7 <a href="bgh.html">BubbleGEM Editor</a>
<li> 4.8 <a href="iconed.html">Icon-Editor</a>
<ul class="content">
<li> 4.8.1 <a href="iconsave.html">Load/Save Icon</a>
<li> 4.8.2 <a href="iconnew.html">New icon</a>
<li> 4.8.3 <a href="imgload.html">Load Picture</a>
<li> 4.8.4 <a href="icoload.html">Load Windows ICO</a>
</li>
</ul>
</li>
</ul>
<br>
<hr>
<a name="UDO_nav_hm_FOOT" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_FOOT" href="orcs.html#UDOTOC"><img src="udo_up.gif" alt="Contents" title="Contents" border="0" width="24" height="24"></a>
<a name="UDO_nav_lf_FOOT" href="loadconf.html"><img src="udo_lf.gif" alt="Load config" title="Load config" border="0" width="24" height="24">Load config</a>
<a name="UDO_nav_rg_FOOT" href="nametype.html"><img src="udo_rg.gif" alt="Name and Type" title="Name and Type" border="0" width="24" height="24">Name and Type</a>
</body>
</html>

View File

@@ -0,0 +1,43 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<!-- last modified on 2020/08/13 -->
<html lang="en">
<head>
<title>
The Documentation for ORCS: Save
</title>
<meta http-equiv="Content-Type" content="text/html;charset=Windows-1252">
<meta http-equiv="Content-Language" content="en">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta name="Generator" content="UDO Version 7.12 (1248) for Linux">
<meta name="Author" content="Thorsten Otto">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body style="position: relative;">
<a name="UDO_nav_hm_HEAD" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_HEAD" href="file.html"><img src="udo_up.gif" alt="File" title="File" border="0" width="24" height="24">File</a>
<a name="UDO_nav_lf_HEAD" href="new.html"><img src="udo_lf.gif" alt="New File" title="New File" border="0" width="24" height="24">New File</a>
<a name="UDO_nav_rg_HEAD" href="saveas.html"><img src="udo_rg.gif" alt="Save As" title="Save As" border="0" width="24" height="24">Save As</a>
<hr>
<img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="orcs.html">The Documentation for ORCS</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="menu.html">The Menu</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="file.html">File</a>
<hr>
<h1><a name="Save">3.1.3 Save</a></h1>
<p>The current resource file is saved, if it has been changed.
&quot;Current&quot; in this context means either the selected files on
the desktop or the file that belongs to the top window.
</p>
<hr>
<a name="UDO_nav_hm_FOOT" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_FOOT" href="file.html"><img src="udo_up.gif" alt="File" title="File" border="0" width="24" height="24">File</a>
<a name="UDO_nav_lf_FOOT" href="new.html"><img src="udo_lf.gif" alt="New File" title="New File" border="0" width="24" height="24">New File</a>
<a name="UDO_nav_rg_FOOT" href="saveas.html"><img src="udo_rg.gif" alt="Save As" title="Save As" border="0" width="24" height="24">Save As</a>
</body>
</html>

View File

@@ -0,0 +1,45 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<!-- last modified on 2020/08/13 -->
<html lang="en">
<head>
<title>
The Documentation for ORCS: Save As
</title>
<meta http-equiv="Content-Type" content="text/html;charset=Windows-1252">
<meta http-equiv="Content-Language" content="en">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta name="Generator" content="UDO Version 7.12 (1248) for Linux">
<meta name="Author" content="Thorsten Otto">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body style="position: relative;">
<a name="UDO_nav_hm_HEAD" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_HEAD" href="file.html"><img src="udo_up.gif" alt="File" title="File" border="0" width="24" height="24">File</a>
<a name="UDO_nav_lf_HEAD" href="save.html"><img src="udo_lf.gif" alt="Save" title="Save" border="0" width="24" height="24">Save</a>
<a name="UDO_nav_rg_HEAD" href="abandon.html"><img src="udo_rg.gif" alt="Abandon" title="Abandon" border="0" width="24" height="24">Abandon</a>
<hr>
<img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="orcs.html">The Documentation for ORCS</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="menu.html">The Menu</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="file.html">File</a>
<hr>
<h1><a name="Save_20As">3.1.4 Save As</a></h1>
<p>The current resource file is saved. &quot;Current&quot; in this
context means either the selected files on the desktop or the file
that belongs to the top window. Unlike the menu item '<a href="save.html">Save</a>' a file
selector appears will apperar where a new name can be chosen. The new
name is then used for this file.
</p>
<hr>
<a name="UDO_nav_hm_FOOT" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_FOOT" href="file.html"><img src="udo_up.gif" alt="File" title="File" border="0" width="24" height="24">File</a>
<a name="UDO_nav_lf_FOOT" href="save.html"><img src="udo_lf.gif" alt="Save" title="Save" border="0" width="24" height="24">Save</a>
<a name="UDO_nav_rg_FOOT" href="abandon.html"><img src="udo_rg.gif" alt="Abandon" title="Abandon" border="0" width="24" height="24">Abandon</a>
</body>
</html>

View File

@@ -0,0 +1,60 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<!-- last modified on 2020/08/13 -->
<html lang="en">
<head>
<title>
The Documentation for ORCS: Save config
</title>
<meta http-equiv="Content-Type" content="text/html;charset=Windows-1252">
<meta http-equiv="Content-Language" content="en">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta name="Generator" content="UDO Version 7.12 (1248) for Linux">
<meta name="Author" content="Thorsten Otto">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body style="position: relative;">
<a name="UDO_nav_hm_HEAD" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_HEAD" href="prefs.html"><img src="udo_up.gif" alt="Preferences" title="Preferences" border="0" width="24" height="24">Preferences</a>
<a name="UDO_nav_lf_HEAD" href="newdesk.html"><img src="udo_lf.gif" alt="New Desktop" title="New Desktop" border="0" width="24" height="24">New Desktop</a>
<a name="UDO_nav_rg_HEAD" href="loadconf.html"><img src="udo_rg.gif" alt="Load config" title="Load config" border="0" width="24" height="24">Load config</a>
<hr>
<img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="orcs.html">The Documentation for ORCS</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="menu.html">The Menu</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="prefs.html">Preferences</a>
<hr>
<h1><a name="Save_20config">3.4.12 Save config</a></h1>
<p>Saves all settings in the orcs.inf file. The path for the
configuration file is determined as follows:
</p>
<table class="UDO_env_xlist">
<tr><td nowrap="nowrap" valign="top">$HOME\defaults\</td>
<td valign="top"> in the defaults folder of $HOME
<br>&nbsp;
</td></tr>
<tr><td nowrap="nowrap" valign="top">$HOME\</td>
<td valign="top"> on the $HOME folder
<br>&nbsp;
</td></tr>
<tr><td nowrap="nowrap" valign="top">.\</td>
<td valign="top"> in the starting directory
<br>&nbsp;
</td></tr>
</table>
<hr>
<a name="UDO_nav_hm_FOOT" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_FOOT" href="prefs.html"><img src="udo_up.gif" alt="Preferences" title="Preferences" border="0" width="24" height="24">Preferences</a>
<a name="UDO_nav_lf_FOOT" href="newdesk.html"><img src="udo_lf.gif" alt="New Desktop" title="New Desktop" border="0" width="24" height="24">New Desktop</a>
<a name="UDO_nav_rg_FOOT" href="loadconf.html"><img src="udo_rg.gif" alt="Load config" title="Load config" border="0" width="24" height="24">Load config</a>
</body>
</html>

View File

@@ -0,0 +1,119 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<!-- last modified on 2020/08/13 -->
<html lang="en">
<head>
<title>
The Documentation for ORCS: Settings
</title>
<meta http-equiv="Content-Type" content="text/html;charset=Windows-1252">
<meta http-equiv="Content-Language" content="en">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta name="Generator" content="UDO Version 7.12 (1248) for Linux">
<meta name="Author" content="Thorsten Otto">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body style="position: relative;">
<a name="UDO_nav_hm_HEAD" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_HEAD" href="prefs.html"><img src="udo_up.gif" alt="Preferences" title="Preferences" border="0" width="24" height="24">Preferences</a>
<a name="UDO_nav_lf_HEAD" href="objectd.html"><img src="udo_lf.gif" alt="Object data" title="Object data" border="0" width="24" height="24">Object data</a>
<a name="UDO_nav_rg_HEAD" href="loadprog.html"><img src="udo_rg.gif" alt="Load Program" title="Load Program" border="0" width="24" height="24">Load Program</a>
<hr>
<img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="orcs.html">The Documentation for ORCS</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="menu.html">The Menu</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="prefs.html">Preferences</a>
<hr>
<h1><a name="Settings">3.4.8 Settings</a></h1>
<p>In this dialog, various settings can be made.
</p>
<table class="UDO_env_xlist">
<tr><td nowrap="nowrap" valign="top">Dialogs</td>
<td valign="top"> Here you can specify how dialogs are positioned and whether
buttons etc. are to be drawn with 3D edges. In addition, the
presentation in windows can be switched on/off.
<br>&nbsp;
</td></tr>
<tr><td nowrap="nowrap" valign="top">Alerts</td>
<td valign="top"> Here you can specify how alert boxes are positioned.
<br>&nbsp;
</td></tr>
<tr><td nowrap="nowrap" valign="top">Menu entry margins</td>
<td valign="top"> For menus you can set how wide the automatically generated left
and right margin of the menu, and the distance between the text and
shortcuts should be. A value of 0 for the shortcuts will disable the
automatic alignment.
<br>&nbsp;
</td></tr>
<tr><td nowrap="nowrap" valign="top">Language</td>
<td valign="top">
<br>&nbsp;
<br>Sets the language for the interface. At present are German and
English are available. A change immediately affects dialogues. For
technical reasons, however, the main menu will be not displayed
accordingly until after the next program start.
<br>&nbsp;
</td></tr>
<tr><td nowrap="nowrap" valign="top"><a href="desktop.html">Desktop</a></td>
<td valign="top"> Specifies the settings for the desktop window.
<br>&nbsp;
</td></tr>
<tr><td nowrap="nowrap" valign="top">Miscelleneous</td>
<td valign="top">
<br>&nbsp;
<ul>
<li> Grow/shrinkboxes: Determines whether the appropriate AES
functions for grow/shrinkboxes are used when a window is opened or
closed.
</li>
<li> Drop-down menus: Determines the behavior of the menus. If this
option is enabled, you have to click on a menu title so that the menu
pops up. This only affects menus presented by ORCS itself in windows,
but not the main menu whose behavior is determined solely by AES.
</li>
<li> overwrite files: If this option is enabled, existing files are
overwritten without prior confirmation.
</li>
<li> hollow dialogs: If this option is enabled, dialogs become
transparent when the title bar is clicked. Affects only dialogs that
are <i>not</i> displayed in a window.
</li>
<li> solid move dialogs: If this option is enabled, dialogues that
are moved are completely drawn, otherwise only a frame. Affects only
dialogs that are <i>not</i> displayed in a window.
</li>
<li> confirm swapped files: If this option is enabled, ORCS will ask
once more if it thinks that you try to load a file in little-endian
format.
</li>
<li> System <a href="file.html">File</a>-Selector: If this option is enabled, the file
selector of the system is used (Selectric, Boxkite, Freedom and all
other file selectors creating a corresponding cookie are supported),
otherwise the builtin.
</li>
<li> <a href="save.html">Save</a> settings on exit: If this option is enabled, the program
settings are automatically saved at the end.
</li>
</ul>
</td></tr>
</table>
<hr>
<a name="UDO_nav_hm_FOOT" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_FOOT" href="prefs.html"><img src="udo_up.gif" alt="Preferences" title="Preferences" border="0" width="24" height="24">Preferences</a>
<a name="UDO_nav_lf_FOOT" href="objectd.html"><img src="udo_lf.gif" alt="Object data" title="Object data" border="0" width="24" height="24">Object data</a>
<a name="UDO_nav_rg_FOOT" href="loadprog.html"><img src="udo_rg.gif" alt="Load Program" title="Load Program" border="0" width="24" height="24">Load Program</a>
</body>
</html>

View File

@@ -0,0 +1,41 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<!-- last modified on 2020/08/13 -->
<html lang="en">
<head>
<title>
The Documentation for ORCS: Show Menu
</title>
<meta http-equiv="Content-Type" content="text/html;charset=Windows-1252">
<meta http-equiv="Content-Language" content="en">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta name="Generator" content="UDO Version 7.12 (1248) for Linux">
<meta name="Author" content="Thorsten Otto">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body style="position: relative;">
<a name="UDO_nav_hm_HEAD" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_HEAD" href="options.html"><img src="udo_up.gif" alt="Options" title="Options" border="0" width="24" height="24">Options</a>
<a name="UDO_nav_lf_HEAD" href="showp.html"><img src="udo_lf.gif" alt="Show Parts" title="Show Parts" border="0" width="24" height="24">Show Parts</a>
<a name="UDO_nav_rg_HEAD" href="find.html"><img src="udo_rg.gif" alt="Find Objects" title="Find Objects" border="0" width="24" height="24">Find Objects</a>
<hr>
<img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="orcs.html">The Documentation for ORCS</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="menu.html">The Menu</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="options.html">Options</a>
<hr>
<h1><a name="Show_20Menu">3.3.6 Show Menu</a></h1>
<p>Selecting this item will display a local menubar in the window.
</p>
<hr>
<a name="UDO_nav_hm_FOOT" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_FOOT" href="options.html"><img src="udo_up.gif" alt="Options" title="Options" border="0" width="24" height="24">Options</a>
<a name="UDO_nav_lf_FOOT" href="showp.html"><img src="udo_lf.gif" alt="Show Parts" title="Show Parts" border="0" width="24" height="24">Show Parts</a>
<a name="UDO_nav_rg_FOOT" href="find.html"><img src="udo_rg.gif" alt="Find Objects" title="Find Objects" border="0" width="24" height="24">Find Objects</a>
</body>
</html>

View File

@@ -0,0 +1,43 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<!-- last modified on 2020/08/13 -->
<html lang="en">
<head>
<title>
The Documentation for ORCS: Show Parts
</title>
<meta http-equiv="Content-Type" content="text/html;charset=Windows-1252">
<meta http-equiv="Content-Language" content="en">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta name="Generator" content="UDO Version 7.12 (1248) for Linux">
<meta name="Author" content="Thorsten Otto">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body style="position: relative;">
<a name="UDO_nav_hm_HEAD" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_HEAD" href="options.html"><img src="udo_up.gif" alt="Options" title="Options" border="0" width="24" height="24">Options</a>
<a name="UDO_nav_lf_HEAD" href="editi.html"><img src="udo_lf.gif" alt="Edit immediately" title="Edit immediately" border="0" width="24" height="24">Edit immediately</a>
<a name="UDO_nav_rg_HEAD" href="showm.html"><img src="udo_rg.gif" alt="Show Menu" title="Show Menu" border="0" width="24" height="24">Show Menu</a>
<hr>
<img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="orcs.html">The Documentation for ORCS</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="menu.html">The Menu</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="options.html">Options</a>
<hr>
<h1><a name="Show_20Parts">3.3.5 Show Parts</a></h1>
<p>Selecting this item will show a toolbar in the dialog and menu
windows with the objects. By pulling these objects to the window new
objects can be created.
</p>
<hr>
<a name="UDO_nav_hm_FOOT" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_FOOT" href="options.html"><img src="udo_up.gif" alt="Options" title="Options" border="0" width="24" height="24">Options</a>
<a name="UDO_nav_lf_FOOT" href="editi.html"><img src="udo_lf.gif" alt="Edit immediately" title="Edit immediately" border="0" width="24" height="24">Edit immediately</a>
<a name="UDO_nav_rg_FOOT" href="showm.html"><img src="udo_rg.gif" alt="Show Menu" title="Show Menu" border="0" width="24" height="24">Show Menu</a>
</body>
</html>

View File

@@ -0,0 +1,45 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<!-- last modified on 2020/08/13 -->
<html lang="en">
<head>
<title>
The Documentation for ORCS: Change Size &amp; Position
</title>
<meta http-equiv="Content-Type" content="text/html;charset=Windows-1252">
<meta http-equiv="Content-Language" content="en">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta name="Generator" content="UDO Version 7.12 (1248) for Linux">
<meta name="Author" content="Thorsten Otto">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body style="position: relative;">
<a name="UDO_nav_hm_HEAD" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_HEAD" href="dialogs.html"><img src="udo_up.gif" alt="Object Dialogs" title="Object Dialogs" border="0" width="24" height="24">Object Dialogs</a>
<a name="UDO_nav_lf_HEAD" href="g_cicon.html"><img src="udo_lf.gif" alt="Edit Color Icon Object" title="Edit Color Icon Object" border="0" width="24" height="24">Edit Color Icon Object</a>
<a name="UDO_nav_rg_HEAD" href="comment.html"><img src="udo_rg.gif" alt="Comments" title="Comments" border="0" width="24" height="24">Comments</a>
<hr>
<img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="orcs.html">The Documentation for ORCS</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="rtrees.html">Resource Trees</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="dialog.html">Dialog-Editor</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="dialogs.html">Object Dialogs</a>
<hr>
<h1><a name="Change_20Size_20_26amp_3B_20Position">4.2.1.8 Change Size &amp; Position</a></h1>
<p>With overlapping objects it can sometimes be difficult to change
the position and size with the mouse. This dialog is used to enter the
values directly. Additionaly <b>no</b> check takes place here to
verify hat eg the width is larger than the text shown in the object.
</p>
<hr>
<a name="UDO_nav_hm_FOOT" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_FOOT" href="dialogs.html"><img src="udo_up.gif" alt="Object Dialogs" title="Object Dialogs" border="0" width="24" height="24">Object Dialogs</a>
<a name="UDO_nav_lf_FOOT" href="g_cicon.html"><img src="udo_lf.gif" alt="Edit Color Icon Object" title="Edit Color Icon Object" border="0" width="24" height="24">Edit Color Icon Object</a>
<a name="UDO_nav_rg_FOOT" href="comment.html"><img src="udo_rg.gif" alt="Comments" title="Comments" border="0" width="24" height="24">Comments</a>
</body>
</html>

View File

@@ -0,0 +1,42 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<!-- last modified on 2020/08/13 -->
<html lang="en">
<head>
<title>
The Documentation for ORCS: Snap X
</title>
<meta http-equiv="Content-Type" content="text/html;charset=Windows-1252">
<meta http-equiv="Content-Language" content="en">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta name="Generator" content="UDO Version 7.12 (1248) for Linux">
<meta name="Author" content="Thorsten Otto">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body style="position: relative;">
<a name="UDO_nav_hm_HEAD" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_HEAD" href="options.html"><img src="udo_up.gif" alt="Options" title="Options" border="0" width="24" height="24">Options</a>
<a name="UDO_nav_lf_HEAD" href="options.html"><img src="udo_lf.gif" alt="Options" title="Options" border="0" width="24" height="24">Options</a>
<a name="UDO_nav_rg_HEAD" href="snapy.html"><img src="udo_rg.gif" alt="Snap Y" title="Snap Y" border="0" width="24" height="24">Snap Y</a>
<hr>
<img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="orcs.html">The Documentation for ORCS</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="menu.html">The Menu</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="options.html">Options</a>
<hr>
<h1><a name="Snap_20X">3.3.1 Snap X</a></h1>
<p>When this item is enabled, the X-positions of new and moved
objects are aligned to character cell width.
</p>
<hr>
<a name="UDO_nav_hm_FOOT" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_FOOT" href="options.html"><img src="udo_up.gif" alt="Options" title="Options" border="0" width="24" height="24">Options</a>
<a name="UDO_nav_lf_FOOT" href="options.html"><img src="udo_lf.gif" alt="Options" title="Options" border="0" width="24" height="24">Options</a>
<a name="UDO_nav_rg_FOOT" href="snapy.html"><img src="udo_rg.gif" alt="Snap Y" title="Snap Y" border="0" width="24" height="24">Snap Y</a>
</body>
</html>

View File

@@ -0,0 +1,42 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<!-- last modified on 2020/08/13 -->
<html lang="en">
<head>
<title>
The Documentation for ORCS: Snap Y
</title>
<meta http-equiv="Content-Type" content="text/html;charset=Windows-1252">
<meta http-equiv="Content-Language" content="en">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta name="Generator" content="UDO Version 7.12 (1248) for Linux">
<meta name="Author" content="Thorsten Otto">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body style="position: relative;">
<a name="UDO_nav_hm_HEAD" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_HEAD" href="options.html"><img src="udo_up.gif" alt="Options" title="Options" border="0" width="24" height="24">Options</a>
<a name="UDO_nav_lf_HEAD" href="snapx.html"><img src="udo_lf.gif" alt="Snap X" title="Snap X" border="0" width="24" height="24">Snap X</a>
<a name="UDO_nav_rg_HEAD" href="autosize.html"><img src="udo_rg.gif" alt="Autosize" title="Autosize" border="0" width="24" height="24">Autosize</a>
<hr>
<img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="orcs.html">The Documentation for ORCS</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="menu.html">The Menu</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="options.html">Options</a>
<hr>
<h1><a name="Snap_20Y">3.3.2 Snap Y</a></h1>
<p>When this item is enabled, the Y-positions of new and moved
objects are aligned to character cell height.
</p>
<hr>
<a name="UDO_nav_hm_FOOT" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_FOOT" href="options.html"><img src="udo_up.gif" alt="Options" title="Options" border="0" width="24" height="24">Options</a>
<a name="UDO_nav_lf_FOOT" href="snapx.html"><img src="udo_lf.gif" alt="Snap X" title="Snap X" border="0" width="24" height="24">Snap X</a>
<a name="UDO_nav_rg_FOOT" href="autosize.html"><img src="udo_rg.gif" alt="Autosize" title="Autosize" border="0" width="24" height="24">Autosize</a>
</body>
</html>

View File

@@ -0,0 +1,10 @@
a:link, a:visited
{
text-decoration: none;
color: #0000ff;
}
a:hover
{
text-decoration: underline;
color: #0000ff;
}

View File

@@ -0,0 +1,41 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<!-- last modified on 2020/08/13 -->
<html lang="en">
<head>
<title>
The Documentation for ORCS: Tile horizontal
</title>
<meta http-equiv="Content-Type" content="text/html;charset=Windows-1252">
<meta http-equiv="Content-Language" content="en">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta name="Generator" content="UDO Version 7.12 (1248) for Linux">
<meta name="Author" content="Thorsten Otto">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body style="position: relative;">
<a name="UDO_nav_hm_HEAD" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_HEAD" href="window.html"><img src="udo_up.gif" alt="Window" title="Window" border="0" width="24" height="24">Window</a>
<a name="UDO_nav_lf_HEAD" href="cycle.html"><img src="udo_lf.gif" alt="Cycle windows" title="Cycle windows" border="0" width="24" height="24">Cycle windows</a>
<a name="UDO_nav_rg_HEAD" href="tilev.html"><img src="udo_rg.gif" alt="Tile vertical" title="Tile vertical" border="0" width="24" height="24">Tile vertical</a>
<hr>
<img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="orcs.html">The Documentation for ORCS</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="menu.html">The Menu</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="window.html">Window</a>
<hr>
<h1><a name="Tile_20horizontal">3.2.4 Tile horizontal</a></h1>
<p>Arranges all open windows horizontally to new positions.
</p>
<hr>
<a name="UDO_nav_hm_FOOT" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_FOOT" href="window.html"><img src="udo_up.gif" alt="Window" title="Window" border="0" width="24" height="24">Window</a>
<a name="UDO_nav_lf_FOOT" href="cycle.html"><img src="udo_lf.gif" alt="Cycle windows" title="Cycle windows" border="0" width="24" height="24">Cycle windows</a>
<a name="UDO_nav_rg_FOOT" href="tilev.html"><img src="udo_rg.gif" alt="Tile vertical" title="Tile vertical" border="0" width="24" height="24">Tile vertical</a>
</body>
</html>

View File

@@ -0,0 +1,41 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<!-- last modified on 2020/08/13 -->
<html lang="en">
<head>
<title>
The Documentation for ORCS: Tile vertical
</title>
<meta http-equiv="Content-Type" content="text/html;charset=Windows-1252">
<meta http-equiv="Content-Language" content="en">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta name="Generator" content="UDO Version 7.12 (1248) for Linux">
<meta name="Author" content="Thorsten Otto">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body style="position: relative;">
<a name="UDO_nav_hm_HEAD" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_HEAD" href="window.html"><img src="udo_up.gif" alt="Window" title="Window" border="0" width="24" height="24">Window</a>
<a name="UDO_nav_lf_HEAD" href="tileh.html"><img src="udo_lf.gif" alt="Tile horizontal" title="Tile horizontal" border="0" width="24" height="24">Tile horizontal</a>
<a name="UDO_nav_rg_HEAD" href="cascade.html"><img src="udo_rg.gif" alt="Cascade" title="Cascade" border="0" width="24" height="24">Cascade</a>
<hr>
<img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="orcs.html">The Documentation for ORCS</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="menu.html">The Menu</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="window.html">Window</a>
<hr>
<h1><a name="Tile_20vertical">3.2.5 Tile vertical</a></h1>
<p>Arranges all open windows vertically to new positions.
</p>
<hr>
<a name="UDO_nav_hm_FOOT" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_FOOT" href="window.html"><img src="udo_up.gif" alt="Window" title="Window" border="0" width="24" height="24">Window</a>
<a name="UDO_nav_lf_FOOT" href="tileh.html"><img src="udo_lf.gif" alt="Tile horizontal" title="Tile horizontal" border="0" width="24" height="24">Tile horizontal</a>
<a name="UDO_nav_rg_FOOT" href="cascade.html"><img src="udo_rg.gif" alt="Cascade" title="Cascade" border="0" width="24" height="24">Cascade</a>
</body>
</html>

View File

@@ -0,0 +1,42 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<!-- last modified on 2020/08/13 -->
<html lang="en">
<head>
<title>
The Documentation for ORCS: Trashcan
</title>
<meta http-equiv="Content-Type" content="text/html;charset=Windows-1252">
<meta http-equiv="Content-Language" content="en">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta name="Generator" content="UDO Version 7.12 (1248) for Linux">
<meta name="Author" content="Thorsten Otto">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body style="position: relative;">
<a name="UDO_nav_hm_HEAD" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_HEAD" href="desktop.html"><img src="udo_up.gif" alt="Desktop" title="Desktop" border="0" width="24" height="24">Desktop</a>
<a name="UDO_nav_lf_HEAD" href="desktop.html"><img src="udo_lf.gif" alt="Desktop" title="Desktop" border="0" width="24" height="24">Desktop</a>
<a name="UDO_nav_rg_HEAD" href="disks.html"><img src="udo_rg.gif" alt="Disks" title="Disks" border="0" width="24" height="24">Disks</a>
<hr>
<img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="orcs.html">The Documentation for ORCS</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="desktop.html">Desktop</a>
<hr>
<h1><a name="Trashcan">2.1 Trashcan</a></h1>
<p>You can move objects into the recycle bin to delete them.
Resource files, images, and programs that are on the desktop, are
merely removed from memory, the files remain unaffected.
</p>
<hr>
<a name="UDO_nav_hm_FOOT" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_FOOT" href="desktop.html"><img src="udo_up.gif" alt="Desktop" title="Desktop" border="0" width="24" height="24">Desktop</a>
<a name="UDO_nav_lf_FOOT" href="desktop.html"><img src="udo_lf.gif" alt="Desktop" title="Desktop" border="0" width="24" height="24">Desktop</a>
<a name="UDO_nav_rg_FOOT" href="disks.html"><img src="udo_rg.gif" alt="Disks" title="Disks" border="0" width="24" height="24">Disks</a>
</body>
</html>

View File

@@ -0,0 +1,41 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<!-- last modified on 2020/08/13 -->
<html lang="en">
<head>
<title>
The Documentation for ORCS: Trees
</title>
<meta http-equiv="Content-Type" content="text/html;charset=Windows-1252">
<meta http-equiv="Content-Language" content="en">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta name="Generator" content="UDO Version 7.12 (1248) for Linux">
<meta name="Author" content="Thorsten Otto">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body style="position: relative;">
<a name="UDO_nav_hm_HEAD" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_HEAD" href="window.html"><img src="udo_up.gif" alt="Window" title="Window" border="0" width="24" height="24">Window</a>
<a name="UDO_nav_lf_HEAD" href="cascade.html"><img src="udo_lf.gif" alt="Cascade" title="Cascade" border="0" width="24" height="24">Cascade</a>
<a name="UDO_nav_rg_HEAD" href="objects.html"><img src="udo_rg.gif" alt="Objects" title="Objects" border="0" width="24" height="24">Objects</a>
<hr>
<img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="orcs.html">The Documentation for ORCS</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="menu.html">The Menu</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="window.html">Window</a>
<hr>
<h1><a name="Trees">3.2.7 Trees</a></h1>
<p>Opens the tool window with the resource-trees.
</p>
<hr>
<a name="UDO_nav_hm_FOOT" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_FOOT" href="window.html"><img src="udo_up.gif" alt="Window" title="Window" border="0" width="24" height="24">Window</a>
<a name="UDO_nav_lf_FOOT" href="cascade.html"><img src="udo_lf.gif" alt="Cascade" title="Cascade" border="0" width="24" height="24">Cascade</a>
<a name="UDO_nav_rg_FOOT" href="objects.html"><img src="udo_rg.gif" alt="Objects" title="Objects" border="0" width="24" height="24">Objects</a>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 875 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 885 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 100 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 928 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 930 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 937 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 931 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 930 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 928 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 932 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 927 B

View File

@@ -0,0 +1,51 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<!-- last modified on 2020/08/13 -->
<html lang="en">
<head>
<title>
The Documentation for ORCS: Window
</title>
<meta http-equiv="Content-Type" content="text/html;charset=Windows-1252">
<meta http-equiv="Content-Language" content="en">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta name="Generator" content="UDO Version 7.12 (1248) for Linux">
<meta name="Author" content="Thorsten Otto">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body style="position: relative;">
<a name="UDO_nav_hm_HEAD" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_HEAD" href="menu.html"><img src="udo_up.gif" alt="The Menu" title="The Menu" border="0" width="24" height="24">The Menu</a>
<a name="UDO_nav_lf_HEAD" href="quit.html"><img src="udo_lf.gif" alt="Quit" title="Quit" border="0" width="24" height="24">Quit</a>
<a name="UDO_nav_rg_HEAD" href="close.html"><img src="udo_rg.gif" alt="Close" title="Close" border="0" width="24" height="24">Close</a>
<hr>
<img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="orcs.html">The Documentation for ORCS</a>
<br><img src="udo_fs.gif" width="20" height="13" alt="" title="" border="0"><img src="udo_fo.gif" width="16" height="13" alt="" title="" border="0">&nbsp;<a href="menu.html">The Menu</a>
<hr>
<h1><a name="Window">3.2 Window</a></h1>
<ul class="content">
<li> 3.2.1 <a href="close.html">Close</a>
<li> 3.2.2 <a href="closew.html">Close window</a>
<li> 3.2.3 <a href="cycle.html">Cycle windows</a>
<li> 3.2.4 <a href="tileh.html">Tile horizontal</a>
<li> 3.2.5 <a href="tilev.html">Tile vertical</a>
<li> 3.2.6 <a href="cascade.html">Cascade</a>
<li> 3.2.7 <a href="trees.html">Trees</a>
<li> 3.2.8 <a href="objects.html">Objects</a>
<li> 3.2.9 <a href="othere.html">Other entries</a>
</li>
</ul>
<br>
<hr>
<a name="UDO_nav_hm_FOOT" href="orcs.html"><img src="udo_hm.gif" alt="Home" title="Home" border="0" width="24" height="24"></a>
<a name="UDO_nav_up_FOOT" href="menu.html"><img src="udo_up.gif" alt="The Menu" title="The Menu" border="0" width="24" height="24">The Menu</a>
<a name="UDO_nav_lf_FOOT" href="quit.html"><img src="udo_lf.gif" alt="Quit" title="Quit" border="0" width="24" height="24">Quit</a>
<a name="UDO_nav_rg_FOOT" href="close.html"><img src="udo_rg.gif" alt="Close" title="Close" border="0" width="24" height="24">Close</a>
</body>
</html>