Changeset 16 for trunk/UMainForm.lfm


Ignore:
Timestamp:
Mar 24, 2011, 7:05:53 AM (13 years ago)
Author:
george
Message:
  • Added: Menu action to view RawImage description.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UMainForm.lfm

    r14 r16  
    55  Width = 514
    66  Caption = 'Tunneler'
    7   ClientHeight = 389
     7  ClientHeight = 393
    88  ClientWidth = 514
    99  Menu = MainMenu1
     
    1717  object StatusBar1: TStatusBar
    1818    Left = 0
    19     Height = 17
    20     Top = 372
     19    Height = 20
     20    Top = 373
    2121    Width = 514
    2222    Panels = <   
     
    4646  object Image1: TImage
    4747    Left = 0
    48     Height = 372
     48    Height = 373
    4949    Top = 0
    5050    Width = 514
     
    7878        Action = AFullScreen
    7979      end
     80      object MenuItem8: TMenuItem
     81        Action = AShowRawImageDesc
     82      end
     83    end
     84    object MenuItem7: TMenuItem
     85      Action = AAbout
    8086    end
    8187  end
     
    109115      ShortCut = 123
    110116    end
     117    object AAbout: TAction
     118      Caption = 'About'
     119    end
     120    object AShowRawImageDesc: TAction
     121      Caption = 'Show RawImage Description'
     122      OnExecute = AShowRawImageDescExecute
     123    end
    111124  end
    112125end
Note: See TracChangeset for help on using the changeset viewer.