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

    r167 r190  
    11object FormRule: TFormRule
    22  Left = 507
    3   Height = 514
     3  Height = 617
    44  Top = 293
    5   Width = 663
     5  Width = 796
    66  ActiveControl = ButtonOk
    77  Caption = 'Rule'
    8   ClientHeight = 514
    9   ClientWidth = 663
    10   DesignTimePPI = 120
     8  ClientHeight = 617
     9  ClientWidth = 796
     10  DesignTimePPI = 144
    1111  OnClose = FormClose
    1212  OnCreate = FormCreate
    1313  OnDestroy = FormDestroy
    1414  OnShow = FormShow
    15   LCLVersion = '1.8.2.0'
     15  LCLVersion = '2.0.2.0'
    1616  object ButtonOk: TButton
    17     Left = 376
    18     Height = 25
    19     Top = 480
    20     Width = 75
     17    Left = 451
     18    Height = 30
     19    Top = 576
     20    Width = 90
    2121    Anchors = [akLeft, akBottom]
    2222    Caption = 'Ok'
    2323    ModalResult = 1
     24    ParentFont = False
    2425    TabOrder = 0
    2526  end
    2627  object ButtonCancel: TButton
    27     Left = 168
    28     Height = 25
    29     Top = 480
    30     Width = 75
     28    Left = 202
     29    Height = 30
     30    Top = 576
     31    Width = 90
    3132    Anchors = [akLeft, akBottom]
    3233    Caption = 'Cancel'
    3334    ModalResult = 2
     35    ParentFont = False
    3436    TabOrder = 1
    3537  end
    3638  object Label1: TLabel
    37     Left = 16
    38     Height = 20
    39     Top = 16
    40     Width = 43
     39    Left = 19
     40    Height = 26
     41    Top = 19
     42    Width = 56
    4143    Caption = 'Name:'
    4244    ParentColor = False
     45    ParentFont = False
    4346  end
    4447  object PageControl1: TPageControl
    45     Left = 8
    46     Height = 392
    47     Top = 80
    48     Width = 640
     48    Left = 10
     49    Height = 471
     50    Top = 96
     51    Width = 768
    4952    ActivePage = TabSheet1
    5053    Anchors = [akTop, akLeft, akRight, akBottom]
     54    ParentFont = False
    5155    TabIndex = 0
    5256    TabOrder = 2
    5357    object TabSheet1: TTabSheet
    5458      Caption = 'Items'
     59      ParentFont = False
    5560    end
    5661    object TabSheet2: TTabSheet
    5762      Caption = 'Links'
     63      ParentFont = False
    5864    end
    5965    object TabSheetUsedBy: TTabSheet
    6066      Caption = 'Used by'
    61       ClientHeight = 351
    62       ClientWidth = 634
     67      ClientHeight = 431
     68      ClientWidth = 758
     69      ParentFont = False
    6370      object ListView1: TListView
    6471        Left = 0
     
    7077          item
    7178            Caption = 'Name'
    72             Width = 612
     79            Width = 734
    7380          end>
    7481        OwnerData = True
     82        ParentFont = False
    7583        ReadOnly = True
    7684        RowSelect = True
     
    8290  end
    8391  object EditName: TEdit
    84     Left = 135
    85     Height = 28
    86     Top = 11
    87     Width = 433
     92    Left = 162
     93    Height = 43
     94    Top = 13
     95    Width = 520
     96    ParentFont = False
    8897    TabOrder = 3
    8998  end
    9099  object CheckBoxCreateNode: TCheckBox
    91     Left = 16
    92     Height = 24
    93     Top = 48
    94     Width = 152
     100    Left = 19
     101    Height = 30
     102    Top = 58
     103    Width = 191
    95104    Caption = 'Create source node'
     105    ParentFont = False
    96106    TabOrder = 4
    97107  end
    98108  object Label2: TLabel
    99     Left = 312
    100     Height = 20
    101     Top = 52
    102     Width = 37
     109    Left = 374
     110    Height = 26
     111    Top = 62
     112    Width = 48
    103113    Caption = 'Level:'
    104114    ParentColor = False
     115    ParentFont = False
    105116  end
    106117  object ComboBoxLevel: TComboBox
    107     Left = 376
    108     Height = 28
    109     Top = 48
    110     Width = 125
    111     ItemHeight = 20
     118    Left = 451
     119    Height = 42
     120    Top = 58
     121    Width = 150
     122    ItemHeight = 0
     123    ParentFont = False
    112124    Style = csDropDownList
    113125    TabOrder = 5
Note: See TracChangeset for help on using the changeset viewer.