Changeset 13 for trunk/Forms/UFormMain.lfm
- Timestamp:
- May 30, 2015, 1:02:36 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormMain.lfm
r8 r13 1 1 object FormMain: TFormMain 2 Left = 3403 Height = 4974 Top = 1525 Width = 6672 Left = 416 3 Height = 568 4 Top = 329 5 Width = 939 6 6 Caption = 'VCSCommander' 7 ClientHeight = 4688 ClientWidth = 6677 ClientHeight = 539 8 ClientWidth = 939 9 9 Menu = MainMenu1 10 10 OnActivate = FormActivate … … 17 17 Height = 26 18 18 Top = 0 19 Width = 66719 Width = 939 20 20 Caption = 'ToolBarMain' 21 Images = Core.ImageList1 21 22 ParentShowHint = False 22 23 ShowHint = True 23 24 TabOrder = 0 25 object ToolButton1: TToolButton 26 Left = 1 27 Top = 2 28 Action = Core.AProjectCheckout 29 end 30 object ToolButton2: TToolButton 31 Left = 24 32 Top = 2 33 Action = Core.AProjectOpen 34 end 35 object ToolButton3: TToolButton 36 Left = 47 37 Top = 2 38 Action = Core.AProjectClose 39 end 24 40 end 25 41 object StatusBar1: TStatusBar 26 42 Left = 0 27 43 Height = 29 28 Top = 43929 Width = 66744 Top = 510 45 Width = 939 30 46 Panels = <> 31 47 end 32 48 object MainMenu1: TMainMenu 49 Images = Core.ImageList1 33 50 left = 232 34 51 top = 88 35 52 object MenuItemFile: TMenuItem 36 Caption = ' File'53 Caption = 'Working copy' 37 54 object MenuItem17: TMenuItem 38 55 Action = Core.AProjectCheckout … … 52 69 object MenuItemQuit: TMenuItem 53 70 Action = Core.AQuit 71 end 72 end 73 object MenuItem19: TMenuItem 74 Caption = 'Project group' 75 object MenuItem20: TMenuItem 76 Action = Core.AProjectGroupNew 77 end 78 object MenuItem21: TMenuItem 79 Action = Core.AProjectGroupOpen 80 end 81 object MenuItemRecentProjectGroup: TMenuItem 82 Caption = 'Open recent' 83 end 84 object MenuItem23: TMenuItem 85 Action = Core.AProjectGroupSave 86 end 87 object MenuItem25: TMenuItem 88 Action = Core.AProjectGroupSaveAs 89 end 90 object MenuItem24: TMenuItem 91 Action = Core.AProjectGroupClose 54 92 end 55 93 end … … 75 113 end 76 114 end 115 object MenuItem15: TMenuItem 116 Caption = 'Tools' 117 object MenuItem18: TMenuItem 118 Action = Core.AViewTest 119 end 120 end 77 121 object MenuItem1: TMenuItem 78 122 Caption = 'General'
Note:
See TracChangeset
for help on using the changeset viewer.