Changeset 102 for trunk/Forms/UFormMain.lfm
- Timestamp:
- Sep 23, 2016, 12:29:16 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormMain.lfm
r100 r102 1 1 object FormMain: TFormMain 2 Left = 4 543 Height = 44 64 Top = 4012 Left = 449 3 Height = 447 4 Top = 396 5 5 Width = 782 6 6 Caption = 'Acronym Decoder' … … 27 27 object CheckBoxExactMath: TCheckBox 28 28 Left = 8 29 Height = 2 129 Height = 24 30 30 Top = 3 31 Width = 10 231 Width = 104 32 32 Caption = 'Exact match' 33 33 OnChange = CheckBoxExactMathChange … … 699 699 Default = True 700 700 end 701 object MenuItem26: TMenuItem 702 Action = AHide 703 end 701 704 object MenuItem3: TMenuItem 702 705 Action = AImport 706 end 707 object MenuItem27: TMenuItem 708 Action = AExport 709 end 710 object MenuItem28: TMenuItem 711 Action = AProcessImports 703 712 end 704 713 object MenuItem19: TMenuItem … … 793 802 Caption = 'Show' 794 803 OnExecute = AShowExecute 804 end 805 object AHide: TAction 806 Caption = 'Hide' 807 OnExecute = AHideExecute 795 808 end 796 809 object AImport: TAction
Note:
See TracChangeset
for help on using the changeset viewer.