Changeset 122 for trunk/Forms/UFormMain.lfm
- Timestamp:
- Nov 26, 2016, 12:35:41 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormMain.lfm
r121 r122 1 1 object FormMain: TFormMain 2 Left = 7182 Left = 675 3 3 Height = 447 4 Top = 66 34 Top = 668 5 5 Width = 782 6 6 Caption = 'Acronym Decoder' … … 140 140 Action = AFileClose 141 141 end 142 object ToolButton14: TToolButton 143 Left = 253 144 Height = 22 145 Top = 2 146 Width = 5 147 Style = tbsDivider 148 end 149 object ToolButton16: TToolButton 150 Left = 258 151 Top = 2 152 Action = AFilterExactMatch 153 Style = tbsCheck 154 end 155 object ToolButton13: TToolButton 156 Left = 281 157 Top = 2 158 Action = AFilterCaseSensitive 159 Style = tbsCheck 160 end 142 161 end 143 162 object PanelParam: TPanel … … 156 175 Top = 3 157 176 Width = 129 158 Caption = 'Exact match' 159 OnChange = CheckBoxExactMatchChange 177 Action = AFilterExactMatch 160 178 TabOrder = 0 161 179 end … … 165 183 Top = 3 166 184 Width = 144 167 Caption = 'Case sensitive' 168 OnChange = CheckBoxExactMatchChange 185 Action = AFilterCaseSensitive 169 186 TabOrder = 1 170 187 end … … 264 281 Caption = 'Export' 265 282 OnExecute = AExportExecute 283 end 284 object AFilterExactMatch: TAction 285 AutoCheck = True 286 Caption = 'Exact match' 287 ImageIndex = 18 288 OnExecute = AFilterExactMatchExecute 289 end 290 object AFilterCaseSensitive: TAction 291 AutoCheck = True 292 Caption = 'Case sensitive' 293 ImageIndex = 17 294 OnExecute = AFilterCaseSensitiveExecute 266 295 end 267 296 end
Note:
See TracChangeset
for help on using the changeset viewer.