Author: m0e.lnx
Date: Mon Sep 8 19:03:06 2008
New Revision: 163
Modified:
branches/iVL/.lang/FMain.pot
branches/iVL/FrmZoneSet.form
Log:
- Made objects read-only on zoneset
Modified: branches/iVL/.lang/FMain.pot
==============================================================================
--- branches/iVL/.lang/FMain.pot (original)
+++ branches/iVL/.lang/FMain.pot Mon Sep 8 19:03:06 2008
@@ -1,4 +1,4 @@
-# /home/moe/projects/installer/FMain.class
+# /home/remote/area-51/projects/installer/FMain.class
# Generated by Gambas compiler
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
Modified: branches/iVL/FrmZoneSet.form
==============================================================================
--- branches/iVL/FrmZoneSet.form (original)
+++ branches/iVL/FrmZoneSet.form Mon Sep 8 19:03:06 2008
@@ -20,6 +20,7 @@
{ cbHwClock ComboBox
MoveScaled(1,11,34,3)
Text = ("ComboBox1")
+ ReadOnly = True
List = [("LocalTime"), ("UTC")]
}
{ Button1 Button
|