Ignore:
Timestamp:
Dec 26, 2017, 6:59:40 PM (7 years ago)
Author:
chronos
Message:
  • Added: Support for whitespaces in And rule.
  • Added: Terminals can be specified as escaped strings with slash.
File:
1 edited

Legend:

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

    r129 r136  
    77  ClientHeight = 467
    88  ClientWidth = 636
    9   DesignTimePPI = 120
    109  OnCreate = FormCreate
    1110  OnShow = FormShow
    12   LCLVersion = '1.8.0.6'
     11  LCLVersion = '1.8.0.4'
    1312  object ListView1: TListView
    1413    Left = 8
    15     Height = 392
    16     Top = 40
     14    Height = 384
     15    Top = 48
    1716    Width = 624
    1817    Anchors = [akTop, akLeft, akRight, akBottom]
     
    5049    end
    5150    object ToolButton2: TToolButton
    52       Left = 24
     51      Left = 30
    5352      Top = 2
    5453      Action = AModify
    5554    end
    5655    object ToolButton3: TToolButton
    57       Left = 47
     56      Left = 59
    5857      Top = 2
    5958      Action = ARemove
    6059    end
    6160    object ToolButton4: TToolButton
    62       Left = 70
     61      Left = 88
    6362      Top = 2
    6463      Action = AMoveUp
    6564    end
    6665    object ToolButton5: TToolButton
    67       Left = 93
     66      Left = 117
    6867      Top = 2
    6968      Action = AMoveDown
     
    7271  object Label1: TLabel
    7372    Left = 10
    74     Height = 20
     73    Height = 23
    7574    Top = 10
    76     Width = 63
     75    Width = 75
    7776    Caption = 'Operator:'
    7877    ParentColor = False
    7978  end
    80   object ComboBox1: TComboBox
     79  object ComboBoxOperator: TComboBox
    8180    Left = 153
    82     Height = 28
     81    Height = 33
    8382    Top = 9
    8483    Width = 231
    85     ItemHeight = 20
     84    ItemHeight = 0
    8685    Items.Strings = (
    8786      'And'
    8887      'Or'
    8988    )
     89    OnChange = ComboBoxOperatorChange
    9090    Style = csDropDownList
    9191    TabOrder = 2
     92  end
     93  object CheckBoxWhiteSpace: TCheckBox
     94    Left = 408
     95    Height = 27
     96    Top = 10
     97    Width = 161
     98    Caption = 'With white spaces'
     99    TabOrder = 3
    92100  end
    93101  object PopupMenu1: TPopupMenu
Note: See TracChangeset for help on using the changeset viewer.