Ignore:
Timestamp:
May 16, 2019, 11:45:39 PM (6 years ago)
Author:
chronos
Message:
  • Added: Missing .lrj files to generate complete language files.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/generator/Forms/UFormLookupTables.lfm

    r137 r190  
    11object FormLookupTables: TFormLookupTables
    22  Left = 521
    3   Height = 424
     3  Height = 636
    44  Top = 323
    5   Width = 573
     5  Width = 860
    66  Caption = 'Lookup tables'
    7   ClientHeight = 424
    8   ClientWidth = 573
     7  ClientHeight = 636
     8  ClientWidth = 860
     9  DesignTimePPI = 144
    910  OnClose = FormClose
    1011  OnCreate = FormCreate
    1112  OnShow = FormShow
    12   LCLVersion = '1.8.0.4'
     13  LCLVersion = '2.0.2.0'
    1314  object ListView1: TListView
    14     Left = 4
    15     Height = 384
    16     Top = 4
    17     Width = 565
     15    Left = 6
     16    Height = 576
     17    Top = 6
     18    Width = 848
    1819    Align = alClient
    19     BorderSpacing.Around = 4
     20    BorderSpacing.Around = 6
    2021    Columns = <   
    2122      item
    2223        Caption = 'Name'
    23         Width = 545
     24        Width = 833
    2425      end>
    2526    MultiSelect = True
    2627    OwnerData = True
     28    ParentFont = False
    2729    PopupMenu = PopupMenu1
    2830    ReadOnly = True
     
    3739  object CoolBar1: TCoolBar
    3840    Left = 0
    39     Height = 32
    40     Top = 392
    41     Width = 573
     41    Height = 48
     42    Top = 588
     43    Width = 860
    4244    Align = alBottom
    4345    Bands = <   
     
    4749      end>
    4850    Images = Core.ImageList1
     51    ParentFont = False
    4952    object ToolBar1: TToolBar
    5053      AnchorSideLeft.Control = CoolBar1
    5154      AnchorSideTop.Control = CoolBar1
    5255      Left = 24
    53       Height = 22
     56      Height = 33
    5457      Top = 5
    55       Width = 70
     58      Width = 106
    5659      Align = alNone
    5760      AutoSize = True
     
    6164      EdgeOuter = esNone
    6265      Images = Core.ImageList1
     66      ParentFont = False
    6367      ParentShowHint = False
    6468      ShowHint = True
     
    7175      end
    7276      object ToolButton2: TToolButton
    73         Left = 24
     77        Left = 36
    7478        Top = 0
    7579        Action = AModify
    7680      end
    7781      object ToolButton3: TToolButton
    78         Left = 47
     82        Left = 71
    7983        Top = 0
    8084        Action = ARemove
     
    8488  object ActionList1: TActionList
    8589    Images = Core.ImageList1
    86     left = 136
    87     top = 176
     90    left = 204
     91    top = 264
    8892    object AAdd: TAction
    8993      Caption = 'Add'
     
    109113  object PopupMenu1: TPopupMenu
    110114    Images = Core.ImageList1
    111     left = 288
    112     top = 176
     115    left = 432
     116    top = 264
    113117    object MenuItem1: TMenuItem
    114118      Action = AAdd
     
    127131    Column = 0
    128132    Order = soUp
    129     left = 408
    130     top = 176
     133    left = 612
     134    top = 264
    131135  end
    132136end
Note: See TracChangeset for help on using the changeset viewer.