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

    r137 r190  
    11object FormRules: TFormRules
    22  Left = 348
    3   Height = 611
     3  Height = 916
    44  Top = 230
    5   Width = 857
     5  Width = 1286
    66  Caption = 'Rules'
    7   ClientHeight = 611
    8   ClientWidth = 857
     7  ClientHeight = 916
     8  ClientWidth = 1286
     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 CoolBar1: TCoolBar
    1415    Left = 0
    15     Height = 32
    16     Top = 579
    17     Width = 857
     16    Height = 48
     17    Top = 868
     18    Width = 1286
    1819    Align = alBottom
    1920    Bands = <   
     
    2324      end>
    2425    Images = Core.ImageList1
     26    ParentFont = False
    2527    object ToolBar1: TToolBar
    2628      AnchorSideLeft.Control = CoolBar1
    2729      AnchorSideTop.Control = CoolBar1
    2830      Left = 24
    29       Height = 28
     31      Height = 33
    3032      Top = 5
    31       Width = 88
     33      Width = 106
    3234      Align = alNone
    3335      AutoSize = True
     
    3739      EdgeOuter = esNone
    3840      Images = Core.ImageList1
     41      ParentFont = False
    3942      ParentShowHint = False
    4043      ShowHint = True
     
    4750      end
    4851      object ToolButton2: TToolButton
    49         Left = 30
     52        Left = 36
    5053        Top = 0
    5154        Action = AModify
    5255      end
    5356      object ToolButton3: TToolButton
    54         Left = 59
     57        Left = 71
    5558        Top = 0
    5659        Action = ARemove
     
    5962  end
    6063  object ListView1: TListView
    61     Left = 4
    62     Height = 571
    63     Top = 4
    64     Width = 849
     64    Left = 6
     65    Height = 856
     66    Top = 6
     67    Width = 1274
    6568    Align = alClient
    66     BorderSpacing.Around = 4
     69    BorderSpacing.Around = 6
    6770    Columns = <   
    6871      item
    6972        Caption = 'Name'
    70         Width = 200
     73        Width = 300
    7174      end   
    7275      item
    7376        Caption = 'Node'
    74         Width = 80
     77        Width = 120
    7578      end   
    7679      item
    7780        Caption = 'Items'
    78         Width = 400
     81        Width = 600
    7982      end   
    8083      item
    8184        Caption = 'Char length'
    82         Width = 80
     85        Width = 120
    8386      end   
    8487      item
    8588        Caption = 'Level'
    86         Width = 70
     89        Width = 119
    8790      end>
    8891    MultiSelect = True
    8992    OwnerData = True
     93    ParentFont = False
    9094    PopupMenu = PopupMenu1
    9195    ReadOnly = True
     
    100104  object ActionList1: TActionList
    101105    Images = Core.ImageList1
    102     left = 248
    103     top = 212
     106    left = 372
     107    top = 318
    104108    object AAdd: TAction
    105109      Caption = 'Add'
     
    125129  object PopupMenu1: TPopupMenu
    126130    Images = Core.ImageList1
    127     left = 427
    128     top = 212
     131    left = 641
     132    top = 318
    129133    object MenuItem1: TMenuItem
    130134      Action = AAdd
     
    143147    Column = 0
    144148    Order = soUp
    145     left = 574
    146     top = 212
     149    left = 861
     150    top = 318
    147151  end
    148152end
Note: See TracChangeset for help on using the changeset viewer.