Ignore:
Timestamp:
May 8, 2019, 12:11:40 PM (5 years ago)
Author:
chronos
Message:
  • Fixed: Build under Lazarus 2.0.
  • Modified: Used .lrj files instead of .lrt files.
  • Removed: TemplateGenerics package.
Location:
trunk/Forms
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms

    • Property svn:ignore
      •  

        old new  
        1 *.lrj
         1
  • trunk/Forms/UFormMain.lfm

    r19 r21  
    11object FormMain: TFormMain
    22  Left = 601
    3   Height = 531
     3  Height = 796
    44  Top = 447
    5   Width = 785
     5  Width = 1178
    66  Caption = 'vCard Studio'
    7   ClientHeight = 497
    8   ClientWidth = 785
     7  ClientHeight = 762
     8  ClientWidth = 1178
     9  DesignTimePPI = 144
    910  Menu = MainMenu1
    1011  OnClose = FormClose
     
    1314  OnDestroy = FormDestroy
    1415  OnShow = FormShow
    15   LCLVersion = '1.8.0.4'
     16  LCLVersion = '2.0.0.4'
    1617  object CoolBar1: TCoolBar
    1718    Left = 0
    18     Height = 38
     19    Height = 43
    1920    Top = 0
    20     Width = 785
     21    Width = 1178
    2122    AutoSize = True
    2223    Bands = <   
     
    3233        Width = 64
    3334      end>
     35    ParentFont = False
    3436    object ToolBarFile: TToolBar
    3537      AnchorSideLeft.Control = CoolBar1
    3638      AnchorSideTop.Control = CoolBar1
    3739      Left = 24
    38       Height = 28
     40      Height = 33
    3941      Top = 5
    40       Width = 132
     42      Width = 159
    4143      Align = alNone
    4244      AutoSize = True
     
    4648      EdgeOuter = esNone
    4749      Images = Core.ImageList1
     50      ParentFont = False
    4851      ParentShowHint = False
    4952      ShowHint = True
     
    5659      end
    5760      object ToolButton2: TToolButton
    58         Left = 30
     61        Left = 36
    5962        Top = 0
    6063        Action = Core.AFileOpen
     
    6366      end
    6467      object ToolButton3: TToolButton
    65         Left = 74
     68        Left = 89
    6669        Top = 0
    6770        Action = Core.AFileSave
    6871      end
    6972      object ToolButton4: TToolButton
    70         Left = 103
     73        Left = 124
    7174        Top = 0
    7275        Action = Core.AFileClose
     
    7780      AnchorSideTop.Control = CoolBar1
    7881      Left = 188
    79       Height = 28
     82      Height = 33
    8083      Top = 5
    81       Width = 59
     84      Width = 71
    8285      Align = alNone
    8386      AutoSize = True
     
    8790      EdgeOuter = esNone
    8891      Images = Core.ImageList1
     92      ParentFont = False
    8993      ParentShowHint = False
    9094      ShowHint = True
     
    9296      Transparent = True
    9397      object ToolButton5: TToolButton
    94         Left = 30
     98        Left = 36
    9599        Top = 0
    96100        Action = Core.ASettings
     
    105109  object StatusBar1: TStatusBar
    106110    Left = 0
    107     Height = 30
    108     Top = 467
    109     Width = 785
     111    Height = 28
     112    Top = 734
     113    Width = 1178
    110114    Panels = <   
    111115      item
    112         Width = 200
     116        Width = 300
    113117      end>
     118    ParentFont = False
    114119    SimplePanel = False
    115120  end
    116121  object MainMenu1: TMainMenu
    117122    Images = Core.ImageList1
    118     left = 128
    119     top = 80
     123    left = 192
     124    top = 120
    120125    object MenuItemFile: TMenuItem
    121126      Caption = 'File'
     
    182187  end
    183188  object PopupMenuOpenRecent: TPopupMenu
    184     left = 280
    185     top = 80
     189    left = 420
     190    top = 120
    186191  end
    187192end
Note: See TracChangeset for help on using the changeset viewer.