- Timestamp:
- Apr 21, 2016, 10:27:30 AM (9 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/Example acronyms.adp
r6 r7 4 4 API,"Application Programming Interface", 5 5 AS,"Autonomous System", 6 ATX ,"Advanced Technology eXtended",6 ATXl,"Advanced Technology eXtended", 7 7 BGP,"Border Gateway Protocol", 8 8 BIOS,"Basic Input Output System", -
trunk/UFormAcronym.lfm
r5 r7 8 8 ClientWidth = 420 9 9 OnKeyUp = FormKeyUp 10 Position = poScreenCenter 10 11 LCLVersion = '1.6.0.4' 11 12 object Label1: TLabel -
trunk/UFormImport.lfm
r2 r7 7 7 ClientHeight = 507 8 8 ClientWidth = 652 9 Position = poScreenCenter 9 10 LCLVersion = '1.6.0.4' 10 11 object ButtonImport: TButton -
trunk/UFormMain.lfm
r6 r7 1 1 object FormMain: TFormMain 2 Left = 5 412 Left = 534 3 3 Height = 446 4 4 Top = 352 … … 4466 4466 end 4467 4467 end 4468 object MenuItem16: TMenuItem 4469 Caption = 'Tools' 4470 object MenuItem17: TMenuItem 4471 Action = AImport 4472 end 4473 end 4468 4474 end 4469 4475 object OpenDialog1: TOpenDialog -
trunk/UFormMain.pas
r6 r7 39 39 MenuItem14: TMenuItem; 40 40 MenuItem15: TMenuItem; 41 MenuItem16: TMenuItem; 42 MenuItem17: TMenuItem; 41 43 MenuItemOpenRecent: TMenuItem; 42 44 MenuItem2: TMenuItem;
Note:
See TracChangeset
for help on using the changeset viewer.