Changeset 149 for trunk/Forms/UFormMain.lfm
- Timestamp:
- Feb 6, 2017, 2:14:14 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormMain.lfm
r146 r149 88 88 Action = AFilterSameLetterCase 89 89 TabOrder = 1 90 end 91 object CheckBoxEnabledCategories: TCheckBox 92 Left = 360 93 Height = 24 94 Top = 3 95 Width = 151 96 Action = AFilterEnabledCategories 97 TabOrder = 2 90 98 end 91 99 end … … 244 252 Height = 22 245 253 Top = 5 246 Width = 47254 Width = 70 247 255 Align = alNone 248 256 AutoSize = True … … 269 277 Style = tbsCheck 270 278 end 279 object ToolButton8: TToolButton 280 Left = 47 281 Top = 0 282 Action = AFilterEnabledCategories 283 Style = tbsCheck 284 end 271 285 end 272 286 end … … 377 391 ImageIndex = 17 378 392 OnExecute = AFilterSameLetterCaseExecute 393 end 394 object AFilterEnabledCategories: TAction 395 AutoCheck = True 396 Caption = 'Enabled categories' 397 ImageIndex = 19 398 OnExecute = AFilterEnabledCategoriesExecute 379 399 end 380 400 object AManageAcronym: TAction
Note:
See TracChangeset
for help on using the changeset viewer.