Ignore:
Timestamp:
Feb 2, 2022, 2:55:58 PM (2 years ago)
Author:
chronos
Message:
  • Modified: Build under Lazarus 2.2.0.
  • Modified: Updated Common package.
  • Added: Read Me file with app description and development information.
  • Added: Test form available in debug mode from Tools menu with list of test cases to better support app testability.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormMain.lfm

    r81 r90  
    11object FormMain: TFormMain
    22  Left = 601
    3   Height = 796
     3  Height = 829
    44  Top = 447
    5   Width = 1178
     5  Width = 1227
    66  Caption = 'vCard Studio'
    7   ClientHeight = 762
    8   ClientWidth = 1178
    9   DesignTimePPI = 144
     7  ClientHeight = 794
     8  ClientWidth = 1227
     9  DesignTimePPI = 150
    1010  Menu = MainMenu1
    1111  OnClose = FormClose
     
    1515  OnResize = FormResize
    1616  OnShow = FormShow
    17   LCLVersion = '2.0.12.0'
     17  LCLVersion = '2.2.0.4'
    1818  object CoolBar1: TCoolBar
    1919    Left = 0
    20     Height = 43
     20    Height = 44
    2121    Top = 0
    22     Width = 1178
     22    Width = 1227
    2323    AutoSize = True
    2424    Bands = <   
     
    3939      AnchorSideTop.Control = CoolBar1
    4040      Left = 24
    41       Height = 33
     41      Height = 34
    4242      Top = 5
    43       Width = 159
     43      Width = 164
    4444      Align = alNone
    4545      AutoSize = True
     
    6060      end
    6161      object ToolButton2: TToolButton
    62         Left = 36
     62        Left = 37
    6363        Top = 0
    6464        Action = Core.AFileOpen
     
    6767      end
    6868      object ToolButton3: TToolButton
    69         Left = 89
     69        Left = 92
    7070        Top = 0
    7171        Action = Core.AFileSave
    7272      end
    7373      object ToolButton4: TToolButton
    74         Left = 124
     74        Left = 128
    7575        Top = 0
    7676        Action = Core.AFileClose
     
    8181      AnchorSideTop.Control = CoolBar1
    8282      Left = 188
    83       Height = 33
     83      Height = 34
    8484      Top = 5
    85       Width = 106
     85      Width = 109
    8686      Align = alNone
    8787      AutoSize = True
     
    9797      Transparent = True
    9898      object ToolButton5: TToolButton
    99         Left = 71
     99        Left = 73
    100100        Top = 0
    101101        Action = Core.ASettings
    102102      end
    103103      object ToolButton6: TToolButton
    104         Left = 36
     104        Left = 37
    105105        Top = 0
    106106        Action = Core.AFindDuplicate
     
    115115  object MainMenu1: TMainMenu
    116116    Images = Core.ImageList1
    117     Left = 192
    118     Top = 120
     117    Left = 200
     118    Top = 125
    119119    object MenuItemFile: TMenuItem
    120120      Caption = 'File'
     
    181181        Action = Core.AGenerate
    182182      end
     183      object MenuItem4: TMenuItem
     184        Action = Core.ATest
     185      end
    183186    end
    184187    object MenuItemHelp: TMenuItem
     
    193196  end
    194197  object PopupMenuOpenRecent: TPopupMenu
    195     Left = 420
    196     Top = 120
     198    Left = 438
     199    Top = 125
    197200  end
    198201end
Note: See TracChangeset for help on using the changeset viewer.