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

Legend:

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

    r167 r190  
    11object FormLookupTable: TFormLookupTable
    22  Left = 576
    3   Height = 273
     3  Height = 328
    44  Top = 547
    5   Width = 595
     5  Width = 714
    66  Caption = 'Lookup table'
    7   ClientHeight = 273
    8   ClientWidth = 595
    9   DesignTimePPI = 120
     7  ClientHeight = 328
     8  ClientWidth = 714
     9  DesignTimePPI = 144
    1010  OnClose = FormClose
    1111  OnShow = FormShow
    12   LCLVersion = '1.8.2.0'
     12  LCLVersion = '2.0.2.0'
    1313  object Label1: TLabel
    14     Left = 15
    15     Height = 20
    16     Top = 17
    17     Width = 43
     14    Left = 18
     15    Height = 26
     16    Top = 20
     17    Width = 56
    1818    Caption = 'Name:'
    1919    ParentColor = False
     20    ParentFont = False
    2021  end
    2122  object EditName: TEdit
    22     Left = 120
    23     Height = 28
    24     Top = 8
    25     Width = 160
     23    Left = 144
     24    Height = 43
     25    Top = 10
     26    Width = 192
     27    ParentFont = False
    2628    TabOrder = 0
    2729  end
    2830  object ButtonCancel: TButton
    29     Left = 184
    30     Height = 25
    31     Top = 236
    32     Width = 75
     31    Left = 221
     32    Height = 30
     33    Top = 284
     34    Width = 90
    3335    Anchors = [akLeft, akBottom]
    3436    Caption = 'Cancel'
    3537    ModalResult = 2
     38    ParentFont = False
    3639    TabOrder = 1
    3740  end
    3841  object ButtonOk: TButton
    39     Left = 392
    40     Height = 25
    41     Top = 236
    42     Width = 75
     42    Left = 470
     43    Height = 30
     44    Top = 284
     45    Width = 90
    4346    Anchors = [akLeft, akBottom]
    4447    Caption = 'Ok'
    4548    ModalResult = 1
     49    ParentFont = False
    4650    TabOrder = 2
    4751  end
Note: See TracChangeset for help on using the changeset viewer.