Changeset 167 for branches/generator/Forms/UFormRuleItem.lfm
- Timestamp:
- Aug 9, 2018, 3:43:27 PM (6 years ago)
- Location:
- branches/generator/Forms
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/generator/Forms
- Property svn:ignore
-
old new 1 1 *.lrj 2 *.lrt
-
- Property svn:ignore
-
branches/generator/Forms/UFormRuleItem.lfm
r137 r167 1 1 object FormRuleItem: TFormRuleItem 2 2 Left = 474 3 Height = 4003 Height = 517 4 4 Top = 386 5 Width = 6565 Width = 719 6 6 Caption = 'Rule item' 7 ClientHeight = 400 8 ClientWidth = 656 7 ClientHeight = 517 8 ClientWidth = 719 9 DesignTimePPI = 120 9 10 OnClose = FormClose 10 11 OnCreate = FormCreate 11 12 OnDestroy = FormDestroy 12 13 OnShow = FormShow 13 LCLVersion = '1.8. 0.4'14 LCLVersion = '1.8.2.0' 14 15 object ButtonCancel: TButton 15 16 Left = 176 16 17 Height = 25 17 Top = 36218 Top = 479 18 19 Width = 75 19 20 Anchors = [akLeft, akBottom] … … 25 26 Left = 352 26 27 Height = 25 27 Top = 36228 Top = 479 28 29 Width = 75 29 30 Anchors = [akLeft, akBottom] … … 34 35 object ComboBoxType: TComboBox 35 36 Left = 160 36 Height = 3337 Height = 28 37 38 Top = 16 38 39 Width = 400 39 ItemHeight = 040 ItemHeight = 20 40 41 Items.Strings = ( 41 42 'Terminal' … … 50 51 object Label2: TLabel 51 52 Left = 16 52 Height = 2 353 Height = 20 53 54 Top = 24 54 Width = 4055 Width = 35 55 56 Caption = 'Type:' 56 57 ParentColor = False … … 58 59 object PageControl1: TPageControl 59 60 Left = 16 60 Height = 26661 Height = 383 61 62 Top = 88 62 Width = 6 3263 Width = 695 63 64 ActivePage = TabSheetNonTerminal 64 65 Anchors = [akTop, akLeft, akRight, akBottom] … … 89 90 object TabSheetNonTerminal: TTabSheet 90 91 Caption = 'NonTerminal' 91 ClientHeight = 26092 ClientWidth = 6 2692 ClientHeight = 375 93 ClientWidth = 687 93 94 object LabelNonTerminal: TLabel 94 95 Left = 8 95 Height = 2 396 Height = 20 96 97 Top = 8 97 Width = 10598 Width = 92 98 99 Caption = 'Non-terminal:' 99 100 ParentColor = False … … 101 102 object ListBoxNonTerminals: TListBox 102 103 Left = 8 103 Height = 210104 Height = 325 104 105 Top = 40 105 Width = 3 04106 Anchors = [akTop, akLeft, ak Right, akBottom]106 Width = 328 107 Anchors = [akTop, akLeft, akBottom] 107 108 ItemHeight = 0 108 109 ScrollWidth = 302 109 110 TabOrder = 0 110 TopIndex = -1111 111 end 112 112 object CheckBoxLookupTable: TCheckBox 113 113 Left = 352 114 Height = 2 7114 Height = 24 115 115 Top = 8 116 Width = 1 52116 Width = 136 117 117 Caption = 'Use lookup table' 118 118 OnChange = CheckBoxLookupTableChange … … 121 121 object ListBoxLookupTable: TListBox 122 122 Left = 352 123 Height = 176123 Height = 291 124 124 Top = 40 125 Width = 248125 Width = 309 126 126 Anchors = [akTop, akLeft, akRight, akBottom] 127 127 ItemHeight = 0 128 128 ScrollWidth = 246 129 129 TabOrder = 2 130 TopIndex = -1131 130 end 132 131 object Label1: TLabel 133 132 Left = 352 134 Height = 23 135 Top = 224 136 Width = 90 133 Height = 20 134 Top = 341 135 Width = 78 136 Anchors = [akLeft, akBottom] 137 137 Caption = 'Item action:' 138 138 ParentColor = False … … 140 140 object ComboBoxLookupTableAction: TComboBox 141 141 Left = 464 142 Height = 35143 Top = 224142 Height = 28 143 Top = 341 144 144 Width = 134 145 ItemHeight = 0 145 Anchors = [akLeft, akBottom] 146 ItemHeight = 20 146 147 ItemIndex = 0 147 148 Items.Strings = ( … … 197 198 object CheckBoxOptional: TCheckBox 198 199 Left = 16 199 Height = 2 7200 Top = 56 201 Width = 90200 Height = 24 201 Top = 56 202 Width = 82 202 203 Caption = 'Optional' 203 204 TabOrder = 4 … … 205 206 object CheckBoxRepetitive: TCheckBox 206 207 Left = 184 207 Height = 2 7208 Top = 56 209 Width = 9 9208 Height = 24 209 Top = 56 210 Width = 91 210 211 Caption = 'Repetitive' 211 212 TabOrder = 5 … … 213 214 object CheckBoxAnyExcept: TCheckBox 214 215 Left = 344 215 Height = 2 7216 Top = 56 217 Width = 106216 Height = 24 217 Top = 56 218 Width = 97 218 219 Caption = 'Any except' 219 220 TabOrder = 6 … … 221 222 object CheckBoxEscapedString: TCheckBox 222 223 Left = 488 223 Height = 2 7224 Top = 56 225 Width = 1 44224 Height = 24 225 Top = 56 226 Width = 126 226 227 Caption = 'Escaped strings' 227 228 TabOrder = 7
Note:
See TracChangeset
for help on using the changeset viewer.