Changeset 122 for branches/generator/Forms/UFormRuleItem.lfm
- Timestamp:
- Nov 29, 2017, 2:03:17 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/generator/Forms/UFormRuleItem.lfm
r117 r122 42 42 'Non-terminal' 43 43 'Subitems' 44 'Terminal range' 44 45 ) 45 46 OnChange = ComboBoxTypeChange … … 60 61 Top = 88 61 62 Width = 632 62 ActivePage = TabSheet SubItems63 ActivePage = TabSheetTerminal 63 64 Anchors = [akTop, akLeft, akRight, akBottom] 64 65 ShowTabs = False 65 TabIndex = 266 TabIndex = 0 66 67 TabOrder = 3 67 68 object TabSheetTerminal: TTabSheet 68 69 Caption = 'Terminal' 69 ClientHeight = 16870 ClientHeight = 258 70 71 ClientWidth = 624 71 object Edit Name: TEdit72 object EditTerminal: TEdit 72 73 Left = 152 73 74 Height = 28 74 75 Top = 16 75 76 Width = 400 77 OnKeyPress = EditTerminalKeyPress 76 78 TabOrder = 0 77 79 end … … 79 81 Left = 8 80 82 Height = 20 81 Top = 2483 Top = 16 82 84 Width = 61 83 85 Caption = 'Terminal:' … … 87 89 object TabSheetNonTerminal: TTabSheet 88 90 Caption = 'NonTerminal' 89 ClientHeight = 16891 ClientHeight = 258 90 92 ClientWidth = 624 91 object ComboBoxNonTerminal: TComboBox92 Left = 15293 Height = 2894 Top = 1695 Width = 40496 ItemHeight = 2097 Style = csDropDownList98 TabOrder = 099 end100 93 object LabelNonTerminal: TLabel 101 94 Left = 8 102 95 Height = 20 103 Top = 2496 Top = 16 104 97 Width = 92 105 98 Caption = 'Non-terminal:' 106 99 ParentColor = False 107 100 end 101 object ListBox1: TListBox 102 Left = 128 103 Height = 232 104 Top = 16 105 Width = 484 106 Anchors = [akTop, akLeft, akRight, akBottom] 107 ItemHeight = 0 108 TabOrder = 0 109 end 108 110 end 109 111 object TabSheetSubItems: TTabSheet 110 112 Caption = 'SubItems' 113 end 114 object TabSheetTerminalRange: TTabSheet 115 Caption = 'TabSheetTerminalRange' 116 ClientHeight = 258 117 ClientWidth = 624 118 object LabelTerminal1: TLabel 119 Left = 8 120 Height = 20 121 Top = 16 122 Width = 97 123 Caption = 'Terminal from:' 124 ParentColor = False 125 end 126 object EditTerminalFrom: TEdit 127 Left = 152 128 Height = 28 129 Top = 16 130 Width = 400 131 OnKeyPress = EditTerminalKeyPress 132 TabOrder = 0 133 end 134 object LabelTerminal2: TLabel 135 Left = 8 136 Height = 20 137 Top = 56 138 Width = 79 139 Caption = 'Terminal to:' 140 ParentColor = False 141 end 142 object EditTerminalTo: TEdit 143 Left = 152 144 Height = 28 145 Top = 56 146 Width = 400 147 OnKeyPress = EditTerminalKeyPress 148 TabOrder = 1 149 end 111 150 end 112 151 end
Note:
See TracChangeset
for help on using the changeset viewer.