commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

r5542 - in trunk: gnue-common/utils gnue-forms/samples gnue-forms/sample


From: btami
Subject: r5542 - in trunk: gnue-common/utils gnue-forms/samples gnue-forms/samples/connections
Date: Sat, 27 Mar 2004 06:10:31 -0600 (CST)

Author: btami
Date: 2004-03-27 06:10:30 -0600 (Sat, 27 Mar 2004)
New Revision: 5542

Added:
   trunk/gnue-forms/samples/connections/
   trunk/gnue-forms/samples/connections/connection.gfd
Removed:
   trunk/gnue-common/utils/connection.gfd
Log:
moved connections.gfd to forms/samples

Deleted: trunk/gnue-common/utils/connection.gfd
===================================================================
--- trunk/gnue-common/utils/connection.gfd      2004-03-27 11:11:38 UTC (rev 
5541)
+++ trunk/gnue-common/utils/connection.gfd      2004-03-27 12:10:30 UTC (rev 
5542)
@@ -1,177 +0,0 @@
-<?xml version="1.0"?>
-
-<!--  GNUe Designer (0.5.0.99)
-      Saved on: 2003-05-27 10:31:41  -->
-
-<form name="__main__" title="Editor for Connection Settings">
-  <connection name="connection_config" comment=""
-              dbname="%configdir%/connections.conf" host="" 
provider="special.configfile"/>
-  <datasource name="connection_dtsrc" connection="connection_config"/>
-  <datasource name="dtsDrpProvider" type="static">
-    <staticset fields="provider,descr">
-      <staticsetrow>
-        <staticsetfield name="provider" value="appserver"/>
-        <staticsetfield name="descr" value="GNUe appserver"/>
-      </staticsetrow>
-      <staticsetrow>
-        <staticsetfield name="provider" value="cxoracle"/>
-        <staticsetfield name="descr" value="Oracle (cxoracle)"/>
-      </staticsetrow>
-      <staticsetrow>
-        <staticsetfield name="provider" value="db2"/>
-        <staticsetfield name="descr" value="DB2"/>
-      </staticsetrow>
-      <staticsetrow>
-        <staticsetfield name="provider" value="gadfly"/>
-        <staticsetfield name="descr" value="Gadfly"/>
-      </staticsetrow>
-      <staticsetrow>
-        <staticsetfield name="provider" value="informix"/>
-        <staticsetfield name="descr" value="Informix"/>
-      </staticsetrow>
-      <staticsetrow>
-        <staticsetfield name="provider" value="ingres"/>
-        <staticsetfield name="descr" value="Ingres"/>
-      </staticsetrow>
-      <staticsetrow>
-        <staticsetfield name="provider" value="interbase"/>
-        <staticsetfield name="descr" value="Interbase/Firebird"/>
-      </staticsetrow>
-      <staticsetrow>
-        <staticsetfield name="provider" value="msado"/>
-        <staticsetfield name="descr" value="MS ADO"/>
-      </staticsetrow>
-      <staticsetrow>
-        <staticsetfield name="provider" value="mxodbc"/>
-        <staticsetfield name="descr" value="mxODBC"/>
-      </staticsetrow>
-      <staticsetrow>
-        <staticsetfield name="provider" value="mysql"/>
-        <staticsetfield name="descr" value="MySql"/>
-      </staticsetrow>
-      <staticsetrow>
-        <staticsetfield name="provider" value="odbc"/>
-        <staticsetfield name="descr" value="ODBC"/>
-      </staticsetrow>
-      <staticsetrow>
-        <staticsetfield name="provider" value="odbc-db2"/>
-        <staticsetfield name="descr" value="ODBC-DB2"/>
-      </staticsetrow>
-      <staticsetrow>
-        <staticsetfield name="provider" value="oracle"/>
-        <staticsetfield name="descr" value="Oracle (oracle)"/>
-      </staticsetrow>
-      <staticsetrow>
-        <staticsetfield name="provider" value="popy"/>
-        <staticsetfield name="descr" value="Postgresql (popy)"/>
-      </staticsetrow>
-      <staticsetrow>
-        <staticsetfield name="provider" value="postgresql"/>
-        <staticsetfield name="descr" value="Postgresql (postgresql)"/>
-      </staticsetrow>
-      <staticsetrow>
-        <staticsetfield name="provider" value="psycopg"/>
-        <staticsetfield name="descr" value="Postgresql (psycopg)"/>
-      </staticsetrow>
-      <staticsetrow>
-        <staticsetfield name="provider" value="pypgsql"/>
-        <staticsetfield name="descr" value="Postgresql (pypgsql)"/>
-      </staticsetrow>
-      <staticsetrow>
-        <staticsetfield name="provider" value="sapdb"/>
-        <staticsetfield name="descr" value="SAP-DB"/>
-      </staticsetrow>
-      <staticsetrow>
-        <staticsetfield name="provider" value="sqlite"/>
-        <staticsetfield name="descr" value="SQLite"/>
-      </staticsetrow>
-      <staticsetrow>
-        <staticsetfield name="provider" value="sqlrelay"/>
-        <staticsetfield name="descr" value="SQLRelay"/>
-      </staticsetrow>
-      <staticsetrow>
-        <staticsetfield name="provider" value="sybase"/>
-        <staticsetfield name="descr" value="Sybase"/>
-      </staticsetrow>
-      <staticsetrow>
-        <staticsetfield name="provider" value="ldap"/>
-        <staticsetfield name="descr" value="LDAP"/>
-      </staticsetrow>
-    </staticset>
-  </datasource>
-  <logic>
-    <block name="Block_1" datasource="connection_dtsrc">
-      <field name="SecE" field="_section_name">
-        <options>
-          <option name="tip"
-                  value="Name of the connection, as it is used in the 
datasource tag."/>
-        </options>
-      </field>
-      <field name="aliasE" field="aliases">
-        <options>
-          <option name="tip"
-                  value="A space seperated list of aliases for this 
connection."/>
-        </options>
-      </field>
-      <field name="provE" field="provider" fk_description="descr"
-             fk_key="provider" fk_source="dtsDrpProvider"/>
-      <field name="descrE" field="comment"/>
-      <field name="hostE" field="host"/>
-      <field name="portE" field="port"/>
-      <field name="dbE" field="dbname"/>
-      <field name="encE" field="encoding"/>
-      <field name="rpctE" field="rpctype"/>
-      <field name="tranE" field="transport"/>
-      <field name="servE" field="service"/>
-    </block>
-  </logic>
-  <layout xmlns:Char="GNUe:Layout:Char" Char:height="17" Char:width="50">
-    <page name="Connection.conf">
-      <label name="Label_1" Char:width="30" Char:x="6" Char:y="1"
-             text="Editor for Connection Settings"/>
-      <box name="setbox" Char:height="13" Char:width="48" Char:x="1"
-           Char:y="4" label="Settings"/>
-      <label name="SecL" Char:width="16" Char:x="2" Char:y="3"
-             text="Connection name:"/>
-      <label name="aliasL" Char:width="15" Char:x="2" Char:y="6"
-             text="Aliases (opt.):"/>
-      <label name="provL" Char:width="16" Char:x="2" Char:y="7"
-             text="Provider (req.):"/>
-      <label name="descrL" Char:width="12" Char:x="2" Char:y="8"
-             text="Comment:"/>
-      <label name="hostL" Char:width="5" Char:x="2" Char:y="9" text="Host:"/>
-      <label name="portL" Char:width="9" Char:x="2" Char:y="10" text="Port:"/>
-      <label name="dbL" Char:width="9" Char:x="2" Char:y="11" 
text="Database:"/>
-      <label name="encL" Char:width="9" Char:x="2" Char:y="13"
-             text="Encoding:"/>
-      <label name="rpctL" Char:width="19" Char:x="2" Char:y="14"
-             text="RPC type (appsrv.):"/>
-      <label name="transL" Char:width="20" Char:x="2" Char:y="15"
-             text="Transport (appsrv.):"/>
-      <label name="servL" Char:width="9" Char:x="2" Char:y="12"
-             text="Service:"/>
-      <entry name="Entry1" Char:width="25" Char:x="22" Char:y="3"
-             block="Block_1" field="SecE"/>
-      <entry name="Entry2" Char:width="25" Char:x="22" Char:y="6"
-             block="Block_1" field="aliasE"/>
-      <entry name="Entry3" Char:width="25" Char:x="22" Char:y="7"
-             block="Block_1" field="provE" style="dropdown"/>
-      <entry name="Entry4" Char:width="25" Char:x="22" Char:y="8"
-             block="Block_1" field="descrE"/>
-      <entry name="Entry5" Char:width="25" Char:x="22" Char:y="9"
-             block="Block_1" field="hostE"/>
-      <entry name="Entry6" Char:width="25" Char:x="22" Char:y="10"
-             block="Block_1" field="portE"/>
-      <entry name="Entry7" Char:width="25" Char:x="22" Char:y="11"
-             block="Block_1" field="dbE"/>
-      <entry name="Entry8" Char:width="25" Char:x="22" Char:y="13"
-             block="Block_1" field="encE"/>
-      <entry name="Entry9" Char:width="25" Char:x="22" Char:y="14"
-             block="Block_1" field="rpctE"/>
-      <entry name="Entry10" Char:width="25" Char:x="22" Char:y="15"
-             block="Block_1" field="tranE"/>
-      <entry name="Entry11" Char:width="25" Char:x="22" Char:y="12"
-             block="Block_1" field="servE"/>
-    </page>
-  </layout>
-</form>

