Changeset 3 for trunk/Forms/UFormMain.lfm
- Timestamp:
- Jan 28, 2013, 7:58:22 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormMain.lfm
r1 r3 1 1 object FormMain: TFormMain 2 Left = 2592 Left = 340 3 3 Height = 497 4 Top = 844 Top = 152 5 5 Width = 667 6 Caption = ' FormMain'6 Caption = 'VCSCommander' 7 7 ClientHeight = 472 8 8 ClientWidth = 667 … … 37 37 end 38 38 end 39 object MenuItem6: TMenuItem 40 Caption = 'View' 41 object MenuItem7: TMenuItem 42 Action = AViewFavorites 43 end 44 end 45 object MenuItem1: TMenuItem 46 Caption = 'General' 47 object MenuItem2: TMenuItem 48 Action = ASettings 49 end 50 end 51 object MenuItem3: TMenuItem 52 Caption = 'Help' 53 object MenuItem5: TMenuItem 54 Action = AHelp 55 end 56 object MenuItem4: TMenuItem 57 Action = AAbout 58 end 59 end 39 60 end 40 61 object ActionList1: TActionList … … 47 68 OnExecute = AQuitExecute 48 69 end 70 object ASettings: TAction 71 Caption = 'Settings' 72 end 73 object AAbout: TAction 74 Caption = 'About' 75 end 76 object AHelp: TAction 77 Caption = 'Help' 78 end 79 object AViewFavorites: TAction 80 Caption = 'Favorites' 81 end 49 82 end 50 83 object ImageList1: TImageList
Note:
See TracChangeset
for help on using the changeset viewer.