Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
picsimlab
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
picsimlab
Commits
c856f1c2
Commit
c856f1c2
authored
Jul 13, 2020
by
lcgamboa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chg: read only attribute removed !minor
parent
0d822df9
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
src/picsimlab3_d.cc
src/picsimlab3_d.cc
+1
-1
src/picsimlab_3.lxrad
src/picsimlab_3.lxrad
+2
-2
No files found.
src/picsimlab3_d.cc
View file @
c856f1c2
...
...
@@ -155,7 +155,7 @@ CPWindow3::CPWindow3(void)
combo3
.
SetPopupMenu
(
NULL
);
combo3
.
SetItems
(
lxT
(
"MDB,GDB,"
));
combo3
.
SetText
(
lxT
(
"MDB"
));
combo3
.
SetReadOnly
(
1
);
combo3
.
SetReadOnly
(
0
);
CreateChild
(
&
combo3
);
//label4
label4
.
SetFOwner
(
this
);
...
...
src/picsimlab_3.lxrad
View file @
c856f1c2
...
...
@@ -212,8 +212,8 @@
<EvOnFocusIn type="Event">FALSE</EvOnFocusIn>
<EvOnFocusOut type="Event">FALSE</EvOnFocusOut>
<Items type="StringList">GDB,MDB,</Items>
<Text type="String"></Text>
<ReadOnly type="bool">
1
</ReadOnly>
<Text type="String">
GDB
</Text>
<ReadOnly type="bool">
0
</ReadOnly>
<EvOnComboChange type="Event">FALSE</EvOnComboChange>
</combo3>
<label4>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment