Changeset 76 for trunk/Forms
- Timestamp:
- Aug 2, 2016, 1:41:12 PM (8 years ago)
- Location:
- trunk/Forms
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormAbout.lfm
r69 r76 67 67 Identification = 1 68 68 VersionMajor = 1 69 VersionMinor = 170 VersionBugFix = 169 VersionMinor = 2 70 VersionBugFix = 0 71 71 CompanyName = 'Chronosoft' 72 72 HomePage = 'http://svn.zdechov.net/trac/AcronymDecoder' … … 74 74 EmailContact = 'robie@centrum.cz' 75 75 AppName = 'Acronym Decoder' 76 ReleaseDate = 425 7776 ReleaseDate = 42584 77 77 RegistryKey = '\Software\' 78 78 RegistryRoot = rrKeyCurrentUser -
trunk/Forms/UFormImportSources.lfm
r73 r76 79 79 ViewStyle = vsReport 80 80 OnChange = ListView1Change 81 OnClick = ListView1Click82 81 OnData = ListView1Data 83 82 OnDblClick = ListView1DblClick … … 119 118 ImageIndex = 5 120 119 OnExecute = AProcessExecute 120 end 121 object AEnable: TAction 122 Caption = 'Enable' 123 OnExecute = AEnableExecute 124 end 125 object ADisable: TAction 126 Caption = 'Disable' 127 OnExecute = ADisableExecute 121 128 end 122 129 end … … 281 288 } 282 289 end 290 object MenuItem5: TMenuItem 291 Action = AEnable 292 end 293 object MenuItem6: TMenuItem 294 Action = ADisable 295 end 283 296 end 284 297 object JobProgressView1: TJobProgressView -
trunk/Forms/UFormImportSources.lrt
r73 r76 10 10 TFORMIMPORTSOURCES.AMODIFY.CAPTION=Modify 11 11 TFORMIMPORTSOURCES.APROCESS.CAPTION=Process 12 TFORMIMPORTSOURCES.AENABLE.CAPTION=Enable 13 TFORMIMPORTSOURCES.ADISABLE.CAPTION=Disable
Note:
See TracChangeset
for help on using the changeset viewer.