commit-gnue
[Top][All Lists]
Advanced

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

[gnue] r7418 - in trunk/gnue-forms: dialogs src/dialogs


From: reinhard
Subject: [gnue] r7418 - in trunk/gnue-forms: dialogs src/dialogs
Date: Tue, 19 Apr 2005 08:58:37 -0500 (CDT)

Author: reinhard
Date: 2005-04-19 08:58:34 -0500 (Tue, 19 Apr 2005)
New Revision: 7418

Removed:
   trunk/gnue-forms/dialogs/about.gfd
   trunk/gnue-forms/dialogs/messageBox.gfd
   trunk/gnue-forms/src/dialogs/about/
   trunk/gnue-forms/src/dialogs/messageBox/
Log:
Removed unused dialogs.


Deleted: trunk/gnue-forms/dialogs/about.gfd
===================================================================
--- trunk/gnue-forms/dialogs/about.gfd  2005-04-19 13:48:11 UTC (rev 7417)
+++ trunk/gnue-forms/dialogs/about.gfd  2005-04-19 13:58:34 UTC (rev 7418)
@@ -1,58 +0,0 @@
-<?xml version="1.0"?>
-
-<!--  GNUe Forms 0.5.0 Migration Tool
-      Saved on: 2003-02-11 18:56:36  -->
-
-<form style="dialog" name="_about">
-  <trigger type="On-Startup"> 
-    form.setFeature('GUI:MENUBAR:SUPPRESS',1)
-    form.setFeature('GUI:TOOLBAR:SUPPRESS',1)
-    form.setFeature('GUI:STATUSBAR:SUPPRESS',1)
-  </trigger>
-  <trigger type="on-activation" name="activate">
-    aboutBlock.name         = getParameter('name')
-    aboutBlock.form_version = getParameter('formVersion')    
-    aboutBlock.author       = getParameter('author')
-    aboutBlock.description  = getParameter('description')
-    aboutBlock.ui_driver    = getParameter('ui_driver')
-    aboutBlock.app_version  = getParameter('appversion')
-  </trigger>
-  <options/>
-  <logic>
-    <block name="aboutBlock">
-      <field name="app_version"/>
-      <field name="ui_driver"/>
-      <field name="name"/>
-      <field name="form_version"/>
-      <field name="author"/>
-      <field name="description"/>
-    </block>
-  </logic>
-  <layout xmlns:c="GNUe:Layout:Char" c:height="16" c:width="40">
-    <page name="Page_1">
-      <label name="Label_1" text="GNUe Forms:" c:width="11" c:x="1" c:y="1"/>
-      <label name="Label_2" text="Version:" c:width="8" c:x="2" c:y="2"/>
-      <label name="Label_3" text="Driver:" c:width="7" c:x="2" c:y="3"/>
-      <label name="Label_4" text="Name:" c:width="5" c:x="2" c:y="6"/>
-      <label name="Label_5" text="Version:" c:width="8" c:x="2" c:y="7"/>
-      <label name="Label_6" text="Author:" c:width="7" c:x="2" c:y="8"/>
-      <label name="Label_7" text="Description:" c:width="12" c:x="2" c:y="9"/>
-      <box name="Box_1" c:height="11" label="Form Information" c:width="38"
-           c:x="1" c:y="4"/>
-      <entry block="aboutBlock" field="app_version" c:width="26" c:x="11" 
c:y="2" style="label"/>
-      <entry block="aboutBlock" field="ui_driver" c:width="26" c:x="11" 
c:y="3" style="label"/>
-      <entry block="aboutBlock" field="name" c:width="26" c:x="11" c:y="6" 
style="label"/>
-      <entry block="aboutBlock" field="form_version" c:width="26" c:x="11" 
c:y="7" style="label"/>
-      <entry block="aboutBlock" field="author" c:width="26" c:x="11" c:y="8" 
style="label"/>
-      <entry block="aboutBlock" field="description" c:height="4" c:width="36" 
c:x="2"
-           c:y="10"/>
-      <button name="btnOK" c:height="1" label="OK" c:width="8"
-              c:x="17" c:y="15">
-        <trigger name="ok" type="On-Action">
-           close()
-        </trigger>
-      </button>
-
-    </page>
-  </layout>
-</form>

Deleted: trunk/gnue-forms/dialogs/messageBox.gfd
===================================================================
--- trunk/gnue-forms/dialogs/messageBox.gfd     2005-04-19 13:48:11 UTC (rev 
7417)
+++ trunk/gnue-forms/dialogs/messageBox.gfd     2005-04-19 13:58:34 UTC (rev 
7418)
@@ -1,37 +0,0 @@
-<?xml version="1.0"?>
-
-<!--  GNUe Forms 0.5.0 Migration Tool
-      Saved on: 2003-03-05 18:31:36  -->
-
-<form style="dialog" name="_messageBox">
-  <trigger type="On-Startup">
-    form.setFeature('GUI:MENUBAR:SUPPRESS',1)
-    form.setFeature('GUI:TOOLBAR:SUPPRESS',1)
-    form.setFeature('GUI:STATUSBAR:SUPPRESS',1)
-  </trigger>
-  <trigger type="on-activation" name="activate">
-    messageBlock.caption = getParameter('caption')
-    messageBlock.message = getParameter('message')
-    _messageBox.setTitle(getParameter('title'))
-  </trigger>
-  <options/>
-  <logic>
-    <block name="messageBlock">
-      <field name="caption"/>
-      <field name="message" readonly=""/>
-    </block>
-  </logic>
-  <layout xmlns:c="GNUe:Layout:Char" c:height="9" c:width="30">
-    <page name="Page_1">
-      <entry block="messageBlock" field="caption" style="label" c:width="28"
-             c:x="1" c:y="1"/>
-      <entry block="messageBlock" field="message" c:height="5" 
-             c:width="28" c:x="1" c:y="3"/>
-      <button name="ok" c:height="1" label="OK" c:width="4" c:x="13" c:y="8">
-        <trigger name="ok" type="On-Action">
-           close()
-        </trigger>
-      </button>
-    </page>
-  </layout>
-</form>





reply via email to

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