Skip to content

Commit

Permalink
Fix battery tab, All TextBox = ReadOnly True
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Feb 1, 2012
1 parent 039b8ed commit 0efd267
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/i-nex/.src/Finfosys.form
Original file line number Diff line number Diff line change
Expand Up @@ -911,45 +911,59 @@
Picture = Picture["icon:/16/battery"]
{ TextBox7 TextBox
Move(144,12,318,24)
ReadOnly = True
}
{ TextBox8 TextBox
Move(144,42,318,24)
ReadOnly = True
}
{ TextBox9 TextBox
Move(144,72,318,24)
ReadOnly = True
}
{ TextBox10 TextBox
Move(144,102,318,24)
ReadOnly = True
}
{ TextBox11 TextBox
Move(144,132,318,24)
ReadOnly = True
}
{ TextBox12 TextBox
Move(144,162,318,24)
ReadOnly = True
}
{ TextBox13 TextBox
Move(144,192,318,24)
ReadOnly = True
}
{ TextBox14 TextBox
Move(144,222,318,24)
ReadOnly = True
}
{ TextBox15 TextBox
Move(144,252,318,24)
ReadOnly = True
}
{ TextBox16 TextBox
Move(144,282,318,24)
ReadOnly = True
}
{ TextBox17 TextBox
Move(144,312,318,24)
ReadOnly = True
}
{ TextBox18 TextBox
Move(144,342,318,24)
ReadOnly = True
}
{ TextBox19 TextBox
Move(144,372,318,24)
ReadOnly = True
}
{ TextBox20 TextBox
Move(144,402,318,24)
ReadOnly = True
}
{ Label20 Label
Move(6,12,102,24)
Expand Down

0 comments on commit 0efd267

Please sign in to comment.