Skip to content

Commit

Permalink
add tooltip for Report button
Browse files Browse the repository at this point in the history
  • Loading branch information
kayform committed May 18, 2018
1 parent 13bd986 commit 2e3cd5f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2408,6 +2408,10 @@
<COLUMNS />
<VALUECAST />
</ROW>
<ROW ID="F296" PARAMS="0">
<DESC>Report</DESC>
<DATA><![CDATA[Report]]></DATA>
</ROW>
<ROW ID="F300" PARAMS="0">
<DESC>Control ConfigBox</DESC>
<DATA><![CDATA[Configuration]]></DATA>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2408,6 +2408,10 @@
<COLUMNS />
<VALUECAST />
</ROW>
<ROW ID="F296" PARAMS="0">
<DESC>Report</DESC>
<DATA><![CDATA[리포트]]></DATA>
</ROW>
<ROW ID="F300" PARAMS="0">
<DESC>Control ConfigBox</DESC>
<DATA><![CDATA[설정]]></DATA>
Expand Down
1 change: 1 addition & 0 deletions eXperDB_Monitoring_Client/iDast.MonPostgres/frmMonMain.vb
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,7 @@
Me.ttChart.SetToolTip(Me.btnLock, p_clsMsgData.fn_GetData("F305"))
'Me.ttChart.SetToolTip(Me.btnConfig, p_clsMsgData.fn_GetData("F300"))
Me.ttChart.SetToolTip(Me.btnAlertConfig, p_clsMsgData.fn_GetData("F199"))
Me.ttChart.SetToolTip(Me.btnReport, p_clsMsgData.fn_GetData("F296"))

rbCurrent.Text = p_clsMsgData.fn_GetData("F282")
rbHistory.Text = p_clsMsgData.fn_GetData("F283")
Expand Down

0 comments on commit 2e3cd5f

Please sign in to comment.