Changeset 131 for branches/generator/Forms/UFormRuleItem.lfm
- Timestamp:
- Dec 24, 2017, 3:54:08 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/generator/Forms/UFormRuleItem.lfm
r129 r131 7 7 ClientHeight = 400 8 8 ClientWidth = 656 9 DesignTimePPI = 12010 9 OnClose = FormClose 11 10 OnCreate = FormCreate 12 11 OnDestroy = FormDestroy 13 12 OnShow = FormShow 14 LCLVersion = '1.8.0. 6'13 LCLVersion = '1.8.0.4' 15 14 object ButtonCancel: TButton 16 15 Left = 176 … … 35 34 object ComboBoxType: TComboBox 36 35 Left = 160 37 Height = 2836 Height = 33 38 37 Top = 16 39 38 Width = 400 40 ItemHeight = 2039 ItemHeight = 0 41 40 Items.Strings = ( 42 41 'Terminal' … … 51 50 object Label2: TLabel 52 51 Left = 16 53 Height = 2 052 Height = 23 54 53 Top = 24 55 Width = 3554 Width = 40 56 55 Caption = 'Type:' 57 56 ParentColor = False … … 62 61 Top = 88 63 62 Width = 632 64 ActivePage = TabSheetTerminal 63 ActivePage = TabSheetTerminalRange 65 64 Anchors = [akTop, akLeft, akRight, akBottom] 66 65 ShowTabs = False 67 TabIndex = 066 TabIndex = 3 68 67 TabOrder = 3 69 68 object TabSheetTerminal: TTabSheet 70 69 Caption = 'Terminal' 71 ClientHeight = 2 5872 ClientWidth = 62 470 ClientHeight = 260 71 ClientWidth = 626 73 72 object EditTerminal: TEdit 74 73 Left = 152 75 Height = 2874 Height = 33 76 75 Top = 16 77 76 Width = 400 … … 81 80 object LabelTerminal: TLabel 82 81 Left = 8 83 Height = 2 082 Height = 23 84 83 Top = 16 85 Width = 6184 Width = 70 86 85 Caption = 'Terminal:' 87 86 ParentColor = False … … 90 89 object TabSheetNonTerminal: TTabSheet 91 90 Caption = 'NonTerminal' 92 ClientHeight = 2 5893 ClientWidth = 62 491 ClientHeight = 260 92 ClientWidth = 626 94 93 object LabelNonTerminal: TLabel 95 94 Left = 8 … … 107 106 Anchors = [akTop, akLeft, akRight, akBottom] 108 107 ItemHeight = 0 108 ScrollWidth = 482 109 109 TabOrder = 0 110 TopIndex = -1 110 111 end 111 112 end … … 114 115 end 115 116 object TabSheetTerminalRange: TTabSheet 116 Caption = 'T abSheetTerminalRange'117 ClientHeight = 2 58118 ClientWidth = 62 4117 Caption = 'Terminal range' 118 ClientHeight = 260 119 ClientWidth = 626 119 120 object LabelTerminal1: TLabel 120 121 Left = 8 121 Height = 2 0122 Height = 23 122 123 Top = 16 123 Width = 97124 Width = 112 124 125 Caption = 'Terminal from:' 125 126 ParentColor = False … … 127 128 object EditTerminalFrom: TEdit 128 129 Left = 152 129 Height = 28130 Height = 33 130 131 Top = 16 131 132 Width = 400 … … 135 136 object LabelTerminal2: TLabel 136 137 Left = 8 137 Height = 2 0138 Height = 23 138 139 Top = 56 139 Width = 79140 Width = 90 140 141 Caption = 'Terminal to:' 141 142 ParentColor = False … … 143 144 object EditTerminalTo: TEdit 144 145 Left = 152 145 Height = 28146 Height = 33 146 147 Top = 56 147 148 Width = 400 … … 153 154 object CheckBoxOptional: TCheckBox 154 155 Left = 16 155 Height = 2 4156 Height = 27 156 157 Top = 56 157 Width = 82158 Width = 90 158 159 Caption = 'Optional' 159 160 TabOrder = 4 … … 161 162 object CheckBoxRepetitive: TCheckBox 162 163 Left = 216 163 Height = 2 4164 Height = 27 164 165 Top = 56 165 Width = 9 1166 Width = 99 166 167 Caption = 'Repetitive' 167 168 TabOrder = 5 … … 169 170 object CheckBoxAnyExcept: TCheckBox 170 171 Left = 400 171 Height = 2 4172 Height = 27 172 173 Top = 56 173 Width = 97174 Width = 106 174 175 Caption = 'Any except' 175 176 TabOrder = 6
Note:
See TracChangeset
for help on using the changeset viewer.