Changeset 190 for branches/generator/Forms/UFormRuleItems.lfm
- Timestamp:
- May 16, 2019, 11:45:39 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/generator/Forms/UFormRuleItems.lfm
r136 r190 1 1 object FormRuleItems: TFormRuleItems 2 2 Left = 539 3 Height = 4673 Height = 700 4 4 Top = 316 5 Width = 6365 Width = 954 6 6 Caption = 'Rule items' 7 ClientHeight = 467 8 ClientWidth = 636 7 ClientHeight = 700 8 ClientWidth = 954 9 DesignTimePPI = 144 9 10 OnCreate = FormCreate 10 11 OnShow = FormShow 11 LCLVersion = ' 1.8.0.4'12 LCLVersion = '2.0.2.0' 12 13 object ListView1: TListView 13 Left = 814 Height = 38415 Top = 4816 Width = 62414 Left = 12 15 Height = 576 16 Top = 72 17 Width = 936 17 18 Anchors = [akTop, akLeft, akRight, akBottom] 18 19 Columns = < 19 20 item 20 21 Caption = 'Name' 21 Width = 60422 Width = 921 22 23 end> 23 24 MultiSelect = True 24 25 OwnerData = True 26 ParentFont = False 25 27 PopupMenu = PopupMenu1 26 28 ReadOnly = True … … 35 37 object ToolBar1: TToolBar 36 38 Left = 0 37 Height = 2638 Top = 44139 Width = 63639 Height = 39 40 Top = 661 41 Width = 954 40 42 Align = alBottom 41 43 Images = Core.ImageList1 44 ParentFont = False 42 45 ParentShowHint = False 43 46 ShowHint = True … … 49 52 end 50 53 object ToolButton2: TToolButton 51 Left = 3 054 Left = 36 52 55 Top = 2 53 56 Action = AModify 54 57 end 55 58 object ToolButton3: TToolButton 56 Left = 5959 Left = 71 57 60 Top = 2 58 61 Action = ARemove 59 62 end 60 63 object ToolButton4: TToolButton 61 Left = 8864 Left = 106 62 65 Top = 2 63 66 Action = AMoveUp 64 67 end 65 68 object ToolButton5: TToolButton 66 Left = 1 1769 Left = 141 67 70 Top = 2 68 71 Action = AMoveDown … … 70 73 end 71 74 object Label1: TLabel 72 Left = 1 073 Height = 2 374 Top = 1 075 Width = 7575 Left = 15 76 Height = 26 77 Top = 15 78 Width = 82 76 79 Caption = 'Operator:' 77 80 ParentColor = False 81 ParentFont = False 78 82 end 79 83 object ComboBoxOperator: TComboBox 80 Left = 15381 Height = 3 382 Top = 983 Width = 23184 Left = 230 85 Height = 38 86 Top = 14 87 Width = 346 84 88 ItemHeight = 0 85 89 Items.Strings = ( … … 88 92 ) 89 93 OnChange = ComboBoxOperatorChange 94 ParentFont = False 90 95 Style = csDropDownList 91 96 TabOrder = 2 92 97 end 93 98 object CheckBoxWhiteSpace: TCheckBox 94 Left = 40895 Height = 2796 Top = 1 097 Width = 1 6199 Left = 612 100 Height = 30 101 Top = 15 102 Width = 181 98 103 Caption = 'With white spaces' 104 ParentFont = False 99 105 TabOrder = 3 100 106 end 101 107 object PopupMenu1: TPopupMenu 102 108 Images = Core.ImageList1 103 left = 146104 top = 215109 left = 219 110 top = 323 105 111 object MenuItem1: TMenuItem 106 112 Action = AAdd … … 121 127 object ActionList1: TActionList 122 128 Images = Core.ImageList1 123 left = 375124 top = 215129 left = 563 130 top = 323 125 131 object AAdd: TAction 126 132 Caption = 'Add'
Note:
See TracChangeset
for help on using the changeset viewer.