Changeset 137 for branches/generator/Forms/UFormRuleItem.lfm
- Timestamp:
- Dec 27, 2017, 6:05:11 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/generator/Forms/UFormRuleItem.lfm
r136 r137 61 61 Top = 88 62 62 Width = 632 63 ActivePage = TabSheet TerminalRange63 ActivePage = TabSheetNonTerminal 64 64 Anchors = [akTop, akLeft, akRight, akBottom] 65 65 ShowTabs = False 66 TabIndex = 366 TabIndex = 1 67 67 TabOrder = 3 68 68 object TabSheetTerminal: TTabSheet … … 93 93 object LabelNonTerminal: TLabel 94 94 Left = 8 95 Height = 2 096 Top = 1697 Width = 9295 Height = 23 96 Top = 8 97 Width = 105 98 98 Caption = 'Non-terminal:' 99 99 ParentColor = False 100 100 end 101 object ListBox 1: TListBox102 Left = 128103 Height = 2 32104 Top = 16105 Width = 484101 object ListBoxNonTerminals: TListBox 102 Left = 8 103 Height = 210 104 Top = 40 105 Width = 304 106 106 Anchors = [akTop, akLeft, akRight, akBottom] 107 107 ItemHeight = 0 108 ScrollWidth = 482108 ScrollWidth = 302 109 109 TabOrder = 0 110 110 TopIndex = -1 111 end 112 object CheckBoxLookupTable: TCheckBox 113 Left = 352 114 Height = 27 115 Top = 8 116 Width = 152 117 Caption = 'Use lookup table' 118 OnChange = CheckBoxLookupTableChange 119 TabOrder = 1 120 end 121 object ListBoxLookupTable: TListBox 122 Left = 352 123 Height = 176 124 Top = 40 125 Width = 248 126 Anchors = [akTop, akLeft, akRight, akBottom] 127 ItemHeight = 0 128 ScrollWidth = 246 129 TabOrder = 2 130 TopIndex = -1 131 end 132 object Label1: TLabel 133 Left = 352 134 Height = 23 135 Top = 224 136 Width = 90 137 Caption = 'Item action:' 138 ParentColor = False 139 end 140 object ComboBoxLookupTableAction: TComboBox 141 Left = 464 142 Height = 35 143 Top = 224 144 Width = 134 145 ItemHeight = 0 146 ItemIndex = 0 147 Items.Strings = ( 148 'Create' 149 'Reference' 150 ) 151 Style = csDropDownList 152 TabOrder = 3 153 Text = 'Create' 111 154 end 112 155 end
Note:
See TracChangeset
for help on using the changeset viewer.