Skip to content

Commit fa5ac34

Browse files
committed
Added manual refresh buttons to both Clients and Log panels.
1 parent ca60452 commit fa5ac34

File tree

3 files changed

+89
-10
lines changed

3 files changed

+89
-10
lines changed

CubeSQLAdmin.rbvcp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Type=Desktop
2-
RBProjectVersion=2018.04
2+
RBProjectVersion=2019.011
33
MinIDEVersion=20150400
44
Class=App;App.rbbas;&h0000000053B9B0EB;&h0000000000000000;false
55
Folder=Windows;Windows;&h00000000733CF146;&h0000000000000000;false
@@ -73,12 +73,12 @@ DefaultWindow=ConnectWindow
7373
AppMenuBar=MenuBar1
7474
MajorVersion=5
7575
MinorVersion=7
76-
SubVersion=4
76+
SubVersion=5
7777
NonRelease=0
7878
Release=3
7979
InfoVersion=
8080
LongVersion=@2019 SQLabs srl
81-
ShortVersion=5.7.4
81+
ShortVersion=5.7.5
8282
WinCompanyName=SQLabs
8383
WinInternalName=
8484
WinProductName=cubeSQLAdmin

Windows/AboutBoxWindow.rbfrm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ Begin Window AboutBoxWindow
147147
TabIndex = 6
148148
TabPanelIndex = 0
149149
TabStop = True
150-
Text = "Copyright © 2006-2018 SQLabs, All Rights Reserved."
150+
Text = "Copyright © 2006-2019 SQLabs, All Rights Reserved."
151151
TextAlign = 1
152152
TextColor = &c00000000
153153
TextFont = "SmallSystem"

Windows/ServerWindow.rbfrm

Lines changed: 85 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ Begin Window ServerWindow
132132
TabPanelIndex = 0
133133
Top = 0
134134
Transparent = False
135-
Value = 0
135+
Value = 10
136136
Visible = True
137137
Width = 766
138138
Begin Listbox StatusListbox
@@ -1692,9 +1692,9 @@ Begin Window ServerWindow
16921692
Index = -2147483648
16931693
InitialParent = "MainPagePanel"
16941694
Italic = False
1695-
Left = 716
1695+
Left = 634
16961696
LockBottom = True
1697-
LockedInPosition= True
1697+
LockedInPosition= False
16981698
LockLeft = False
16991699
LockRight = True
17001700
LockTop = False
@@ -1734,10 +1734,10 @@ Begin Window ServerWindow
17341734
Index = -2147483648
17351735
InitialParent = "MainPagePanel"
17361736
Italic = False
1737-
Left = 897
1737+
Left = 815
17381738
LimitText = 0
17391739
LockBottom = True
1740-
LockedInPosition= True
1740+
LockedInPosition= False
17411741
LockLeft = False
17421742
LockRight = True
17431743
LockTop = False
@@ -1753,7 +1753,7 @@ Begin Window ServerWindow
17531753
TextFont = "SmallSystem"
17541754
TextSize = 0.0
17551755
TextUnit = 0
1756-
Top = 584
1756+
Top = 585
17571757
Transparent = False
17581758
Underline = False
17591759
UseFocusRing = True
@@ -7718,6 +7718,70 @@ Begin Window ServerWindow
77187718
Visible = True
77197719
Width = 112
77207720
End
7721+
Begin BetterPushButton ClientsRefresh
7722+
AutoDeactivate = True
7723+
Bold = False
7724+
ButtonStyle = "0"
7725+
Cancel = False
7726+
Caption = "Refresh"
7727+
Default = False
7728+
Enabled = True
7729+
Height = 20
7730+
HelpTag = ""
7731+
Index = -2147483648
7732+
InitialParent = "MainPagePanel"
7733+
Italic = False
7734+
Left = 763
7735+
LockBottom = True
7736+
LockedInPosition= False
7737+
LockLeft = False
7738+
LockRight = True
7739+
LockTop = False
7740+
Scope = 2
7741+
TabIndex = 3
7742+
TabPanelIndex = 4
7743+
TabStop = True
7744+
TextFont = "SmallSystem"
7745+
TextSize = 0.0
7746+
TextUnit = 0
7747+
Top = 579
7748+
Transparent = False
7749+
Underline = False
7750+
Visible = True
7751+
Width = 70
7752+
End
7753+
Begin BetterPushButton ClientsRefresh1
7754+
AutoDeactivate = True
7755+
Bold = False
7756+
ButtonStyle = "0"
7757+
Cancel = False
7758+
Caption = "Refresh"
7759+
Default = False
7760+
Enabled = True
7761+
Height = 20
7762+
HelpTag = ""
7763+
Index = -2147483648
7764+
InitialParent = "MainPagePanel"
7765+
Italic = False
7766+
Left = 871
7767+
LockBottom = True
7768+
LockedInPosition= False
7769+
LockLeft = False
7770+
LockRight = True
7771+
LockTop = False
7772+
Scope = 2
7773+
TabIndex = 5
7774+
TabPanelIndex = 11
7775+
TabStop = True
7776+
TextFont = "SmallSystem"
7777+
TextSize = 0.0
7778+
TextUnit = 0
7779+
Top = 585
7780+
Transparent = False
7781+
Underline = False
7782+
Visible = True
7783+
Width = 70
7784+
End
77217785
End
77227786
End
77237787
#tag EndWindow
@@ -10734,6 +10798,21 @@ End
1073410798
End Sub
1073510799
#tag EndEvent
1073610800
#tag EndEvents
10801+
#tag Events ClientsRefresh
10802+
#tag Event
10803+
Sub Action()
10804+
DoPanelClients
10805+
10806+
End Sub
10807+
#tag EndEvent
10808+
#tag EndEvents
10809+
#tag Events ClientsRefresh1
10810+
#tag Event
10811+
Sub Action()
10812+
DoPanelLog
10813+
End Sub
10814+
#tag EndEvent
10815+
#tag EndEvents
1073710816
#tag ViewBehavior
1073810817
#tag ViewProperty
1073910818
Name="BackColor"

0 commit comments

Comments
 (0)