Commit c856f1c2 authored by lcgamboa's avatar lcgamboa

chg: read only attribute removed !minor

parent 0d822df9
...@@ -155,7 +155,7 @@ CPWindow3::CPWindow3(void) ...@@ -155,7 +155,7 @@ CPWindow3::CPWindow3(void)
combo3.SetPopupMenu(NULL); combo3.SetPopupMenu(NULL);
combo3.SetItems(lxT("MDB,GDB,")); combo3.SetItems(lxT("MDB,GDB,"));
combo3.SetText(lxT("MDB")); combo3.SetText(lxT("MDB"));
combo3.SetReadOnly(1); combo3.SetReadOnly(0);
CreateChild(&combo3); CreateChild(&combo3);
//label4 //label4
label4.SetFOwner(this); label4.SetFOwner(this);
......
...@@ -212,8 +212,8 @@ ...@@ -212,8 +212,8 @@
<EvOnFocusIn type="Event">FALSE</EvOnFocusIn> <EvOnFocusIn type="Event">FALSE</EvOnFocusIn>
<EvOnFocusOut type="Event">FALSE</EvOnFocusOut> <EvOnFocusOut type="Event">FALSE</EvOnFocusOut>
<Items type="StringList">GDB,MDB,</Items> <Items type="StringList">GDB,MDB,</Items>
<Text type="String"></Text> <Text type="String">GDB</Text>
<ReadOnly type="bool">1</ReadOnly> <ReadOnly type="bool">0</ReadOnly>
<EvOnComboChange type="Event">FALSE</EvOnComboChange> <EvOnComboChange type="Event">FALSE</EvOnComboChange>
</combo3> </combo3>
<label4> <label4>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment