1 | object FormMain: TFormMain
|
---|
2 | Left = 687
|
---|
3 | Height = 568
|
---|
4 | Top = 411
|
---|
5 | Width = 939
|
---|
6 | Caption = 'VCSCommander'
|
---|
7 | ClientHeight = 538
|
---|
8 | ClientWidth = 939
|
---|
9 | Menu = MainMenu1
|
---|
10 | OnActivate = FormActivate
|
---|
11 | OnClose = FormClose
|
---|
12 | OnShow = FormShow
|
---|
13 | Position = poScreenCenter
|
---|
14 | LCLVersion = '1.4.0.4'
|
---|
15 | object ToolBarMain: TToolBar
|
---|
16 | Left = 0
|
---|
17 | Height = 26
|
---|
18 | Top = 0
|
---|
19 | Width = 939
|
---|
20 | Caption = 'ToolBarMain'
|
---|
21 | Images = Core.ImageList1
|
---|
22 | ParentShowHint = False
|
---|
23 | ShowHint = True
|
---|
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
|
---|
40 | end
|
---|
41 | object StatusBar1: TStatusBar
|
---|
42 | Left = 0
|
---|
43 | Height = 28
|
---|
44 | Top = 510
|
---|
45 | Width = 939
|
---|
46 | Panels = <>
|
---|
47 | end
|
---|
48 | object MainMenu1: TMainMenu
|
---|
49 | Images = Core.ImageList1
|
---|
50 | left = 232
|
---|
51 | top = 88
|
---|
52 | object MenuItemFile: TMenuItem
|
---|
53 | Caption = 'Working copy'
|
---|
54 | object MenuItem17: TMenuItem
|
---|
55 | Action = Core.AProjectCheckout
|
---|
56 | end
|
---|
57 | object MenuItem8: TMenuItem
|
---|
58 | Action = Core.AProjectOpen
|
---|
59 | end
|
---|
60 | object MenuItemOpenRecent: TMenuItem
|
---|
61 | Caption = 'Open recent'
|
---|
62 | end
|
---|
63 | object MenuItem10: TMenuItem
|
---|
64 | Action = Core.AProjectClose
|
---|
65 | end
|
---|
66 | object MenuItem9: TMenuItem
|
---|
67 | Caption = '-'
|
---|
68 | end
|
---|
69 | object MenuItemQuit: TMenuItem
|
---|
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
|
---|
92 | end
|
---|
93 | end
|
---|
94 | object MenuItem6: TMenuItem
|
---|
95 | Caption = 'View'
|
---|
96 | object MenuItem7: TMenuItem
|
---|
97 | Caption = 'Favorites'
|
---|
98 | end
|
---|
99 | end
|
---|
100 | object MenuItem11: TMenuItem
|
---|
101 | Caption = 'Actions'
|
---|
102 | object MenuItem12: TMenuItem
|
---|
103 | Action = Core.ACommandUpdate
|
---|
104 | end
|
---|
105 | object MenuItem13: TMenuItem
|
---|
106 | Action = Core.ACommandCommit
|
---|
107 | end
|
---|
108 | object MenuItem14: TMenuItem
|
---|
109 | Action = Core.ACommandCleanup
|
---|
110 | end
|
---|
111 | object MenuItem16: TMenuItem
|
---|
112 | Action = Core.ACommandStatus
|
---|
113 | end
|
---|
114 | end
|
---|
115 | object MenuItem15: TMenuItem
|
---|
116 | Caption = 'Tools'
|
---|
117 | object MenuItem18: TMenuItem
|
---|
118 | Action = Core.AViewTest
|
---|
119 | end
|
---|
120 | end
|
---|
121 | object MenuItem1: TMenuItem
|
---|
122 | Caption = 'General'
|
---|
123 | object MenuItem2: TMenuItem
|
---|
124 | Action = Core.ASettings
|
---|
125 | end
|
---|
126 | end
|
---|
127 | object MenuItem3: TMenuItem
|
---|
128 | Action = Core.AHelp
|
---|
129 | object MenuItem5: TMenuItem
|
---|
130 | Caption = 'Help'
|
---|
131 | end
|
---|
132 | object MenuItem4: TMenuItem
|
---|
133 | Action = Core.AAbout
|
---|
134 | end
|
---|
135 | end
|
---|
136 | end
|
---|
137 | end
|
---|