source: trunk/Forms/FormMain.lfm

Last change on this file was 24, checked in by chronos, 12 days ago
  • Fixed: Test cases executed with FormTests form from Common package.
File size: 3.4 KB
Line 
1object FormMain: TFormMain
2 Left = 687
3 Height = 733
4 Top = 411
5 Width = 1408
6 Caption = 'VCSCommander'
7 ClientHeight = 733
8 ClientWidth = 1408
9 DesignTimePPI = 144
10 Menu = MainMenu1
11 OnActivate = FormActivate
12 OnClose = FormClose
13 OnCreate = FormCreate
14 OnDestroy = FormDestroy
15 OnShow = FormShow
16 Position = poScreenCenter
17 LCLVersion = '3.6.0.0'
18 object ToolBarMain: TToolBar
19 Left = 0
20 Height = 39
21 Top = 0
22 Width = 1408
23 Caption = 'ToolBarMain'
24 Images = Core.ImageList1
25 ParentShowHint = False
26 ShowHint = True
27 TabOrder = 0
28 object ToolButton1: TToolButton
29 Left = 1
30 Top = 2
31 Action = Core.AProjectCheckout
32 end
33 object ToolButton2: TToolButton
34 Left = 36
35 Top = 2
36 Action = Core.AProjectOpen
37 end
38 object ToolButton3: TToolButton
39 Left = 71
40 Top = 2
41 Action = Core.AProjectClose
42 end
43 end
44 object StatusBar1: TStatusBar
45 Left = 0
46 Height = 28
47 Top = 705
48 Width = 1408
49 Panels = <>
50 end
51 object MainMenu1: TMainMenu
52 Images = Core.ImageList1
53 Left = 348
54 Top = 132
55 object MenuItemFile: TMenuItem
56 Caption = 'Working copy'
57 OnClick = MenuItemFileClick
58 object MenuItem17: TMenuItem
59 Action = Core.AProjectCheckout
60 end
61 object MenuItem8: TMenuItem
62 Action = Core.AProjectOpen
63 end
64 object MenuItemOpenRecent: TMenuItem
65 Caption = 'Open recent'
66 end
67 object MenuItem10: TMenuItem
68 Action = Core.AProjectClose
69 end
70 object MenuItem9: TMenuItem
71 Caption = '-'
72 end
73 object MenuItemQuit: TMenuItem
74 Action = Core.AQuit
75 end
76 end
77 object MenuItem22: TMenuItem
78 Caption = 'Repository'
79 object MenuItem26: TMenuItem
80 Action = Core.ARepositoryCreate
81 end
82 end
83 object MenuItem19: TMenuItem
84 Caption = 'Project group'
85 object MenuItem20: TMenuItem
86 Action = Core.AProjectGroupNew
87 end
88 object MenuItem21: TMenuItem
89 Action = Core.AProjectGroupOpen
90 end
91 object MenuItemRecentProjectGroup: TMenuItem
92 Caption = 'Open recent'
93 end
94 object MenuItem23: TMenuItem
95 Action = Core.AProjectGroupSave
96 end
97 object MenuItem25: TMenuItem
98 Action = Core.AProjectGroupSaveAs
99 end
100 object MenuItem24: TMenuItem
101 Action = Core.AProjectGroupClose
102 end
103 end
104 object MenuItem6: TMenuItem
105 Caption = 'View'
106 object MenuItem7: TMenuItem
107 Caption = 'Favorites'
108 end
109 end
110 object MenuItem11: TMenuItem
111 Caption = 'Actions'
112 object MenuItem12: TMenuItem
113 Action = Core.ACommandUpdate
114 end
115 object MenuItem13: TMenuItem
116 Action = Core.ACommandCommit
117 end
118 object MenuItem14: TMenuItem
119 Action = Core.ACommandCleanup
120 end
121 object MenuItem16: TMenuItem
122 Action = Core.ACommandStatus
123 end
124 end
125 object MenuItem15: TMenuItem
126 Caption = 'Tools'
127 object MenuItem18: TMenuItem
128 Action = Core.AViewTest
129 end
130 end
131 object MenuItem1: TMenuItem
132 Caption = 'General'
133 object MenuItem2: TMenuItem
134 Action = Core.ASettings
135 end
136 end
137 object MenuItem3: TMenuItem
138 Action = Core.AHelp
139 object MenuItem5: TMenuItem
140 Caption = 'Help'
141 end
142 object MenuItem4: TMenuItem
143 Action = Core.AAbout
144 end
145 end
146 end
147end
Note: See TracBrowser for help on using the repository browser.