Skip to content

Commit

Permalink
chages to the code
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitalis95 committed Mar 6, 2024
1 parent 104b796 commit 8dd5532
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion instat/dlgScript.Designer.vb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 1 addition & 7 deletions instat/dlgScript.vb
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,11 @@ Public Class dlgScript
ucrSaveObject.SetIsComboBox()
ucrSaveObject.SetDataFrameSelector(ucrDataFrameSaveOutputSelect)

'ucrInputSaveDataFrame.SetLinkedDisplayControl(lblSaveDataFrame)
ucrPnlSaveDataFrame.AddRadioButton(rdoDataFrame)
ucrPnlSaveDataFrame.AddRadioButton(rdoFromRFile)

ucrChkSaveDataFrameSingle.SetText("Single")


ucrChkDisplayGraph.SetText("Display Output")

'--------------------------------
Expand Down Expand Up @@ -199,7 +197,6 @@ Public Class dlgScript
rdoGetDataFrame.Checked = True
rdoDataFrame.Checked = True


'activate the selected tab to library tab
tbFeatures.SelectedIndex = -1
tbFeatures.SelectedTab = tbPageSaveData
Expand All @@ -214,8 +211,6 @@ Public Class dlgScript
ucrChkDisplayGraph.Visible = False
ucrPnlSaveDataFrame.SetVisible(False)
If rdoSaveDataFrame.Checked Then
'ucrInputSaveDataFrame.SetVisible(True)
' ucrChkSaveDataFrameSingle.SetVisible(True)
ucrPnlSaveDataFrame.SetVisible(True)
VisiilityOfControls()
ucrChkDisplayGraph.Visible = False
Expand Down Expand Up @@ -296,7 +291,6 @@ Public Class dlgScript
End If
End If


PreviewScript(strScript)
End Sub

Expand Down Expand Up @@ -763,6 +757,7 @@ Public Class dlgScript
Private Sub ucrPnlSaveDataFrame_ControlValueChanged(ucrChangedControl As ucrCore) Handles ucrPnlSaveDataFrame.ControlValueChanged
VisiilityOfControls()
End Sub

Private Sub VisiilityOfControls()
ucrInputSaveRFile.SetVisible(False)
ucrInputSaveDataFrame.SetVisible(False)
Expand All @@ -778,5 +773,4 @@ Public Class dlgScript
End If
End Sub


End Class

0 comments on commit 8dd5532

Please sign in to comment.