File tree Expand file tree Collapse file tree 3 files changed +89
-10
lines changed
Expand file tree Collapse file tree 3 files changed +89
-10
lines changed Original file line number Diff line number Diff line change 11Type=Desktop
2- RBProjectVersion=2018.04
2+ RBProjectVersion=2019.011
33MinIDEVersion=20150400
44Class=App;App.rbbas;&h0000000053B9B0EB;&h0000000000000000;false
55Folder=Windows;Windows;&h00000000733CF146;&h0000000000000000;false
@@ -73,12 +73,12 @@ DefaultWindow=ConnectWindow
7373AppMenuBar=MenuBar1
7474MajorVersion=5
7575MinorVersion=7
76- SubVersion=4
76+ SubVersion=5
7777NonRelease=0
7878Release=3
7979InfoVersion=
8080LongVersion=@2019 SQLabs srl
81- ShortVersion=5.7.4
81+ ShortVersion=5.7.5
8282WinCompanyName=SQLabs
8383WinInternalName=
8484WinProductName=cubeSQLAdmin
Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff 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
77227786End
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"
You can’t perform that action at this time.
0 commit comments