Skip to content

Commit

Permalink
Merge pull request #34 from alphastar868/patch-1
Browse files Browse the repository at this point in the history
Close button for Network > Show Receive and Transmit
  • Loading branch information
eloaders committed Sep 20, 2016
2 parents d53d25d + 67abbc6 commit fe82bf7
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 63 deletions.
61 changes: 0 additions & 61 deletions .Readme-CentOS.RHELmd

This file was deleted.

9 changes: 9 additions & 0 deletions I-Nex/i-nex/.src/FNET_R_T.class
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,12 @@ Public Sub Form_Open()
Timer1.Start
net_()
End

Public Sub Button2_Click()

Form_Close()

End
Public Sub Form_Close()
Me.Close
End
13 changes: 11 additions & 2 deletions I-Nex/i-nex/.src/FNET_R_T.form
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Gambas Form File 3.0

{ Form Form
MoveScaled(0,0,88,56)
MoveScaled(0,0,88,57)
#Translate = False
Expand = True
Text = "Receive and Transmit"
Expand All @@ -21,7 +21,7 @@
}
}
{ Frame2 Frame
MoveScaled(0,28,88,27)
MoveScaled(0,28,88,28)
Text = ("Transmit")
{ !GridView2 GridView
MoveScaled(2,4,85,19)
Expand All @@ -32,6 +32,15 @@
AutoResize = False
Sorted = True
}
{ Button2 Button
MoveScaled(74,24,14,4)
Drop = True
Expand = True
AutoResize = True
Text = ("Close")
Picture = Picture["AppIcons/application-exit2.png"]
Default = True
}
}
{ !Timer1 #Timer
#MoveScaled(53,25)
Expand Down

0 comments on commit fe82bf7

Please sign in to comment.