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/UFormGrammer.lfm

    r167 r190  
    11object FormGrammer: TFormGrammer
    22  Left = 500
    3   Height = 346
     3  Height = 415
    44  Top = 341
    5   Width = 548
     5  Width = 658
    66  Caption = 'Grammer settings'
    7   ClientHeight = 346
    8   ClientWidth = 548
    9   DesignTimePPI = 120
     7  ClientHeight = 415
     8  ClientWidth = 658
     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 = 22
    17     Width = 63
     14    Left = 18
     15    Height = 26
     16    Top = 26
     17    Width = 84
    1818    Caption = 'Start rule:'
    1919    ParentColor = False
     20    ParentFont = False
    2021  end
    2122  object ComboBoxStartRule: TComboBox
    22     Left = 168
    23     Height = 28
    24     Top = 22
    25     Width = 272
    26     ItemHeight = 20
     23    Left = 202
     24    Height = 42
     25    Top = 26
     26    Width = 326
     27    ItemHeight = 0
     28    ParentFont = False
    2729    Style = csDropDownList
    2830    TabOrder = 0
    2931  end
    3032  object ButtonOk: TButton
    31     Left = 294
    32     Height = 25
    33     Top = 307
    34     Width = 75
     33    Left = 353
     34    Height = 30
     35    Top = 368
     36    Width = 90
    3537    Anchors = [akLeft, akBottom]
    3638    Caption = 'OK'
    3739    ModalResult = 1
     40    ParentFont = False
    3841    TabOrder = 1
    3942  end
    4043  object ButtonCancel: TButton
    41     Left = 168
    42     Height = 25
    43     Top = 307
    44     Width = 75
     44    Left = 202
     45    Height = 30
     46    Top = 368
     47    Width = 90
    4548    Anchors = [akLeft, akBottom]
    4649    Caption = 'Cancel'
    4750    ModalResult = 2
     51    ParentFont = False
    4852    TabOrder = 2
    4953  end
    5054  object Label2: TLabel
    51     Left = 16
    52     Height = 20
    53     Top = 80
    54     Width = 113
     55    Left = 19
     56    Height = 26
     57    Top = 96
     58    Width = 147
    5559    Caption = 'White space rule:'
    5660    ParentColor = False
     61    ParentFont = False
    5762  end
    5863  object ComboBoxWhiteSpaceRule: TComboBox
    59     Left = 168
    60     Height = 28
    61     Top = 72
    62     Width = 272
    63     ItemHeight = 20
     64    Left = 202
     65    Height = 42
     66    Top = 86
     67    Width = 326
     68    ItemHeight = 0
     69    ParentFont = False
    6470    Style = csDropDownList
    6571    TabOrder = 3
Note: See TracChangeset for help on using the changeset viewer.