Changeset 4 for trunk/Forms/UFormMain.lfm
- Timestamp:
- Sep 1, 2014, 7:10:03 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormMain.lfm
r3 r4 5 5 Width = 667 6 6 Caption = 'VCSCommander' 7 ClientHeight = 47 27 ClientHeight = 471 8 8 ClientWidth = 667 9 9 Menu = MainMenu1 10 LCLVersion = '1. 1'10 LCLVersion = '1.3' 11 11 object ToolBarMain: TToolBar 12 12 Left = 0 … … 15 15 Width = 667 16 16 Caption = 'ToolBarMain' 17 Images = ImageList118 17 ParentShowHint = False 19 18 ShowHint = True … … 22 21 object StatusBar1: TStatusBar 23 22 Left = 0 24 Height = 2 125 Top = 4 5123 Height = 26 24 Top = 445 26 25 Width = 667 27 26 Panels = <> 28 27 end 29 28 object MainMenu1: TMainMenu 30 Images = ImageList131 29 left = 232 32 30 top = 88 33 31 object MenuItemFile: TMenuItem 34 32 Caption = 'File' 33 object MenuItem8: TMenuItem 34 Action = Core.AProjectOpen 35 end 36 object MenuItem10: TMenuItem 37 Action = Core.AProjectClose 38 end 39 object MenuItem9: TMenuItem 40 Caption = '-' 41 end 35 42 object MenuItemQuit: TMenuItem 36 Action = AQuit43 Action = Core.AQuit 37 44 end 38 45 end … … 40 47 Caption = 'View' 41 48 object MenuItem7: TMenuItem 42 Action = AViewFavorites49 Caption = 'Favorites' 43 50 end 44 51 end … … 46 53 Caption = 'General' 47 54 object MenuItem2: TMenuItem 48 Action = ASettings55 Action = Core.ASettings 49 56 end 50 57 end 51 58 object MenuItem3: TMenuItem 52 Caption = 'Help'59 Action = Core.AHelp 53 60 object MenuItem5: TMenuItem 54 Action = AHelp61 Caption = 'Help' 55 62 end 56 63 object MenuItem4: TMenuItem 57 Action = AAbout64 Action = Core.AAbout 58 65 end 59 66 end 60 67 end 61 object ActionList1: TActionList62 Images = ImageList163 left = 23264 top = 14465 object AQuit: TAction66 Caption = 'Quit'67 Hint = 'Quit'68 OnExecute = AQuitExecute69 end70 object ASettings: TAction71 Caption = 'Settings'72 end73 object AAbout: TAction74 Caption = 'About'75 end76 object AHelp: TAction77 Caption = 'Help'78 end79 object AViewFavorites: TAction80 Caption = 'Favorites'81 end82 end83 object ImageList1: TImageList84 left = 23285 top = 20086 end87 68 end
Note:
See TracChangeset
for help on using the changeset viewer.