Browse Source

Cosmetics: EnlistAccount -> ConfirmAccounts

Herman Schoenfeld 7 years ago
parent
commit
8f3ed1c835

+ 4 - 1
src/gui/wizards/operations/UWIZEnlistAccountForSale.pas

@@ -2,11 +2,14 @@ unit UWIZEnlistAccountForSale;
 
 {$mode delphi}
 
-{ Copyright (c) 2018 by Ugochukwu Mmaduekwe
+{ Copyright (c) 2018 Sphere 10 Software (http://www.sphere10.com/)
 
   Distributed under the MIT software license, see the accompanying file LICENSE
   or visit http://www.opensource.org/licenses/mit-license.php.
 
+  Acknowledgements:
+  Ugochukwu Mmaduekwe - main developer
+  Herman Schoenfeld - designer
 }
 
 interface

+ 9 - 10
src/gui/wizards/operations/UWIZEnlistAccountForSale_ConfirmAccount.lfm

@@ -1,27 +1,26 @@
 object WIZEnlistAccountForSale_ConfirmAccount: TWIZEnlistAccountForSale_ConfirmAccount
   Left = 0
-  Height = 253
+  Height = 274
   Top = 0
   Width = 429
   Caption = 'WIZEnlistAccountForSale_ConfirmAccount'
-  ClientHeight = 253
+  ClientHeight = 274
   ClientWidth = 429
-  LCLVersion = '1.8.2.0'
   Visible = False
   object grpEnlistAccount: TGroupBox
-    Left = 6
-    Height = 248
-    Top = 0
+    Left = 4
+    Height = 266
+    Top = 4
     Width = 416
     Anchors = [akTop, akLeft, akRight, akBottom]
-    Caption = 'Enlisted Accounts For Sale'
-    ClientHeight = 228
+    Caption = 'Accounts To Sell'
+    ClientHeight = 246
     ClientWidth = 412
     TabOrder = 0
     object paGrid: TPanel
       Left = 6
-      Height = 192
-      Top = 24
+      Height = 226
+      Top = 8
       Width = 402
       Anchors = [akTop, akLeft, akRight, akBottom]
       BevelOuter = bvNone