Changeset 136 for branches/generator/Forms/UFormRuleItems.lfm
- Timestamp:
- Dec 26, 2017, 6:59:40 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/generator/Forms/UFormRuleItems.lfm
r129 r136 7 7 ClientHeight = 467 8 8 ClientWidth = 636 9 DesignTimePPI = 12010 9 OnCreate = FormCreate 11 10 OnShow = FormShow 12 LCLVersion = '1.8.0. 6'11 LCLVersion = '1.8.0.4' 13 12 object ListView1: TListView 14 13 Left = 8 15 Height = 3 9216 Top = 4 014 Height = 384 15 Top = 48 17 16 Width = 624 18 17 Anchors = [akTop, akLeft, akRight, akBottom] … … 50 49 end 51 50 object ToolButton2: TToolButton 52 Left = 2451 Left = 30 53 52 Top = 2 54 53 Action = AModify 55 54 end 56 55 object ToolButton3: TToolButton 57 Left = 4756 Left = 59 58 57 Top = 2 59 58 Action = ARemove 60 59 end 61 60 object ToolButton4: TToolButton 62 Left = 7061 Left = 88 63 62 Top = 2 64 63 Action = AMoveUp 65 64 end 66 65 object ToolButton5: TToolButton 67 Left = 9366 Left = 117 68 67 Top = 2 69 68 Action = AMoveDown … … 72 71 object Label1: TLabel 73 72 Left = 10 74 Height = 2 073 Height = 23 75 74 Top = 10 76 Width = 6375 Width = 75 77 76 Caption = 'Operator:' 78 77 ParentColor = False 79 78 end 80 object ComboBox 1: TComboBox79 object ComboBoxOperator: TComboBox 81 80 Left = 153 82 Height = 2881 Height = 33 83 82 Top = 9 84 83 Width = 231 85 ItemHeight = 2084 ItemHeight = 0 86 85 Items.Strings = ( 87 86 'And' 88 87 'Or' 89 88 ) 89 OnChange = ComboBoxOperatorChange 90 90 Style = csDropDownList 91 91 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 92 100 end 93 101 object PopupMenu1: TPopupMenu
Note:
See TracChangeset
for help on using the changeset viewer.