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

    r136 r190  
    11object FormRuleItems: TFormRuleItems
    22  Left = 539
    3   Height = 467
     3  Height = 700
    44  Top = 316
    5   Width = 636
     5  Width = 954
    66  Caption = 'Rule items'
    7   ClientHeight = 467
    8   ClientWidth = 636
     7  ClientHeight = 700
     8  ClientWidth = 954
     9  DesignTimePPI = 144
    910  OnCreate = FormCreate
    1011  OnShow = FormShow
    11   LCLVersion = '1.8.0.4'
     12  LCLVersion = '2.0.2.0'
    1213  object ListView1: TListView
    13     Left = 8
    14     Height = 384
    15     Top = 48
    16     Width = 624
     14    Left = 12
     15    Height = 576
     16    Top = 72
     17    Width = 936
    1718    Anchors = [akTop, akLeft, akRight, akBottom]
    1819    Columns = <   
    1920      item
    2021        Caption = 'Name'
    21         Width = 604
     22        Width = 921
    2223      end>
    2324    MultiSelect = True
    2425    OwnerData = True
     26    ParentFont = False
    2527    PopupMenu = PopupMenu1
    2628    ReadOnly = True
     
    3537  object ToolBar1: TToolBar
    3638    Left = 0
    37     Height = 26
    38     Top = 441
    39     Width = 636
     39    Height = 39
     40    Top = 661
     41    Width = 954
    4042    Align = alBottom
    4143    Images = Core.ImageList1
     44    ParentFont = False
    4245    ParentShowHint = False
    4346    ShowHint = True
     
    4952    end
    5053    object ToolButton2: TToolButton
    51       Left = 30
     54      Left = 36
    5255      Top = 2
    5356      Action = AModify
    5457    end
    5558    object ToolButton3: TToolButton
    56       Left = 59
     59      Left = 71
    5760      Top = 2
    5861      Action = ARemove
    5962    end
    6063    object ToolButton4: TToolButton
    61       Left = 88
     64      Left = 106
    6265      Top = 2
    6366      Action = AMoveUp
    6467    end
    6568    object ToolButton5: TToolButton
    66       Left = 117
     69      Left = 141
    6770      Top = 2
    6871      Action = AMoveDown
     
    7073  end
    7174  object Label1: TLabel
    72     Left = 10
    73     Height = 23
    74     Top = 10
    75     Width = 75
     75    Left = 15
     76    Height = 26
     77    Top = 15
     78    Width = 82
    7679    Caption = 'Operator:'
    7780    ParentColor = False
     81    ParentFont = False
    7882  end
    7983  object ComboBoxOperator: TComboBox
    80     Left = 153
    81     Height = 33
    82     Top = 9
    83     Width = 231
     84    Left = 230
     85    Height = 38
     86    Top = 14
     87    Width = 346
    8488    ItemHeight = 0
    8589    Items.Strings = (
     
    8892    )
    8993    OnChange = ComboBoxOperatorChange
     94    ParentFont = False
    9095    Style = csDropDownList
    9196    TabOrder = 2
    9297  end
    9398  object CheckBoxWhiteSpace: TCheckBox
    94     Left = 408
    95     Height = 27
    96     Top = 10
    97     Width = 161
     99    Left = 612
     100    Height = 30
     101    Top = 15
     102    Width = 181
    98103    Caption = 'With white spaces'
     104    ParentFont = False
    99105    TabOrder = 3
    100106  end
    101107  object PopupMenu1: TPopupMenu
    102108    Images = Core.ImageList1
    103     left = 146
    104     top = 215
     109    left = 219
     110    top = 323
    105111    object MenuItem1: TMenuItem
    106112      Action = AAdd
     
    121127  object ActionList1: TActionList
    122128    Images = Core.ImageList1
    123     left = 375
    124     top = 215
     129    left = 563
     130    top = 323
    125131    object AAdd: TAction
    126132      Caption = 'Add'
Note: See TracChangeset for help on using the changeset viewer.