Changeset 190 for branches/generator/Forms/UFormRuleItem.lfm
- Timestamp:
- May 16, 2019, 11:45:39 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/generator/Forms/UFormRuleItem.lfm
r167 r190 1 1 object FormRuleItem: TFormRuleItem 2 2 Left = 474 3 Height = 5173 Height = 620 4 4 Top = 386 5 Width = 7195 Width = 863 6 6 Caption = 'Rule item' 7 ClientHeight = 5178 ClientWidth = 7199 DesignTimePPI = 1 207 ClientHeight = 620 8 ClientWidth = 863 9 DesignTimePPI = 144 10 10 OnClose = FormClose 11 11 OnCreate = FormCreate 12 12 OnDestroy = FormDestroy 13 13 OnShow = FormShow 14 LCLVersion = ' 1.8.2.0'14 LCLVersion = '2.0.2.0' 15 15 object ButtonCancel: TButton 16 Left = 17617 Height = 2518 Top = 47919 Width = 7516 Left = 211 17 Height = 30 18 Top = 574 19 Width = 90 20 20 Anchors = [akLeft, akBottom] 21 21 Caption = 'Cancel' 22 22 ModalResult = 2 23 ParentFont = False 23 24 TabOrder = 0 24 25 end 25 26 object ButtonOk: TButton 26 Left = 35227 Height = 2528 Top = 47929 Width = 7527 Left = 422 28 Height = 30 29 Top = 574 30 Width = 90 30 31 Anchors = [akLeft, akBottom] 31 32 Caption = 'Ok' 32 33 ModalResult = 1 34 ParentFont = False 33 35 TabOrder = 1 34 36 end 35 37 object ComboBoxType: TComboBox 36 Left = 1 6037 Height = 2838 Top = 1 639 Width = 4 0040 ItemHeight = 2038 Left = 192 39 Height = 38 40 Top = 19 41 Width = 480 42 ItemHeight = 0 41 43 Items.Strings = ( 42 44 'Terminal' … … 46 48 ) 47 49 OnChange = ComboBoxTypeChange 50 ParentFont = False 48 51 Style = csDropDownList 49 52 TabOrder = 2 50 53 end 51 54 object Label2: TLabel 52 Left = 1 653 Height = 2 054 Top = 2 455 Width = 3555 Left = 19 56 Height = 26 57 Top = 29 58 Width = 45 56 59 Caption = 'Type:' 57 60 ParentColor = False 61 ParentFont = False 58 62 end 59 63 object PageControl1: TPageControl 60 Left = 1 661 Height = 38362 Top = 8863 Width = 69564 Left = 19 65 Height = 459 66 Top = 106 67 Width = 834 64 68 ActivePage = TabSheetNonTerminal 65 69 Anchors = [akTop, akLeft, akRight, akBottom] 70 ParentFont = False 66 71 ShowTabs = False 67 72 TabIndex = 1 … … 69 74 object TabSheetTerminal: TTabSheet 70 75 Caption = 'Terminal' 71 ClientHeight = 260 72 ClientWidth = 626 76 ClientHeight = 455 77 ClientWidth = 824 78 ParentFont = False 73 79 object EditTerminal: TEdit 74 Left = 1 5280 Left = 182 75 81 Height = 33 76 Top = 1 677 Width = 4 0082 Top = 19 83 Width = 480 78 84 OnKeyPress = EditTerminalKeyPress 85 ParentFont = False 79 86 TabOrder = 0 80 87 end 81 88 object LabelTerminal: TLabel 82 Left = 889 Left = 10 83 90 Height = 23 84 Top = 1 691 Top = 19 85 92 Width = 70 86 93 Caption = 'Terminal:' 87 94 ParentColor = False 95 ParentFont = False 88 96 end 89 97 end 90 98 object TabSheetNonTerminal: TTabSheet 91 99 Caption = 'NonTerminal' 92 ClientHeight = 375 93 ClientWidth = 687 100 ClientHeight = 455 101 ClientWidth = 824 102 ParentFont = False 94 103 object LabelNonTerminal: TLabel 95 Left = 896 Height = 2 097 Top = 898 Width = 92104 Left = 10 105 Height = 26 106 Top = 10 107 Width = 119 99 108 Caption = 'Non-terminal:' 100 109 ParentColor = False 110 ParentFont = False 101 111 end 102 112 object ListBoxNonTerminals: TListBox 103 Left = 8104 Height = 3 25105 Top = 4 0106 Width = 3 28113 Left = 10 114 Height = 395 115 Top = 48 116 Width = 394 107 117 Anchors = [akTop, akLeft, akBottom] 108 118 ItemHeight = 0 109 ScrollWidth = 302 119 ParentFont = False 120 ScrollWidth = 392 110 121 TabOrder = 0 122 TopIndex = -1 111 123 end 112 124 object CheckBoxLookupTable: TCheckBox 113 Left = 352114 Height = 24115 Top = 8116 Width = 1 36125 Left = 422 126 Height = 30 127 Top = 10 128 Width = 170 117 129 Caption = 'Use lookup table' 118 130 OnChange = CheckBoxLookupTableChange 131 ParentFont = False 119 132 TabOrder = 1 120 133 end 121 134 object ListBoxLookupTable: TListBox 122 Left = 352123 Height = 291124 Top = 4 0125 Width = 3 09135 Left = 422 136 Height = 354 137 Top = 48 138 Width = 371 126 139 Anchors = [akTop, akLeft, akRight, akBottom] 127 140 ItemHeight = 0 128 ScrollWidth = 246 141 ParentFont = False 142 ScrollWidth = 369 129 143 TabOrder = 2 144 TopIndex = -1 130 145 end 131 146 object Label1: TLabel 132 Left = 352133 Height = 2 0134 Top = 341135 Width = 78147 Left = 422 148 Height = 26 149 Top = 412 150 Width = 103 136 151 Anchors = [akLeft, akBottom] 137 152 Caption = 'Item action:' 138 153 ParentColor = False 154 ParentFont = False 139 155 end 140 156 object ComboBoxLookupTableAction: TComboBox 141 Left = 464142 Height = 28143 Top = 341144 Width = 1 34157 Left = 557 158 Height = 38 159 Top = 410 160 Width = 161 145 161 Anchors = [akLeft, akBottom] 146 ItemHeight = 20162 ItemHeight = 0 147 163 ItemIndex = 0 148 164 Items.Strings = ( … … 150 166 'Reference' 151 167 ) 168 ParentFont = False 152 169 Style = csDropDownList 153 170 TabOrder = 3 … … 157 174 object TabSheetSubItems: TTabSheet 158 175 Caption = 'SubItems' 176 ParentFont = False 159 177 end 160 178 object TabSheetTerminalRange: TTabSheet 161 179 Caption = 'Terminal range' 162 ClientHeight = 260 163 ClientWidth = 626 180 ClientHeight = 455 181 ClientWidth = 824 182 ParentFont = False 164 183 object LabelTerminal1: TLabel 165 Left = 8184 Left = 10 166 185 Height = 23 167 Top = 1 6186 Top = 19 168 187 Width = 112 169 188 Caption = 'Terminal from:' 170 189 ParentColor = False 190 ParentFont = False 171 191 end 172 192 object EditTerminalFrom: TEdit 173 Left = 1 52193 Left = 182 174 194 Height = 33 175 Top = 1 6176 Width = 4 00195 Top = 19 196 Width = 480 177 197 OnKeyPress = EditTerminalKeyPress 198 ParentFont = False 178 199 TabOrder = 0 179 200 end 180 201 object LabelTerminal2: TLabel 181 Left = 8202 Left = 10 182 203 Height = 23 183 Top = 56204 Top = 67 184 205 Width = 90 185 206 Caption = 'Terminal to:' 186 207 ParentColor = False 208 ParentFont = False 187 209 end 188 210 object EditTerminalTo: TEdit 189 Left = 1 52211 Left = 182 190 212 Height = 33 191 Top = 56192 Width = 4 00213 Top = 67 214 Width = 480 193 215 OnKeyPress = EditTerminalKeyPress 216 ParentFont = False 194 217 TabOrder = 1 195 218 end … … 197 220 end 198 221 object CheckBoxOptional: TCheckBox 199 Left = 1 6200 Height = 24201 Top = 56202 Width = 82222 Left = 19 223 Height = 30 224 Top = 67 225 Width = 100 203 226 Caption = 'Optional' 227 ParentFont = False 204 228 TabOrder = 4 205 229 end 206 230 object CheckBoxRepetitive: TCheckBox 207 Left = 184208 Height = 24209 Top = 56210 Width = 91231 Left = 221 232 Height = 30 233 Top = 67 234 Width = 111 211 235 Caption = 'Repetitive' 236 ParentFont = False 212 237 TabOrder = 5 213 238 end 214 239 object CheckBoxAnyExcept: TCheckBox 215 Left = 344216 Height = 24217 Top = 56218 Width = 97240 Left = 413 241 Height = 30 242 Top = 67 243 Width = 120 219 244 Caption = 'Any except' 245 ParentFont = False 220 246 TabOrder = 6 221 247 end 222 248 object CheckBoxEscapedString: TCheckBox 223 Left = 488224 Height = 24225 Top = 56226 Width = 1 26249 Left = 586 250 Height = 30 251 Top = 67 252 Width = 160 227 253 Caption = 'Escaped strings' 254 ParentFont = False 228 255 TabOrder = 7 229 256 end
Note:
See TracChangeset
for help on using the changeset viewer.