Added: trunk/gnue-forms/samples/connections/connection.gfd
===================================================================
--- trunk/gnue-forms/samples/connections/connection.gfd 2004-03-27 11:11:38 UTC 
(rev 5541)
+++ trunk/gnue-forms/samples/connections/connection.gfd 2004-03-27 12:10:30 UTC 
(rev 5542)
@@ -0,0 +1,177 @@
+<?xml version="1.0"?>
+
+<!--  GNUe Designer (0.5.0.99)
+      Saved on: 2003-05-27 10:31:41  -->
+
+<form name="__main__" title="Editor for Connection Settings">
+  <connection name="connection_config" comment=""
+              dbname="%configdir%/connections.conf" host="" 
provider="special.configfile"/>
+  <datasource name="connection_dtsrc" connection="connection_config"/>
+  <datasource name="dtsDrpProvider" type="static">
+    <staticset fields="provider,descr">
+      <staticsetrow>
+        <staticsetfield name="provider" value="appserver"/>
+        <staticsetfield name="descr" value="GNUe appserver"/>
+      </staticsetrow>
+      <staticsetrow>
+        <staticsetfield name="provider" value="cxoracle"/>
+        <staticsetfield name="descr" value="Oracle (cxoracle)"/>
+      </staticsetrow>
+      <staticsetrow>
+        <staticsetfield name="provider" value="db2"/>
+        <staticsetfield name="descr" value="DB2"/>
+      </staticsetrow>
+      <staticsetrow>
+        <staticsetfield name="provider" value="gadfly"/>
+        <staticsetfield name="descr" value="Gadfly"/>
+      </staticsetrow>
+      <staticsetrow>
+        <staticsetfield name="provider" value="informix"/>
+        <staticsetfield name="descr" value="Informix"/>
+      </staticsetrow>
+      <staticsetrow>
+        <staticsetfield name="provider" value="ingres"/>
+        <staticsetfield name="descr" value="Ingres"/>
+      </staticsetrow>
+      <staticsetrow>
+        <staticsetfield name="provider" value="interbase"/>
+        <staticsetfield name="descr" value="Interbase/Firebird"/>
+      </staticsetrow>
+      <staticsetrow>
+        <staticsetfield name="provider" value="msado"/>
+        <staticsetfield name="descr" value="MS ADO"/>
+      </staticsetrow>
+      <staticsetrow>
+        <staticsetfield name="provider" value="mxodbc"/>
+        <staticsetfield name="descr" value="mxODBC"/>
+      </staticsetrow>
+      <staticsetrow>
+        <staticsetfield name="provider" value="mysql"/>
+        <staticsetfield name="descr" value="MySql"/>
+      </staticsetrow>
+      <staticsetrow>
+        <staticsetfield name="provider" value="odbc"/>
+        <staticsetfield name="descr" value="ODBC"/>
+      </staticsetrow>
+      <staticsetrow>
+        <staticsetfield name="provider" value="odbc-db2"/>
+        <staticsetfield name="descr" value="ODBC-DB2"/>
+      </staticsetrow>
+      <staticsetrow>
+        <staticsetfield name="provider" value="oracle"/>
+        <staticsetfield name="descr" value="Oracle (oracle)"/>
+      </staticsetrow>
+      <staticsetrow>
+        <staticsetfield name="provider" value="popy"/>
+        <staticsetfield name="descr" value="Postgresql (popy)"/>
+      </staticsetrow>
+      <staticsetrow>
+        <staticsetfield name="provider" value="postgresql"/>
+        <staticsetfield name="descr" value="Postgresql (postgresql)"/>
+      </staticsetrow>
+      <staticsetrow>
+        <staticsetfield name="provider" value="psycopg"/>
+        <staticsetfield name="descr" value="Postgresql (psycopg)"/>
+      </staticsetrow>
+      <staticsetrow>
+        <staticsetfield name="provider" value="pypgsql"/>
+        <staticsetfield name="descr" value="Postgresql (pypgsql)"/>
+      </staticsetrow>
+      <staticsetrow>
+        <staticsetfield name="provider" value="sapdb"/>
+        <staticsetfield name="descr" value="SAP-DB"/>
+      </staticsetrow>
+      <staticsetrow>
+        <staticsetfield name="provider" value="sqlite"/>
+        <staticsetfield name="descr" value="SQLite"/>
+      </staticsetrow>
+      <staticsetrow>
+        <staticsetfield name="provider" value="sqlrelay"/>
+        <staticsetfield name="descr" value="SQLRelay"/>
+      </staticsetrow>
+      <staticsetrow>
+        <staticsetfield name="provider" value="sybase"/>
+        <staticsetfield name="descr" value="Sybase"/>
+      </staticsetrow>
+      <staticsetrow>
+        <staticsetfield name="provider" value="ldap"/>
+        <staticsetfield name="descr" value="LDAP"/>
+      </staticsetrow>
+    </staticset>
+  </datasource>
+  <logic>
+    <block name="Block_1" datasource="connection_dtsrc">
+      <field name="SecE" field="_section_name">
+        <options>
+          <option name="tip"
+                  value="Name of the connection, as it is used in the 
datasource tag."/>
+        </options>
+      </field>
+      <field name="aliasE" field="aliases">
+        <options>
+          <option name="tip"
+                  value="A space seperated list of aliases for this 
connection."/>
+        </options>
+      </field>
+      <field name="provE" field="provider" fk_description="descr"
+             fk_key="provider" fk_source="dtsDrpProvider"/>
+      <field name="descrE" field="comment"/>
+      <field name="hostE" field="host"/>
+      <field name="portE" field="port"/>
+      <field name="dbE" field="dbname"/>
+      <field name="encE" field="encoding"/>
+      <field name="rpctE" field="rpctype"/>
+      <field name="tranE" field="transport"/>
+      <field name="servE" field="service"/>
+    </block>
+  </logic>
+  <layout xmlns:Char="GNUe:Layout:Char" Char:height="17" Char:width="50">
+    <page name="Connection.conf">
+      <label name="Label_1" Char:width="30" Char:x="6" Char:y="1"
+             text="Editor for Connection Settings"/>
+      <box name="setbox" Char:height="13" Char:width="48" Char:x="1"
+           Char:y="4" label="Settings"/>
+      <label name="SecL" Char:width="16" Char:x="2" Char:y="3"
+             text="Connection name:"/>
+      <label name="aliasL" Char:width="15" Char:x="2" Char:y="6"
+             text="Aliases (opt.):"/>
+      <label name="provL" Char:width="16" Char:x="2" Char:y="7"
+             text="Provider (req.):"/>
+      <label name="descrL" Char:width="12" Char:x="2" Char:y="8"
+             text="Comment:"/>
+      <label name="hostL" Char:width="5" Char:x="2" Char:y="9" text="Host:"/>
+      <label name="portL" Char:width="9" Char:x="2" Char:y="10" text="Port:"/>
+      <label name="dbL" Char:width="9" Char:x="2" Char:y="11" 
text="Database:"/>
+      <label name="encL" Char:width="9" Char:x="2" Char:y="13"
+             text="Encoding:"/>
+      <label name="rpctL" Char:width="19" Char:x="2" Char:y="14"
+             text="RPC type (appsrv.):"/>
+      <label name="transL" Char:width="20" Char:x="2" Char:y="15"
+             text="Transport (appsrv.):"/>
+      <label name="servL" Char:width="9" Char:x="2" Char:y="12"
+             text="Service:"/>
+      <entry name="Entry1" Char:width="25" Char:x="22" Char:y="3"
+             block="Block_1" field="SecE"/>
+      <entry name="Entry2" Char:width="25" Char:x="22" Char:y="6"
+             block="Block_1" field="aliasE"/>
+      <entry name="Entry3" Char:width="25" Char:x="22" Char:y="7"
+             block="Block_1" field="provE" style="dropdown"/>
+      <entry name="Entry4" Char:width="25" Char:x="22" Char:y="8"
+             block="Block_1" field="descrE"/>
+      <entry name="Entry5" Char:width="25" Char:x="22" Char:y="9"
+             block="Block_1" field="hostE"/>
+      <entry name="Entry6" Char:width="25" Char:x="22" Char:y="10"
+             block="Block_1" field="portE"/>
+      <entry name="Entry7" Char:width="25" Char:x="22" Char:y="11"
+             block="Block_1" field="dbE"/>
+      <entry name="Entry8" Char:width="25" Char:x="22" Char:y="13"
+             block="Block_1" field="encE"/>
+      <entry name="Entry9" Char:width="25" Char:x="22" Char:y="14"
+             block="Block_1" field="rpctE"/>
+      <entry name="Entry10" Char:width="25" Char:x="22" Char:y="15"
+             block="Block_1" field="tranE"/>
+      <entry name="Entry11" Char:width="25" Char:x="22" Char:y="12"
+             block="Block_1" field="servE"/>
+    </page>
+  </layout>
+</form>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]