Parcourir la source

Hide UpdatePanel initially.

It was appearing when running with /CC.
Jordan Russell il y a 9 mois
Parent
commit
9679c0dd0e
1 fichiers modifiés avec 4 ajouts et 3 suppressions
  1. 4 3
      Projects/Src/IDE.MainForm.dfm

+ 4 - 3
Projects/Src/IDE.MainForm.dfm

@@ -368,6 +368,7 @@ object MainForm: TMainForm
     Align = alTop
     Align = alTop
     BevelOuter = bvNone
     BevelOuter = bvNone
     TabOrder = 1
     TabOrder = 1
+    Visible = False
     object UpdatePanelClosePaintBox: TPaintBox
     object UpdatePanelClosePaintBox: TPaintBox
       AlignWithMargins = True
       AlignWithMargins = True
       Left = 330
       Left = 330
@@ -399,11 +400,11 @@ object MainForm: TMainForm
     object UpdateLinkLabel: TLinkLabel
     object UpdateLinkLabel: TLinkLabel
       Left = 13
       Left = 13
       Top = 13
       Top = 13
-      Width = 363
+      Width = 303
       Height = 17
       Height = 17
       Caption = 
       Caption = 
-        'Your version of Inno Setup has been updated. Click <a  id="whats' +
-        'new">here</a> to see what'#39's new.'
+        'Your version of Inno Setup has been updated! <a id="hwhatsnew">S' +
+        'ee what'#39's new</a>.'
       TabOrder = 0
       TabOrder = 0
       OnLinkClick = UpdateLinkLabelLinkClick
       OnLinkClick = UpdateLinkLabelLinkClick
     end
     end