Changeset 7


Ignore:
Timestamp:
Apr 21, 2016, 10:27:30 AM (8 years ago)
Author:
chronos
Message:
  • Added: Show Import action in Tools in main menu.
Location:
trunk
Files:
4 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/Example acronyms.adp

    r6 r7  
    44API,"Application Programming Interface",
    55AS,"Autonomous System",
    6 ATX,"Advanced Technology eXtended",
     6ATXl,"Advanced Technology eXtended",
    77BGP,"Border Gateway Protocol",
    88BIOS,"Basic Input Output System",
  • trunk/UFormAcronym.lfm

    r5 r7  
    88  ClientWidth = 420
    99  OnKeyUp = FormKeyUp
     10  Position = poScreenCenter
    1011  LCLVersion = '1.6.0.4'
    1112  object Label1: TLabel
  • trunk/UFormImport.lfm

    r2 r7  
    77  ClientHeight = 507
    88  ClientWidth = 652
     9  Position = poScreenCenter
    910  LCLVersion = '1.6.0.4'
    1011  object ButtonImport: TButton
  • trunk/UFormMain.lfm

    r6 r7  
    11object FormMain: TFormMain
    2   Left = 541
     2  Left = 534
    33  Height = 446
    44  Top = 352
     
    44664466      end
    44674467    end
     4468    object MenuItem16: TMenuItem
     4469      Caption = 'Tools'
     4470      object MenuItem17: TMenuItem
     4471        Action = AImport
     4472      end
     4473    end
    44684474  end
    44694475  object OpenDialog1: TOpenDialog
  • trunk/UFormMain.pas

    r6 r7  
    3939    MenuItem14: TMenuItem;
    4040    MenuItem15: TMenuItem;
     41    MenuItem16: TMenuItem;
     42    MenuItem17: TMenuItem;
    4143    MenuItemOpenRecent: TMenuItem;
    4244    MenuItem2: TMenuItem;
Note: See TracChangeset for help on using the changeset viewer.