Changeset 111 for branches/generator/Forms/UFormRule.lfm
- Timestamp:
- Aug 9, 2017, 12:09:47 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/generator/Forms/UFormRule.lfm
r110 r111 47 47 object ListView: TListView 48 48 Left = 16 49 Height = 2 6450 Top = 8049 Height = 232 50 Top = 112 51 51 Width = 624 52 52 Anchors = [akTop, akLeft, akBottom] … … 67 67 OnKeyPress = ListViewKeyPress 68 68 OnSelectItem = ListViewSelectItem 69 end 70 object Label2: TLabel 71 Left = 24 72 Height = 24 73 Top = 64 74 Width = 82 75 Caption = 'Operator:' 76 ParentColor = False 77 end 78 object ComboBox1: TComboBox 79 Left = 186 80 Height = 36 81 Top = 61 82 Width = 390 83 ItemHeight = 0 84 Items.Strings = ( 85 'And' 86 'Or' 87 ) 88 Style = csDropDownList 89 TabOrder = 4 69 90 end 70 91 object ActionList1: TActionList
Note:
See TracChangeset
for help on using the changeset viewer.