Changeset 50 for trunk/Forms
- Timestamp:
- Jul 25, 2016, 5:07:25 PM (8 years ago)
- Location:
- trunk/Forms
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormAbout.lfm
r43 r50 1 1 object FormAbout: TFormAbout 2 Left = 56 12 Left = 562 3 3 Height = 397 4 Top = 27 64 Top = 277 5 5 Width = 473 6 6 Caption = 'About' -
trunk/Forms/UFormAcronyms.lfm
r45 r50 1 1 object FormAcronyms: TFormAcronyms 2 Left = 42 42 Left = 426 3 3 Height = 558 4 Top = 3104 Top = 184 5 5 Width = 740 6 6 Caption = 'Acronyms' … … 8 8 ClientWidth = 740 9 9 OnShow = FormShow 10 LCLVersion = '1. 7'10 LCLVersion = '1.6.0.4' 11 11 object ListViewAcronyms: TListView 12 12 Left = 8 … … 21 21 end 22 22 item 23 Caption = ' Meaning'23 Caption = 'Description' 24 24 Width = 300 25 25 end -
trunk/Forms/UFormAcronyms.lrt
r45 r50 1 1 TFORMACRONYMS.CAPTION=Acronyms 2 2 TFORMACRONYMS.LISTVIEWACRONYMS.COLUMNS[0].CAPTION=Name 3 TFORMACRONYMS.LISTVIEWACRONYMS.COLUMNS[1].CAPTION= Meaning3 TFORMACRONYMS.LISTVIEWACRONYMS.COLUMNS[1].CAPTION=Description 4 4 TFORMACRONYMS.LISTVIEWACRONYMS.COLUMNS[2].CAPTION=Categories 5 5 TFORMACRONYMS.AADD.CAPTION=Add -
trunk/Forms/UFormImportFormat.lfm
r47 r50 1 1 object FormImportFormat: TFormImportFormat 2 Left = 46 12 Left = 462 3 3 Height = 433 4 Top = 32 14 Top = 322 5 5 Width = 664 6 6 Caption = 'Import format' -
trunk/Forms/UFormImportSource.lfm
r46 r50 1 1 object FormImportSource: TFormImportSource 2 Left = 49 22 Left = 493 3 3 Height = 444 4 Top = 31 34 Top = 315 5 5 Width = 604 6 6 Caption = 'Import source' -
trunk/Forms/UFormImportSources.lfm
r39 r50 1 1 object FormImportSources: TFormImportSources 2 Left = 47 32 Left = 475 3 3 Height = 414 4 Top = 32 74 Top = 329 5 5 Width = 812 6 6 Caption = 'Import sources' -
trunk/Forms/UFormMain.lfm
r45 r50 1 1 object FormMain: TFormMain 2 Left = 42 72 Left = 429 3 3 Height = 446 4 Top = 4234 Top = 342 5 5 Width = 631 6 6 Caption = 'Acronym Decoder' 7 ClientHeight = 4 147 ClientHeight = 421 8 8 ClientWidth = 631 9 9 Menu = MainMenu1 … … 13 13 OnDestroy = FormDestroy 14 14 OnShow = FormShow 15 LCLVersion = '1. 7'15 LCLVersion = '1.6.0.4' 16 16 object Panel1: TPanel 17 17 Left = 0 18 Height = 3 8818 Height = 395 19 19 Top = 26 20 20 Width = 631 21 21 Align = alClient 22 22 BevelOuter = bvNone 23 ClientHeight = 3 8823 ClientHeight = 395 24 24 ClientWidth = 631 25 25 TabOrder = 0 26 26 object CheckBoxExactMath: TCheckBox 27 27 Left = 8 28 Height = 2 828 Height = 24 29 29 Top = 3 30 Width = 1 2930 Width = 104 31 31 Caption = 'Exact match' 32 32 OnChange = CheckBoxExactMathChange … … 43 43 object ListViewAcronyms: TListView 44 44 Left = 8 45 Height = 3 1645 Height = 323 46 46 Top = 64 47 47 Width = 616 -
trunk/Forms/UFormMain.pas
r45 r50 139 139 resourcestring 140 140 SAddedCount = 'Imported %d acronyms'; 141 SProcessImportSources = 'Process import sources'; 141 142 142 143 … … 274 275 begin 275 276 ImportTotalItemCount := 0; 276 JobProgressView1.AddJob( 'Process import sources', ProcessImportsJob);277 JobProgressView1.AddJob(SProcessImportSources, ProcessImportsJob); 277 278 JobProgressView1.Start; 278 279 ShowMessage(Format(SAddedCount, [ImportTotalItemCount]));
Note:
See TracChangeset
for help on using the changeset viewer.